/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import "../font/font-farsi/font.css";

html {
    color: #011C4D;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
ul {
    padding-right: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.btn.main-bg:hover {
    background-color: #97161c;
    color: #fff;
}

.main-color {
    color: #C82026;
}

.main-bg {
    background: #C82026;
    color: #fff;
}

.c-btn {
    transition: .2s ease-in-out;
    padding: 10px 14px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.main-border {
    background: transparent;
    border: 1px solid #c82026;
    color: #c82026;
}

.main-border:hover {
    background: #c82026;
    color: #fff;
}

.color-sec {
    color: #011C4D;
}

.bg-sec {
    background-color: #011C4D;
}

.w-85 {
    width: 85%;
    max-width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section {
    position: relative;
}

.main-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #011C4D;
    border-bottom: 1px solid #011C4D;
    padding: 4px 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
}

.main-btn i {
    color: #c82026;
}

.img-fit {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.tel {
    direction: ltr;
    text-align: right;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
}

.readMore {
    max-height: 360px;
    height: 100%;
    overflow: hidden;
    transition: .4s ease-in-out;
}

.readMore.show {
    max-height: 2000px;
}

.btn.read-more-btn {
    background: rgba(1, 28, 77, 0.10);
    width: 300px;
    padding: 17px;
    margin: 2rem auto;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.show-more {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border: none;
    background-color: transparent;
}

#gallery::after,
#infoSection::after,
#departmentItem::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 700px;
    border-radius: 50%;
    top: -20px;
    left: -150px;
    display: block;
    background-color: #C82026;
    z-index: -1;
    -webkit-backdrop-filter: blur(250px);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    opacity: .3;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: IRANSansX, sans-serif;
    font-size: 16px;
    direction: rtl;
    line-height: 30px;
    overflow-x: clip;
    color: #011C4D;
    background: #fff;
}

html {
    overflow-x: hidden;
}

/*******************
    HEADER
********************/
#main-header {
    z-index: 20;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

#main-header #navbarNav {
    height: 70px;
    flex: 1 1 auto;
}

#main-header .lang {
    flex: 0 0 50px;
}

#main-header .lang .dropdown-menu {
    position: absolute;
}

#main-header .navbar-brand {
    flex: 0 0 250px;
}

#navbarNav ul {
    height: 100%;
    align-items: center;
    padding: 0;
    gap: 3%;
    justify-content: center;
}

#main-header .navbar {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#main-header ul li a {
    color: #fff;
    border-bottom: 3px solid transparent;
    padding: 22px 7px;
    font-weight: 500;
}

#main-header .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}

#main-header .dropdown-menu[data-bs-popper] .dropdown-item {
    color: #011C4D;
    padding: 10px 22px;
    text-align: right;
}

#main-header ul li a.active,
#main-header ul li a:hover {
    color: #C82026;
    border-bottom-color: #C82026;
}

#main-header .contact-phone {
    flex: 0 0 225px;
}

#main-header .contact-phone a {
    display: grid;
    align-items: center;
    color: #fff;
    padding-left: 40px;
    justify-content: left;
    text-decoration: none;
}

#main-header .contact-phone a i {
    color: #fff;
    font-size: 24px;
    grid-row: 1 / span 3;
    margin-left: .8rem;
}

#main-header .contact-phone a p {
    grid-row: 1 / span 2;
    color: #fff;
    margin-bottom: 0;
}

#main-header .contact-phone a span {
    font-size: 13px;
    font-weight: 400;
}

/******** HERO CONTENT **********/
#hero {
    background: url("../img/hero/hero.jpg") no-repeat center center;
    background-size: cover;
    min-height: 50vh;
    padding-bottom: 70px;
    width: 100%;
    -webkit-clip-path: polygon(0px 0px, 0% 100%, 94% 100%, 100% 90%, 100% 0%);
    clip-path: polygon(0px 0px, 0% 100%, 94% 100%, 100% 90%, 100% 0%);
    margin-top: -110px;
    padding-top: 110px;
}

.hero-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.hero-content h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

.box-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 330px;
    -webkit-clip-path: polygon(0px 0px, 0% 80%, 20% 100%, 100% 100%, 100% 25%, 75% 0px);
    clip-path: polygon(0px 0px, 0% 80%, 20% 100%, 100% 100%, 100% 25%, 75% 0px);
}

.box-item.box_2 {
    -webkit-clip-path: polygon(0% 25%, 0% 100%, 80% 100%, 100% 80%, 100% 0px, 25% 0%);
    clip-path: polygon(0% 25%, 0% 100%, 80% 100%, 100% 80%, 100% 0px, 25% 0%);
}

.box-item .box-overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    padding: 50px;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.box-item .box-overlay:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
    transition: .2s ease-in-out;
}

.box-overlay .over-lapping {
    overflow: hidden;
    max-height: 0;
    transition: .3s ease-in-out;
}

.over-lapping p {
    height: 70px;
    overflow: hidden;
}

.box-item:hover .over-lapping {
    max-height: 150px;
}

.box-item:hover .box-overlay:after {
    height: 100%;
}

.hero-description a {
    padding: 12px 64px;
}

/*********** ABOUT SECTION **********/
#about .left-svg svg {
    position: absolute;
    top: 0;
    right: -10rem;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    opacity: 0.25;
    z-index: -1;
}

.section-info h5 {
    color: #C82026;
    font-size: 16px;
    font-weight: 400;
}

.section-info h3 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 2rem;
    color: #011C4D;
}

.section-info a {
    color: #011C4D;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #011C4D;
    padding-bottom: 3px;
    text-decoration: none;
}

.about-boxes {
    padding: 15.5rem 0;
}

.about-boxes:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    top: 200px;
    left: -140px;
    background-color: #C82026;
    -webkit-backdrop-filter: blur(250px);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
}

.about-boxes .about-box-1 {
    -webkit-clip-path: polygon(0% 25%, 0% 100%, 80% 100%, 100% 80%, 100% 0px, 25% 0%);
    clip-path: polygon(0% 25%, 0% 100%, 80% 100%, 100% 80%, 100% 0px, 25% 0%);
    width: 286px;
}

.about-boxes .about-box-2 {
    width: 230px;
    height: 249px;
    position: absolute;
    background-color: #c82026;
    color: #fff;
    padding: 60px 42px;
    -webkit-clip-path: polygon(0% 18%, 0% 100%, 70% 100%, 100% 75%, 100% 0px, 17% 0%);
    clip-path: polygon(0% 18%, 0% 100%, 70% 100%, 100% 75%, 100% 0px, 17% 0%);
    top: 0;
    left: 0;
    text-align: center;
}

.about-boxes .about-box-2 span {
    text-align: center;
    font-size: 64px;
    font-weight: 800;
}

.about-boxes .about-box-3 {
    width: 230px;
    height: 250px;
    background-color: #fff;
    padding: 60px 42px;
    -webkit-clip-path: polygon(0% 18%, 0% 100%, 70% 100%, 100% 75%, 100% 0px, 17% 0%);
    clip-path: polygon(0% 18%, 0% 100%, 70% 100%, 100% 75%, 100% 0px, 17% 0%);
    position: absolute;
    left: -230px;
    top: 248px;
}

.about-boxes .about-box-4 {
    position: absolute;
    background-color: #fff;
    padding: 60px 42px;
    width: 230px;
    height: 250px;
    -webkit-clip-path: polygon(0% 0%, 0% 85%, 17% 100%, 100% 100%, 100% 25%, 70% 0%);
    clip-path: polygon(0% 0%, 0% 85%, 17% 100%, 100% 100%, 100% 25%, 70% 0%);
    bottom: 150px;
    right: -100px;
}

/*********************
  DEPARTMENT SECTION
**********************/
#department {
    background-color: #fff;
    -webkit-clip-path: polygon(0% 0%, 0% 85%, 17% 100%, 100% 100%, 100% 10%, 90% 0%);
    clip-path: polygon(0% 0%, 0% 85%, 17% 100%, 100% 100%, 100% 10%, 90% 0%);
    z-index: 1;
}

#depart-tab.nav-pills,
#productPresent-tab.nav-pills {
    padding: 0;
    justify-content: center;
    gap: 16px;
    margin-bottom: 1.9rem !important;
}

#depart-tab.nav-pills li,
#productPresent-tab.nav-pills li {
    background: rgba(1, 28, 77, 0.05);
    color: #011C4D;
}

#depart-tab.nav-pills li .nav-link,
#productPresent-tab.nav-pills li .nav-link {
    color: #777;
    font-weight: 500;
    border-radius: 0;
}

#depart-tab.nav-pills li .nav-link.active,
#depart-tab.nav-pills li .show > .nav-link,
#productPresent-tab.nav-pills li .nav-link.active,
#productPresent-tab.nav-pills li .show > .nav-link {
    color: #C82026;
    background-color: rgba(200, 32, 38, 0.1);
}

#depart-tabContent {
    background-color: rgba(200, 32, 38, 0.05);
    padding: 120px;
    -webkit-clip-path: polygon(0% 20%, 0px 100%, 93% 100%, 100% 86%, 100% 0%, 10% 0%);
    clip-path: polygon(0% 20%, 0px 100%, 93% 100%, 100% 86%, 100% 0%, 10% 0%);
}

.tab-pane h4 {
    font-size: 34px;
    color: #011C4D;
    margin-bottom: 2rem;
}

.more-depart a {
    font-weight: bold;
    padding: 8px 16px;
}

.more-depart a i {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background-color: #fff;
    color: #C82026;
    margin-right: 10px;
    padding: 12px;
    vertical-align: middle;
    font-size: 20px;
}

.target .section-info {
    background: linear-gradient(to bottom, transparent 0%, #fff 35%);
    padding-top: 10rem;
    margin-top: 15rem;
}

.target figure {
    z-index: -1;
    position: absolute;
    top: -200px;
}

/*********************
  FEATURE SECTION
**********************/
#features {
    overflow-x: clip;
    position: relative;
}

#features::after {
    background: url("../img/depart/feature.png") center;
    background-size: cover;
    overflow-x: clip;
    content: '';
    display: block;
    width: 100%;
    height: 175%;
    position: absolute;
    top: -37rem;
    z-index: -1;
}

#features:before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    top: -150px;
    left: -150px;
    display: block;
    background-color: #C82026;
    z-index: -1;
    -webkit-backdrop-filter: blur(250px);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    opacity: .3;
}

.feature-box {
    background-color: #c82026;
    padding: 90px 42px 52px;
    color: #fff;
    -webkit-clip-path: polygon(0% 20%, 0px 100%, 85% 100%, 100% 90%, 100% 0%, 25% 0%);
    clip-path: polygon(0% 20%, 0px 100%, 85% 100%, 100% 90%, 100% 0%, 25% 0%);
}

#features .row-cols-lg-3 .col:first-child .feature-box {
    -webkit-clip-path: polygon(0px 0%, 0% 91%, 17% 100%, 100% 100%, 100% 20%, 75% 0%);
    clip-path: polygon(0px 0%, 0% 91%, 17% 100%, 100% 100%, 100% 20%, 75% 0%);
}

.feature-box img {
    margin-bottom: 70px;
}

.feature-box p {
    display: inline;
    max-height: 120px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 200;
    margin-top: 15px;
}

.feature-box .show-more {
    color: #fff;
}

.feature-box p a {
    font-weight: 500;
    color: #fff;
}

/********************
  Banner Section
*********************/
#banner {
    background: linear-gradient(to bottom, transparent 0%, #fff 15%);
}

.banner-box, .contact-form {
    padding: 54px 135px;
    -webkit-clip-path: polygon(0% 45%, 0px 100%, 95% 100%, 100% 70%, 100% 0%, 7% 0%);
    clip-path: polygon(0% 45%, 0px 100%, 95% 100%, 100% 70%, 100% 0%, 7% 0%);
    justify-content: center;
    background: url("../img/banner.png") no-repeat center;
    background-size: cover;
}

.banner-box div p {
    flex: 1 0 75%;
    width: 75%;
    margin-left: 4rem;
    margin-bottom: 0;
    color: #fff;
}

.banner-box div a {
    flex: 1 0 17%;
    width: 17%;
    padding: 12px 5px;
}

/********************
  BLOG SECTION
*********************/
.blog-item a {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.blog-item a img {
    transition: .3s ease-in-out;

}

.blog-item a:hover img {
    transform: scale(1.1);
}

.blog-item .blog-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: grid;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 52px 42px;
    font-weight: 600;
}

.blog-item .blog-overlay h3 {
    align-self: end;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
}

#blog .main-btn {
    font-size: 20px;
}


/*********************
  FOOTER SECTION
**********************/
#footer {
    z-index: 1;
    overflow: visible;
    position: relative;
    margin-top: 168px;
}

#footer::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-clip-path: polygon(0% 0px, 0px 100%, 100% 100%, 100% 150px, 90% 0%);
    clip-path: polygon(0% 0px, 0px 100%, 100% 100%, 100% 150px, 90% 0%);
    position: absolute;
    top: 0;
    z-index: -1;
}

.last-section:before {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -170px;
    width: 540px;
    height: 540px;
    display: block;
    background-color: #c82026;
    border-radius: 50%;
    opacity: .3;
    -webkit-backdrop-filter: blur(250px);
    -webkit-filter: blur(300px);
    filter: blur(300px);
    z-index: -1;
}

.footer-info {
    background: url("../img/footer-bg.png") no-repeat center;
    background-size: cover;
    padding: 105px 140px;
    margin-bottom: 4.5rem;
    margin-top: -250px;
    -webkit-clip-path: polygon(0% 95px, 0px 100%, 100% 100%, 100% 0%, 100px 0%);
    clip-path: polygon(0% 95px, 0px 100%, 100% 100%, 100% 0%, 100px 0%);
}

.footer-info h4 {
    color: #fff;
    font-size: 32px;
}

.footer-info .address-info {
    padding: 46px 52px;
}

.footer-info > .row > .col {
    -webkit-clip-path: polygon(0% 55px, 0px 100%, 85% 100%, 100% 75%, 100% 0%, 55px 0%);
    clip-path: polygon(0% 55px, 0px 100%, 85% 100%, 100% 75%, 100% 0%, 55px 0%);
}

.footer-info > .row > .col:last-child .address-info {
    background-color: #B0080E;
}

.box-info span {
    font-size: 14px;
    opacity: .5;
    margin-bottom: .4rem;
    display: block;
}

.box-info p {
    font-size: 18px;
    font-weight: 400;
}

.box-info p a {
    font-size: 18px;
    color: #fff;
    direction: ltr;
}

.footer-info .show-map {
    background: #fff;
    text-align: center;
    padding: 8px 18px;
    margin-top: 0.7rem;
}

.footer-info .show-map a {
    display: flex;
    color: #333;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.footer-info .show-map a i {
    font-size: 24px;
    transform: scaleX(-1);
}

.footer-menu ul li a {
    color: #011C4D;
    font-weight: 300;
}

.footer-social ul li a {
    font-size: 26px;
    color: #011C4D;
    line-height: 0;
}

.footer-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


/**********************
----  CONTACT PAGE
***********************/
#contact-page #hero {
    min-height: 600px;
}

/******************
  CONTACT SECTION
*******************/
#contact {
    margin-top: -20rem;
}

.contact-boxes {
    height: 100%;
    -webkit-filter: drop-shadow(0 8px 10px #f2f3f6);
    filter: drop-shadow(0px 8px 10px #F2F3F6);
}

#contact .gy-lg-0 .col .contact-boxes .contact-box {
    text-align: center;
    background-color: #fff;
    height: 100%;
    padding: 42px 52px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: 0fr 1.2fr 1fr;
    -webkit-clip-path: polygon(0px 90%, 12% 100%, 100% 100%, 100% 20%, 78% 0%, 0px 0%);
    clip-path: polygon(0px 90%, 12% 100%, 100% 100%, 100% 20%, 78% 0%, 0px 0%);
}

#contact .gy-lg-0 .col:nth-child(2) .contact-boxes .contact-box {
    -webkit-clip-path: polygon(0 100%, 85% 100%, 100% 90%, 100% 0%, 80px 0%, 0% 19%);
    clip-path: polygon(0 100%, 85% 100%, 100% 90%, 100% 0%, 80px 0%, 0% 19%);
}

.contact-boxes .contact-box > * {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.contact-boxes .contact-box .contact-box_link {
    align-self: end;
}

.contact-boxes .contact-box .contact-box_content {
    align-self: flex-start;
}

.contact-boxes .contact-box > i {
    width: 84px;
    height: 84px;
    padding: 22px 0;
    margin-bottom: 24px;
    font-size: 40px;
    color: #fff;
    background-color: #c82026;
    border-radius: 50px;
    align-self: flex-start;
}

#contact-page .contact-box .box-info p {
    font-size: 16px;
    color: #011C4D;
    font-weight: 500;
    direction: ltr;
    text-align: center;
}

#contact .box-info p a {
    color: #011C4D;
    font-weight: 500;
    text-align: right;
}

.contact-email {
    margin: 9rem auto;
}

.contact-email .main-btn {
    color: #c82026;
    border: none;
}


/********************
  CONTACT FORM SECTION
********************/
.contact-info h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.contact-info h4 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.contact-info p {
    color: #fff;
    font-weight: 400;
}

.contact-info .box-info,
.contact-info .box-info p a {
    color: #011C4D;
}

.contact-info .bg-white {
    padding: 35px 25px 25px;
    -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0%, 57px 0%, 0% 28%);
    clip-path: polygon(0px 100%, 100% 100%, 100% 0%, 57px 0%, 0% 28%);
}

.contact-info .contact-link p {
    color: #011C4D;
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.contact-form_box h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.contact-form_box form .form-control,
.contact-form_box form .form-select {
    border-radius: 0;
    height: 60px;
    text-align: right;
}

.contact-form_box form .form-select {
    padding: .375rem .75rem .375rem 2.25rem;
    background-position: left 0.75rem center;
}

.contact-form_box form button.main-bg {
    height: 60px;
    width: 100%;
    margin-top: 1rem;
}

.contact-form {
    padding: 74px 135px;
    clip-path: polygon(0% 25%, 0px 100%, 93% 100%, 100% 86%, 100% 0%, 10% 0%);
}


/************************
----- DEPARTMENT PAGE
*************************/
#department-page #hero {
    min-height: 10vh;
    padding-bottom: 20px;
    clip-path: polygon(0px 0px, 0% 100%, 94% 100%, 99.93% 79.99%, 100% 0%);
}

.accordion-body {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 18px 0px #F2F3F6;
    margin: 1rem 0;
    position: relative;
}

#departmentAccord .accordion-body h3 {
    color: #c82026;
    font-size: 18px;
    margin-bottom: 1.5rem;
}

#departmentAccord .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    color: #011C4D;
    margin-bottom: 0;
}

#departmentAccord .accordion-item {
    border: none;
    margin-bottom: 1rem;
}

#departmentAccord .accordion-button:focus {
    box-shadow: none;
    border: none;
}

#departmentAccord .accordion-button {
    background-color: #F2F3F6;
    color: #011C4D;
    font-weight: 600;
    font-size: 18px;
}

#departmentAccord .accordion-button::after {
    content: '\2b';
    margin-right: auto;
    font-family: "Font Awesome 6 Free";
    margin-left: 0;
    background: none;
    font-size: 22px;
    line-height: 1;
}

#departmentAccord .accordion-button-close {
    position: absolute;
    left: 21px;
    background-color: transparent;
    border: none;
    top: 15px;
    color: #c82026;
    font-size: 20px;
}

#departmentItem:after {
    left: auto;
    right: -100px;
    top: -250px;
}

#departmentItem figure {
    max-height: 654px;
    height: 654px;
    clip-path: polygon(0% 19%, 0px 100%, 83% 100%, 100% 87%, 100% 0%, 23% 0%);
}

#departmentItem .section-info {
    margin-bottom: 4.5rem;
}


/******************
--- ABOUT PAGE
*******************/
#about-page #hero {
    min-height: 40vh;
    padding-bottom: 70px;
    clip-path: polygon(0px 0px, 0% 100%, 94% 100%, 99.93% 79.99%, 100% 0%);
}

#about-page .about-box-1 {
    position: relative;
}

.about-box_info > .col > div {
    -webkit-filter: drop-shadow(0px 4px 10px #F2F3F6);
    filter: drop-shadow(0px 4px 10px #F2F3F6);
}

.about-box_info .about-box {
    background: #fff;
    padding: 36px 42px;
    clip-path: polygon(25% 100%, 100% 100%, 100% 15%, 85% 0%, 0% 0%, 0% 75%);
}

.about-box_info > .col:nth-child(2) .about-box {
    clip-path: polygon(75% 100%, 100% 73%, 100% 0%, 15% 0%, 0% 20%, 0% 100%);
}

.about-box_info > .col:nth-child(3) .about-box {
    clip-path: polygon(85% 100%, 100% 85%, 100% 0%, 25% 0%, 0% 20%, 0% 100%);
}

.about-box_info > .col:nth-child(4) .about-box {
    clip-path: polygon(100% 100%, 100% 20%, 75% 0%, 0% 0%, 0% 85%, 15% 100%);
}

.about-box_info .about-box h4 {
    font-size: 16px;
    max-width: 100%;
    width: 90px;
    line-height: 1.7;
    margin-top: 1rem;
}

/****************
  BANNER SECTION
*****************/
#about-page #banner {
    background: transparent;
}

#about-page #banner:after {
    content: '';
    position: absolute;
    width: 600px;
    height: 700px;
    border-radius: 50%;
    top: -20px;
    right: -90px;
    display: block;
    background-color: #C82026;
    z-index: -1;
    -webkit-backdrop-filter: blur(250px);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    opacity: .3;
}

#about-page #department {
    clip-path: none;
    background-color: transparent;
}

/*******************
  GALLERY SECTION
********************/
#gallery .swiper-wrapper {
    padding: 70px 0;
    margin-top: 2rem;
}

#gallery .swiper-slide figure {
    height: 478px;
    overflow: hidden;
    clip-path: polygon(85% 100%, 100% 85%, 100% 0%, 25% 0%, 0% 20%, 0% 100%);
}

#gallery .swiper-slide:nth-child(even) {
    margin-top: -60px;
}


/***********************
---- PRODUCT PAGE
************************/
#product-page #hero {
    min-height: 100%;
    padding-bottom: 0;
    clip-path: polygon(0px 0px, 0% 100%, 95.09% 100%, 100% 74.31%, 100% 0%);
}

#infoSection:after {
    top: -100px;
    left: -150px;
    right: auto;
}

.product-image {
    clip-path: polygon(133px 3px, 0% 20%, 0% 100%, 95% 100%, 100% 90%, 100% 0%);
}

.user-info {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 4px 79px 0 #F2F3F6;
    display: flex;
    align-items: center;
}

.user-info figure {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 0;
    margin-left: 1rem;
    flex-shrink: 0;
}

.user-info .user-info_box a {
    display: block;
    color: #011C4D;
    font-weight: 500;
    margin-top: .5rem;
}

.user-info .user-info_box a i {
    font-size: 20px;
    margin-left: 8px;
}

/********************
  productPresent
********************/
#productPresent {
    background-color: rgba(1, 28, 77, 0.05);
    clip-path: polygon(133px 3px, 0% 20%, 0% 100%, 95% 100%, 100% 90%, 100% 0%);
}

#productPresent-tabContent {
    margin-top: 70px;
}

.product-info {
    background-color: #fff;
    padding: 34px 50px;
    clip-path: polygon(133px 3px, 0% 30%, 0% 100%, 100% 100%, 100% 0%);
}

.product-info p span {
    font-size: 20px;
    font-weight: 500;
}

.product-info p b {
    display: block;
    color: #c82026;
    font-weight: 700;
    font-size: 40px;
    direction: ltr;
    text-align: right;
    margin-top: .4rem;
    font-family: Poppins, sans-serif;
}

.produc-info .image-box {
    width: 216px;
    max-width: 100%;
    height: 300px;
    margin-bottom: 4rem;
}

.produc-info .image-box figure {
    height: 100%;
    width: 100%;
}

.produc-info .image-box figure figcaption {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0.6rem;
}

#benefit .swiper-wrapper {
    padding: 2rem 0;
}

.benefit-box {
    background-color: #fff;
    box-shadow: 0 0 30px 0 #F2F3F6;
    padding: 60px 30px;
    text-align: center;
}

.benefit-box figure {
    background-color: #c82026;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .footer-info {
        padding: 105px 60px;
    }

    .w-85 {
        width: 100%;
    }
}


@media (min-width: 1024px) {
    #departmentAccord {
        padding-left: 30px;
    }
}


@media (max-width: 991.8px) {
    .pt-100 {
        padding-top: 60px;
    }

    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .navbar-brand {
        flex: 1 0 55%;
        text-align: center;
    }

    #main-header #navbarNav {
        height: auto;
    }

    #main-header .contact-phone a {
        justify-content: right;
        padding-left: 4px;
    }

    #navbarNav {
        position: fixed;
        background-color: #fff;
        right: -301px;
        width: 300px;
        height: 100vh;
        z-index: 9999;
        padding: 2rem 0;
        top: 0;
        bottom: 0;
        transition: .3s ease-in-out;
    }

    #navbarNav ul {
        gap: 5px;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    #main-header ul li {
        width: 100%;
        text-align: center;
    }

    #main-header ul li a {
        color: #011C4D;
    }

    #main-header .navbar-brand {
        flex: 1 0 auto;
    }

    #main-header .contact-phone {
        flex: 0 0 200px;
    }

    .banner-box, .contact-form {
        clip-path: polygon(0% 13%, 0px 100%, 85% 100%, 100.00% 90%, 100% 0%, 21% 0%);
    }
}


@media (max-width: 768px) {
    .footer-info {
        padding: 96px 50px;
    }

    #hero {
        clip-path: polygon(0px 0px, 0% 100%, 80% 100%, 100% 93%, 100% 0%);
    }

    .section-info h3 {
        font-size: 32px;
    }

    .banner-box,
    .contact-form {
        clip-path: polygon(0% 25%, 0px 100%, 88% 100%, 100% 74%, 100% 0%, 11% 0%);
        padding: 54px;
    }

    .banner-box > div {
        flex-wrap: wrap;
        gap: 16px;
        text-align: center;
    }

    .banner-box div p {
        flex: 1 0 100%;
        width: 100%;
    }

    #department {
        clip-path: polygon(0% 0%, 0% 95%, 17% 100%, 100% 100%, 100% 10%, 90% 0%);
    }

    #depart-tabContent {
        padding: 96px 50px;
        clip-path: polygon(0% 15%, 0px 100%, 85% 100%, 100% 90%, 100% 0%, 15% 0%);
    }

    .target figure {
        top: -100px;
    }

    .about-boxes .about-box-2 {
        width: 100%;
    }

    .about-boxes .about-box-3 {
        left: calc(0% + -14vw);
        top: auto;
        bottom: -1px;
        width: 75%;
    }

    .about-boxes .about-box-4 {
        bottom: -1px;
        right: calc(0% + -21vw);
        width: 75%;
    }

    .contact-email {
        margin: 5rem auto;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    nav.navbar {
        flex-wrap: nowrap;
    }

    #navbarNav ul {
        gap: 5px;
    }

    .contact-phone {
        display: none;
    }

    .navbar-brand {
        text-align: left;
    }

    .section-info h3 {
        font-size: 24px;
    }

    #main-header .contact-phone {
        border-top: 1px solid rgba(1, 28, 77, 0.3);
    }

    #main-header .contact-phone a {
        justify-content: center;
    }

    #main-header .contact-phone a i,
    #main-header .contact-phone a p,
    #main-header .contact-phone a span {
        color: #011C4D;
    }

    .contact-form {
        clip-path: polygon(0% 13%, 0px 100%, 82% 100%, 100% 92%, 100% 0%, 25% 0%);
        padding: 54px 34px;
    }

    .banner-box {
        clip-path: polygon(0.63% 21.17%, 0px 100%, 87.87% 100%, 100.00% 84.17%, 100% 0%, 17.66% 1.02%);
    }

    .product-image {
        clip-path: polygon(108px 1px, 0% 27.64%, 0% 100%, 91.43% 100%, 100.00% 83.89%, 100% 0%);
    }

    #productPresent-tab.nav-pills {
        padding: 0 56px;
    }

    #productPresent {
        clip-path: polygon(133px 3px, 0% 12%, 0% 100%, 85% 100%, 100% 90%, 100% 0%);
    }

    .footer-info {
        padding: 96px 24px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

