@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

header.desktop {
    position: unset;
}

section.hero-section{
    padding: 0;
}
section.hero-section img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
section.hero-section .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 40%;
    right: 0;
    display: none;
}
section.hero-section .owl-nav button{
    background: transparent;
    color: white;
    font-size: 24px;
    border: 1px solid #ffffff4d;
    /* border-radius: 50%; */
    width: 120px;
    height: 120px;
    background: transparent;
    transition: .5s ease-in-out;
    border-radius: 50%;
}
section.hero-section .owl-nav .owl-prev{
    position: relative;
    left: -35px;
}
section.hero-section .owl-nav .owl-next{
    position: relative;
    right: -35px;
}
section.hero-section .owl-nav button:hover{
    background: var(--main-bg);
}
section.hero-section .main-sec{
    position: relative;
}
section.hero-section .cont{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    top: 0;
    left: 0;
    flex-direction: column;
    padding: 0 130px;
    display: none;
}
section.hero-section .cont a{
    color: #fff;
    background: var(--main-bg);
    padding: 15px 30px;
    border-radius: 30px;
}

section.hero-section .cont h1{
    font-size: 70px;
    text-shadow: 0 0 4px #000000;
}
section.hero-section .cont h1 span{
    -webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
    text-shadow: none;
}
section.hero-section .cont p{
    color: var(--white-color);
    font-size: 16px;
    width: 70%;
}
img.shape {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
    display: none;
}
img.shape1{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
}
section.category{
    background: #EFF5EE;
}
section.category .category-card img{
    border-radius: 10px;
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
    position: relative;
    bottom: 0;
    border-radius: 20px;
}
section.category .category-card img:hover{
    bottom: 10px;
}

/* products section */

section.products{
    background: #fff;
}
section.products .col-3{
    padding: 0;
    border: 1px solid #f2f2f224;
}

section.products .product-card {
    padding: 20px;
    background: #EFF5EE;
    border: 1px solid #1d7717;
}
section.products .product-card .img{
    position: relative;
    overflow: hidden;
}
section.products .product-card .img img{
    border-radius: 10px;
}

section.products .product-card .cont h3{
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
section.products .product-card .cart {
    position: absolute;
    top: 10px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .5s ease-in-out;
}
section.products .product-card:hover .cart{
    right: 10px;
}
section.products .product-card .cart a{
    background: var(--white-color);
    color: var(--btn-color);
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.products .product-card .product-modal{
    background: var(--white-color);
    color: var(--btn-color);
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.btns{
    justify-content: space-between;
    margin-top: var(--m20);
    margin-bottom: var(--m20);
}
.btns .c-w-btn{
    padding: 12px 30px;
    /* background-image: var(--main-bg); */
    color: var(--white-color);
    width: 48%;
    text-align: center;
    box-shadow: 0 0 2px #fff;
    font-family: math;
    display: inline-block;
}
.modal-dialog{
    max-width: 1100px;
}
section.products  .modal-dialog img{
    position: sticky;
    top: 10px;
}
.btns .c-w-btn:nth-child(1){
    background: #2c9500;
}
.btns .c-w-btn:nth-child(2){
    background: #FF5200;
}
.head {
    text-align: center;
    margin-bottom: 30px;
}
.price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price a{
    background: var(--btn-color);
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 20px;
}

/* cta section */

section.cta-sec{
    background: #EFF5EE;
}

section.cta-sec .cta-bg{
    background: radial-gradient(at center left, #51A390 3%, #276153 81%);
    padding: 20px;
    padding-bottom: 0;
    border-radius: 30px;
}
section.cta-sec .cta-bg img{
    position: relative;
    top: -60px;
}
section.cta-sec .cta-bg h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -2.048px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
    color: #D4FFFF;
    /* margin-top: 60px; */
}
section.cta-sec .cta-bg h2 span{
    background: url('../images/text-bg.webp');
    background-position: right;
}
section.cta-sec .cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.cta-sec .cont p{
    color: #D4FFFF;
}
section.cta-sec .cont a{
    background: #fff;
    color: var(--heading-color);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    max-width: 200px;
}
/* section recharge */
section.recharge{
    position: relative;
    background: var(--lt-color);
    background: transparent;
    background-image: linear-gradient(156deg, #033333 0%, #113A18 100%);
    background-image: linear-gradient(156deg, #021c1c 0%, #021505 100%);
}
section.recharge::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape2-2.png);
    --background-overlay: '';
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

section.recharge .img img{
    width: 50px;
}
section.recharge .img {
    width: 100px;
    background: var(--main-bg);
    padding: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    transition: .3s ease-in-out;
}
section.recharge .cont-sec:hover .img{
    box-shadow: 0 0 5px 5px #b5ffc5;
}
section.recharge .cont-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
    /* border: 1px solid #175040a8; */
    border: 1px solid #777777a8;
    padding: 20px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}
section.recharge .cont-sec h5{
    color: #fff;
    opacity: .75;
    font-weight: 400;
}
.shape-img {
    position: absolute;
    width: 150px;
    right: -50px;
    top: -155px;
    transform: rotate(96deg);
    animation: rotate-animation 10s infinite linear;
    z-index: 1;
}




/*start about*/

.about_wrapper{
    padding-top: 60px;
     padding-bottom: 60px;
     position: relative;
     background: var(--white-color);
 }
 .about_wrapper p.head-info {
     font-size: var(--f14);
     font-weight: 600;
     color: var(--heading-color);
     margin-bottom: var(--m5);
     letter-spacing: 3px;
     text-transform: uppercase;
     line-height: 1.7;
     text-align: center;
     margin-bottom: var(--m10);
 }
 .about_wrapper .upper-head {
     width: 75%;
     margin: auto;
     text-align: center;
     margin-bottom: 60px;
 }
 .about_wrapper a.main-btn{
     width: 150px;
     text-align: center;
 }
 .about_wrapper .upper-head h2{
     font-family: var(--heading-font);
     margin-bottom: 30px;
     font-weight: 500;
 }
 .heading_sec{
     margin-bottom: 40px;
     text-align: center;
 }
 .about-img1{
     text-align: right;
 }
 .about-img1 img{
     width: 100%;
     height: 400px;
     object-fit: cover;
     border-radius: 15px;
 }
 .about-img2 img{
     position: absolute;
     left: 0px;
     width: 75%;
     bottom: -20px;
     /* border-radius: 30px; */
     border: 5px solid #fff;
     object-fit: cover;
     height: 250px !important;
 }
 .about_wrapper .col-lg-6.text-center.text-lg-start p{
     /*line-height: 30px;*/
     margin-bottom: 15px;
 }
 .subhead {
     color: var(--secondary-text);
     font-size: 18px;
     /*line-height: 35px;*/
 }
 .about_wrapper .col-lg-6.text-center.text-lg-start{
     padding-right: 0%;
     width: 60%;
 }
 
 .about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
     width: 40%;
 }
 
 
 .about_wrapper .heading_sec h3 {
     line-height: 1.2;
     font-size: 36px;
 }
 .about_wrapper h3{
     text-align: left;
     /* color: var(--primary-color); */
     font-family: var(--heading-font);
 }
 
 .heading_sec h3{ 
     font-weight: 400;
     font-size: 40px;
     font-family: var(--heading-font);
 }
 .about_wrapper .heading_sec {
     margin-bottom: 0px;
     text-align: left;
 }
 .about_wrapper .abt-para {
     max-height: 100%;
     overflow: hidden;
     margin-bottom: 20px;
 }
 .about_wrapper .heading_sec h3{
     line-height: 1.2;
     font-size: 36px;
 }
 .about_wrapper .col-lg-6.abt-content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding-left: 5%;
 }
 /*end about section*/

/* about bdglifesciences */
        
.about-numbers{
    background: url(../images/body-bg.png) #02051c;
    padding: 40px 0;
}
.about-numbers img{
    width: 65px !important;
}
.about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
.about-numbers .transparent{
    font-size: 30px;
    font-weight: 600;
    margin-right: 60px;
    -webkit-text-stroke: 0.8px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}

/* courses section */

section.courses{
    background: var(--white-color);
}
section.courses .desc{
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}
section.courses .desc h2{
    display: none;
}
section.courses .desc h3{
    display: none;
}
section.courses .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

section.courses .course-price {
    font-size: var(--f16);
    font-weight: bold;
    color: #fff;
    opacity: .7;
}

section.courses .bestseller-badge {
    background-color: #e6f5d0;
    padding: 5px 10px;
    border-radius: 5px;
    color: green;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
}

section.courses .course-rating {
    color: #ffc107;
}

section.courses .card-title {
    font-size: 1rem;
    max-height: 42px;
}

section.courses .card p{
    color: #454545;
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.courses a{
    padding: 12px;
}

section.courses .card {
    border: none;
}
section.courses .owl-nav{
    display: flex !important;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 43%;
}
section.courses .owl-nav button{
    color: #00010B;
    background: var(--white-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

section.courses .card-body {
    text-align: left;
    border: 1px solid #ffffff33;
    background: var(--lt-color);
    border-radius: 0 0 8px 8px;
    border-top: none;
}


/* faq section */
section.faqs{
    background: var(--lt-color);
}

section.faqs .accordion-flush .accordion-item{
    background: transparent;
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    margin-bottom: var(--m15);
    /* background-image: var(--main-bg); */
    border-radius: 15px;
    padding-left: 20px;
}
section.faqs .accordion-header{
    background: transparent;
}
section.faqs button.accordion-button{
    background: transparent;
    color: var(--heading-color);
    box-shadow: none;
    font-size: var(--f18);
    padding-left: var(--p5);
}
section.faqs .accordion-button:focus{
    box-shadow: none;
}
section.faqs .accordion-button:not(.collapsed){
    background: transparent;
    color: var(--heading-color);
    box-shadow: none;
}
section.faqs .accordion-flush .accordion-item:last-child{
    /* border-bottom: 1.5px solid #fff; */
}
/* section.faqs .accordion-button:not(.collapsed)::after{
    background: url(../images/faqdown-chevron.png);
}
section.faqs .accordion-button::after{
    background: url(../images/faqdown-chevron.png);
    width: 24px;
    height: 24px;
} */
section.faqs .accordion-body{
    font-family: var(--primary-font);
    opacity: .7;
}
section.faqs .head{
    text-align: center;
}
section.faqs .head p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
section.faqs .head h2{
    margin-bottom: 15px;
    position: relative;
    /* color: #F2B181; */
    font-size: var(--f42);
}
section.faqs .head h2::before{
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 5px;
    background: var(--btn-color);
    position: absolute;
    bottom: -20px;
    display: none;
}
section.faqs .img-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.faqs .img-sec img{
    width: 88%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.accordion-button::after {
    /* background: transparent !important; */
    background: url(../images/plus.png);
    background: url(../images/add.png);
    background-size: cover;
    width: 32px;
    height: 32px;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/minus-sign.png);
    background: url(../images/minus.png);
    background-size: cover;
}

section.quick-action{
    background-image: var(--main-bg);
}
section.quick-action .head{
    text-align: center;
    margin-bottom: 50px;
}
section.quick-action  .main-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
section.quick-action  .main-sec .img-sec img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
section.quick-action  .main-sec .cont-sec h4{
    color: var(--heading-color);
    font-size: var(--f22);
    margin-bottom: 10px;
}
section.quick-action  .main-sec .cont-sec p{
    color: var(--white-color);
    font-size: var(--f18);
    letter-spacing: 1px;
    opacity: .7;
}
section.quick-action .head h3{
    font-size: var(--f42);
    /* color: #f2b181; */
}


/* cta 2 */


section.cta-2 {
    background-image: url(../images/cta2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 90px;
    background-position: right;
    background-attachment: fixed;
    position: relative;
}
section.cta-2::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(#000000, #320065);
    background-image: linear-gradient(to right, #1d052f, #32006518);
    top: 0;
    left: 0;
    opacity: 1;
}
section.cta-2 .container{
    position: relative;
}
section.cta-2 .counter-icon {
    height: 130px;
    width: 130px;
    background: url(../images/bg-icon-counter-white.png);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--m10);
    background: transparent;
    border-radius: 50%;
    border: 3px dotted #fff;
}
section.cta-2 .counter-icon i{
    color: #fff;
    font-size: 50px;
}

section.cta-2 .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--m30)
}

section.cta-2 .row h3 {
    color: var(--white-color);
    margin-bottom: 0
}

section.cta-2 .row p {
    color: rgba(255,255,255,.5);
    margin-bottom: 0;
    font-size: var(--f19);
    margin-top: var(--m5)
}

section.cta-2 .col-3:hover p {
    color: #fff
}

section.cta-2 .col-12.cta-bottom {
    padding-top: var(--p40)
}

section.cta-2 .bottom-content {
    border-radius: 15px;
    background: linear-gradient(to right, #07000e 0, #001c2f 100%);
}

section.cta-2 .bottom-content img {
    margin-top: -80px
}

section.cta-2 .bottom-content .col-3 {
    margin-bottom: 0;
    display: none
}

section.cta-2 .bottom-content .col-9 {
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

section.cta-2 .bottom-content h2 {
    margin-bottom: 0;
    width: 75%;
    font-size: var(--f30);
    color: var(--white-color);
    line-height: 1.2
}

section.cta-2 .bottom-content a.main-btn::after {
    background: var(--btn-color)
}

section.cta-2 .bottom-content a.main-btn:hover .icon-container {
    transform: translateX(93%)
}



/* cta section start */

section.cta{
    background: url(https://credio.rstheme.com/business-demo/wp-content/uploads/2024/10/cta_bg.jpg);
    background: url(../images/cta.jpg);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 110px 12px;
  }
  section.cta .container{
    display: flex;
    align-items: center;
  }
  
  section.cta .cta-cont{
    width: 50%;
    padding: 20px;
  }
  section.cta .cta-cont span{
    color: var(--white-color);
    position: relative;
    font-size: 15px;
    padding-left: 80px;
    margin-bottom: var(--m20);
    display: block;
  }
  section.cta .cta-cont span::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: var(--white-color);
    left: 0;
    top: 12px;
  }
  section.cta .cta-cont p{
    color: #fff;
  }
  section.cta .cta-cont h2{
    color: #fff;
    font-size: 40px;
  }



  .button-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.button{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.button:hover{
    background-color: #ddd;
}
.button i{
    margin-right: 5px;
}

/* user reviews */

section.user-reviews{
    background: var(--main-bg);
    position: relative;
}
section.user-reviews .overlay{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/body-bg.png);
    background-position: 50% 19%;
    top: 0;
    left: 0;
}
section.user-reviews .container-fluid{
    position: relative;
}
/* blogs sections */
/* property section */

section.featured-pro {
    background-color: #033333;
    background: url(https://credio.rstheme.com/business-demo/wp-content/uploads/2024/10/bg-2.jpg);
    position: relative;
    padding: 120px 0;
    padding-bottom: 0;
}
section.featured-pro::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(174deg, #000202d1 0%, #0f287e 100%);
}
section.featured-pro .main{
    position: relative;
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: 50px;
}
section.featured-pro .head-sec h2{
  color: var(--white-color);
}
section.featured-pro .head-sec p{
   color: var(--white-color);
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
    width: 25%;
    padding: 0;
}
section.featured-pro .pro-sec{
   position: relative; 
}
section.featured-pro .main-prop h4{
    font-size: 18px;
    color: #fff;
}
section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(158deg, #0e2980 0%, #5be2e6 100%);
    position: absolute;
    bottom: -100px;
    width: 75%;
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .pro-cont h6{
    -webkit-text-stroke: 1px #ffffff8f;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    font-size: 50px;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}
section.featured-pro .pro-cont .view-more i{
    background: var(--heading-color);
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.featured-pro h3.title {
    font-size: var(--f22);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m11);
    height: 54px;
    overflow: hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 0px;
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    padding-right: 0;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: 0;
}
section.featured-pro p.adr i{
    margin-right:8px;
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}


/* fade-in and fade-out animation */
.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}
.fade-out {
    animation: fadeOut ease 5s;
    -webkit-animation: fadeOut ease 5s;
    -moz-animation: fadeOut ease 5s;
    -o-animation: fadeOut ease 5s;
    -ms-animation: fadeOut ease 5s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-moz-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-o-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

.video-cont p {
 margin: auto;
 color: var(--lt-color);
 text-transform: capitalize;
 font-size: var(--f36);
 font-family: "Dancing Script", cursive;
 font-weight: 700;
 text-shadow: 0 0 5px var(--black-color);
 /* margin-bottom: 160px; */
}

.letterDrop {
    position: relative;
    top: 0;  
    display: inline-block;
    text-transform: uppercase; 
    letter-spacing: 0.5em;
    opacity: 1;
    transform: rotateX(-90deg);
    animation: letterDrop 3.2s ease 1 normal forwards;
  }
section.video-banner .video-cont .container{
    position: relative;
    z-index: 2;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn{
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  
    }
    
    .scroll .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
    }
    
    .scroll .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
    }
    
    .scroll .chevron:before,
    .scroll .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--white-color);
    }
    
    .scroll .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    }
    
    .scroll .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
    }
    
    @keyframes move {
    25% {
     opacity: 1;
    
    }
    33% {
     opacity: 1;
     transform: translateY(30px);
    }
    67% {
     opacity: 1;
     transform: translateY(40px);
    }
    100% {
     opacity: 0;
     transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
    }

    .scroll .text {
        display: block;
        margin-top: 75px;
        margin-left: -30px;
        font-family: var(--primary-font);
        font-size: var(--f12);
        color: var(--white-color);
        text-transform: uppercase;
        white-space: nowrap;
        opacity: .25;
        animation: pulse 2s linear alternate infinite;
        }
        
        @keyframes pulse {
        to {
         opacity: 1;
        }
        }

        .video-cont .scroll{
            position: absolute;
            bottom: 10px;
            /* display: none; */
            width: 100%;
            display: flex;
            justify-content: center;
           }        
  

           
/* on load pop modal */

.instructions {
    text-align:center;
    font-size:20px;
    margin: 15vh;
  }  
  
  /* //////////////////////////////////////////////////////////////////////////////////////////////
      //   Default Modal Styles   //
  ////////////////////////////////////////////////////////////////////////////////////////////// */
  /*   This is the background overlay   */
  .backgroundOverlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      background: #000000;
      opacity: .85;
      filter: alpha(opacity=85);
      -moz-opacity: .85;
      z-index: 101;
      display: none;
  }
  /*   This is the Popup Window   */
  .delayedPopupWindow {
      display: none;
      position: fixed;
      width: auto;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: transparent;
      z-index: 102;
  }
  .delayedPopupWindow .signup-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
  }
  .delayedPopupWindow .signup-box .main-box{
    display: flex;
    background: var(--white-color);
    position: relative;
    z-index: 104;
    max-height: 520px;
  }
  .delayedPopupWindow .signup-box .main-box h6{
    margin-bottom: 0;
    font-family: var(--primary-font);
  }
  .delayedPopupWindow img{
    max-height: 520px;
    height: 100%;
    object-fit: cover;
    width: 55%;
  }
  .delayedPopupWindow .signup-box .signup-form {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.delayedPopupWindow .signup-box .signup-form h2{
    font-size: 60px;
    background-image: var(--main-bg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--primary-font);
    font-weight: 100;
}
.delayedPopupWindow .signup-box .signup-form p{
    font-size: var(--f16);
    color: var(--black-color);
}
.delayedPopupWindow .signup-box .signup-form p{
    margin-top: var(--m25);
}
.delayedPopupWindow .signup-box .signup-form span{
    font-size: var(--f14);
    color: #4a4a4a;
}
.delayedPopupWindow .signup-box .signup-form span a{
    color: var(--btn-color);
    font-family: 'Poppins';
}
.delayedPopupWindow .signup-box .signup-form form{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.delayedPopupWindow .signup-box .signup-form form input{
    width: 100%;
    padding: var(--p15);
}
.delayedPopupWindow .signup-box .signup-form form button{
    width: 100%;
    background: var(--main-bg);
    border: none;
    padding: var(--p15);
    color: var(--white-color);
}
  /*   This is the closing button  */
  #btnClose {
      /* width:100%; */
      display: block;
      text-align: right;
      text-decoration: none;
      color: #fff;
      position: absolute;
      top: 10px;
      right: 10px;
      height: 30px;
      width: 30px;
      background-image: var(--main-bg);
      display: flex;
      justify-content: center;
      align-items: center;
      background: #8e3409cc;
      border-radius: 50%;
  }
  /*   This is the closing button hover state  */
  #btnClose:hover {
      /* color: #c90c12; */
  }
  /*   This is the description headline and paragraph for the form   */
  #delayedPopup > div.formDescription {
      float: left;
      display: flex;
      width: 44%;
      padding: 1% 3%;
      font-size: 18px;
      color: #666;
      clear: left;
  }
  /*   This is the styling for the form's headline   */
  #delayedPopup > div.formDescription h2 {
      color: #444444;
      font-size: 36px;
      line-height: 40px;
  }
  
  /* 
  ////////// MailChimp Signup Form //////////////////////////////
  */
  
  /*   This is the signup form body  */
  #delayedPopup #mc_embed_signup {
      float: left;
      width: 47%;
      padding: 1%;
      display: flex;
      font-size: 16px;
      color: #666;
      margin-left: 1%;
  }
  /*   This is the styling for the signup form inputs  */
  #delayedPopup #mc-embedded-subscribe-form input {
      width: 95%;
      height: 30px;
      font-size: 18px;
      padding: 3px;
    margin-bottom: 5px;
  }
  /*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
  #delayedPopup #mc-embedded-subscribe-form input:hover {
      border:solid 2px #40c348;
      box-shadow: 0 1px 3px #AAAAAA;
  }
  /*   This is the styling for the signup form inputs when they are focused  */
  #delayedPopup #mc-embedded-subscribe-form input:focus {
      border:solid 2px #40c348;
      box-shadow: none;
  }
  /*   This is the styling for the signup form submit button  */
  #delayedPopup #mc-embedded-subscribe {
      width: 100%!important;
      height: 40px!important;
      margin: 10px auto 0 auto;
      background: #5D9E62;
      border: none;
      color: #fff;
  }
  /*   This is the styling for the signup form submit button hover state  */
  #delayedPopup #mc-embedded-subscribe:hover {
      background: #40c348;
      color: #fff;
      box-shadow:none!important;
      cursor: pointer;
  }

  /* best selling categories */


  /* Portfolio css start */
section.portfolio {
background-image: var(--main-bg);
    padding: var(--p90) var(--p12);
    padding-top: 50px;
    position: relative;
}
section.portfolio .container{
    position: relative;
}

section.portfolio .content-area {
    width: 80%;
    position: sticky;
    top: 150px;
}
section.portfolio .col-6.portfolio-content {
   position: sticky;
    top: 150px;
    /* width: 50%; */
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 35%;
}
section.portfolio .col-6.portfolio-content h2{
    color: var(--white-color);
    margin-bottom: var(--m20);
}
section.portfolio .col-6.portfolio-content p{
    color: var(--white-color);
    margin-bottom: var(--m50);
    font-size: var(--f20);
}
section.portfolio a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}
section.portfolio .col-6.portfolio-img svg {
    /* z-index: -1; */
    position: absolute;
    top: 0;
    left: 0;
    width: 181px;
    height: auto;
    display: none;
}
section.portfolio .col-6.portfolio-img .tag {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-direction: column;
    transition: .3s ease-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 55px;
    left: 55px;
    z-index: 1;
    color: #dedddd;
    overflow: hidden;
    padding: 10px 15px;
    opacity: 1;
}
section.portfolio .col-6.portfolio-img {
    position: relative;
    width: 65%;
}
section.portfolio .col-6.portfolio-img .tag a.main-bttn {
    height: 50px;
    width: 235px;
}
section.portfolio .col-6.portfolio-img .tag h3{
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: 5.5rem;
    z-index: 1;
    position: relative;
    text-align: left;
    margin-bottom: var(--m50);
    font-weight: 700;
    opacity: .68;
}
section.portfolio .col-6.portfolio-img .img-area {
    position: relative;
   border-radius: 50px;
    margin-top: 60px;
    display: block;
    width: 100%;
    position: sticky;
    transition: 1.2s ease-out;
    top: 60px;
}
section.portfolio .col-6.portfolio-img .img-area img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}
section.portfolio .col-6.portfolio-img button.main-btn {
    position: absolute;
    right: 30px;
    bottom: 40px;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



