*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@font-face {
    font-family: 'MoglanDemo';
    src: url('../webfonts/Moglan_DEMO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-brands-font);
    src: url('../webfonts/fa-brands-400.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-regular-font);
    src: url('../webfonts/fa-regular-400.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-solid-font);
    src: url('../webfonts/fa-solid-900.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-solid-font);
    src: url('../webfonts/fa-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root{
    --text-black:#333333;
    --text-white:#fff;
    --text-blue:#04155e;
    --dark-blue:#020b40;
    --font:"Roboto", sans-serif;
    --blue:#4d5f89;
    /* --hedfont:"Anton", sans-serif; */
    --white-blue:#eceffa;
    --text-gray:#777777;
    --hedfont: 'MoglanDemo', sans-serif;
    --green:#26a541;
    --red:#e04402;
    --yellow:rgb(255, 225, 0);

    --field-border: 1px solid #eeeeee;
    --field-border-radius: 0.5em;
    --secondary-text: #aaaaaa;
    --sidebar-color: #f1f1f1;
    --accent-color: #2962ff;
   
    
    /* custom css */
    .button {
        /* padding: 17px 40px; */
        height: 50px;
        width: 160px;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        background-color: white;
        box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 15px;
        transition: all 0.5s ease;
        font-family: var(--font);
        border: 1px solid var(--dark-blue);
      }
      
      button:hover {
        letter-spacing: 3px;
        background-color: var(--dark-blue);
        color: hsl(0, 0%, 100%);
        /* box-shadow: var(--dark-blue) 0px 2px 10px 0px; */
      }
      
      button:active {
        letter-spacing: 3px;
        background-color: var(--dark-blue);
        color: hsl(0, 0%, 100%);
        box-shadow: var(--dark-blue) 0px 0px 0px 0px;
        transform: translateY(10px);
        transition: 100ms;
      }
      
}


.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    color: var(--dark-blue);
}
.banner-partimg-1{
    background-image: url(../images/banner-img1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* padding: 12% 0; */
    display: flex;
    justify-content: center;
    background-position-x: 75%;
}
.bn-img2{
    background-image: url(../images/banner-img2.jpg);
    background-blend-mode: darken;
    background-color: #00000061;
}
 .bn-img3{
    background-image: url(../images/banner-img3.webp);
    background-blend-mode: darken;
    background-color: #00000061;
}
 .bn-img4{
    background-image: url(../images/banner-img4.jpg);
}
.banner-partimg-1 .ban-text1{
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-white);
}
.banner-partimg-1 .banner-main-text .ban-title{
    font-size: 45px;
    font-family: var(--hedfont);
    color: var(--text-white);
    font-weight: 300;
    /* letter-spacing: 2px; */
    position: relative; 
    overflow: hidden; 
}
.banner-partimg-1 .banner-main-text{
    background-color: #33333397;
    width: 600px;
    padding: 40px;
    border-radius: 15px;
    margin: 80px 0;
}
.ban-text1,
.ban-title,
.ban-text {
    opacity: 0; 
    transform: translateX(50px);
    transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s;
}
.swiper-slide-active .ban-text1,
.swiper-slide-active .ban-title,
.swiper-slide-active .ban-text {
    opacity: 1; 
    transform: translateX(0); 
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
    background: var(--text-white);
    font-size: 36px;
    border: 7px solid var(--text-white);
}
.banner-partimg-1 .ban-text{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-white);
    font-weight: 400;
}
/* services  section */
.service_wrapper{
    padding-top: 80px;
}
.service_wrapper .card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid var(--dark-blue) !important;
    padding: 20px 0;
}
.service_wrapper .card i{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 48px;
    color: var(--dark-blue) !important;
    border-radius: 50%;
}
.service_wrapper .card .s-title{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.service_wrapper .card .s-subtext{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}
.service_wrapper .srvices-btn i{
    padding: 14px;
    border-radius: 5px;
    background-color: var(--dark-blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: 100%, 100%;
}



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



/* about section */
.about_wrapper{
    margin-top: 80px;
    padding: 80px 0;
    background-color: var(--white-blue);
}
.about-main{
    background-color: transparent !important;
    margin-top: 0px !important;
}
.about_wrapper .about-main-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--dark-blue);
    letter-spacing: 2px;
}
.about_wrapper .about-main-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--dark-blue);
    letter-spacing: 2px;
}
.about_wrapper .about-main-subtitle{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
}
.about_wrapper .main-about-text {
    padding-top: 26px;
}
.about_wrapper .main-about-text .about-heding{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 2px;
}
.about_wrapper .main-about-text .about-subtitle{
    font-size: 24px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--text-black);
}
.about_wrapper .main-about-text .ab-text1{
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--text-gray);
}
.about_wrapper .main-about-text .about-btn{
    margin: 0px;
}

/* category sections */
.category_wrapper {
    padding-top: 80px;
}

.category_wrapper .categoryimg,
.category_wrapper .categoryimg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.category_wrapper .categoryimg{
    width: 100%;
    height: 300px;
}
.category_wrapper .categoryimg03{
    width: 100%;
    height: 624px;
}
.category_wrapper .card-title{
    font-size: 28px;
    font-family: var(--hedfont);
    letter-spacing: 2px;
    font-weight: 600;
}

.img-container {
    position: relative; 
    transition: 0.5s;
}

.title-overlay {
    position: absolute; 
    top: 15%;        
    left: 50%;    
    transform: translate(-50%, -50%); 
    color: white !important; 
    background-color: rgba(52, 49, 49, 0.62);
    font-size: 1.5rem;  
    padding: 10px;      
    text-align: center;
    width: 100%;       
}
.card-img {
    transition: transform 0.5s ease-in-out; 
}
.category_wrapper .img-container:hover .card-img {
    transform: scale(1.2); 
}

/* produt section */
.Products_wrapper{
    padding-top: 80px;
}
.Products_wrapper .pr-subtitle{
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 500;
}
.Products_wrapper .pr-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 2px;
}
.Products_wrapper .main-img{
    background-color: #eceffa;
    border-radius: 10px;
    overflow: hidden;
}
.Products_wrapper .main-img img{
    transition: 0.6s;
}
.Products_wrapper .main-img img:hover{
    transform: scale(0.9);
}
.Products_wrapper .pr-text1{
    font-size: 24px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--text-black);
}
.Products_wrapper .product-view-main a{
    font-size: 20px;
    color: var(--dark-blue);
}
.Products_wrapper .card-text{
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--dark-blue);
}
.Products_wrapper .product-star i{
    color: rgb(255, 225, 0);
}
.Products_wrapper .product-price{
    font-size: 15px;
    font-family: var(--font);
    color: var(--text-gray);
    cursor: pointer;
}
.Products_wrapper .card{
    transition: 0.5s;
}
.Products_wrapper .card:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main_category_wrapper{
    margin-top: 80px;
}
.main_category_wrapper .card{
    transition: 0.5s;
}
.main_category_wrapper .card:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.main_category_wrapper .main-cat-text{
    background-color: var(--text-white);
    padding: 13px 40px;
}
.main_category_wrapper .main-cat-text a i{
    background-color: var(--dark-blue);
    color: white;
    padding: 12px !important;
    border-radius: 8px;
    transition: 0.5s;
}
.main_category_wrapper .main-cat-text a i:hover{
    transform: translateY(-5px);
    background-color: var(--text-white);
    color: var(--dark-blue);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main_category_wrapper .main-cat-text a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.main_category_wrapper .main-cat-text .cat-text1{
    font-size: 22px;
    font-family: var(--font);
    font-weight: 400;
}

.collection_wrapper{
    padding-top: 80px;
}
.collection_wrapper .collection-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--text-black);
    letter-spacing: 2px;
}
.collection_wrapper .main-cat-text{
    background-color: var(--text-white);
    padding: 13px 40px;
    width: 100%;
}
.collection_wrapper .main-cat-text .collection-text1{
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 400px;
}
.collection_wrapper .main-cat-text .collection-text2{
    font-size: 26px;
    font-family: var(--hedfont);
    color: var(--text-black);
    font-weight: 600px;
    padding-top: 20px;
}
.collection_wrapper .main-cat-text .main-cat-btn{
    width: 100%;
}

.collection_wrapper .collection-main-img{
    background-image: url(../images/collectionimg2.jpg);
    background-size: cover;
    width: 100%;
    height: 150px;
    background-position: center;
    transition: 0.5s;
    overflow: hidden;
}
.coll-img2{
    background-image: url(../images/collectionimg3.webp) !important;
}
.coll-img3{
    background-image: url(../images/collectionimg4.jpg) !important;
}
.coll-img4{
    background-image: url(../images/collectionimg5.jpg) !important;
}
.coll-img5{
    background-image: url(../images/collectionimg6.jpg) !important;
}
.coll-img6{
    background-image: url(../images/collectionimg7.jpg) !important;
}
.collection_wrapper .collection-main-img:hover{
  transform: scale(1.1);
}
.collection_wrapper .collection-main-text{
    background-color: var(--dark-blue);
    padding: 12px 22px;
    border-radius: 0 0 0 8px;
}
.collection_wrapper .collection-main-text .collection-text3{
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--font);
    font-weight: 400;
}
.subbanner_wrapper{
    margin-top: 80px;
    padding: 80px 0;
    background-image: url(../images/subbanner.jpg);
    width: 100%;
    height: 100%;
    background-position-x: 70%;
    background-position-y: 50%;
    background-size: cover;
    background-blend-mode: darken;
    background-color: #0000006e;
}
.subbanner_wrapper .sub-title{
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--text-white);
    font-weight: 600;
}
.subbanner_wrapper .sub-text{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-white);
    font-weight: 400;
}
.subbanner_wrapper a{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-white);
    font-weight: 400;
}
.subbanner_wrapper i{
    background-color: var(--dark-blue);
    padding: 15px;
    border-radius: 50%;
    border: 2px solid var(--text-white);
}

/* login page */

.login_wrapper{
    padding: 80px 0;
}
.login_wrapper .main-loging-box{
    width: 800px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}
.login_wrapper .form-area {
    background: url(../images/loginbg.jpeg);
    background-color: #0000008e;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-blend-mode: darken;
  }
.login_wrapper .form-area {
    box-shadow: 0 0 38px #666;
    margin: 40px auto;
    max-width: 500px;
}  
.login_wrapper .form-sing {
    padding: 46px 60px;
}
.login_wrapper .nav-tabs {
    border: none;
    padding-left: 17px;
}
.login_wrapper .sing-log-wrap .tab-content {
    margin-top: 70px;
}
.login_wrapper .sing-log-wrap .nav.nav-tabs li a {
    font-size: 30px;
    font-family: var(--hedfont);
    font-weight: 600;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-white);
  }
  
  .sing-log-wrap .nav > li > a:focus,
  .sing-log-wrap .nav > li > a:hover {
    background: none;
    border: 1px solid transparent;
    color: #1066f9;
  }
  
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background: none;
    border: 0px solid #ddd;
    border-bottom: 2px solid var(--text-white);
  }
  
  .sing-log-wrap label {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font);
    font-size: 18px;
  }
  
  .form-input-group label,
  .form-input-checkbox {
    padding-left: 17px;
  }
  
.sing-log-wrap .form-input-group input {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    margin-top: 10px;
    border: none;
    outline: none;
    color: var(--text-white) !important;
    font-size: 16px;
    font-family: var(--font);
}
  
.sing-log-wrap .form-input-group input{
    border: medium none;
    border-radius: 20px;
    color: #222;
    padding: 9px 17px;
    width: 100%;
}
.form-input-checkbox label {
    width: auto;
    text-transform: none;
    font-size: 16px;
    font-family: var(--font); 
}
.form-input-checkbox input{
    accent-color: var(--dark-blue);
}
.form-input-group label {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.form-bor {
    border-bottom: 1px solid var(--text-white);
    margin-bottom: 33px;
    padding-bottom: 62px;
}
.forgot a{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-white);
}
  
.forgot-pass {
    color: #dddd;
    display: block;
    text-align: center;
  }
.forgot-pass:hover {
    color: #fff;
}
.sing-log-wrap .form-input-group {
    margin-bottom: 17px;
}
.signup-main label{
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--font);
}
.signup-main input {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0 !important;
}
.signup-main input::placeholder {
   color: #dcdcdc;
}
.sup input::placeholder{
    color: #dcdcdc !important;
}
.login_wrapper .modal-body .forgot-text{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}
.login_wrapper .modal-body label{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.login_wrapper .modal-body input{
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    outline: none !important;
    font-size: 14px;
    color: var(--text-gray);
    border-radius: 8px;
    border: none !important;
    background-color: var(--white-blue);
}

/* contact page  */
.mainsub_banner{
    background-image: url(../images/contact-banner\ .webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 12% 0px;
    background-blend-mode: darken;
    background-color: #0000004f;
}
.about-ban{
    background-image: url(../images/about-subbanner.jpeg);
}
.faq-ban{
    background-image: url(../images/FAQs-banner.webp);
}
.privacy-bg{
    background-image: url(../images/Privacy-bg.jpg);
}
.return-bg{
    background-image: url(../images/r-privacy.webp);
}
.blog-bg{
    background-image: url(../images/blog-banner.webp);
}
.mainsub_banner .con-ban-title{
    font-size: 60px;
    color: var(--text-white);
    font-weight: 700;
    font-family: var(--hedfont);
}
.mainsub_banner .con-ban-subtitle{
    font-size: 18px;
    color: var(--text-white);
    font-family: var(--font);
}
/* contavt */
.contact_wrapper{
    padding-top:80px;
}
.contact_wrapper .contact-from-title{
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
    padding-top: 40px;
}
.contact_wrapper .contact-from-subtitle{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
}
.contact_wrapper .contact-main-icon a{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.contact_wrapper .contact-main-icon .co-text1{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.contact_wrapper .form {
    width: 100%;
    /* max-width: 820px; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact_wrapper .contact-form {
    background-color: var(--dark-blue);
    position: relative;
  }
  
  .contact_wrapper .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, var(--white-blue));
    position: absolute;
  }
  
 .contact_wrapper .circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
  }
  
 .contact_wrapper .circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}
 .contact_wrapper .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: var(--blue);
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}
 .contact_wrapper form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  } 
 .contact_wrapper .title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-white);
}
  
 .contact_wrapper .input-container {
    position: relative;
    margin: 1rem 0;
  }
  
 .contact_wrapper .input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
    padding: 0.6rem 1.2rem;
    color: var(--blue);
    border-radius: 5px;
    transition: 0.3s;
    font-size: 16px;
    font-family: var(--font);
    background-color: var(--white-blue);
    border: 1px solid var(--blue);
  }
  
 .contact_wrapper textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
    color: var(--blue);
  }
  
 .contact_wrapper .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: var(--text-gray);
    font-size: 0.9rem;
    font-weight: 500;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
    font-size: 16px;
    font-family: var(--font);
  }
 .contact_wrapper .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }  
 .contact_wrapper .cont-btn:hover {
    border: 1px solid var(--text-white) !important;
  }
 .contact_wrapper .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }
 .contact_wrapper .input-container span:before,
 .contact_wrapper .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  
.contact_wrapper  .input-container span:before {
    left: 50%;
  }
  
.contact_wrapper .input-container span:after {
    right: 50%;
  }
  
.contact_wrapper .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 16px;
}
 .contact_wrapper .input-container.focus span:before,
 .contact_wrapper .input-container.focus span:after {
    width: 50%;
    opacity: 1;
}
.contact_wrapper .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}
 .contact_wrapper .contact-info .title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
}
  
 .contact_wrapper .text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
  }
  
 .contact_wrapper .information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
  }  
 .contact_wrapper .icon {
    width: 28px;
    margin-right: 0.7rem;
  }
  
 .contact_wrapper .social-media {
    padding: 2rem 0 0 0;
  }
  
 .contact_wrapper .social-media p {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
  }
  
.contact_wrapper  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }
  
.contact_wrapper  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: radial-gradient(circle, rgba(4,21,94,0.9206057422969187) 0%, rgba(2,11,64,1) 100%);
    color:var(--text-white);
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
  }
  
.contact_wrapper  .social-icons a:hover {
    transform: scale(1.05);
}
  
.contact_wrapper  .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid var(--dark-blue);
    border-radius: 50%;
    bottom: -60px;
    right: 50px;
  }  
.contact_wrapper .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }

  /* faq page */
  .faq_wrapper{
    padding-top: 80px;
  }
  .faq_wrapper .faq-s{
    position: sticky;
    top: 0;
    z-index: 10;
    padding-top: 12%;
    }
.faq_wrapper .faq-s .main-faq-title .faq-subtitle{
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}
.faq_wrapper .faq-s .main-faq-title .faq-section {
    padding-top: 10px;
}
.faq_wrapper .faq-s .main-faq-title .faq-section a{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    transition: 0.5s;
}
.faq_wrapper .faq-s .main-faq-title .faq-section a:hover{
    color: var(--blue);
    padding-left: 2px;
}
.faq_wrapper .faq-title{
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    padding-top: 20px;
}
.faq_wrapper .accordion-button:not(.collapsed) {
    color: var(--text-black) !important;
    background-color: transparent !important;
}
.faq_wrapper .accordion-button {
    color: var(--text-black) !important;
    font-size: 20px;
    font-family: var(--font);
    font-weight: 400;
}
.faq_wrapper .accordion-body .faq-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

/* privacy page */

.privacy_wrapper{
    padding-top: 80px;
}
.privacy_wrapper .pr-title{
    font-size: 26px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
}
.privacy_wrapper .pr-text1{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}
.privacy_wrapper .pr-text2{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

/* blog page */

.blog_wrapper{
    margin-top: 80px;
}
.blog_wrapper .card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.5s;
}
.blog_wrapper .card:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.blog_wrapper .card .date i{
   font-size: 16px;
   color: var(--dark-blue);
}
.blog_wrapper .card .date .blog-text1{
   font-size: 16px;
   color: var(--text-gray);
   font-family: var(--font);
}
.blog_wrapper .card .blog-title{
   font-size: 26px;
   color: var(--dark-blue);
   font-family: var(--hedfont);
   font-weight: 700;
}
.blog_wrapper .card .blog-subtext{
   font-size: 16px;
   color: var(--secondary-text);
   font-family: var(--font);
   font-weight: 400;
}