@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 {
    background: #e9f7ffab;
}
/* section video banner */
section.video-banner{
    height: 90vh;
    padding: 0;
    position: relative;
}
section.video-banner .video-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.14);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.video-banner .video-cont     .text-blob {
    font-size: 100px;
    font-family: "Dancing Script", cursive;
    color: #fff;
    text-shadow: 0 0 5px var(--black-color);
    margin-top: 110px;
}

.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; */
}

section.video-banner .video-cont .container{
    position: relative;
    z-index: 2;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 7s ease-out infinite;
  
    }
    
    .scroll .chevron:first-child {
    animation: move 7s ease-out 5s infinite;
    }
    
    .scroll .chevron:nth-child(2) {
    animation: move 7s ease-out 5s 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;
}
/* partner section */

section.partner{
    padding: 0;
    background: url(https://html.storebuild.shop/printx-prv/printx/assets/img/hero/hero-bg.png);
    background: #fff;
}        
section.partner .about-numbers{
    background: transparent;
    position: relative;
    bottom: 46px;
    border-radius: 20px;
}
section.partner .about-numbers .col-3 h2{
    color: var(--white-color);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}
section.partner .about-numbers .col-3{
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 20px;
    background: #022D62;
}
section.partner .about-numbers .col-9{
    background: var(--lt-color);
    padding: 20px 0;
    border-radius: 0 20px 20px 0;
}
section.partner .about-numbers img{
    width: 180px !important;
}
section.partner .about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
section.partner .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;
} 
section.partner .about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}
/*About company css*/
section.about-us-home .abt-cont{
    position:relative;
}
section.about-us-home{
    /* background: #f1f1f1; */
    background: linear-gradient(180deg, #FCF5FC 0.01%, rgba(246, 245, 250, 0) 100%);
    background: #fff;
    padding-top: 0;
}
.serv-heading h2{
   transform: rotate(270deg);
    position: absolute;
    left: -120px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--heading-color);
    font-size: var(--f60);
    top: 150px;
}

.serv-content {
    padding-left: var(--p97);
    padding-top: var(--p25);
}

section.about-us-home h3{
    font-size: var(--f32);
}
section.about-us-home .abt-co-img-left {
    border-radius: 5px;
   position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 0px;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 0px solid var(--black-color);
    animation: blobEffect 5s linear infinite;
    border-radius: 50px;
    transition: 0.5s all;
    object-position: 40%;
}
section.about-us-home .abt-co-img-left img:hover{
    transform: scale(1.14);
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0;
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .para{
     max-height: 300px;
    overflow: hidden;
}
section.about-us-home p {
    color: var(--primary-color);
   
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width: 230px;
    object-fit: cover;
    border: 1px solid var(--black-color);
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/* new services section */
section.new-blog .upper-head {
    width: 75%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
section.new-blog a.main-btn{
    width: 150px;
    text-align: center;
}
section.new-blog .upper-head h2{
    font-family: var(--heading-font);
    margin-bottom: 30px;
}
section.new-blog .upper-head p{
    color: var(--black-color);
}
.heading_sec{
    margin-bottom: 40px;
    text-align: center;
}
section.new-blog .dynamic {
    height: 197px;
    overflow: hidden;
    opacity: .6;
    color: #000;
    font-size: 14px;
}
section.new-blog .dynamic a{
    color: #000;
    opacity: .8;
}
section.new-blog{
    background: var(--lt-color);
    position: relative;
}
section.new-blog .head{
    text-align: left;
}
section.new-blog .img-sec{
    position: relative;
    height: 180px;
    overflow: hidden;
}
section.new-blog .img-sec img{
    height: 180px;
    transition: .5s ease-in-out;
    object-fit: cover;
}
section.new-blog .item:hover img{
    transform: scale(1.12);
}
section.new-blog .img-sec span{
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: var(--primary-font);
    color: #fff;
}
section.new-blog .cont span{
    color: #fff;
    opacity: .8;
}
section.new-blog .cont h4{
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    max-height: 50px;
    overflow: hidden;
}
section.new-blog .cont p{
    color: #385575;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
}
section.new-blog .cont{
    padding: 20px;
}
section.new-blog .item{
    margin-bottom: 30px;
    border: 1px solid #bababaa6;
    padding: 0;
}
section.new-blog .owl-nav{
    position: absolute;
    width: 103%;
    top: 40%;
    display: flex;
    justify-content: space-between;
    left: -18px;
    display: none;
}
section.new-blog .container:hover .owl-nav{
    display: flex;
}
section.new-blog #course-section{
    position: relative;
}
section.new-blog .owl-nav button{
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--btn-color);
    border-radius: 50%;
    border: none;
    color: var(--white-color);
}
section.new-blog .owl-nav button:hover{
    background: var(--btn-hover);
}
section.new-blog .row{
gap: 25px;
flex-wrap: nowrap;
overflow-x: scroll;
padding: 10px 0;
}
section.new-blog .col-4{
    width: 28%;
}

section.new-blog .tab__title {
    margin: 25px 0 0;
    border-bottom: 1px solid #8d8d8d;
    
      .tab__button:first-of-type {
        margin:0;
    }
  }
    
  section.new-blog .tab__button {
      padding: 15px;
      border: none;
      border-bottom: 1px solid #e5e5e5;
      /* border-right: 1px solid #e5e5e5; */
      background: transparent;
      outline: none;
      margin: 0 -5px;
      cursor: pointer;
      width: 25%;
  }
    
  section.new-blog .tab_button-active {
      border-bottom: none;
      background: var(--btn-color);
      color: var(--white-color); 
      border-radius: 20px 20px 0 0;
  }
  
  section.new-blog .tab__inside {
    
    visibility: hidden; 
    opacity: 0;
    height: 0;
    transform: translateY(10px);
    transition: transform .3s ease-in;
    
    .tab__inside-img {
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      
    img {
      width: 100%;
      height: 370px;
      object-fit: cover;
    }
  }
  }
  section.new-blog .tab__inside-active {
    padding: 30px 0;
  visibility: visible; 
  opacity: 1;
  height: 100%;
    transform: translateY(0);
    transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}
  section.new-blog .tab__inside-text {
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      gap: 30px;
      
      p {
        color: #000;
        font-size: 14px;
        font-weight: 100;
        opacity: 1;
        font-weight: 400;
      }
    
  }
section.new-blog ::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    transition: 8.3s all;
  }
  
  /* Track */
  section.new-blog ::-webkit-scrollbar-track {
    background:var(--btn-color); 
  }
   
  /* Handle */
  section.new-blog ::-webkit-scrollbar-thumb {
    background: var(--main-bg); 

  }
  
  /* Handle on hover */
  section.new-blog ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


/* cta section */

.cta-section {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 30px 0
}

.cta-section .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0
}

.cta-section .left-sec .top-section h2 {
    color: #fff
}

.cta-section .left-sec .top-section h2 a {
    color: #fff
}

.cta-section .left-sec .top-section h2 a:hover {
    opacity: .8
}

.cta-section .left-sec .top-section p {
    color: #bdb7b7
}
.cta-section .left-sec .top-section .why{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.cta-section .left-sec .top-section p a {
    color: #bdb7b7;
    text-decoration: underline
}

.cta-section .left-sec .top-section p a:hover {
    text-decoration: none
}

.cta-section .left-sec .top-section .btn-container {
    margin: 40px 0 0
}

.cta-section .left-sec .top-section ul {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-section .left-sec .top-section ul li {
    padding-left: 0px;
    color: #dcdcdc;
    position: relative;
    margin-right: 15px;
    font-weight: 400;
    font-size: 16px;
}
.cta-section .left-sec .top-section .btn-container .main-btn{
    border-radius: 30px;
}
.cta-section .left-sec .top-section ul li:before {
    content: "";
    background: url(../../../../../../../../themes/valuecoders/v6.0/images/home-images/tick-mark.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px
}

.cta-section .left-sec .top-section ul a {
    color: #dcdcdc;
    text-decoration: underline
}

.cta-section .left-sec .top-section ul a:hover {
    text-decoration: none
}

.cta-section .right-sec {
    flex-basis: 35%
}
.VJL48qbQzWENTFAh1Knk.f3c_Dda7HKHqraeedxG1{
    display: none !important;
}
/* technology Stack */
.head{
    text-align: center;
    margin-bottom: 40px;
}
.head p{
    color: var(--black-color);
}
.head h2{
    color: var(--heading-color);
}

section.tech{
    background: var(--white-color);
}
section.tech img{
    width: 100%;
    filter: grayscale(1);
    transition: .3s ease-in-out;
}
section.tech img:hover{
    filter: unset;
}

/* our clients */
section.clients-sec{
    background: var(--white-color);
}
section.clients-sec .about-numbers img{
    width: 120px !important;
    border-radius: 20px;
}
section.clients-sec .about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
section.clients-sec .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;
}
section.clients-sec .about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}

/* second cta */
section.cta {
    background-image: url(../images/bbr-bg.webp);
    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::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 .container{
    position: relative;
}
section.cta .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 .counter-icon i{
    color: #fff;
    font-size: 50px;
}

section.cta .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--m30)
}

section.cta .row h3 {
    color: var(--white-color);
    margin-bottom: 0
}

section.cta .row p {
    color: rgba(255,255,255,.5);
    margin-bottom: 0;
    font-size: var(--f19);
    margin-top: var(--m5)
}

section.cta .col-3:hover p {
    color: #fff
}

section.cta .col-12.cta-bottom {
    padding-top: var(--p40)
}

section.cta .bottom-content {
    border-radius: 15px;
    background: linear-gradient(to right, #07000e 0, #001c2f 100%);
}

section.cta .bottom-content img {
    margin-top: -80px
}

section.cta .bottom-content .col-3 {
    margin-bottom: 0;
    display: none
}

section.cta .bottom-content .col-9 {
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

section.cta .bottom-content h2 {
    margin-bottom: 0;
    width: 75%;
    font-size: var(--f30);
    color: var(--white-color);
    line-height: 1.2
}

section.cta .bottom-content a.main-btn::after {
    background: var(--btn-color)
}

section.cta .bottom-content a.main-btn:hover .icon-container {
    transform: translateX(93%)
}


/* section why choose us */

section.why-choose {
    background: var(--lt-color);
}
section.why-choose .img-sec{
    position: relative;
}
section.why-choose .img-sec img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 40px 40px 0 40px;
}
section.why-choose .img-cont{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 18%);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    width: 50%;
}
section.why-choose .img-cont p{
    font-size: var(--f14);
    text-align: center;
    margin: 0;
}
section.why-choose .img-cont h3{
    color: var(--white-color);
    font-size: 22px;
}
section.why-choose .cont-sec p{
    color: var(--black-color);
} 
section.why-choose p.p-why {
    background: var(--heading-color);
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
}
section.why-choose .modal-content{
    padding-top: 30px;
}
section.why-choose .modal-content h2{
    margin-bottom: 30px;
    font-size: 22px;
}
section.why-choose .modal-content .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
section.why-choose .icon{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 10px;
    border: 2px dashed #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin-bottom: 15px;
}
section.why-choose .icon i{
    color: var(--heading-color);
    background: var(--white-color);
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}
section.why-choose .points li i{
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.why-choose .points li{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
section.why-choose .cont-sec{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* testimonials section css */
section.reviews{
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    background: url(../images/test.png) var(--heading-color);
}
section.reviews .heading{
    margin-top: 50px;
}
section.reviews .heading p{
    color: var(--heading-color);
    background: var(--white-color);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;  
}
section.reviews .heading h2{
    color: var(--white-color);
    font-size: var(--f30);
}
section.reviews .heading span{
    color: var(--white-color);
    font-size: var(--f14);
}
section.reviews .owl-item{
    border-radius: 20px;
    padding: 20px;
}
section.reviews .owl-item:nth-child(even){
    background: var(--lt-color);
}
section.reviews .owl-item:nth-child(odd){
    background: #fff;
}
section.reviews .reviews-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.reviews .user-img{
    display: none;
}
section.reviews .reviews-card img{
    width: 80px;
}
section.reviews .reviews-card h2{
    font-size: 22px;
}
section.reviews .reviews-card p{
    color: var(--black-color);
    text-align: center;
}
section.reviews .owl-nav{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
section.reviews .owl-nav button{
    background: var(--white-color);
    color: var(--heading-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out;
}
section.reviews .owl-nav button:hover{
    border: 1px dashed var(--white-color);
    color: var(--white-color);
    background: transparent;
}
/* form css */
section.form{
    background: var(--lt-color);
}
section.form .form-social{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
section.form .form-social a{
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 500;
    border-bottom: 1px dashed var(--heading-color);
    padding-bottom: 3px;
}
section.form .form-social li i{
    color: var(--btn-color);
    margin-right: 5px;
    font-size: 16px;
}
section.form .col-6{
    padding: 0;
} 
section.form .form-cont {
    background: var(--white-color);
    padding: 20px;
    height: 100%;
}
section.form ul.achievement{
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
}
section.form ul.achievement li{
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
}
section.form ul.achievement li i {
    /* font-size: 16px; */
    padding: 5px;
    border: 1px dashed var(--heading-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.form .trust{
    font-size: 26px;
    margin-bottom: 30px;
}
section.form ul.partners{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
section.form ul.partners li{
    width: 46%;
}
section.form ul.partners li img{
    height: 50px;
    width: auto;
}

section.form .form-sec{
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 20px;
}
section.form .form-sec input{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
    color: #1f0a00;
}
section.form .form-sec textarea{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;   
}
section.form .form-sec select{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
}
section.form .form-sec button{
    background: green;
    border: none;
    color: var(--white-color);
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid green;
    transition: .5s ease-in-out;    
}
section.form .form-sec button:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}


/* form section */
section.contact-us .img-sec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
section.contact-us{
    background:#F1F1F1;
}
section.contact-us .col-6{
    padding: 0;
}
section.contact-us h2 span{
    color: #ffcfac;
}
section.contact-us .form-sec{
    background: var(--heading-color);
    padding: var(--p30) var(--p40);
}
section.contact-us .cont-form{
    /* border-radius: 30px; */
}
section.contact-us .contact-wrapper{
    width: 85%;
    border-radius: 20px;
}
section.contact-us .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact-us .cont-form h4{
    color: #fff;
    font-size: var(--f28);
}
section.contact-us .cont-form input{
    width: 97%;
    color: rgba(220, 239, 216, .8);
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
    color: #1f0a00;
}
section.contact-us .cont-form select{
    width: 97%;
    color: rgba(220, 239, 216, .8);
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
    color: #1f0a00;
}
section.contact-us .cont-form textarea{
    width: 100%;
    color: rgba(220, 239, 216, .8);
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
    color: #1f0a00;
}
section.contact-us .cont-form input::placeholder{
    color: #1f0a00;
    font-size: var(--f15);
}
section.contact-us .cont-form textarea::placeholder{
    color: #1f0a00;
    font-size: var(--f15);
}
section.contact-us .col-12{
    padding: 0;
}
section.contact-us .cont-form button{
    background-image: var(--main-bg);
    border-radius: 16px;
    padding-top: .9em;
    padding-bottom: .9em;
    padding-left: 1em;
    font-size: 1.25em;
    border: none;
    width: 100%;
    color: var(--white-color);
    margin-top: var(--m15);
}
.email{
    margin-top: var(--m20);
}

.email p{
    font-size: var(--f20);
    color: #1f0a00;
    margin-bottom: var(--m10);
    font-weight: 500;
}
.social-media{
    text-align: center;
    margin-top: var(--m20);
}
.social-media h5{
    color: #1f0a00;
}
.social-icon{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.social-icon a{
    color: var(--white-color);
    padding: 10px;
    font-size: var(--f20);
    background-image: var(--main-bg);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease-in-out;
}
.social-icon a:hover{
    background: var(--white-color);
    color: #1f0a00;
}

.copy-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    height: 100%;
    text-align: left;
    align-items: center;
    padding-left: 1rem;
}
.copy-text {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 10px;
    text-align: center;
    background-image: var(--main-bg);
    border-radius: 16px;
    padding-top: .9em;
    padding-bottom: .9em;
    padding-left: 1em;
    font-size: 1.25em;
    border: none;
    width: 100%;
    color: var(--white-color);
}
.copy-text input.text {
	font-size: 18px;
	color: var(--heading-color);
	border: none;
	outline: none;
    background: transparent;
}
.copy-text button {
	padding: 10px;
	background: transparent;
	color: #fff;
	font-size: 22px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
    text-align: left;
    width: 100%;
}

.copy-text button:active {
	background: transparent;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background-image: var(--main-bg);
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background-image: var(--main-bg);
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}

/* 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;
    object-position: top;
}
.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: .45;
      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: 100%;
  }
  .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: 34px;
    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: 400;
    color: var(--heading-color);
}
.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: 0px;
      right: 0px;
      height: 30px;
      width: 30px;
      background-image: var(--main-bg);
      display: flex;
      justify-content: center;
      align-items: center;
      background: #e00000;
      border-radius: 0;
  }
  /*   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);
	}
}



