@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}

body {
    font-family: IRANsans;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

:root {
    --first-color: #2563EB;
    --second-color: #111827;
    --third-color: #0D358C;
    --radius-custome: 25px;
}

/* general code */

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: unset;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: unset;
}

a:focus {
    outline: none;
}

p {
    text-align: justify;
    line-height: 1.75;
    color: var(--text-gray);
}

.text-center p {
    text-align: center;
}

ul {
    padding: 0;
    list-style: none;
}

section {
    margin: 50px 0;
}

.fas {
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: 500;
}


/* Start Cms */

.contact-icon {
    border: 2px solid var(--first-color);
}

.contact-icon .fa {
    background: var(--first-color);
}

.rgbtn {
    background: green;
    border: 1px solid green;
}

.rgbtn:hover {
    box-shadow: inset 0 0 0 0.1rem green;
    -webkit-box-shadow: inset 0 0 0 0.1rem green;
    -ms-box-shadow: inset 0 0 0 0.1rem green;
    -o-box-shadow: inset 0 0 0 0.1rem green;
    color: green;
}

.cms-a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
}

.SEO-Link {
    color: var(--second-color);
    font-weight: 600;
}

#fb-editor .radio-group input {
    opacity: 1;
    width: 15px;
    height: 20px;
    margin-right: -20px !important;
}

#fb-editor .radio-group label {
    padding-left: 20px;
}

#fb-editor span,
#fb-editor strong,
#fb-editor h1,
#fb-editor h2,
#fb-editor h3,
#fb-editor h4,
#fb-editor h5,
#fb-editor h6,
#fb-editor p,
#fb-editor li {
    font-family: 'IRANSans' !important;
}


/*Start of Menu*/

.header {
    height: auto;
    transition: all 0.5s ease-in-out 0s;
}

.header img {
    height: auto;
}

.nav-item .nav-link {
    transition: 0.4s;
}

.nav-item .nav-link:hover {
    color: var(--first-color);
}

.header-nav {
    transition: 0.2s linear;
    padding: 33px 0;
    overflow: visible;
    margin: 0;
}

.header-nav .navbar {
    max-width: 1340px;
}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0;
}

.navbar-nav li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.dropdown-item {
    padding: 0.5rem 1rem 0.5rem 6.5rem;
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    top: 95%;
}

.nav-item:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu>a:after {
    display: block;
    /* content: " "; */
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.header-nav .nav-link {
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin: auto 10px;
    transition: 0.3s;
    font-family: 'IRANSans';
    text-align: center;
}

.header-nav .nav-link.active {
    border-bottom: 2px solid var(--first-color);
    color: var(--first-color);
}

.header-nav .navbar-toggler {
    outline: none !important;
    text-align: right;
    width: 100%;
    padding: 20px 0 !important;
}

.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    padding-left: 15px;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: white;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}

/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

.logo {
    padding: 10px 0;
    width: 50%;
    margin: auto auto auto 0;
}


@media(max-width:992px) {

    .main-header>.container>.row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 5px 0;
    }

    .header-nav {
        padding: 0
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown:hover>.dropdown-menu,
    .btn-group:hover>.dropdown-menu {
        display: table;
    }

    .header-nav .nav-link {
        text-align: right;
    }

    .navbar-nav .dropdown-menu {
        padding: 0
    }


    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .header-nav .nav-link:after {
        position: absolute;
        bottom: 18px;
    }

    .dropdown:hover>.dropdown-menu {
        display: table;
    }
}

@media(max-width:576px) {
    .navbar-nav li {
        width: 100%;
    }
}

/*******  mega menu  *******/

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

.menu .nav-item .nav-link {
    color: #fff
}

.menu .dropdown-menu {
    background-color: #fff;
    width: 100vw;
    /* right: 0; */
    direction: ltr;
    border-radius: 0 !important;
    padding: 0;
}

.menu .border-megamenu {
    display: none;
}

.menu .megamenu * {
    color: #000;
    text-align: right;
    font-size: 13px;
    direction: rtl;
}

.menu .megamenu a:hover {
    color: var(--first-color);
}

.menu .megamenu ul {
    padding-right: 7px;
}

.menu .megamenu li:before {
    content: '\f053';
    font-family: "fontawesome";
    margin-left: 1px;
    font-size: 12px;
}

.menu .column i {
    color: var(--first-color);
    font-size: 22px;
}

.menu .column li:hover i {
    color: white;
}

.menu .column .dropdown-item:focus,
.menu .dropdown-item:hover {
    background-color: unset !important;
}

.menu .image-megamenu {
    margin-left: 10px;
}

.menu .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ec6408;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
}

.menu .image-megamenu:hover .hover-image {
    opacity: 0.6;
}

.menu .icon-image-mega-menu {
    text-align: center;
    top: 35px;
    color: white;
    font-size: 27px;
    visibility: hidden;
}

.menu .image-megamenu:hover .icon-image-mega-menu {
    visibility: visible;
}

.menu .dropdown-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar-thumb {
    background-color: var(--first-color);
}

.menu .navbar-collapse {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.menu .megamenu {
    background-color: #fff;
    box-shadow: 0px 4px 4px 5px rgb(3 11 31 / 39%);
    padding: 10px 10px 0;
    flex-direction: row-reverse;
}

.menu .megamenu>div {
    padding: 0;
}

.menu .title-megamenu {
    color: #8d8d8d;
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: .4s
}

@media (min-width: 1024px) {
    .header li {
        float: right;
    }

    .header .menu {
        clear: none;
        /* float: left; */
        max-height: none;
        direction: rtl;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 1024px) {
    .menu .megamenu .container {
        padding-right: 0px;
        margin-right: 10px;
    }

    .menu .navbar-nav .big-menu {
        width: 602px;
    }

    .menu .navbar-nav .big-menu>li {
        float: right;
        width: 200px;
        margin: 0
    }

    .menu .navbar-nav .dropdown-menu {
        width: 860px;
    }

    .list-hedaer {
        display: flex;
        justify-content: flex-end;
    }

    .social-header .ml-2 a {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media(width: 768px) {
    .menu .navbar-nav .dropdown-menu {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .menu .navbar-nav .dropdown-menu {
        width: 290px;
    }
}

@media(max-width:380px) {
    .col-sm-4.col-1 {
        display: none;
    }
}

@media(width: 320px) {
    .menu .navbar-nav .dropdown-menu {
        width: 250px;
    }
}

.menu .dropdown {
    position: unset
}

.menu .megamenu a {
    border-bottom: 1px dotted #ddd;
    margin-left: 10px;
    transition: .4s;
    margin-bottom: 30px !important;
    padding-right: 0 !important;
    position: relative;
}

.menu .megamenu a::before {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #b50109;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    line-height: 2;
    text-align: center;
    top: 13px;
}

.megamenu a:hover {
    border-color: #b50109;
}

.megamenu a:hover .title-megamenu {
    color: #b50109 !important;
}

.menu .nav-item.dropdown:hover {
    background: #fff;
}

.menu .nav-item.dropdown:hover a {
    color: #000 !important;
}

.navbar-nav {
    flex-wrap: wrap;
}

/*End of Menu*/

/* End Cms */

/* Homepage */

.ReadMore {
    width: fit-content;
    margin: 15px 0;
}

.ReadMore a {
    padding: 6px 20px;
    background: var(--first-color);
    border-radius: 25px;
    color: white;
    transition: 0.4s;
    border: 1px solid white;
}

.ReadMore a:hover {
    background: var(--third-color);
}

.text-center .ReadMore {
    margin: 15px auto;
}

.ReadMoreTwo {
    width: fit-content;
    margin: 15px 0;
    margin-left: auto;
}

.ReadMoreTwo a {
    color: var(--first-color);
    font-weight: 500;
    position: relative;
    display: flex;
}

.ReadMoreTwo a::before {
    content: "\f177";
    font-family: "FontAwesome";
    padding-right: 5px;
    transition: 0.4s;
}

.ReadMoreTwo a:hover::before {
    padding-right: 10px;
}

.Titr {
    margin: 5px 0 20px;
}

.SecondTitr {
    color: var(--first-color);
    font-size: 20px;
    font-weight: 500;
}

/* Navbar */

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

#header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--second-color);
    border-radius: 0 0 150px 150px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0.8;
}

/* Slider */

.Slider {
    margin: 0;
}

.Slider video {
    width: 100%;
    height: 100%;
}

.carousel-caption {
    width: 40%;
    bottom: 40%;
    left: unset;
    right: 10%;
    text-align: right;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    background: rgba(17, 24, 39, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: var(--radius-custome);
}

.carousel-caption h1 {
    font-weight: 600;
    font-size: 36px;
}

.carousel-caption h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0;
}

.carousel-caption p {
    margin-bottom: 0;
    font-size: 14px;
}

.carousel-caption .ReadMore {
    margin: 20px 0 0;
}

/* Plans */

.Plans {
    margin: -10px 0 0;
    background: linear-gradient(90deg, rgb(16, 16, 16) 0%, rgb(29, 29, 29) 100%);
    background: var(--second-color);
    padding: 30px 0;
}

.Plans-box {
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-custome);
    background-color: var(--first-color);
    background-image: linear-gradient(111deg, rgba(46, 46, 46, 0.522) 14%, rgba(28, 28, 28, 0.612) 44%, rgba(55, 55, 55, 0.58) 80%, rgba(20, 20, 20, 0.54) 104%);
}

.Plans-box h5 {
    color: white;
    font-size: 20px;
    margin: 10px 0 20px;
}

.Plans-box p {
    color: #D6D8DB;
    text-align: right;
    min-height: 110px;
}

.Plans-box .ReadMore {
    margin: 0;
}

/* About */

.About {
    margin: 0;
    position: relative;
}

.About::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../Image/About.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}

.About-box {
    position: relative;
    width: 70%;
    height: 80dvh;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    padding: 30px 30px 20px;
}

.About-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    left: -100%;
    top: 0;
    background: url(../Image/AboutBG.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

.About-box h2 {
    color: white;
}

.About p {
    color: white;
    text-align: right;
}

.About-box-02 {
    width: 70%;
    justify-content: flex-end;
    margin: 20px auto 20px 0;
}

.About-box-02::before {
    left: 0%;
    transform: rotate(180deg);
}


/* Product */

.Product {
    background: url(../Image/ProductBG.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
}

.Product h2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
}

.Product-box {
    text-align: center;
}

.Product-box-content {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Product-box-content img {
    width: 200px;
    animation: HeartBeat 1s linear 0s infinite alternate;
}

.Product-carousel {
    position: relative;
}

.Product-carousel .owl-animated-in {
    animation-delay: 600ms;
    animation-fill-mode: both;
}

.Product-carousel .owl-prev i {
    position: absolute;
    left: 1%;
    bottom: 40%;
    background-color: gray;
    color: white;
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 2px 2px 0 0;
    border-radius: 50%;
    transition: 0.4s;
}

.Product-carousel .owl-next i {
    position: absolute;
    right: 1%;
    bottom: 40%;
    background-color: gray;
    color: white;
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 2px 0 0 2px;
    border-radius: 50%;
    transition: 0.4s;
}

.Product-carousel .owl-prev:hover i,
.Product-carousel .owl-next:hover i {
    background-color: black;
}

@keyframes HeartBeat {
    frome {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* Solgan */

.Solgan {
    background: var(--second-color);
    margin: -10px 0 0;
    padding: 20px;
}

.Solgan-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Solgan-box p {
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

/* Sells */

.Sells {
    margin: 0;
}

/* Gallery */

.Gallery {
    background: var(--second-color);
    padding: 50px 0 80px;
    margin: 0 0 -40px;
    color: white;
}

.Gallery-box {
    margin: 15px 0;
    position: relative;
    border-radius: var(--radius-custome);
    border: 2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.Gallery-box::before {
    content: "\f055";
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    opacity: 0;
    transition: 0.4s;
}

.Gallery-box:hover::before {
    opacity: 1;
}


/* footer */

footer {
    background: url(../Image/FooterBG.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 50px 0 0;
    margin: 0;
    color: white;
    border-radius: 40px 40px 0 0;
}

footer i {
    transition: 0.4s;
    color: var(--first-color);
    font-size: 20px !important;
}

.footer-address {
    margin-top: 30px;
}

.footer-address ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 25px 0;
}

.footer-link {
    margin-top: 30px;
}

.footer-link ul li {
    margin: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link ul li::before {
    content: "";
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2564ebd2;
}

.footer-box p {
    text-align: center;
    margin: 0;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 150px;
}

.footer-box-icon {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footer-box-icon ul {
    display: flex;
    gap: 15px;
    margin: 0;
}

.footer-box-icon {
    position: relative;
}

.footer-box-icon i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: #2563eb70;
    backdrop-filter: blur(3px);
    color: white;
    padding: 5px;
    border-radius: 50%;
}

.footer-box-icon li:hover i {
    background-color: var(--first-color);
    color: white;
}

.copy-right {
    width: fit-content;
    margin: auto;
    background: #2563eb70;
    padding: 15px 100px;
    border-radius: 80px 80px 0 0;
    margin-top: 30px;
    backdrop-filter: blur(3px);
}

.copy-right p {
    margin: 0;
}

.copy-right a {
    transition: 0.4s;
}

.copy-right a:hover {
    color: var(--first-color);
}

/* Responsive */

/* X < 768  || 0 < X < 768 */
@media (max-width: 768px) {
    #header::before {
        border-radius: 0 0 var(--radius-custome) var(--radius-custome);
    }

    #navbarSupportedContent {
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        right: 0px;
        width: 170%;
        top: 80px;
        z-index: 99;
        padding: 20px;
    }

    .About-box {
        width: 100%;
        height: auto;
        background: rgba(17, 24, 39, 0.7);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: var(--radius-custome);
    }

    .About-box::before {
        content: none;
    }

    .Product {
        padding: 100px 0 50px;
        background-size: cover;
    }

    .Product h2 {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        text-align: center;
        color: white;
    }

    .Product-box-content {
        position: relative;
        top: 0;
    }

    .copy-right {
        border-radius: var(--radius-custome) var(--radius-custome) 0 0;
        padding: 15px 30px;
    }
}

.PicSec {
    margin: 0px 0 -35px;
    z-index: -1;
    position: relative;
}

.Sidepage h1 {
    font-size: clamp(1rem, 1.75vw, 2rem);
}

/* ContactPage */

.ContactPage {
    position: relative;
    padding-bottom: 500px;
    margin-bottom: -35px;
    margin-top: 70px;
}

.ContactPage::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../Image/Sidepage/ConatctBG.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}

.ContactPage-box {
    color: white;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

.ContactPage-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, var(--first-color), var(--third-color));
    border-radius: 0 var(--radius-custome) var(--radius-custome) 0;
    z-index: -1;
    opacity: 0.7;
    backdrop-filter: blur(20px);
}

.ContactPage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid;
}

.ContactPage-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.ContactPage-item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.ContactPage-item li i {
    background-color: white;
    color: var(--first-color);
}

.ContactPage-item i {
    width: 40px;
    height: 40px;
    border: 2px solid;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ContactPage iframe {
    border: 3px solid var(--first-color) !important;
    border-right: none !important;
    border-radius: var(--radius-custome) 0 0 var(--radius-custome);
}

@media (max-width: 768px) {
    .ContactPage-box::before {
        border-radius: var(--radius-custome) var(--radius-custome) 0 0;
    }

    .ContactPage iframe {
        border-radius: 0 0 var(--radius-custome) var(--radius-custome);
    }
}

/* AboutPage */

.AboutPage {
    background-color: var(--second-color);
    color: white;
    padding: 50px 0;
    margin: 0;
}

.AboutPage-box {
    width: 100%;
    height: 80%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.AboutPage-hr {
    width: 100%;
    height: 1px;
    background: white;
}

.AboutPage-box p {
    font-size: clamp(1rem, 1.125vw, 1.25rem);
    text-align: right;
}

.AboutPage-item:first-child {
    width: 110%;
}

.AboutPage-item:last-child {
    width: 90%;
}

@media (max-width: 768px) {
    .AboutPage-item {
        width: 100% !important;
    }
}

/* ProductPage */

.ProductPage {
    background: var(--second-color);
    color: white;
    margin: 0;
    padding: 50px 0;
}

.ProductPage-box {
    background: white;
    border-radius: var(--radius-custome);
}

.ProductPage-box h1 {
    width: 98%;
    margin-right: 1%;
    padding: 12px;
    text-align: center;
    background-color: var(--third-color);
    color: white;
    border-radius: 0 0 75px 75px;
}

.ProductPage-box .nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    border: none;
}

.ProductPage-box .nav a {
    min-width: 100px;
    background-color: white;
    box-shadow: 2.2px 2.2px 5.87px 0px #AEAEAEE5,
        -2.2px -2.2px 4.4px 0px #FFFFFFE5,
        2.2px -2.2px 4.4px 0px #AEAEAE33,
        -2.2px 2.2px 4.4px 0px #AEAEAE33;
}

.ProductPage-box .nav img {
    width: 100px;
}