.header-logo {
    display: flex;
}
video#myVideo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
img.hostlogo.img-fluid.mb-3 {
    width: 46%;
}
img.mainlogo.img-fluid.mb-2 {
    width: 64%;
}
img.me-1.locationb {
    width: 38px;
    padding-right: 7px;
}
.hero11-titlebox.mb-40 h4 {
    color: #0000f9e0;
    font-size: 19px;
}
.aboutsides img {
    width: 82%;
}
.wrap-aiabout.mb-4 {
    text-align: left;
    background: #EEEEEE;
    padding: 20px 20px 0;
    border-radius: 28px;
}
.about-text p {
    color: black;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
button#myBtn {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    color: var(--white-color);
    border: 3px solid #0000f9;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 20px;
    border-radius: 34px;
}
.partners {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}
.partners p {
    margin-top: 20px;
    position: relative;
    color: #000;
}
section#partners {
    background: #f9f9f9;
    padding: 33px;
}
section#chiefguest {
    background: url(../img/bluebg-new.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 63px;
    background-attachment: fixed;
}
section#speakers {
    background: white;
    background-size: cover;
    background-position: center;
    padding: 50px 63px;
    background-attachment: fixed;
}
.keynot {
    display: flex
;
    align-items: center;
}
.spkr {
    /* background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%); */
    text-align: center;
    margin-bottom: 47px;
    border-radius: 4px;
    box-shadow: #673AB7 0px 5px 15px;
}
.keynot img {
    width: 40%;
}
.contentz {
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.keynot h3 {
    font-size: 31px;
    margin-bottom: 16px;
    font-weight: 800;
}
#guest-txt2 {
    font-size: 16px;
}

.spkr p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.speaker_div {
    margin-bottom: 16px;
}
.wrap-speakerspas img {
    width: 100%;
    background: #EEEEEE;
    /* border-radius: 30px; */
    background: linear-gradient(45deg, #0019a5, #0024a7, #d4437c6e, #ffffff);
}
.speaker_text {
    padding: 10px 20px;
    min-height: 145px;
}
.speaker_text h3 {
    font-size: 18px;
    text-align: center;
    color: white;
    margin-bottom: 4px;
}
p.pasttag {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 14px;
}
span.honable {
    color: #ffffff;
}
.wrap-speakerspas {
    border-radius: 17px;
    text-align: center;
        margin-bottom: 16px;
    box-shadow: #ffffff75 0px 7px 8px;
    background: #0000f9;
}
section#partners h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;
    font-family: 'Poppins';
}
section#speakers h2 {
    font-family: 'Poppins';
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 34px;
    color: color: #404040;
    color: #404040;
}
section#highlights h2 {
    font-family: 'Poppins';
    color: #404040;
    font-size: 40px;
    text-transform: uppercase;
}
img.arrowsled {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%) !important;
    border-radius: 25px !important;
    width: 31px;
}
    .pasttag {
      font-size: 14px;
      color: #ccc;
    }

    .arrowsled {
      width: 24px;
      margin-top: 10px;
      cursor: pointer;
    }

    /* Modal Styling */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.85);
    }

    .modal-wrap {
      background: #fff;
      margin: 60px auto;
      max-width: 900px;
      padding: 30px;
      border-radius: 10px;
      color: #000;
      position: relative;
    }

    .modal-btn {
      display: none;
    }

    .modal-btn:checked + label + .modal {
      display: block;
    }

    .wrap-img-popup img {
      width: 100%;
      border-radius: 8px;
    }

    .cotnopo h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
    }

 .popuptext {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: black;
    text-align: left;
}
    /* Close Button */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      color: #000;
      cursor: pointer;
      font-weight: bold;
      z-index: 9999;
    }

    .close-btn:hover { 
      color: red;
    }

    @media(max-width: 768px) {
      .modal-wrap {
        margin: 40px 15px;
      }
      .wrptrackssth {
    background: #ffffff;
    padding: 50px 6px 16px 40px !important;
    border-top-right-radius: 26px;
    border-top-right-radius: 100px !important;
}
          section#testi-sec h2 {
        font-size: 33px !important;
    }
    .hero11-titlebox.mb-40 h4 {
    color: #0000f9e0;
    font-size: 15px;
    line-height: 5px;
}
    }
    .wrp-popspeaker {
    align-items: center;
    justify-content: space-between;
}
.cotnopo {
    padding-top: 40px;
}
.wrap-img-popup.cotnopo h3 {
    color: black;
    font-size: 22px;
    text-align: left;
}
.modal-wrap p {
    padding: 0px 6px 0 2px;
}
.wrap-img-popup p {
    color: black;
    text-align: left;
    font-size: 14px;
}
.modal-wrap p {
    padding: 0px 6px 0 2px;
}
.wrap-img-popup p {
    color: black;
    text-align: left;
    font-size: 14px;
}
input[type="checkbox"] ~ label:before {
  display: none;
}
section#highlights {
    padding-top: 44px;
    padding-bottom: 44px;
}
section#special-feature {
    background: white;
    padding: 49px 82px;
}
.wrap-special-spred {
    padding-right: 39px;
}
.wrap-special-spred img {
    width: 68%;
    height: 9px;
}
.wrap-special-spred p {
    color: #000000;
    font-size: 19px;
    line-height: 34px;
    font-family: 'Poppins';
}
.wrap-special h3 {
    text-align: left;
    padding-bottom: 0px;
    color: #0b1422;
    font-size: 40px;
    padding-left: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #404040;
  font-family: poppins;
}
section#Tracks {
    background: url(../img/thtrackbg.webp);
    background-size: cover;
    background-position: center;
}
.wrptrackssth {
    background: #ffffff;
    padding: 50px 113px 50px 59px !important;
    border-top-right-radius: 26px;
    border-top-right-radius: 400px;
}
.wrap-thremtic h2 {
    font-size: 40px;
    padding-bottom: 55px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #404040;
}
.tractconte {
    padding-right: 0px;
    padding-bottom: 33px;
}
.tractconte img {
    width: 21%;
    padding-bottom: 15px;
}
.tractconte h3 {
    font-size: 20px;
    color: #404040;
}
.tractconte p {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    padding-top: 14px;
}
.tracticscro {
    overflow: auto;
    height: 500px;
    scrollbar-width: thin;
    scrollbar-color: #fff #0000f9;
}
section#startup-competition {
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
    padding: 69px;
}
.wrap-startup h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: white;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
}
.wrap-startup h3 {
    padding-top: 20px;
    padding-bottom: 19px;
    color: white;
}

.wrap-startup p {
    font-size: 21px;
    padding-top: 21px;
    color: white;
}
.wrap-startup span {
    font-size: 21px;
    color: white;
}
.wrap-startup a {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    padding: 15px 60px;
    color: white;
    border-radius: 13px;
    border-bottom: 2px solid;
    margin: 7px;
    font-weight: 700;
    border-radius: 42px;
    border: 3px solid #ededf1;
    display: flex
;
    width: fit-content;
    align-items: center;
}
.wrap-startup-img {
    border-radius: 39px;
    padding: 66px;
}
.wrap-startup-img img {
    /* padding: 52px; */
    border-radius: 49px;
}
.tickettilfr {
    margin-bottom: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    font-family: 'Poppins';
}
.Why-Attend {
    padding: 50px 63px;
    background: linear-gradient(90deg, #0000f9e8 0%, #8e184fb5 100%);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.tc-pricing-style-1 .tc-pricing-plan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: #0000f9;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 12px;
}
.tc-pricing-style-1 .tc-pricing-plan {
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
    margin: 30px 0 60px;
    z-index: 10;
    transition: 0.3s;
}
.tc-pricing-style-1 .pricing-head {
    text-align: center;
}
.wrp-title-pricing.early h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins';
}
.box2 .wrp-title-pricing h3 {
    font-size: 32px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
}
.box2 h3.pricing-title {
    font-size: 14px;
    font-weight: 700;
    /* color: #404040 !important; */
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.box2 h3.pricing-title {
    text-align: center;
    width: 100%;
}
.tc-pricing-style-1 .pricing-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.box2 h3 {
    color: #404040;
}
.box2 h4 {
    color: #404040;
}
.box2 .pricing-head .price {
    margin-bottom: 12px;
    font-size: 42px;
    text-align: center;
    color: #404040 !important;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Poppins';
}

.box2 h4 {
    color: #404040;
    font-size: 21px;
    font-family: 'Poppins';
    margin-bottom: 0px;
}
.box2 .pricing-head .price {
    margin-bottom: 12px;
    font-size: 42px;
    text-align: center;
    color: #404040 !important;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Poppins';
}
.tc-pricing-style-1 .pricing-content {
    position: relative;
}
.tc-pricing-style-1 .pricing-content .pricing-icon {
    margin-right: 10px;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: -10px;
}
.tc-pricing-style-1 .is-featured .pricing-content .pricing-icon>i {
    color: rgba(255, 255, 255, 0.1);
}
.tc-pricing-style-1 .pricing-content .pricing-icon>i {
    font-size: 150px;
    color: rgba(19, 19, 19, 0.09);
}
.box2 .pricing-content>ul {
    margin-bottom: 30px;
    margin-left: 10px;
    /* color: #404040; */
    font-family: 'Poppins';
}
.box2 ul li {
    color: #404040;
    list-style: none;
    position: relative;
    margin: 7px 0;
    text-align: left;
    font-size: 15px;
}
.tc-pricing-style-1 .tc-pricing-plan:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 60px);
    background-image: linear-gradient(-30deg, #d3427d 11%, #0000f9 83.4%);
    height: calc(100% + 59px);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 20px;
}
.pricing-content.pricngblack ul li {
    color: white;
}
section#pricing {
    padding-top: 38px;
}
.tc-pricing-plan.box11 h3.pricing-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.tc-pricing-style-1 .pricing-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.tc-pricing-style-1 .pricing-content {
    position: relative;
}
.pricing-content.pricngblack h4 {
    color: #ffffff;
    font-family: 'Poppins';
    text-align: center;
    padding-top: 14px;
}
.tc-pricing-style-1 .pricing-content>ul {
    margin-bottom: 30px;
    margin-left: 10px;
}
.tc-pricing-plan.box11 ul li {
    list-style: none;
}
.box11 .pricing-content.pricngblack .price {
    font-size: 42px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Poppins';
}
.pricing-content.pricngblack h4 {
    color: #ffffff;
    font-family: 'Poppins';
    text-align: center;
    padding-top: 6px;
    font-size: 21px;
}
.tc-pricing-style-1 .pricing-content>ul {
    margin-bottom: 30px;
    margin-left: 10px;
}
.tc-pricing-plan.box11 ul li {
    list-style: none;
    font-size: 15px;
    font-family: 'Poppins';
}
.box11 .pricing-content.pricngblack .price {
    font-size: 42px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Poppins';
}
.tc-pricing-style-1 .pricing-footer {
    text-align: center;
}
.tc-pricing-style-1 .pricing-footer>a {
    padding: 14px 17px;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, #0000F9 0%, #D3427D 100%);
    color: #fff;
    min-width: 120px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}
.tc-pricing-style-1 .tc-pricing-plan.is-featured {
    padding: 32px 24px;
}
.tc-pricing-style-1 .tc-pricing-plan {
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
    margin: 30px 0 60px;
    z-index: 10;
    transition: 0.3s;
}
.tc-pricing-style-1 .tc-pricing-plan.is-featured:before {
    background-color: #ffffff;
}
.tc-pricing-style-1 .tc-pricing-plan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: #0000f9;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 12px;
}
.cybertetile h2 {
    padding-left: 36px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 41px;
    color: #404040;
    font-family: 'Poppins';
}
section#blog-sec h2 {
    color: white;
    font-family: 'Poppins';
    margin-bottom: 41px;
    font-size: 40px;
    text-transform: uppercase;
}
.blog-box_content .box-title a {
    color: white;
}
section#blog-sec {
    padding-top: 47px;
    padding-bottom: 47px;
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
}
.Why-Attend .Outer-Box {
    border: 2px solid #ffffff59;
    padding: 30px;
    margin-bottom: 40px;
    min-height: 320px;
    border-radius: 12px;
}
.Why-Attend .Outer-Box .Head-Sec {
    width: 100%;
    position: relative;
    display: table;
    border-bottom: 2px solid #ffffff6e;
    padding: 0px 0px 15px 0px;
}
.Why-Attend .Outer-Box .Head-Sec .Head-LS {
    width: 70%;
    float: left;
    display: table-cell;
}
.Why-Attend .Outer-Box .Head-Sec .Head-LS .Line1 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    font-family: 'Poppins';
}
.Why-Attend .Outer-Box .Head-Sec .Head-LS .Line2 {
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    font-family: 'Poppins';
    line-height: 1;
}
.Why-Attend .Outer-Box .Head-Sec .Head-LS .Line3 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    font-family: 'Poppins';
}
.Why-Attend .Outer-Box .Head-Sec .Head-RS {
    display: table-cell;
    vertical-align: bottom;
}
.Why-Attend .Outer-Box .Head-Sec .Head-RS img {
    float: right;
}
.Why-Attend .Outer-Box .Content-Sec {
    margin-top: 15px;
}
.Why-Attend .Outer-Box .Content-Sec p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-style: italic;
    padding: 8px 0 12px 0;
}

/*footer css*/
section#contatcs {
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
    padding-top: 37px;
}
.wrap-titlecont {
    text-align: center;
    padding-bottom: 34px;
}
.wrap-titlecont h2 {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
   
    text-align: center;
    font-family: 'Plus Jakarta Sans';
}
.wrap-contadetail h3 {
    color: white;
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
}
.wrap-contadetail p {
    font-size: 18px;
    color: white;
    font-family: 'Poppins';
}
.wrap-contadetail {
    border: 1px solid white;
    padding-top: 24px;
    border-radius: 26px;
    margin-bottom: 11px;
    height: 154px;
    text-align: center;
}
.wrap-contadetail p {
    font-size: 21px;
}
#footermain {
    position: relative;
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
    padding: 50px 53px;
    color: white;
    overflow: hidden;
    height: 463px;
}
.footer-image {
    position: absolute;
    top: 66px;
    right: -35px;
    height: 100% !important;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}
.footer-content {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.footer-logo {
    margin-bottom: 60px;
}
.footer-logo img {
    max-width: 328px;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-right h2 {
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: -108px;
    color: white;
}
img.linkdlog {
    width: 28%;
    padding: 10px;
}
img.linkdlog {
    width: 28%;
    padding: 10px;
}
img.footer-image-mob {
    display: none;
}
section#footer-copy {
    background: white;
}
.footer-bottom {
    margin-top: 30px;
    font-size: 14px;
    color: #000000;
}
.footer-bottom.text-center.mt-4 p {
    color: black;
    font-weight: 600;
}
section#venue {
    text-align: center;
    background: white;
    padding-top: 0px;
}
.wrap-venue-details h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #404040;
       font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    line-height: 72px;
    /* color: #01203f; */
}
.wrap-venue-details p {
    color: black;
    font-size: 22px;
    font-family: 'poppins';
}
.wrap-map {
  
    padding: 3px;
    border-radius: 14px;
}

.wrap-venu-vides img {
    border-radius: 14px;
    height: 395px;
    min-height: 380px;
    border: 2px solid #080edf !important;
    padding: 7px;
    border-radius: 19px;
}
.wrap-map iframe {
    border: none;
    width: 100%;
    height: 395px;
    border: 2px solid #080edf !important;
    padding: 7px;
    border-radius: 14px;
    box-sizing: border-box;
    width: 100%;
    object-fit: cover;
}
.our-testimonial .testimonial-item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border: 1px solid #00000017;
}
.testimonial-item {
    background: #f3f3f3;
    border-radius: 21px;
}
.wrap-cont-tedstimo {
    padding: 34px 17px;
}
.wrap-cont-tedstimo p {
    color: #000000;
    font-size: 15px;
    line-height: 21px;
}
.nametitle {
    position: relative;
    bottom: 0px;
}
.nametitle h3 {
    color: blue;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0px;
}
section#testimonials .title-area .sec-title {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
}
.nametitle h4 {
    color: #2c2a2a;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins';
}
.wrap-speakertest {
    float: right;
}
.wrap-speakertest img {
    border-radius: 21px;
}
section#testimonials {
    padding-top: 33px;
    background: white;
}
.agency-benefits {
    position: relative;
    padding: 50px 63px;
    background: linear-gradient(45deg, #ffffff, #ffffffd6);
}
.benefits-steps-item {
    position: relative;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px 25px;
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 50px;
    border: 3px solid #0000f9;
}
.benefits-steps-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    /* opacity: 40%; */
    z-index: -1;
}
.benefits-steps-no {
    margin-bottom: 40px;
}
.benefits-steps-no h3 {
    font-size: 52px;
    color: #160235;
    font-family: 'Bricolage Grotesque';
    font-size: 47px;
    font-weight: 700;
    color: #404040;
}
.benefits-steps-item .icon-box {
    margin-bottom: 18px;
}

.icon-box {
    padding-bottom: 15px;
}
.benefits-steps-item .icon-box img {
    max-width: 102px;
}
.benefits-steps-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #160235;
}
.benefits-steps-content p {
    margin: 0;
    color: black;
}
section#videohiglgu {
    background: white;
}

#videohiglgu {
    overflow: hidden;
}
video#myVideoss {
    width: 100%;
}
#videohiglgu video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

     #partners-carousel  .agency-supports-logo {
      width: 100px;
      height: 80px;
      margin: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

     #partners-carousel  .agency-supports-logo img {
      max-width: 80%;
      max-height: 60px;
      object-fit: contain;
    }

      #partners-carousel .grid-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

   #partners-carousel .item {
      padding: 10px;
    }
    /* Container styling */
.brand-area {
  padding: 40px 0;
}

/* Swiper wrapper as a grid for 3 rows */
#brandSlider .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-auto-rows: 100px;
  gap: 30px;
  align-items: center;
  justify-items: center;
}

/* Brand box styling */
.brand-box {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.brand-box:hover {
  transform: scale(1.05);
}

.brand-box img {
  max-width: 80%;
  max-height: 60px;
  object-fit: contain;
}


section#about-statrup {
    position: relative;
    overflow: visible;
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
}

.wrop-startup h2 {
    font-size: 47px;
    font-family: 'Poppins';
}

.wrop-startup h4 {
    font-size: 20px;
}

.wrop-startup p {
    font-size: 22px;
    padding-top: 22px;
}

.wrop-startup {
    padding-top: 63px;
}

.timeline17_content {
    flex-flow: column;
    display: flex;
    position: relative;
}

.timeline17_list._4-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
}

.timeline17_list {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    display: flex;
    position: relative;
}

.timeline17_item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 12rem 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
}

.margin-bottom.margin-xxsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.timeline17_content .heading-style-h4 {
    margin-top: 0;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.list-4-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
}

._4-block-right-line {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 17rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.image-5.is-timeline {
    width: 1.75rem;
    max-width: none;
    height: 1.785rem;
    position: static;
    inset: 0% auto auto 0%;
}

.timeline17_item-content._4-block-left {
    max-width: 24rem;
    height: 100%;
    padding-left: 1.9625rem;
    bottom: .7rem;
}

.timeline17_item-content {
    text-align: left;
    max-width: 14rem;
    padding-left: 1.3rem;
    padding-right: .75rem;
    position: relative;
}

.margin-bottom.margin-xxsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.timeline_bottom-line {
    background-color: #fff;
    background-image: linear-gradient(270deg, #4b0fd5, #dfdee4);
    border-radius: 10px;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

section#MainStage {
    background: black;
    padding: 68px;
}

._4-block-left-line {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 23rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.main-section {
    z-index: 2;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
}

.container.z-index3 {
    z-index: 3;
    position: relative;
}

.main-section .padding-section-large {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.main-section .timeline17_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: start;
}

.main-section .timeline17_content {
    flex-flow: column;
    display: flex;
    position: relative;
}

.timeline17_list {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    display: flex;
    position: relative;
}

.timeline17_item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 12rem 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
}

.line1 {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.image-5.is-timeline {
    width: 1.75rem;
    max-width: none;
    height: 1.785rem;
    position: static;
    inset: 0% auto auto 0%;
}

.timeline-date {
    text-transform: uppercase;
    white-space: nowrap;
    flex: none;
    font-size: 20px;
    position: absolute;
    bottom: -6rem;
}

.timeline17_item-content._1 {
    max-width: 14rem;
    padding-left: 1.3rem;
    bottom: 3.1rem;
}

.timeline17_item.mentr {
    padding-right: 94px;
}

.wrp-tirlsss {
    text-align: center;
    padding: 47px;
}

.wrp-tirlsss h2 {
    font-size: 43px;
    font-family: 'Poppins';
}

.margin-bottom.margin-xxsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.list-3 {
    padding-left: 20px;
}

.line2 {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 16rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.line6 {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 40rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.timeline17_item-content._2 {
    height: 100%;
    bottom: 2.9rem;
}

section#globalstage {
    background: url(../img/darkendhigl.webp);
}

section#globalstage {
    background: url(../img/darkendhigl.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline_bottom-line.wrpline p {
    font-size: 21px;
}

.timeline_bottom-line.wrpline {
    background-image: linear-gradient(270deg, #4b0fd5, #494658);
}

.wrop-startup.lookig {
    background: #0000ff42;
    padding: 57px;
    border-radius: 16px;
    margin: 20px;
}

.wrop-startup.lookig ul li {
    font-size: 20px;
    margin-bottom: 21px;
}







.wrap-awardsvideo img {
    border-radius: 28px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
   /* visibility: hidden;*/
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters>* {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
    background: transparent;
    color: var(--primary-color);
    border-radius: 100px;
    padding: 14px 25px;
    margin-right: 50px;
    border: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    opacity: 20%;
    width: 100%;
    height: 100%;
}

section#marquessbg {
    background: white;
    padding-top: 56px;
    padding-bottom: 57px;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--accent-color);
    background-image: url('../img/arrow-dark.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    transform: translate(50px, 0px);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
    background-color: var(--primary-color);
    transform: translate(50px, 0px) rotate(45deg);
}

.btn-highlighted {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 700;
    background: var(--accent-color);
    color: var(--dark-color);
    text-transform: capitalize;
    border-radius: 10px;
    padding: 15px 30px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-highlighted:hover {
    background-color: var(--primary-color);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--accent-color) transparent var(--accent-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-row {
    margin-bottom: 80px;
}

.section-row .section-title {
    width: 100%;
    max-width: 605px;
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 24px;
    margin-bottom: 20px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  /*  background: url(../img/icon-sub-accent-heading.svg) no-repeat;*/
    background-position: left center;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #00BCD4;
}

.banner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, #28085b, #7e3d5d47);
}

.section-title h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: #404040;
    margin: 40px 0;
}

.hero-btndee a {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    padding: 15px 60px;
    color: white;
    border-radius: 13px;
    border-bottom: 2px solid;
    margin: 7px;
}

.section-title h1 span {
    font-weight: 800;
    color: #b73877;
}

a.btn-explroe {
    background: transparent !important;
    color: #404040 !important;
    border: 2px solid #0000f9 !important;
}

.hero-btndee a {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    padding: 15px 60px;
    color: white;
    border-radius: 13px;
    border-bottom: 2px solid;
    margin: 7px;
    font-weight: 700;
    border-radius: 42px;
    border: 4px solid #0000f9;
}

section#whyindiaai h2 {
    margin-bottom: 58px;
    font-family: 'Poppins';
    font-size: 47px;
    color: #404040;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--primary-color);
    margin-bottom: 0;
    cursor: none;
}

.section-title h2 span {
    font-weight: 700;
    color: var(--accent-color);
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-content-btn .section-title-content {
    margin-bottom: 30px;
}

.section-title-content p {
    margin: 0;
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}



/* ROHIT CSS */
.main_cta {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 50px;
    border: 4px solid #0000f9;
}

.main_cta a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    height: auto;
    padding: 8px 20px;
}

.main_cta img {
    width: 32px !important;
    height: auto;
    margin-left: 10px;
}

.text-anime-style-2 .word {
    display: inline-block;
    margin-right: 6px;
}

.text-anime-style-2 .word span {
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.3s ease;
}

.text-anime-style-2 .cursor {
    display: inline-block;
    animation: blink 1s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}


.title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.expand_wrapper {
    display: flex;
    align-items: stretch;
    gap: 20px;
    height: 280px;
}

.expand_div {
    flex: 1;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    min-width: 80px;
}


.expand_div:nth-child(1) {
    background: linear-gradient(135deg, #4c6ef5 0%, #3b5bdb 100%);
    flex: 2.5;
    box-shadow: 0 8px 32px rgba(76, 110, 245, 0.3);
}

/* Other cards */
.expand_div:nth-child(2),
.expand_div:nth-child(3),
.expand_div:nth-child(4) {
    background: #e9ecef;
    border-radius: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.expand_div:hover {
    flex: 2.5;
    transform: translateY(-4px);
}

.expand_div:nth-child(1):hover {
    box-shadow: 0 12px 40px rgba(76, 110, 245, 0.4);
}

.expand_div:nth-child(n+2):hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, #4c6ef5 0%, #3b5bdb 100%);
}

.expand_wrapper:hover .expand_div:not(:hover) {
    flex: 0.5;
}

.expand_content {
    display: none;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    flex-wrap: wrap;
    gap: 30px;
}

.expand_div:nth-child(1) .expand_content {
    display: flex;
    opacity: 1;
}

.expand_div:hover .expand_content {
    display: flex;
    opacity: 1;
}

.stat_item {
    flex: 1;
    min-width: 120px;
    text-align: left;
}

.stat_number {
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stat_label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}

/* Arrow icons for collapsed cards */
/* Hide arrows when card is expanded */
.expand_div:hover .arrow_icon {
    opacity: 0;
    transform: scale(0);
}

.arrow_icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4c6ef5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 1;
}

.arrow_icon::after {
    content: '→';
    color: white;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.expand_div:hover .arrow_icon {
    background: #3b5bdb;
    transform: scale(1.1);
}

.expand_div:hover .arrow_icon::after {
    transform: rotate(45deg);
}

div#visionary .section-row {
    margin-bottom: 26px;
}

/* Responsive */
@media (max-width: 768px) {
    .expand_wrapper {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: left !important;
} 
    button.navbar-toggler {
        position: absolute;
        right: 0px;
        top: 22px;
    }
    .agenda {
    display: none;}

section#startup-competition {
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
    padding: 43px 16px 14px 10px !important;
}
.wrap-startup-img {
    border-radius: 39px;
    padding: 9px!important;
    margin-top: 46px !important;
}
    .keynot img {
        width: 100% !important;
        border-radius: 10px;
    }

    .keynot {
        display: block !important;
        align-items: center;
    }

    .wrap-img-popup.cotnopo h3 {
        color: black !important;
    }

    div#visionary {
        display: none;
    }

    .zf-twoColumns .zf-tempContDiv span {
        margin: 0 0% 16px 0;
        width: 100% !important;
        float: left;
        display: block;
    }

    .expand_div {
        min-height: 120px;
        flex: none !important;
    }

    .expand_div:nth-child(1) {
        min-height: 200px;
    }

    .stat_number {
        font-size: 36px;
    }

    .expand_content {
        gap: 20px;
    }
}

/* Smooth animations */
.expand_div {
    animation: fadeInUp 0.6s ease forwards;
}

.expand_div:nth-child(2) {
    animation-delay: 0.1s;
}

.expand_div:nth-child(3) {
    animation-delay: 0.2s;
}

.expand_div:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/************************************/
/****      03. Header css        ****/
/************************************/

header.main-header {
    position: absolute;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid var(--divider-color);
    z-index: 100;
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background: var(--dark-color);
    border-bottom: 1px solid var(--divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

section#partners {
    background: #fbfbfb;
    padding: 40px 23px;
}

.wrap-logo-sep img {
    background: gray;
    border-radius: 15px;
}

.wrap-logo-sep h4 {
    color: #404040;
    text-align: center;
    font-size: 17px;
}

.wrap-logo-sep {
    text-align: center;
}

.hostprt {
    padding-top: 49px;
}

.navbar {
    padding: 0px 0;
    align-items: center;
}

.btn {
    height: 55px;
    line-height: 57px;
    padding: 0 30px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    border-radius: 5px;
    z-index: 0;
}

.btn-main.style-small {
    font-size: 14px;
    color: white;
    border-radius: 100px;
}

.hero-content img {
    width: 46%;
}

.btn-main {
    position: relative;
    font-weight: 800;
}

.btn-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/image-butoons.webp);
    background-size: 100% 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #0000f9a8 0%, #d4437cd4 100%);
    background-repeat: no-repeat;
    border: 4px solid #0000f9;
    /* background-image: url(../img/image-butoons.webp); */
    background-size: 100% 100%;
    border-radius: 42px;
    transition: 0.4s;
}

.our-testimonials {
    padding: 32px;
    background: white;
}

div#testimoniilas {
    background: white;
}

.testmonis-titles h2 {
    font-family: 'Poppins';
    font-size: 47px;
    color: #404040;
    text-align: center;
    text-transform: capitalize;
}

.StatsLeftBox li h3 {
    color: #cf457a;
    font-size: 49px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    margin: 0;
    letter-spacing: -2px;
    width: 51%;
    text-align: right;
    position: relative;
    right: 25px;
}

section#key-highlights {
    background: linear-gradient(45deg, #160235, transparent);
    padding-top: 53px;
}

.StatsLeftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 7%;
    position: relative;
}

h3.legactitle {
    padding-top: 35px;
    font-size: 18px;
    /* border-bottom: 1px solid pink; */
    /* border-radius: 13px; */
}

.StatsLeftBox ul {
    padding-left: 5px;
}

.StatsLeftBox:before {
    position: absolute;
    content: '';
    left: 52%;
    top: 50%;
    width: 2px;
    background: #FFFFFF;
    z-index: 999;
    height: 100%;
    transform: translate(-52%, -50%);
    -webkit-transform: translate(-52%, -50%);
    -moz-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    -o-transform: translate(-52%, -50%);
}

.StatsLeftBox li {
    color: #b7070b;
    margin: 0;
    line-height: normal;
    position: relative;
    width: 100%;
    display: inline-block;
}

.StatsLeftBox li span {
    color: #FFFFFF;
    width: 119px;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    font-family: "Bricolage Grotesque", sans-serif;
    right: -8px;
    top: 18px;
    line-height: 22px;
    font-weight: 600;
}

.wrap-boxedu {
    background: white;
    padding: 41px;
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 38px;
}

.speaker-image img {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    object-position: top;
}

.speaker-image {
    position: relative;
    z-index: 1;
    display: grid;
    text-decoration: none;
}

.speaker-image h3 {
    display: flex;
    flex-direction: column;
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    margin-top: auto;
    padding: 24px;
    letter-spacing: -0.05em;
    color: #fff;
    background: linear-gradient(0deg, #121212 7.14%, rgba(18, 18, 18, 0) 100%);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
}

.speaker-image h3 span {
    letter-spacing: -0.05em;
    opacity: 0.7;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
}

.views-field.views-field-nothing {
    background: linear-gradient(45deg, #2a0a5e, #b670be);
    border-radius: 19px;
    margin-bottom: 18px;
    /* border: 1px solid; */
}



.testimonial-review-image {
    text-align: center;
}

.btn-main>span {
    position: relative;
    z-index: 2;
    color: var(--color-back);
    text-transform: uppercase;
}

.navbar-brand {
    width: 29%;
    padding: 0;
    margin: 0;
    color: #404040;
    font-weight: 700;
    font-size: 16px;
    font-weight: 800;
    margin-right: 38px;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: left;
    margin-left: 40px;
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    margin: 0;
    position: relative;
}

.navbar-expand-lg .navbar-collapse {
    background: #E4E4E4;
    border-radius: 100px;
    padding: 9px;

}

.main-menu ul li.nav-item a {
    font-size: 17px;
    font-weight: 600;
    padding: 15px !important;
    color: #000000;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: #0000f9;
}

/*.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 230px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    background: linear-gradient(45deg, #D4437C, #0000F9);
    text-align: left;
    transition: all 0.3s ease-in-out;
}*/
span.inclusve {
    color: #b73877;
    font-weight: 800;
}
.main-menu ul li.submenu:first-child ul {
    width: 230px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu>a:after {
    content: '\f105';
    float: right;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li.nav-item a {
    color: #fffefe;
    padding: 6px 20px !important;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--primary-color);
    background-color: transparent;
    padding: 6px 20px 6px 23px !important;
}

.header-social-box {
    align-items: center;
}

.header-social-links {
    margin-right: 20px;
}

.header-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-social-links ul li {
    line-height: normal;
    margin-right: 15px;
    padding: 0;
}

.header-social-links ul li a {
    color: inherit;
}

.header-social-links ul li:last-child {
    margin: 0;
}

.header-social-links ul li i {
    font-size: 20px;
    color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

.header-social-links ul li:hover i {
    color: var(--primary-color);
}

.header-btn .btn-popup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
}

.header-btn .offcanvas-backdrop {
    z-index: 100;
}

.header-btn .btn-popup {
    background: var(--divider-color);
    border-radius: 50%;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn .btn-popup img {
    max-width: 14px;
}

body:has(:not(.offcanvas)) {
    padding-right: initial !important;
}

body:has(.offcanvas) {
    padding-right: 0 !important;
}

.header-btn .offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: -15px;
    background: var(--secondary-color) !important;
    border-radius: 0;
    opacity: 100%;
    width: 100% !important;
    height: 100% !important;
    max-width: 375px;
    border: none;
    padding: 150px 37px 150px 30px;
    transform: translateX(100%) !important;
    z-index: 101;
    transition: all 0.3s ease-in-out !important;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: translateX(0) !important;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    display: block;
}

.header-btn .offcanvas .btn-close {
    position: absolute;
    top: 30px;
    right: 37px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);
    opacity: 100%;
    box-shadow: none;
    padding: 0;
}

.header-contact-box {
    text-align: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.header-contact-box .icon-box {
    margin-bottom: 20px;
}

.header-contact-box .icon-box img {
    max-width: 40px;
}

.header-contact-box-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.header-contact-box-content p {
    color: var(--text-color);
    margin: 0;
}

.header-social-links.sidebar-social-links {
    text-align: center;
    margin-right: 0;
}

.header-social-links.sidebar-social-links h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.header-social-links.sidebar-social-links ul {
    justify-content: center;
}

.header-social-links.sidebar-social-links ul li a {
    background-color: transparent;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.header-social-links.sidebar-social-links ul li a:hover {
    border-color: var(--primary-color);
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 0;
    position: relative;
}

.slicknav_btn {
    background: linear-gradient(45deg, #f9e8f7, #f3fbff);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px;
}

.event-date .s1 .e_d {
    font-size: 17pt;
}

.event-date .s1 .e_m_y {
    color: #fff;
    font-size: 11pt;
}

.event-date .s1 .e_m_y span:nth-child(2) {
    font-size: 11pt;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--dark-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: #ededec;
}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    color: var(--dark-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.slicknav_menu ul ul li a {
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--dark-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
    transform: rotate(-180deg);
    color: var(--primary-color);
}

/************************************/
/***        04. Hero css          ***/
/************************************/

.hero {
    position: relative;
    padding: 49px 0 120px;
    min-height: 100vh;
}

.hero .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.bg-image {
    position: relative;
    background: url('../img/hero-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero.bg-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -73.04%, rgba(22, 22, 22, 0.3) 1.71%, var(--secondary-color) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero.hero-slider-layout {
    background: none;
    padding: 0;
}

.hero.hero-slider-layout .hero-slide {
    position: relative;
    background: url('../img/hero-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 215px 0 120px;
    min-height: 100vh;
}

.hero.hero-slider-layout .hero-slide.slide-2 {
    background: url('../img/hero-bg-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -73.04%, rgba(22, 22, 22, 0.3) 1.71%, var(--secondary-color) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: red;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
    background-color: red;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 0px;
}

.hero-content .section-title {
    width: 100%;
    margin-bottom: 70px;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: #0000F9 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .9);
}

.typing-title {
    display: none;
}

.section-title h1 span div {
    color: #404040;
}

.hero-content-body {
    display: flex;
    align-items: center;
    margin-left: 150px;
}

.hero-content-video {
    width: 35%;
    display: flex;
    align-items: center;
}

.hero-content-video .video-play-button a {
    background: var(--accent-color);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    transition: all 0.3s ease-in-out;
}

.hero-content-video .video-play-button:hover a {
    background-position: right center;
}

.hero-content-video .video-play-button a i {
    font-size: 35px;
    color: var(--dark-color);
}

.learn-more-circle {
    margin-left: -20px;
}

.learn-more-circle img {
    max-width: 100px;
    animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hero-video-content {
    width: 65%;
}

.hero-video-content p {
    margin: 0;
}

.hero-btn {
    text-align: center;
    margin-top: 60px;
}

/************************************/
/***   05. Scrolling Ticker css   ***/
/************************************/

.our-scrolling-ticker {
    background: linear-gradient(45deg, #D4437C, #0000F9);
    padding: 3px 0;
    position: relative;
}

.scrolling-ticker-box {
    --gap: 40px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 40s linear infinite;
}

.scrolling-content span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffffff;
    vertical-align: middle;
}

.scrolling-content span img {
    width: 100%;
    max-width: 24px;
    margin-right: 40px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/************************************/
/***     06. About Agency css     ***/
/************************************/

.about-agency {
    position: relative;
    padding: 160px 0 80px;
}

.about-agency::before {
    content: '';
    display: block;
    position: absolute;
    left: -120px;
    top: 50%;
    background: url('../img/about-agency-bg.png') no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}

@keyframes circlerotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-agency-content {
    position: sticky;
    top: 100px;
    padding-right: 35px;
}

.about-agency-list {
    border-left: 1px solid var(--divider-color);
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    padding-left: 50px;
}

.about-agency-item {
    width: 100%;
}

.about-agency-item .icon-box {
    margin-bottom: 20px;
}

.about-agency-item .icon-box img {
    max-width: 40px;
}

.agency-item-content h3 {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.agency-item-content h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    background: url('../img/dot-green-icon.svg') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.agency-item-content p:last-child {
    margin: 0;
}

/************************************/
/***     07. Our Services css     ***/
/************************************/

.our-services {
    padding: 80px 0;
}

.service-item {
    position: relative;
    background: url('../img/service-bg.svg') no-repeat;
    background-position: top left;
    background-size: auto;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: var(--secondary-color); */
    opacity: 1;
}
section#whatsfor {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
}

.icon-box {
    padding-bottom: 15px;
}

.our-services h2 {
    font-family: 'Poppins';
    font-size: 47px;
    font-weight: 500;
}

.service-item-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.service-item-header .icon-box img {
    max-width: 60px;
}

.service-arrow a img {
    max-width: 34px;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-arrow a img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}

.service-item-body {
    position: relative;
}

.service-item-body h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service-item-body p {
    margin-bottom: 0;
}

.service-footer {
    margin-top: 20px;
}

.service-footer p {
    text-align: center;
    margin-bottom: 0;
}

.service-footer p a {
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: underline;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.service-footer p a:hover {
    color: var(--primary-color);
}

/************************************/
/***    09. Digital Success css   ***/
/************************************/

.digital-success {
    padding: 80px 0;
}

.digital-success-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
    padding: 80px;
    position: relative;
    border-radius: 30px;
    background: linear-gradient(180deg, #BFF747 0%, rgba(0, 0, 0, 0) 90.04%);
}

.digital-success-box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #000000 75%, rgba(0, 0, 0, 0) 99.04%);
    width: calc(100% - 40px);
    height: calc(100% - 20px);
}

.digital-success-list,
.digital-success-content {
    position: relative;
    width: calc(50% - 40px);
    z-index: 1;
}

.digital-success-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    border: 1px dashed var(--dark-divider-color);
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.digital-success-content .section-title {
    margin-bottom: 80px;
}

.success-counter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.success-counter-item {
    width: calc(50% - 15px);
}

.success-counter-item h2 {
    font-size: 50px;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.success-counter-item p {
    margin: 0;
}

.success-list-item {
    background: url('../img/icon-sub-accent-heading.svg') no-repeat;
    background-position: left top 2px;
    background-size: 20px auto;
    padding-left: 30px;
    margin-bottom: 80px;
}

.success-list-item:last-child {
    margin-bottom: 0;
}

.success-list-item p {
    margin: 0;
}

.success-list-item p span {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

/************************************/
/***     10. Why Choose Us css    ***/
/************************************/

.why-choose-us {
    position: relative;
    padding: 80px 0;
}

.why-choose-us::before {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 50%;
    background: url(../img/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes circlezoomrotate {
    from {
        transform: rotate(0deg) scale(0.5);
    }

    to {
        transform: rotate(360deg) scale(1);
    }
}

.why-choose-content {
    margin-right: 30px;
}

.why-choose-item {
    position: relative;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 25px 30px;
}

.why-choose-item:last-child {
    margin-bottom: 0;
}

.why-choose-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    width: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.why-choose-item.active:before,
.why-choose-item:hover:before {
    width: 100%;
}

.why-choose-item h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.why-choose-item p {
    margin: 0;
}

.why-choose-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.why-choose-image img {
    width: 100%;
    aspect-ratio: 1 / 0.93;
    object-fit: cover;
    border-radius: 30px;
}

/************************************/
/***      10. Join Agency css     ***/
/************************************/

.join-agency {
    padding: 80px 0 50px;
}

.agency-social-item {
    position: relative;
    border: 1px solid var(--divider-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 30px 30px;
    padding: 30px 40px 30px 70px;
    transition: all 0.3s ease-in-out;
}

.agency-social-item .icon-box {
    position: absolute;
    top: -30px;
    left: -30px;
}

.agency-social-item .icon-box a {
    position: relative;
    display: block;
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.agency-social-item:hover .icon-box a {
    background-color: transparent;
}

.agency-social-item .icon-box a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    border-radius: 50%;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}

.agency-social-item:hover .icon-box a::before {
    transform: translate(0);
}

.agency-social-item .icon-box i {
    position: relative;
    font-size: 40px;
    color: var(--dark-color);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.agency-social-item:hover .icon-box a i {
    color: var(--primary-color);
}

.agency-social-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.agency-social-content p {
    margin: 0;
}

.post-item-content h3 a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.our-blog .section-title h2 {
    text-align: center;
    padding: 27px;
    font-family: 'Poppins';
    font-size: 47px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.agency-social-btn {
    margin-left: 10px;
}

.readmore-btn {
    background: white;
    border-radius: 10px;
    width: 11%;
    height: 44px;
    /* margin: auto; */
    color: blue; 
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
    border-color: var(--accent-color);
}

.readmore-btn img {
    max-width: 24px;
    transition: all 0.3s ease-in-out;
}

.agency-social-item:hover .readmore-btn img {
    transform: rotate(45deg);
}

/************************************/
/***     11. How It Work css      ***/
/************************************/

.how-it-work {
    position: relative;
    padding: 80px 0 50px;
}

.how-it-work::before {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 40%;
    background: url(../img/how-work-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 297px;
    height: 340px;
    animation: roundrotate 8s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes roundrotate {
    from {
        transform: translateY(0) rotate(0);
    }

    to {
        transform: translateY(100px) rotate(360deg);
    }
}

.work-process-item {
    position: relative;
    background: url(../img/service-bg.svg) no-repeat;
    background-position: top left;
    background-size: auto;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.work-process-item:hover {
    transform: translateY(-5px);
}

.work-process-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.work-process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.work-process-title h3 {
    font-size: 22px;
    text-transform: capitalize;
}

.work-process-btn {
    margin-left: 10px;
}

.work-process-item:hover .work-process-btn .readmore-btn img {
    transform: rotate(45deg);
}

.work-process-content {
    margin-bottom: 80px;
}

.work-process-content p {
    margin: 0;
}

.work-process-body {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.work-process-no {
    width: 50%;
    padding-right: 10px;
}

.work-process-no h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.work-process-no h2 {
    font-size: 40px;
    color: var(--accent-color);
}

.work-process-icon-box {
    width: 50%;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: var(--accent-color);
    border-radius: 30px 0 30px 0;
    padding: 40px;
    overflow: hidden;
}

.work-process-icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 30px 0 30px 0;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
}

.work-process-item:hover .work-process-icon-box::before {
    transform: translate(0);
}

.work-process-icon-box img {
    position: relative;
    max-width: 60px;
}

/************************************/
/***     12. Our Features css     ***/
/************************************/

.our-features {
    position: relative;
    padding: 44px 0;
    background: #EEEEEE;
}

.our-features::before {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 50%;
  /*  background: url(../img/features-bg-shape.png) no-repeat;*/
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 300px;
    height: 285px;
    animation: squrerotate 5s infinite linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes squrerotate {
    from {
        transform: translate(0, 0) rotate(0deg);
    }

    to {
        transform: translate(-150px, 200px) rotate(180deg);
    }
}

.digital-features-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;

}

.wrap-digitpartner a {
    background: linear-gradient(45deg, #28085b, #7e3d5de8);
    padding: 15px 47px;
    color: white;
    font-weight: 700;
    border-radius: 15px;
    /* margin: auto; */
}

.wrap-digitpartner {
    margin: auto;
}

.digital-features-item.features-item-1 {
    width: calc(60% - 30px);
}

.digital-features-item.features-item-2 {
    width: calc(40% - 30px);
}

#videohiglgu {
    overflow: hidden;
}

#videohiglgu video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section#videohiglgu .col-lg-12 {
    padding: 0px;
}

.digital-features-item {
    position: relative;
    padding: 20px;
    background: white;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 10px;
    overflow: hidden;
}

.digital-features-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 40%;
    z-index: 0;
}

.digital-features-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 1;
}

.digital-features-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}

.digital-features-item.features-item-1 .digital-features-image img {
    aspect-ratio: 1 / 0.46;
}

.digital-features-item.features-item-2 .digital-features-image img {
    aspect-ratio: 1 / 0.72;
}

.digital-features-item:hover .digital-features-image img {
    transform: scale(1.1);
}

.digital-features-content {
    position: relative;
    z-index: 1;
}

.digital-features-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.digital-features-content p {
    margin: 0;
}

.digital-features-item.agency-supports {
    padding: 16px 16px;
}

.agency-supports-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 60px;
    z-index: 1;
}

.agency-supports-content {
    width: 50%;
}

.agency-supports-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.agency-supports-content p {
    margin: 0;
}

.agency-free-consultation {
    width: 50%;
    text-align: right;
}

.agency-free-consultation img {
    max-width: 100px;
    animation: infiniterotate 30s infinite linear;
}

.agency-supports-slider {
    position: relative;
}

.agency-supports-slider::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linwhite;
    width: 215px;
    height: 100%;
    z-index: 2;
}

.agency-supports-slider::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*background: white;*/
    width: 215px;
    height: 100%;
    z-index: 2;
}

.agency-supports-logo {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 19px;
    min-height: 160px;
    margin-right: auto;
    display: flex;
    align-items: center;
    border: 2px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.agency-supports-logo img {
    width: 150px;
    height: auto;
}

.wrap-partner-title h2 {
    font-size: 47px;
    font-family: 'Poppins';
    font-weight: 700;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    font-weight: bold;
    color: #404040;
}

.wrap-partner-title {
    text-align: center;
    padding-bottom: 48px;
}

/************************************/
/***    13. Our Portfolio css     ***/
/************************************/

.our-portfolio {
    padding: 80px 0 40px;
}

.our-Project-nav {
    text-align: center;
    margin-bottom: 80px;
}

.our-Project-nav ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    padding: 0;
    margin: 0;
}

.our-Project-nav ul li a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.2em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    overflow: hidden;
}

.our-Project-nav ul li a.active-btn,
.our-Project-nav ul li a:hover {
    background-color: var(--accent-color);
    color: var(--dark-color);
}

.project-item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.project-image {
    position: relative;
    margin-bottom: 20px;
}

.project-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}

.project-item:hover .project-image figure img {
    transform: scale(1.1);
}

.project-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.project-tag a {
    display: block;
    background-color: var(--divider-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--text-color);
    border-radius: 6px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 15px;
}

.project-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.project-item:hover .project-btn {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.project-btn a {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.project-btn a:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.project-btn a img {
    max-width: 42px;
    transition: all 0.3s ease-in-out;
}

.project-btn a:hover img {
    filter: brightness(1) invert(1);
    transform: rotate(45deg);
}

.project-content h3 {
    font-size: 22px;
    text-transform: capitalize;
}

/************************************/
/***    14. Our Testimonial Css   ***/
/************************************/
.our-testimonial {
    position: relative;
    padding-top: 50px;
}

.wrap-faq {
    text-align: center;
    padding: 82px;
}

section#faqbanner {
    background: url(../img/faq-banner.webp);
    height: 518px;
    background-size: cover;
    background-position: center;
    /* padding-bottom: 63px; */
}

.wrap-faq h3 {
    font-family: 'Poppins';
    font-size: 30px;
    color: white;
}

.wrap-faq p {
    font-size: 21px;
    color: white;
}

.wrap-faq img {
    padding-bottom: 37px;
    width: 60%;
}

section#faq {
    background: white;
    padding: 79px;
}

h2#nestedHeadingOne button.accordion-button.collapsed {
    background: no-repeat;
    color: black;
    border-top: 1px solid;
    border-radius: 0px;
}

button.accordion-button.collapsed.nested {
    background: none;
    color: black;
    border-bottom: 1px solid black;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff00;
    font-size: 23px;
}

.wrap-faqtitle a {
    background: linear-gradient(270deg, #0000f9a8 0%, #d4437cd4 100%);
    padding: 12px 38px;
    color: white;
    border-radius: 17px;
    border: 4px solid blue;
}

button.accordion-button.genral1 {
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
    border-radius: 10px;
    color: white;
    font-size: 19px;
}

.wrap-faqtitle {
    color: #404040;
    font-size: 24px;
}

.wrap-faqtitle h2 {
    /* padding-left: 36px; */
    font-size: 47px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
    text-align: left;
    text-transform: uppercase;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background: none;
    border: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.our-testimonial::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url(../img/testimonial-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 70%;
    width: 306px;
    height: 304px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}

.our-testimonial .section-row .section-title {
    max-width: 100%;
}

.testimonial-review-box {
    position: relative;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    text-align: center;
    overflow: hidden;
    padding: 50px;
}

.testimonial-review-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.testimonial-review-header {
    margin-bottom: 30px;
}

.testimonial-review-header h2 {
    font-size: 80px;
    font-weight: 600;
}

.testimonial-review-header .testimonial-rating {
    margin-bottom: 10px;
}

.testimonial-review-header p {
    margin: 0;
}

.testimonial-review-content {
    margin-bottom: 30px;
}

.testimonial-review-content h3 {
    font-size: 22px;
}

.company-client-images {
    margin-bottom: 10px;
}

.satisfy-client-image {
    display: inline-block;
    margin-left: -14px;
    border: 1px solid #beaaaa;
    border-radius: 50%;
    overflow: hidden;
    height: 55px;
    width: 55px;
    background: #dfdada;
}

.cirnum {
    height: 55px;
    background: linear-gradient(90deg, #0000F9 0%, #D3427D 100%);
    width: 55px;
    /* background: #EEEEEE; */
    padding: 7px;
    /* background: #FFFFFF; */
}

.cirnum h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
}

.satisfy-client-image:first-child {
    margin: 0;
}

.satisfy-client-image figure {
    display: block;
    padding-top: 3px;
}

.satisfy-client-image.cirnum figure {
    padding-top: 12px;
}

.same-bott-arowdown {
    background: linear-gradient(90deg, #0000f9 0%, #0000f9 100%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding-top: 10px;
}

.satisfy-client-image.dro {
    border: none;
    width: auto;
    height: fit-content;
    margin-bottom: 11px;
    margin-left: 33px;
}

.satisfy-client-image img {
    max-width: 62px;
}

.testimonial-slider {
    margin-left: 30px;
}

.testimonial-slider .swiper-wrapper {
    cursor: none;
}

.testimonial-company-logo {
    margin-bottom: 30px;
}

.testimonial-company-logo img {
    max-width: 120px;
    max-height: 30px;
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 2px;
}

.testimonial-rating i:last-child {
    margin-right: 0;
}

.testimonial-content {
    margin-bottom: 40px;
}

.testimonial-content p {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
}

.testimonial-body {
    display: flex;
    align-items: center;
}

.author-image {
    margin-right: 15px;
}

.author-image figure {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.author-image img {
    max-width: 60px;
    border-radius: 50%;
}

.author-content {
    width: calc(100% - 75px);
}

.author-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.author-content p {
    text-transform: capitalize;
    margin: 0;
}

.testimonial-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
    z-index: 2;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #0000f9 0%, #8e184ffa 100%);
    border-radius: 14px;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next {
    margin-left: 30px;
}


.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
    background: var(--accent-color);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/arrow-white.svg") no-repeat center center;
    background-size: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}




.testimonils-titles {
    text-align: center;
}

.testimonils-titles h2 {
    font-size: 43px;
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque';
}

.testimonial-slider3 .testimonial-button-next::before,
.testimonial-slider3 .testimonial-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/arrow-white.svg") no-repeat center center;
    background-size: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
    transform: rotate(225deg);
}

.testimonial-slider .testimonial-button-next:hover:before,
.testimonial-slider .testimonial-button-prev:hover:before {
    filter: brightness(1) invert(1);
}

.testimonial-benefits-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 150px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    overflow: hidden;
    margin-top: 100px;
    padding: 60px;
}

.testimonial-benefits-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.testimonial-benefits-item {
    position: relative;
    width: calc(25% - 112.5px);
}

.testimonial-benefits-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    border-right: 1px solid var(--divider-color);
    height: 80%;
    z-index: 1;
}

.testimonial-benefits-item:last-child:before {
    display: none;
}

.testimonial-benefits-item .icon-box {
    margin-bottom: 30px;
}

.testimonial-benefits-item .icon-box img {
    max-width: 40px;
}

.testimonial-benefits-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial-benefits-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.testimonial-benefits-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.testimonial-benefits-content ul li::before {
    content: "\2a";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--primary-color);
}

.testimonial-benefits-content ul li:last-child {
    margin-bottom: 0
}

/************************************/
/***    15. Agency Benefits Css   ***/
/************************************/
.agency-benefits {
    position: relative;
    padding: 50px 63px;
    background: linear-gradient(45deg, #ffffff, #ffffffd6);
}

.agency-benefits::before {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 10%;
  /*  background: url(../img/agency-benefits-bg-shape.png) no-repeat;*/
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 12s infinite linear;
    z-index: 0;
}

.benefits-steps-item {
    position: relative;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px 25px;
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 50px;
    border: 3px solid #0000f9;
}

.benefits-steps-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    /* opacity: 40%; */
    z-index: -1;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.video-container {
    position: relative;
    width: 320px;
    height: 370px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    color: white;

    border-radius: 50%;
    padding: 16px 21px;
}

.benefits-steps-no {
    margin-bottom: 40px;
}

.benefits-steps-no h3 {
    font-size: 52px;
    color: #160235;
    font-family: 'Bricolage Grotesque';
    font-size: 47px;
    font-weight: 700;
    color: #404040;
}

.benefits-steps-item .icon-box {
    margin-bottom: 18px;
}

.benefits-steps-item .icon-box img {
    max-width: 102px;
}

.benefits-steps-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #160235;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(272deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.tpqiranw {
    clip-path: polygon(100% 0, 100% 82%, 88% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 82%, 88% 100%, 0 100%, 0 0);
    background: linear-gradient(45deg, #D4437C, #0000F9);
    /* padding: 17px; */
}

.dvdp {
    padding: 12px 17px;
}

.zyeuyuqa {
    width: 100%;
    position: relative;
    transition: .5s all ease-in;
    overflow: hidden;
    -webkit-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    -ms-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
}

.ohtvsafp {
    position: relative;
    overflow: hidden;
}

.ohtvsafp::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.ohtvsafp figure {
    margin: 0;
    padding: 0;
}

.ohtvsafp figure img {
    width: 100%;
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    margin: 0;
    padding: 0;
}

.lcyiuunn {
    position: absolute;
    bottom: 10%;
    left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    transition: .4s all ease-in-out;
    z-index: 9;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}

.fjlejvzg {
    -webkit-box-shadow: 5px 5px 0 #186de8;
    box-shadow: 5px 5px 0 #186de8;
}

@media (max-width: 1399.98px) {
    .fjlejvzg {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.fjlejvzg {
    transition: .5s;
    -webkit-box-shadow: 5px 5px 0 #dd1414;
    box-shadow: 5px 5px 0 #dd1414;
    background-color: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.oozhhqy a span {
    color: white;
    font-size: 20px;
}

.fjlejvzg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #000000;
    background: #673AB7;
    transition: 1s;
    -webkit-box-shadow: 6px 6px 0 #FFFFFF;
    box-shadow: 6px 6px 0 #FFFFFF;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.oozhhqy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.fjlejvzg span:nth-child(2) {
    transition: .5s;
    margin-right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ufrqfkiz span {
    transform: skewX(15deg);
    color: #FFFFFF;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
}

.benefits-steps-content p {
    margin: 0;
    color: black;
}

.post-item-content h3 a {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: -webkit-auto;
    font-weight: 400;
    padding-left: 0px;
}

/************************************/
/***      16. Our Blog Css        ***/
/************************************/

.our-blog {
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
    padding: 0px 0 22px;
}



.our-blog .section-row {
    margin-bottom: 28px;
}


.our-blog .section-row .section-title {
    max-width: 100%;
}

.post-item {
    height: calc(100px - 30px);
    margin-bottom: 30px;
}

.post-featured-image {
    margin-bottom: 30px;
}

.post-featured-image figure a {
    cursor: none;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.post-featured-image img {
    aspect-ratio: 1 / 0.75;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-content {
    margin-bottom: 20px;
}

.post-item-content h3 {
    font-size: 22px;
    text-align: left;
}

.post-item-content h3 a {
    color: inherit;
}

.post-item-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 30px;
    border: none;
}

.post-item-btn a:hover {
    color: var(--primary-color);
}

.post-item-btn a::before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    background-image: url(../img/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.post-item-btn a:hover::before {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}

/************************************/
/***       17. Footer css         ***/
/************************************/

.footer-work-together {
    position: relative;
    padding: 80px 0;
}

.wrap-becomesponder {
    padding-bottom: 30px;
}

.footer-work-together::before {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    bottom: 160px;
    background: url(../img/frediantai.webp) no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 214px;
    height: 212px;
    animation: ringrotate 10s infinite linear;
    /* z-index: 999999; */
    animation-direction: alternate;
    z-index: auto;
}

@keyframes ringrotate {
    0% {
        transform: translateY(-80%) rotate(0deg);
    }

    100% {
        transform: translateY(30%) rotate(360deg);
    }
}

.cta-card {
    padding: var(--size--20px);
    aspect-ratio: 36 / 24;
    border: 1px solid var(--theme--brand-light);
    border-radius: var(--size--16px);
    background-color: #f2f6ff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 1.25rem #0d6abf33;
}

.cta-card-img {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.button.button-secondary.light {
    background-color: var(--colors-default--white);
    color: var(--theme--brand-primary);
}

.button.button-secondary.light {
    background-color: var(--colors-default--white);
    color: var(--theme--brand-primary);
    position: absolute;
    bottom: 43px;
    background: #6c2863;
    z-index: 1;
    border-radius: 11px;
    padding: 10px 26px;
    left: 50%;
    transform: translateX(-50%);
}

.work-together-box {
    position: relative;
}

.work-together-content {
    position: relative;
    background: url('../img/work-together-bg.png') no-repeat;
    background-position: center center;
    background-size: auto;
    text-align: center;
}

.work-together-content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/work-together-bg-gradient.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-work-together {
    margin-bottom: 0;
    background: white;
}

.footer-work-together h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-work-together h2 {

    font-size: 47px;
    color: #130e0ef0;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
}

.purpletext {
    color: #6c2863;
}

span.joiunline {
    color: #6c2863;
    font-size: 20px;
}

.work-together-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-work-together .work-together-btn a {
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover {
    background-color: var(--secondary-color);
}

.footer-work-together .work-together-btn a img {
    width: 100%;
    max-width: 24px;
    height: 24px;
    color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}

.footer-work-together .work-together-btn a span {
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--dark-color);
    transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover span {
    color: var(--primary-color);
}

.footer-main {
    border-top: 1px solid var(--divider-color);
    padding: 60px 0 0;
    background: linear-gradient(45deg, #28085b, #7e3d5de8);
}

.footer-logo {
    margin-bottom: 60px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-item .icon-box {
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box {
    border-color: var(--primary-color);
}

.footer-contact-item .icon-box img {
    max-width: 18px;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box img {
    filter: brightness(0) invert(1)
}

.footer-contact-content {
    width: calc(100% - 60px);
}

.footer-contact-content p {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.footer-links h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {
    color: var(--accent-color);
}

.footer-newsletter-form .form-group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-newsletter-form h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.footer-newsletter-form .form-group .form-control {
    width: 64%;
    padding: 12px 20px;
    border: 1px solid var(--divider-color);
    background: transparent;
    color: var(--text-color);
    border-radius: 10px;
    box-shadow: none;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--text-color);
}

.footer-newsletter-form .btn-highlighted {
    margin-left: 10px;
}

.footer-social-links {
    margin-top: 40px;
}

.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-social-links ul li a {
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
    border-color: var(--primary-color);
}

.footer-social-links ul li a i {
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
    color: var(--primary-color);
}

.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    padding: 60px 0;
    margin-top: 60px;
}

.footer-copyright-text {
    text-align: center;
}

.footer-copyright-text p {
    margin: 0;
}

/************************************/
/***     18. About Us Page css    ***/
/************************************/

.page-header {
    position: relative;
    background: url('../img/page-header-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 245px 0 150px;
}

.page-header-box {
    text-align: center;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--primary-color);
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box h1 span {
    color: var(--accent-color);
    font-weight: 800;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
    color: var(--accent-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    content: "\2a";
    font-family: "FontAwesome";
    font-size: 10px;
    color: var(--primary-color);
}

.our-scrolling-ticker.subpages-scrolling-ticker {
    padding: 15px 0;
}

.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-ticker-box {
    --gap: 20px;
}

.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span {
    font-size: 22px;
}

.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img {
    max-width: 18px;
    margin-right: 20px;
}

.our-approach {
    padding: 80px 0 50px;
}

.mission-vision-item {
    position: relative;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.mission-vision-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.mission-vision-image {
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.mission-vision-img img {
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(80%);
    transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .mission-vision-img img {
    transform: scale(1.1);
}

.mission-vision-image .icon-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.mission-vision-image .icon-box img {
    max-width: 40px;
}

.mission-vision-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.mission-vision-content p {
    margin: 0;
}

.who-we-are {
    position: relative;
    padding: 80px 0;
}

.who-we-are::before {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: -25%;
    background: url(../img/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 8s infinite linear;
    z-index: -1;
}

.who-we-are .who-we-are-content {
    padding-right: 90px;
}

.experts-rating-video {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.experts-rating-video-image {
    width: 50%;
    position: relative;
    border-radius: 20px;
    cursor: none;
    overflow: hidden;
    z-index: 1;
}

.experts-rating-video-image .video-image img {
    width: 100%;
    filter: brightness(80%);
    aspect-ratio: 1 / 0.71;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.experts-rating-video-image:hover .video-image img {
    transform: scale(1.1);
}

.experts-rating-video-image .video-image a {
    cursor: none;
    position: relative;
    z-index: 1;
}

.experts-rating-video-image .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.experts-rating-video-image .video-play-button a {
    position: relative;
    background-color: var(--accent-color);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}

.experts-rating-video-image .video-play-button a:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--primary-color);
    opacity: 30%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.experts-rating-video-image .video-play-button a:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--primary-color);
    opacity: 30%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.experts-rating-video-image .video-play-button a i {
    font-size: 16px;
    color: var(--dark-color);
}

.who-we-are-client {
    width: 50%;
    padding-left: 50px;
}

.comapny-client-rating {
    margin-bottom: 20px;
}

.comapny-client-rating ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.comapny-client-rating ul li i {
    font-size: 14px;
    color: var(--accent-color);
    margin-right: 2px;
}

.comapny-client-rating p {
    margin: 0;
}

.company-client-images {
    margin-bottom: 20px;
}

.company-client-images .client-image {
    display: inline-block;
    margin-left: -18px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    overflow: hidden;
}

.company-client-images .client-image:first-child {
    margin: 0;
}

.company-client-images .client-image figure {
    display: block;
}

.company-client-images .client-image img {
    max-width: 40px;
}

.contact-now-btn a {
    position: relative;
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 700;
    padding-right: 30px;
    text-transform: capitalize;
}

.contact-now-btn a:hover {
    color: var(--primary-color);
}

.contact-now-btn a:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    background-image: url(../img/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.contact-now-btn a:hover:after {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}

.experts-counters-list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 80px;
}

.experts-counter-box {
    width: calc(50% - 40px);
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.experts-counter-box:nth-child(even) {
    margin-top: 60px;
}

.experts-counter-item {
    position: relative;
    width: 100%;
    background: url('../img/who-we-are-counter-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
}

.experts-counter-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.experts-counter-box.expert-box-1 .experts-counter-item:nth-child(even) {
    background: transparent;
}

.experts-counter-box.expert-box-2 .experts-counter-item:nth-child(odd) {
    background: transparent;
}

.experts-counter-item .icon-box {
    text-align: right;
    margin-bottom: 20px;
}

.experts-counter-item .icon-box img {
    max-width: 30px;
    transition: all 0.3s ease-in-out;
}

.experts-counter-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.experts-counter-content h2 {
    font-size: 50px;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.experts-counter-content p {
    margin: 0;
}

.executive-partners {
    padding: 80px 0;
}

.executive-partners-box {
    position: relative;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 70px;
    overflow: hidden;
}

.executive-partners-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.executive-partners-box .section-title {
    margin-bottom: 0;
}

.our-partners-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.our-partners-list .company-logo {
    width: calc(33.33% - 20px);
    background: var(--dark-color);
    border-radius: 10px;
    text-align: center;
    padding: 25px 35px;
}

.our-partners-list .company-logo img {
    width: 100%;
    height: 30px;
}

.our-team {
    position: relative;
    padding: 80px 0 50px;
}

.our-team::before {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: -25%;
    background: url(../img/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.team-item {
    position: relative;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.team-image a {
    position: relative;
    display: block;
}

.team-image a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(181.78deg, rgba(0, 0, 0, 0) 47.87%, rgba(0, 0, 0, 0.8) 81.02%);
    z-index: 1;
}

.team-image figure,
.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.38;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img {
    transform: scale(1.1);
}

.team-body {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    transform: translateY(40px);
    text-align: center;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.team-item:hover .team-body {
    transform: translateY(0);
}

.team-content h3 {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-content h3 a {
    color: inherit;
}

.team-content p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.team-social-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-item:hover .team-social-list {
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}

.team-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-social-list ul li:last-child {
    margin: 0;
}

.team-social-list ul li a {
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-social-list ul li:hover a {
    background-color: var(--accent-color);
}

.team-social-list ul li a i {
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.team-social-list ul li:hover a i {
    color: var(--dark-color);
}

.our-faqs {
    padding: 80px 0;
}

.faq-images {
    position: relative;
    margin-right: 30px;
    padding: 140px 80px 0 0;
}

.faq-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.faq-img-1 figure {
    display: block;
    border-radius: 30px;
}

.faq-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    border-radius: 30px;
}

.faq-img-2 figure {
    display: block;
    border-radius: 30px;
}

.faq-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.06;
    object-fit: cover;
    border-radius: 30px;
}

.faq-cta-box {
    position: absolute;
    bottom: 0;
    right: 10%;
    transform: translate(0, -100%);
    animation: FaqCtaBoxMove 4s infinite linear;
}

@keyframes FaqCtaBoxMove {
    50% {
        right: 0;
    }
}

.faq-cta-box a {
    position: relative;
    display: block;
    color: var(--text-color);
    font-weight: 700;
    padding: 10px 18px;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    overflow: hidden;
}

.faq-cta-box a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 16%;
    z-index: -1;
}

.faq-cta-box img {
    max-width: 30px;
    margin-right: 10px;
}

.our-faq-section .accordion-item {
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.our-faq-section .accordion-item:last-child {
    margin-bottom: 0;
}

.our-faq-section .accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    background: transparent;
    color: var(--primary-color);
    padding: 17px 55px 17px 20px;
    transition: all 0.3s ease-in-out;
}

.our-faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}

.our-faq-section .accordion-header .accordion-button.collapsed {
    color: var(--primary-color);
}

.our-faq-section .accordion-item .accordion-button::after,
.our-faq-section .accordion-item .accordion-button.collapsed::after {
    content: '\f068';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: auto;
    transform: translate(0px, -12px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 24px;
    height: 24px;
    color: var(--dark-color);
    background-color: var(--primary-color);
    border-radius: 50%;
}

.our-faq-section .accordion-item .accordion-button.collapsed::after {
    content: '\2b';
    background-color: var(--accent-color);
}

.our-faq-section .accordion-item .accordion-body {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 0 55px 18px 20px;
}

.our-faq-section .accordion-item .accordion-body p {
    color: var(--primary-color);
    margin: 0;
}

/************************************/
/***     19. Services Page css    ***/
/************************************/

.page-services {
    padding: 160px 0 50px;
}

.who-we-are.service-we-are::before {
    display: none;
}

/************************************/
/***    20. Services Single css   ***/
/************************************/

.page-service-single {
    position: relative;
    padding: 160px 0 80px;
}

.page-service-single::before {
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 15%;
    background: url(../img/about-agency-bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}

.page-service-single::after {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 50%;
    background: url(../img/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.service-single-content {
    margin-right: 30px;
}

.service-feature-image {
    margin-bottom: 40px;
}

.service-feature-image figure {
    display: block;
    border-radius: 30px;
}

.service-feature-image img {
    width: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}

.service-entry {
    margin-bottom: 40px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-entry p:last-child {
    margin-bottom: 0;
}

.service-entry h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.service-entry h2 span {
    color: var(--accent-color);
    font-weight: 700;
}

.service-entry-list-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.service-entry-list {
    width: calc(55% - 20px);
}

.service-entry-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-entry-list ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 24px;
}

.service-entry-list ul li:last-child {
    margin-bottom: 0;
}

.service-entry-list ul li::before {
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.service-entry-image {
    width: calc(45% - 20px);
}

.service-entry-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.service-entry-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.89;
    border-radius: 30px;
}

.service-process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 40px;
}

.process-step-item {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.process-step-item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.process-step-content {
    position: relative;
    background: url(../img/service-bg.svg) no-repeat;
    background-size: auto;
    background-position: top left;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    width: calc(50% - 15px);
    padding: 40px;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
}

.process-step-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    border-radius: 30px;
}

.process-step-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.process-step-header .icon-box img {
    max-width: 60px;
}

.process-step-no h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.process-step-no h3 span {
    color: var(--accent-color);
    display: block;
}

.process-step-body {
    position: relative;
}

.process-step-body h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.process-step-body p {
    margin-bottom: 0;
}

.process-step-image {
    width: calc(50% - 15px);
}

.process-step-image figure {
    display: block;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.process-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.9;
    border-radius: 30px;
}

.service-sidebar {
    position: sticky;
    top: 20px;
}

.service-catagery-list {
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-bottom: 60px;
    overflow: hidden;
}

.service-catagery-list::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.service-catagery-list h3 {
    font-size: 22px;
    text-transform: capitalize;
    padding: 40px 40px 30px;
    border-bottom: 1px solid var(--divider-color);
}

.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 30px 40px 40px;
}

.service-catagery-list ul li {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.service-catagery-list ul li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a {
    color: var(--accent-color);
}

.service-catagery-list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/arrow-accent.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a::before {
    transform: rotate(45deg);
}

.sidebar-cta-box {
    position: relative;
    background: url(../img/sidebar-cta-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}

.sidebar-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.sidebar-cta-box .icon-box {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-cta-box .icon-box img {
    max-width: 60px;
}

.cta-contact-content {
    position: relative;
    margin-bottom: 20px;
}

.cta-contact-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.cta-contact-content p {
    margin-bottom: 0;
}

.cta-contact-btn {
    position: relative;
}

.cta-contact-btn a {
    display: inline-block;
    font-weight: 700;
    color: var(--dark-color);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    background-color: var(--accent-color);
    border-radius: 10px;
    padding: 12px 35px;
    transition: all 0.4S ease-in-out;
}

.cta-contact-btn a:hover {
    background-color: var(--dark-divider-color);
    color: var(--primary-color);
}

.cta-contact-btn a img {
    margin-right: 12px;
    max-width: 30px;
    transition: all 0.4S ease-in-out;
}

.cta-contact-btn a:hover img {
    filter: brightness(1) invert(1);
}

/************************************/
/***     21. Blog Archive Css     ***/
/************************************/

.page-blog {
    position: relative;
    padding: 160px 0 80px;
}

.page-blog::before {
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 40%;
    background: url(../img/about-agency-bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}

.post-item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.page-pagination {
    margin-top: 20px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: var(--accent-color);
    color: var(--dark-color);
}

/************************************/
/***      22. Blog Single css     ***/
/************************************/

.page-single-post {
    padding: 21px 0 80px;
}

.post-image {
    position: relative;
    margin-bottom: 30px;
}

.post-image figure {
    display: block;
}

.post-image figure,
.post-image img {
    aspect-ratio: 1 / 0.50;
    object-fit: cover;
    border-radius: 30px;
}

.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after {
    content: '';
    display: block;
    clear: both;
}

.post-entry a {
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 0.6em;
}

.post-entry h1 span,
.post-entry h2 span {
    font-weight: 800;
}

.post-entry h1 {
    font-size: 80px;
}

.post-entry h2 {
    font-size: 39px;
    color: #404040;
}

.post-entry h4 {
    color: blue;
    font-size: 19px;
    font-weight: 600;
}

.post-entry h3 {
    font-size: 40px;
    font-family: 'Poppins';
    font-size: 33px;
    color: #404040;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
}

.post-entry h4 {
    font-size: 30px;
}

.post-entry h5 {
    font-size: 24px;
}

.post-entry h6 {
    font-size: 18px;
}

.post-entry p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    line-height: 34px;
}

.post-entry p:last-child {
    margin-bottom: 0;
}

.post-entry p strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.post-entry ol {
    margin: 0 0 30px;
}

.post-entry ol li {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.post-entry span {
    color: #404040;
    margin-bottom: 22px;
}

.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}

.post-entry ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}

.post-entry ul li:last-child {
    margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}

.post-entry blockquote {
    position: relative;
    background: url(../img/icon-blockquote.svg) no-repeat;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background-position: 35px 30px;
    background-size: 58px;
    border-radius: 20px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
    overflow: hidden;
}

.post-entry blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
    opacity: 1;
    z-index: -1;
}

.post-entry blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--primary-color);
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.tag-links {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: var(--accent-color);
    background-size: 200% auto;
    color: var(--dark-color);
    border-radius: 100px;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
    background: var(--primary-color);
}

.post-social-sharing {
    text-align: right;
}

.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child {
    margin-right: 0;
}

.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--accent-color);
    background-size: 200% auto;
    color: var(--dark-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
    background: var(--primary-color);
}

.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}

/************************************/
/***      23. Project Page css    ***/
/************************************/

.page-project {
    position: relative;
    padding: 160px 0 40px;
}

.page-project::before {
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 40%;
    background: url(../img/about-agency-bg.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}

/************************************/
/***     24. Project Single css   ***/
/************************************/

.page-project-single {
    position: relative;
    padding: 160px 0 80px;
}

.page-project-single::before {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 10%;
    background: url(../img/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 8s infinite linear;
    z-index: -1;
}

.page-project-single::after {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 60%;
    background: url(../img/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.project-single-content {
    margin-right: 30px;
}

.project-single-image {
    margin-bottom: 40px;
}

.project-single-image figure {
    display: block;
    border-radius: 30px;
}

.project-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}

.project-challenges,
.project-info,
.project-entry {
    margin-bottom: 60px;
}

.project-entry p {
    margin-bottom: 20px;
}

.project-entry p:last-child {
    margin-bottom: 0;
}

.project-entry h2 {
    font-size: 50px;
    font-weight: 300;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.project-entry h2 span {
    color: var(--accent-color);
    font-weight: 700;
}

.project-entry ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-entry ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 24px;
}

.project-entry ul li:last-child {
    margin-bottom: 0;
}

.project-entry ul li::before {
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.project-solution-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
}

.project-rating-content {
    width: calc(70% - 30px);
}

.project-rating-counter {
    width: calc(30% - 30px);
    display: flex;
    align-items: center;
}

.project-rating-counter .icon-box {
    margin-right: 20px;
}

.project-rating-counter .icon-box i {
    font-size: 48px;
    color: var(--accent-color);
}

.project-counter-content {
    width: calc(100% - 68px);
}

.project-counter-content h3 {
    font-size: 40px;
}

.project-sidebar {
    position: sticky;
    top: 20px;
}

.project-catagery-list {
    position: relative;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    margin-bottom: 60px;
    overflow: hidden;
}

.project-catagery-list::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.category-item-list {
    padding: 40px 40px 30px;
}

.category-list-item {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category-list-item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.category-list-item h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.category-list-item p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.category-social-link {
    border-top: 1px solid var(--divider-color);
    display: flex;
    align-items: center;
    padding: 30px 40px 40px;
}

.category-social-link span {
    font-size: 22px;
    font-weight: 700;
    margin-right: 15px;
}

.category-social-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

.category-social-link ul li:last-child {
    margin-right: 0;
}

.category-social-link ul li a {
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.category-social-link ul li a:hover {
    border-color: var(--primary-color);
}

.category-social-link ul li a i {
    color: var(--accent-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.category-social-link ul li a:hover i {
    color: var(--primary-color);
}

/************************************/
/***      25. Team Page css       ***/
/************************************/

.page-team {
    position: relative;
    padding: 160px 0 50px;
}

.page-team::before {
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 50%;
    background: url(../img/work-together-bg-shape.png) no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 40%;
    width: 305px;
    height: 315px;
    animation: circlmoveerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/************************************/
/***      26. Team Single css     ***/
/************************************/

.page-team-single {
    position: relative;
    padding: 160px 0 80px;
}

.page-team-single::before {
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 60%;
    background: url(../img/why-choose-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 310px;
    height: 325px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.team-single-content {
    margin-right: 30px;
}

.team-single-content h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.team-single-content h2 span {
    color: var(--accent-color);
    font-weight: 700;
}

.team-single-content p {
    margin-bottom: 20px;
}

.team-single-content p:last-child {
    margin-bottom: 0;
}

.team-info-box {
    margin-bottom: 60px;
}

.team-info-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}

.team-info-title {
    width: calc(75% - 15px);
}

.team-info-title p {
    color: var(--accent-color);
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-info-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.team-info-social-list {
    width: calc(25% - 15px);
}

.team-info-social-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: end;
}

.team-info-social-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-info-social-list ul li:last-child {
    margin: 0;
}

.team-info-social-list ul li a {
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-info-social-list ul li:hover a {
    background-color: var(--accent-color);
}

.team-info-social-list ul li a i {
    font-size: 18px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.team-info-social-list ul li:hover a i {
    color: var(--dark-color);
}

.team-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.team-contact-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.team-contact-box .icon-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
}

.team-contact-box .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 30%;
    z-index: -1;
}

.team-contact-box .icon-box img {
    max-width: 36px;
}

.team-contact-content {
    width: calc(100% - 110px);
}

.team-contact-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-contact-content p {
    margin: 0;
}

.team-personal-info {
    margin-bottom: 60px;
}

.team-career-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-career-list ul li {
    position: relative;
    width: calc(50% - 15px);
    text-transform: capitalize;
    padding-left: 30px;
}

.team-career-list ul li::before {
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.team-single-sidebar {
    position: sticky;
    top: 30px;
}

.team-single-image {
    margin-bottom: 60px;
}

.team-single-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    visibility: visible;
}

.team-single-image img {
    width: 100%;
    aspect-ratio: 1 / 1.22;
    object-fit: cover;
    border-radius: 30px
}

.team-single-contact-form {
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
}

.team-single-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.team-single-contact-form h3 {
    position: relative;
    font-size: 34px;
    font-weight: 300;
    padding: 40px 40px 30px;
    border-bottom: 1px solid var(--divider-color);
}

.team-single-contact-form h3 span {
    font-weight: 700;
    color: var(--accent-color);
}

.team-single-contact-form form {
    position: relative;
    padding: 40px;
}

.team-single-contact-form form .form-control {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    padding: 16px 20px;
    background-color: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.team-single-contact-form form .form-control::placeholder {
    color: var(--text-color);
}

.contact-form-btn .btn-highlighted {
    width: 100%;
    text-align: center;
}

/************************************/
/***      27. Pricing Page css    ***/
/************************************/

.page-pricing {
    padding: 160px 0 80px;
}

.pricing-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.pricing-box {
    position: relative;
    background: url(../img/service-bg.svg) no-repeat;
    background-position: top left;
    background-size: auto;
    width: calc(50% - 30px);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 50px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
}

.pricing-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.pricing-box-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.pricing-title {
    width: calc(60% - 15px);
}

.pricing-title h3 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.pricing-title p {
    margin-bottom: 0;
}

.pricing-price {
    width: calc(40% - 15px);
    text-align: end;
}

.pricing-price h2 {
    font-size: 50px;
    color: var(--accent-color);
}

.pricing-price h2 sup {
    font-size: 22px;
    color: var(--primary-color);
}

.pricing-price h2 sub {
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

.pricing-list {
    margin-bottom: 40px;
}

.pricing-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-list ul li {
    position: relative;
    width: calc(50% - 15px);
    text-transform: capitalize;
    padding-left: 30px;
}

.pricing-list ul li::before {
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.pricing-btn .btn-highlighted {
    width: 100%;
    text-align: center;
}

/************************************/
/***    28. Testimonial Page css  ***/
/************************************/

.page-testimonial {
    padding: 160px 0 80px;
}

.testimonial-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.testimonial-box-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: 80px;
    overflow: hidden;
}

.testimonial-box-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.client-author-image {
    width: calc(27% - 25px);
}

.client-author-image figure {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.client-author-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.client-testimonial-content {
    width: calc(73% - 25px);
}

.client-testimonial-rating {
    margin-bottom: 20px;
}

.client-testimonial-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.client-testimonial-rating ul li {
    display: inline-block;
}

.client-testimonial-rating ul li i {
    font-size: 12px;
    color: var(--accent-color);
    margin-right: 2px;
}

.client-testimonial-rating ul li:last-child i {
    margin: 0;
}

.client-testimonial-info {
    margin-bottom: 20px;
}

.client-testimonial-info p {
    font-size: 20px;
}

.client-testimonial-info p:last-child {
    margin: 0;
}

.client-author-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.client-author-title {
    width: calc(65% - 15px);
}

.client-author-title h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.client-author-title p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.client-author-logo {
    width: calc(35% - 15px);
    text-align: end;
}

.client-author-logo img {
    max-width: 125px;
    max-height: 30px;
}

/************************************/
/***     27. Image Gallery css    ***/
/************************************/

.page-gallery {
    padding: 160px 0 50px;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
    cursor: none;
}

.page-gallery-box .photo-gallery figure {
    border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/***     30. Video Gallery css    ***/
/************************************/

.page-video-gallery {
    padding: 160px 0 50px;
}

.video-gallery-image {
    border-radius: 20px;
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none;
}

.video-gallery-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    border-radius: 20px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: var(--accent-color);
    color: var(--dark-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img {
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/***       31. FAQs Page css      ***/
/************************************/

.page-faqs {
    padding: 160px 0 80px;
}

.page-faqs-catagery {
    margin-right: 30px;
}

.page-faq-accordion {
    margin-bottom: 80px;
}

.page-faq-accordion:last-child {
    margin-bottom: 0;
}

.faq-sidebar {
    position: sticky;
    top: 20px;
}

.faq-catagery-list {
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-bottom: 60px;
    overflow: hidden;
}

.faq-catagery-list::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    z-index: -1;
}

.faq-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 40px;
}

.faq-catagery-list ul li {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.faq-catagery-list ul li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a {
    color: var(--accent-color);
}

.faq-catagery-list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/arrow-accent.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a::before {
    transform: rotate(45deg);
}

/************************************/
/***    32. Contact Us Page css   ***/
/************************************/

.page-contact-us {
    padding: 160px 0 80px;
}

.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-info-box .info-box-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info-box .info-box-1,
.contact-info-box .info-box-2 {
    position: relative;
    width: 100%;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 30px 40px;
    overflow: hidden;
}

.contact-info-box .info-box-1::before,
.contact-info-box .info-box-2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 30%;
    z-index: -1;
}

.contact-info-item {
    text-align: center;
    width: 100%;
}

.contact-info-box .info-box-1 .contact-info-item {
    position: relative;
    width: calc(50% - 15px);
}

.contact-info-box .info-box-1 .contact-info-item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(15px, -50%);
    height: 80%;
    width: 1px;
    background-color: var(--divider-color);
}

.contact-info-box .info-box-1 .contact-info-item:nth-child(2n + 2):before {
    display: none;
}

.contact-info-box .info-box-2 .contact-info-item {
    display: flex;
    text-align: left;
}

.contact-info-item .icon-box {
    margin-bottom: 30px;
}

.contact-info-box .info-box-2 .icon-box {
    margin: 0 30px 0 0;
}

.contact-info-item .icon-box img {
    max-width: 50px;
}

.contact-info-box .info-box-2 .contact-item-content {
    width: calc(100% - 80px);
}

.contact-item-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-item-content p {
    margin: 0;
}

.contact-us-form {
    position: relative;
    padding: 50px;
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    margin-left: 30px;
}

.contact-us-form::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 40%;
    border-radius: 30px;
    z-index: -1;
}

.contact-us-form form .form-control {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    padding: 16px 20px;
    background-color: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.contact-us-form form .form-control::placeholder {
    color: var(--text-color);
}

.google-map {
    padding: 80px 0;
}

.google-map-iframe,
.google-map-iframe iframe {
    width: 100%;
    height: 600px;
    border-radius: 30px;
}

.google-map-iframe iframe {
    filter: grayscale(1);
    transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover {
    filter: grayscale(0);
}

/************************************/
/***       33. 404 Page css       ***/
/************************************/

.error-page {
    padding: 160px 0 80px;
}

.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}

.error-page-image img {
    width: 100%;
    max-width: 50%;
}

.error-page .error-page-content {
    text-align: center;
}

.error-page-content-heading {
    margin-bottom: 30px;
}

.error-page-content-body p {
    margin-bottom: 30px;
}

/************************************/
/***      34. Responsive css      ***/
/************************************/
.sep-rte {
    background-color: #f8f9fa;
    border-radius: 14px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.desktoprpor {
    display: block;
}

@media only screen and (max-width: 991px) {
    .discounts-box {
        border: 2px solid #fff;
        border-radius: 12px;
        padding: 19px !important;
        background: linear-gradient(90deg, #2D00F7, #C200FB);
    }
.wrap-map iframe {
    width: 100%;
}
    .wrdete {
        display: block !important;
        margin-bottom: 30px;
    }

    .wrdete p {
        margin-bottom: 22px !important;
        margin-right: 0px !important;
    }

    .text-awardss h2 {
        font-size: 33px !important;
    }

    #button-left {
        padding: 6px 6px !important;
    }

    #button-right {
        padding: 6px 6px !important;
    }

    section#categories .wrapper {
        padding: 32px 0px !important;
    }

    .desktoprpor {
        display: none !important;
    }

    .wrap-process.mobless {
        display: block !important;
    }

    .wrap-about-side {
        height: 345px !important;
    }

    section#partnership-sec {
        padding: 45px 5px !important;
    }

    .wrap-parncont h2 span {
        font-size: 62px !important;
    }

    .wrap-parncont h2 {
        font-size: 19px !important;
    }

    .bothsepc {
        padding-bottom: 41px;
    }

    .mobilsep {
        display: flex !important;
        /* align-items: center; */
        /* justify-content: space-between; */
        flex-direction: column-reverse !important;
    }

    .wrap-parncont {
        padding-top: 20px !important;
    }

    .wrap-parncont p {
        font-size: 18px !important;
    }

    section#speakers {
        padding: 32px 0px !important;
    }

    .wrap-faq {
        text-align: center;
        padding: 69px 0px 26px 0px !important;
    }

    section#faq {
        padding: 36px 7px 19px 14px !important;
    }

    div#accordionParent {
        margin-top: 51px;
    }

    section#faqbanner {
        height: 395px;
    }

    .wrap-faq img {
        padding-bottom: 37px;
        width: 94% !important;
    }

    .wrap-faq h3 {
        font-size: 22px !important;
    }

    .wrap-faq p {
        font-size: 17px;
        padding-top: 14px;
        line-height: 22px;
    }

    .tc-container {
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px 0px 10px !important;
    }

    .tc-container h2 {
        margin-bottom: 32px !important;
        font-size: 31px !important;
    }

    .discounts-section {
        background: linear-gradient(90deg, #2D00F7, #C200FB);
        padding: 35px 0px !important;
        color: white;
    }

    .navbar {
        padding: 0px 0;
    }

    section#aboutawards {
        padding: 6px 10px 0px 10px !important;
    }

    section#who-should-attend .col-lg-2 {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    section#who-should-attend {
        padding-bottom: 32px !important;
    }

    .pricing-table h2 {
        font-weight: 700;
        text-align: center;
        margin-bottom: 27px !important;
        font-size: 32px !important;
    }

    #whattoexcept .right-feature-box {
        margin-bottom: 6px;
    }

    .discounts-table>.table-cell {
        width: 100% !important;
        margin-bottom: 9px !important;
    }

    .wrap-whattoect h2 {
        text-align: center;
        font-size: 37px;
    }

    .navbar-brand {
        width: 63%;
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }

    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    .header-social-links {
        display: none;
    }

    .section-row {
        margin-bottom: 40px;
    }

    .section-row .section-title {
        max-width: 100%;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h3 {
        margin-bottom: 15px;
    }

    .section-title h3::before {
        width: 14px;
        height: 14px;
    }

    .section-title h1 {
        font-size: 70px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section-title p {
        margin-top: 15px;
    }

    .section-content-btn .section-title-content {
        margin-bottom: 20px;
    }

    .section-title-content {
        margin-top: 15px;
    }

    .hero {
        padding: 106px 0 44px;
        min-height: auto;
    }

    .section-title h1 {
        margin-top: 2px !important;
    }

   .cybertetile h2 {
        padding-left: 0px !important;
        font-size: 26px !important;
    }
    .wrap-contadetail p {
    font-size: 17px !important;
}
section#highlights {
    text-align: center;
}
section#highlights h2 {
    font-size: 30px!important;

}
    section#special-feature {
        background: white;
        padding: 32px 23px !important;
    }

    .wrap-titl-summith h2 {
        text-align: center;
        padding-bottom: 0px !important;
    }

    section#speakers .col-lg-3 {
        width: 100% !important;
    }

    img.footer-image-mob {
        display: block !important;
    }

    .wrap-numbwrseo span {
        font-size: 22px;
    }

    .wrap-numbwrseo h2 {
        font-size: 73px;
    }

    .Why-Attend {
        padding: 56px 0px 27px 0px !important;
        background-position: initial !important;
    }

    .testmonis-titles h2 {
        font-family: 'Poppins';
        font-size: 30px;
    }

    #videohiglgu {
        height: auto !important;
        overflow: hidden;
    }

    .footer-image {
        display: none;
    }

    .footer-right h2 {
        font-size: 23px !important;
        margin-bottom: 39px;
        margin-top: 22px !important;
    }

    #footermain {
        padding: 47px 14px !important;
        ;
        color: white;
        height: auto !important;
        ;
    }

    .nametitle {
        position: relative !important;
        bottom: 0px !important;
    }

    .footer-logo img {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    #footermain {
        position: relative;
        background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
        padding: 45px 17px;
    }

    .wrap-cont-tedstimo {
        padding: 23px !important;
    }

    div#testimonials .section-title h2 {
        font-family: 'Poppins';
        font-size: 30px !important;
    }

    p.pasttag {
        font-size: 14px !important;
        padding: 3px 3px !important;
    }

    .Why-Attend .Outer-Box {
        border: 2px solid #f3ebeb;
    }

    #Thematictracks {

        padding-bottom: 24px !important;
    }

    .wrap-special h3 {
        font-size: 30px !important;

    }

    .wrap-titl-summith h2 {
        font-size: 30px;
    }

    .wrap-iconmr {
        margin-bottom: 18px !important;
    }

    #Thematictracks .row,
    #Thematictracks .wrap-titl-summith,
    #Thematictracks .wrap-tretci {
        margin-bottom: 20px !important;
    }

    .wrap-tretci h3 {
        font-size: 23px !important;
    }

    .hero.hero-slider-layout .hero-slide {
        padding: 180px 0 90px;
        min-height: auto;
    }

    .hero-content .section-title {
        margin-bottom: 40px;
    }

    .hero-content-body {
        margin-left: 0px;
    }

    .hero-content-video {
        width: 37%;
    }

    .hero-video-content {
        width: 63%;
    }

    .hero-btn {
        margin-top: 30px;
    }

    .our-scrolling-ticker {
        padding: 5px 0;
    }

    .scrolling-content span {
        font-size: 34px;
    }

    .about-agency {
        padding: 80px 0 40px;
    }

    .about-agency::before {
        width: 300px;
        height: 330px;
    }

    .event-date {
        display: block !important;
        align-items: center;
    }

    .hero-content img {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .event-date .s2 .e_venue {
        font-family: 'Bricolage Grotesque';
        color: #fff;
        font-size: 11pt !important;
    }

    .event-date .s1 {
        align-items: center;
        display: inline-flex !important;

    }

    .event-date .s1 .e_d {
        color: #fff;
        font-size: 26pt !important;
        line-height: 35pt !important;
        font-weight: 600;
    }

    .event-date .s1 .e_m_y {
        color: #fff;
        font-size: 15pt !important;
    }

    .hero-content .section-title h1 {
        font-size: 18px !important;
    }

    .hero-content .section-title h1 {
        font-size: 24px !important;
        font-weight: 800;
        line-height: 1.2em;
        color: #000;
        margin-bottom: 0;
        margin-bottom: 41px !important;
        cursor: none;
        font-family: "Bricolage Grotesque", sans-serif;
        margin-top: 9px;
        text-transform: uppercase;
    }
    .hero-btndee a {
        background: linear-gradient(270deg, #0000f9a8 0%, #d4437cd4 100%);
        padding: 11px 8px !important;
        color: white;
        border-radius: 13px;
        border: 2px solid #0000f9;
        margin: 7px;
        font-weight: 700;
        font-size: 12px;
    }

    .StatsLeftBox {
        margin-top: 9% !important;
        position: relative;
    }

    section#aboutus {
        background: white;
        padding: 0px 2px !important;
    }

    section#whyindiaai {
        padding: 37px 12px !important;
    }

    .wrap-indiaai {
        margin-bottom: 18px !important;
    }

    .wrap-indiaai.whtebgjd {
        background: white;
        position: relative !important;
    }

    .wrap-titlespeaker h2 {
        font-size: 27px !important;
    }

    #twotracks .wrap-ai {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 51px;
        margin-bottom: 22px !important;
    }

    .wrap-tracksbottm {
        padding-top: 13px !important;
    }

    .wrap-tracksbottm h2 {
        font-size: 27px !important;
    }

    .benfits-ttile h2 {
        font-size: 27px !important;
    }

    .our-testimonials {
        padding: 36px 2px;
        background: linear-gradient(45deg, #160235, transparent);
    }

    .izbemxew .image-1,
    .izbemxew .image-2,
    .izbemxew .image-3,
    .izbemxew .image-4 {
        width: 91% !important;
        height: 49vh;
    }

    .xnjzyubq {
        position: relative;
        padding-right: 0px;
    }

    .izbemxew {
        position: relative;
        margin-bottom: 44px;
    }

    .testimonils-titles h2 {
        font-size: 30px !important;
    }

    .agency-supports-logo img {
        max-height: 100% !important;
    }

    .xnjzyubq h4 {
        font-size: 33px;
    }

    .xnjzyubq p {
        color: #FFFFFF;
        text-align: center;
        font-size: 17px;
    }

    .wrap-aiabout h2 {
        font-size: 27px !important;
    }

    .wrap-aiabout h2 span {
        font-size: 27px !important;
    }

    .wrap-aiabout p {
        color: #2d323b;
        font-size: 16px !important;
        line-height: 24px;
        font-family: "Poppins", sans-serif;
    }

    .event-date .s2:before {
        content: '';
        width: 0px;
    }

    .about-agency-content {
        position: initial;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .about-agency-list {
        gap: 30px;
        padding-left: 30px;
        margin-left: 10px;
    }

    .agency-item-content h3:after {
        left: -40px;
    }

    .agency-item-content h3 {
        font-size: 20px;
    }

    .our-services {
        padding: 40px 0;
    }

    .service-item {
        padding: 30px;
    }

    .service-item-header {
        margin-bottom: 50px;
    }

    .service-item-header .icon-box img {
        max-width: 50px;
    }

    .service-item-body h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .service-footer {
        margin-top: 10px;
    }

    .digital-success {
        padding: 40px 0;
    }

    .digital-success-box {
        gap: 40px;
        padding: 50px;
    }

    .digital-success-list,
    .digital-success-content {
        width: 100%;
    }

    .digital-success-content::before {
        display: none;
    }

    .digital-success-content .section-title {
        margin-bottom: 40px;
    }

    .success-counter-item h2 {
        font-size: 40px;
    }

    .success-list-item {
        margin-bottom: 40px;
    }

    .success-list-item p span {
        font-size: 20px;
    }

    .why-choose-us {
        padding: 40px 0;
    }

    .why-choose-us::before {
        top: 20%;
        width: 250px;
        height: 280px;
    }

    .why-choose-content {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .why-choose-item {
        padding: 15px 20px;
    }

    .why-choose-item h3 {
        font-size: 20px;
    }

    .why-choose-image img {
        aspect-ratio: 1 / 0.73;
    }

    .join-agency {
        padding: 40px 0 10px;
    }

    .agency-social-item {
        padding: 20px 30px 20px 50px;
        margin: 20px 0 30px 20px;
    }

    .agency-social-item .icon-box {
        top: -20px;
        left: -20px;
    }

    .agency-social-item .icon-box a {
        width: 60px;
        height: 60px;
    }

    .agency-social-item .icon-box i {
        font-size: 30px;
    }

    .agency-social-content h3 {
        font-size: 20px;
    }

    .how-it-work {
        padding: 40px 0 10px;
    }

    .how-it-work::before {
        top: 0;
        width: 240px;
        height: 280px;
    }

    .work-process-item {
        padding: 30px;
    }

    .work-process-header {
        margin-bottom: 30px;
    }

    .work-process-title h3 {
        font-size: 20px;
    }

    .work-process-content {
        margin-bottom: 40px;
    }

    .work-process-body {
        padding-top: 10px;
    }

    .work-process-no h3 {
        font-size: 20px;
    }

    .work-process-no h2 {
        font-size: 34px;
    }

    .work-process-icon-box {
        padding: 30px;
    }

    .work-process-icon-box img {
        max-width: 50px;
    }

    .our-features {
        padding: 40px 0;
    }

    .our-features::before {
        top: 15%;
        width: 250px;
        height: 225px;
    }

    .digital-features-box {
        gap: 30px;
    }

    .digital-features-item.features-item-1 {
        width: calc(55% - 15px);
    }

    .digital-features-item.features-item-2 {
        width: calc(45% - 15px);
    }

    .digital-features-item {
        padding: 30px;
    }

    .digital-features-content h3 {
        font-size: 20px;
    }

    .digital-features-image {
        margin-bottom: 30px;
    }

    .digital-features-item.features-item-1 .digital-features-image img {
        aspect-ratio: 1 / 0.62;
    }

    .digital-features-item.agency-supports {
        padding: 30px 0;
    }

    .agency-supports-header {
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .agency-supports-content {
        width: 70%;
    }

    .agency-supports-content h3 {
        font-size: 20px;
    }

    .agency-free-consultation {
        width: 30%;
    }

    .agency-free-consultation img {
        max-width: 80px;
    }

    .agency-supports-logo {
        padding: 20px 25px;
    }

    .agency-supports-logo img {
        max-height: 25px;
    }

    .our-portfolio {
        padding: 40px 0 10px;
    }

    .our-Project-nav {
        margin-bottom: 40px;
    }

    .our-Project-nav ul {
        gap: 10px 20px;
    }

    .our-Project-nav ul li a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .project-item {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .project-btn a {
        width: 80px;
        height: 80px;
    }

    .project-btn a img {
        max-width: 34px;
    }

    .project-content h3 {
        font-size: 20px;
    }

    .our-testimonial {
        padding: 40px 0;
    }

    .our-testimonial::before {
        width: 250px;
        height: 245px;
    }

    .testimonial-review-box {
        padding: 30px;
        margin-bottom: 30px;
    }

    .testimonial-review-content,
    .testimonial-review-header {
        margin-bottom: 20px;
    }

    .testimonial-review-header h2 {
        font-size: 60px;
    }

    .testimonial-review-content h3 {
        font-size: 20px;
    }

       .testimonial-slider {
        margin-left: 0px;
        text-align: center;
    }

    .testimonial-company-logo {
        margin-bottom: 20px;
    }

    .testimonial-content {
        margin-bottom: 30px;
    }

    .testimonial-content p {
        font-size: 20px;
    }

    .author-content h3 {
        font-size: 20px;
    }

    .testimonial-slider .testimonial-button-next,
    .testimonial-slider .testimonial-button-prev {
        width: 50px;
        height: 50px;
    }

    .testimonial-slider .testimonial-button-next::before,
    .testimonial-slider .testimonial-button-prev::before {
        background-size: 24px auto;
    }

    .testimonial-benefits-box {
        gap: 20px;
        margin-top: 50px;
        padding: 30px 15px;
    }

    .testimonial-benefits-item {
        width: calc(25% - 15px);
    }

    .testimonial-benefits-item::before {
        right: -10px;
    }

    .testimonial-benefits-item .icon-box {
        margin-bottom: 20px;
    }

    .testimonial-benefits-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .testimonial-benefits-content ul li {
        font-size: 14px;
        padding-left: 18px;
        margin-bottom: 10px;
    }

    .testimonial-benefits-content ul li::before {
        font-size: 14px;
    }

    .agency-benefits {
        padding: 40px 0 10px;
    }

    .agency-benefits::before {
        width: 210px;
        height: 220px;
    }

    .benefits-steps-item {
        padding: 20px;
    }

    .benefits-steps-item .icon-box,
    .benefits-steps-no {
        margin-bottom: 30px;
    }

    .benefits-steps-item .icon-box img {
        max-width: 50px;
    }

    .benefits-steps-content h3 {
        font-size: 20px;
    }

    .our-blog {
        padding: 40px 0 10px;
    }

    .post-featured-image {
        margin-bottom: 20px;
    }

    .post-item-content {
        margin-bottom: 15px;
    }

    .post-item-content h3 {
        font-size: 20px;
    }

    .footer-work-together {
        padding: 40px 0;
    }

    .footer-work-together::before {
        top: 0;
        width: 245px;
        height: 355px;
    }

    @keyframes circlmoveerotate {
        from {
            transform: translateY(0) rotate(0deg);
        }

        to {
            transform: translateY(100px) rotate(360deg);
        }
    }

    .work-together-content {
        background-size: cover;
    }

    .footer-work-together h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-work-together h2 {
        font-size: 120px;
    }

    .footer-work-together .work-together-btn a {
        width: 120px;
        height: 120px;
    }

    .footer-main {
        padding: 40px 0 0;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-contact-item {
        margin-bottom: 20px;
    }

    .footer-contact-content p {
        font-size: 20px;
    }

    .footer-newsletter-form h3,
    .footer-links h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-links ul li {
        margin-bottom: 10px;
    }

    .footer-newsletter-form {
        margin-top: 30px;
    }

    .footer-newsletter-form .form-group .form-control {
        width: 80%;
    }

    .footer-social-links {
        margin-top: 30px;
    }

    .footer-copyright {
        padding: 30px 0;
        margin-top: 40px;
    }

    .page-header {
        padding: 182px 0 80px;
    }

    .page-header-box h1 {
        font-size: 70px;
    }

    .page-header-box ol li.breadcrumb-item {
        font-size: 16px;
    }

    .our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span {
        font-size: 20px;
    }

    .our-approach {
        padding: 40px 0 10px;
    }

    .mission-vision-item {
        padding: 30px;
    }

    .mission-vision-image {
        margin-bottom: 15px;
    }

    .mission-vision-item .mission-vision-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .who-we-are {
        padding: 40px 0;
    }

    .who-we-are::before {
        top: -13%;
        width: 210px;
        height: 220px;
    }

    .who-we-are .who-we-are-content {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .experts-counters-list {
        gap: 40px;
    }

    .experts-counter-box {
        width: calc(50% - 20px);
        gap: 40px;
    }

    .experts-counter-box:nth-child(even) {
        margin-top: 40px;
    }

    .experts-counter-content h2 {
        font-size: 40px;
    }

    .executive-partners {
        padding: 40px 0;
    }

    .executive-partners-box {
        padding: 50px;
    }

    .executive-partners-box .section-title {
        margin-bottom: 30px;
    }

    .our-team {
        padding: 40px 0 10px;
    }

    .our-team::before {
        top: -5%;
        width: 250px;
        height: 280px;
    }

    .team-image figure,
    .team-image img {
        aspect-ratio: 1 / 1.3;
    }

    .team-content h3 {
        font-size: 20px;
    }

    .our-faqs {
        padding: 40px 0;
    }

    .faq-images {
        max-width: 80%;
        margin: 0 auto 30px;
        padding: 100px 80px 0 0;
    }

    .faq-img-1 img {
        max-width: 285px;
    }

    .faq-img-2 img {
        aspect-ratio: 1 / 0.9;
    }

    .our-faq-section .accordion-header .accordion-button {
        font-size: 20px;
    }

    .page-services {
        padding: 80px 0 10px;
    }

    .page-service-single {
        padding: 80px 0 40px;
    }

    .page-service-single::before {
        width: 300px;
        height: 330px;
    }

    .page-service-single::after {
        width: 250px;
        height: 280px;
    }

    .service-single-content {
        margin: 0 0 40px 0;
    }

    .service-feature-image {
        margin-bottom: 30px;
    }

    .service-feature-image img {
        aspect-ratio: 1 / 0.59;
    }

    .service-entry {
        margin-bottom: 30px;
    }

    .service-entry h2 {
        font-size: 40px;
    }

    .service-entry-list-image {
        margin: 30px 0;
        gap: 20px;
    }

    .service-entry-list {
        width: calc(55% - 10px);
    }

    .service-entry-list ul li {
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .service-entry-list ul li::before {
        font-size: 16px;
    }

    .service-entry-image {
        width: calc(45% - 10px);
    }

    .process-step-content {
        padding: 30px;
    }

    .process-step-header {
        margin-bottom: 50px;
    }

    .process-step-header .icon-box img {
        max-width: 48px;
    }

    .process-step-no h3 {
        font-size: 20px;
    }

    .process-step-body h3 {
        font-size: 20px;
    }

    .process-step-image img {
        aspect-ratio: 1 / 0.8;
    }

    .service-sidebar {
        position: initial;
    }

    .service-catagery-list {
        margin-bottom: 40px;
    }

    .service-catagery-list h3 {
        font-size: 20px;
        padding: 30px 30px 20px;
    }

    .service-catagery-list ul {
        padding: 20px 30px 30px;
    }

    .service-catagery-list ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sidebar-cta-box {
        padding: 30px;
    }

    .sidebar-cta-box .icon-box {
        margin-bottom: 30px;
    }

    .sidebar-cta-box .icon-box img {
        max-width: 50px;
    }

    .cta-contact-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-blog {
        padding: 80px 0 40px;
    }

    .page-blog::before {
        width: 300px;
        height: 330px;
    }

    .post-item {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .page-pagination {
        margin-top: 10px;
    }

    .page-single-post {
        padding: 80px 0 40px;
    }

    .post-image {
        margin-bottom: 20px;
    }

    .post-entry blockquote {
        background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
    }

    .post-entry blockquote p {
        font-size: 18px;
    }

    .post-entry h2 {
        font-size: 40px;
    }

    .post-entry ul li {
        font-size: 16px;
    }

    .post-tags {
        margin-bottom: 20px;
    }

    .post-social-sharing ul {
        text-align: left;
    }

    .tag-links {
        font-size: 22px;
    }

    .post-tags .tag-links a {
        font-size: 16px;
        padding: 6px 15px;
    }

    .page-project {
        padding: 80px 0 10px;
    }

    .page-project::before {
        width: 300px;
        height: 330px;
    }

    .page-project-single {
        padding: 80px 0 40px;
    }

    .page-project-single::before {
        top: 20%;
        width: 210px;
        height: 220px;
    }

    .page-project-single::after {
        width: 250px;
        height: 280px;
    }

    .project-single-content {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .project-single-image {
        margin-bottom: 30px;
    }

    .project-single-content img {
        aspect-ratio: 1 / 0.57;
    }

    .project-challenges,
    .project-info,
    .project-entry {
        margin-bottom: 30px;
    }

    .project-entry p {
        margin-bottom: 20px;
    }

    .project-entry h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .project-entry ul li {
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .project-entry ul li::before {
        font-size: 16px;
    }

    .project-solution-rating {
        margin-top: 0;
    }

    .project-counter-content h3 {
        font-size: 34px;
    }

    .project-sidebar {
        position: initial;
    }

    .project-catagery-list {
        margin-bottom: 40px;
    }

    .category-item-list {
        padding: 30px 30px 20px;
    }

    .category-list-item h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .category-social-link {
        padding: 30px;
    }

    .category-social-link .social-links {
        font-size: 20px;
    }

    .page-team {
        padding: 80px 0 10px;
    }

    .page-team::before {
        width: 245px;
        height: 355px;
    }

    .page-team-single {
        padding: 80px 0 40px;
    }

    .page-team-single::before {
        top: 40%;
        width: 250px;
        height: 280px;
    }

    .team-single-content {
        margin-right: 0;
    }

    .team-info-box {
        margin-bottom: 40px;
    }

    .team-info-header {
        align-items: center;
        margin-bottom: 30px;
    }

    .team-single-content h2 {
        font-size: 40px;
    }

    .team-contact-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .team-contact-box .icon-box {
        width: 65px;
        height: 65px;
    }

    .team-contact-box .icon-box img {
        max-width: 30px;
    }

    .team-contact-content {
        width: calc(100% - 95px);
    }

    .team-contact-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .team-personal-info {
        margin-bottom: 40px;
    }

    .team-career-list {
        margin-top: 20px;
    }

    .team-career-list ul {
        row-gap: 15px;
    }

    .team-single-sidebar {
        position: initial;
        margin-bottom: 30px;
    }

    .team-single-image {
        margin-bottom: 40px;
    }

    .team-single-image img {
        aspect-ratio: 1 / 0.8;
        object-position: top center;
    }

    .team-single-contact-form h3 {
        font-size: 28px;
        padding: 30px;
    }

    .team-single-contact-form form {
        padding: 30px;
    }

    .page-pricing {
        padding: 80px 0 40px;
    }

    .pricing-box-list {
        gap: 30px;
    }

    .pricing-box {
        width: calc(50% - 15px);
        padding: 30px;
    }

    .pricing-box-content {
        gap: 15px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .pricing-title {
        width: calc(52% - 7.5px);
    }

    .pricing-title h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .pricing-price {
        width: calc(48% - 7.5px);
    }

    .pricing-price h2 {
        font-size: 40px;
    }

    .pricing-price h2 sup {
        font-size: 20px;
    }

    .pricing-price h2 sub {
        font-size: 14px;
    }

    .pricing-list ul {
        gap: 15px;
    }

    .pricing-list ul li {
        width: 100%;
    }

    .pricing-list {
        margin-bottom: 30px;
    }

    .page-testimonial {
        padding: 80px 0 40px;
    }

    .testimonial-box-list {
        gap: 40px;
    }

    .testimonial-box-item {
        padding: 40px 30px;
        gap: 30px;
    }

    .client-author-image {
        width: calc(32% - 15px);
    }

    .client-testimonial-content {
        width: calc(68% - 15px);
    }

    .client-testimonial-rating {
        margin-bottom: 10px;
    }

    .client-testimonial-info p {
        font-size: 18px;
    }

    .client-author-title h3 {
        font-size: 20px;
    }

    .page-gallery {
        padding: 80px 0 10px;
    }

    .page-video-gallery {
        padding: 80px 0 10px;
    }

    .page-faqs {
        padding: 80px 0 40px;
    }

    .page-faqs-catagery {
        margin-right: 0px;
    }

    .page-faq-accordion {
        margin-bottom: 40px;
    }

    .faq-sidebar {
        position: initial;
        margin-bottom: 30px;
    }

    .faq-catagery-list {
        margin-bottom: 40px;
    }

    .faq-catagery-list ul {
        padding: 30px;
    }

    .faq-catagery-list ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .page-contact-us {
        padding: 80px 0 40px;
    }

    .contact-information {
        margin-bottom: 30px;
    }

    .contact-info-box {
        gap: 20px;
    }

    .contact-info-box .info-box-1,
    .contact-info-box .info-box-2 {
        padding: 20px 30px;
    }

    .contact-info-item .icon-box {
        margin-bottom: 20px;
    }

    .contact-info-item .icon-box img {
        max-width: 40px;
    }

    .contact-info-box .info-box-2 .contact-item-content {
        width: calc(100% - 70px);
    }

    .contact-item-content h3 {
        font-size: 20px;
    }

    .contact-us-form {
        margin: 0;
        padding: 30px;
    }

    .google-map {
        padding: 40px 0;
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 450px;
    }

    .error-page {
        padding: 80px 0 40px;
    }

    .error-page-image {
        margin-bottom: 20px;
    }

    .error-page-image img {
        max-width: 80%;
    }

    .error-page-content-heading {
        margin-bottom: 15px;
    }

    .error-page-content-body p {
        margin-bottom: 20px;
    }
}



@media only screen and (max-width: 767px) {

    .logo1 {
        margin-top: 0px !important;
    }

      .logo2 {
        width: 119px !important;
        padding-left: 10px;
    }
    .navbar-expand-lg .navbar-collapse {
        border-radius: 10px;
    }

    .cybertetile .moby h2 {
        color: #fff;
        font-size: 62px !important;
        margin-bottom: 10px;
    }

    .cybertetile .moby span {
        font-size: 22px;
    }

    .wrap-numbwrseo {
        padding-top: 38px;
    }

    .moby .icon {
        display: none;
    }

    .cybertetile .moby {
        min-height: 241px;
        width: 90%;
        margin: 10px auto;
        border-radius: 10px;
        padding: 10px;
    }

    body {
        background-size: 200% auto;
    }

    .section-title h1 {
        font-size: 34px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .hero-content {
        text-align: center;
        padding-top: 8px;
    }

    .hero-content .section-title {
        margin-bottom: 30px;
    }

    .hero-content-body {
        display: block;
    }

    .hero-content-video {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }

    .hero-content-video .video-play-button a {
        height: 80px;
        width: 80px;
    }

    .hero-content-video .video-play-button a i {
        font-size: 25px;
    }

    .learn-more-circle img {
        max-width: 80px;
    }

    .hero-video-content {
        width: 100%;
    }

    .scrolling-ticker-box {
        --gap: 20px;
    }

    .scrolling-content span {
        font-size: 17px;
    }

    .scrolling-content span img {
        max-width: 20px;
        margin-right: 20px;
    }

    .about-agency::before {
        width: 250px;
        height: 280px;
    }

    .about-agency-list {
        padding-left: 20px;
    }

    .agency-item-content h3:after {
        left: -30px;
    }

    .agency-item-content h3 {
        font-size: 18px;
    }

    .service-item {
        padding: 20px;
    }

    .service-item-body h3 {
        font-size: 18px;
    }

    .service-footer p {
        font-size: 12px;
    }

    .digital-success-box {
        gap: 30px;
        padding: 40px 30px;
    }

    .digital-success-box::before {
        left: 10px;
        top: 10px;
        border-radius: 20px;
        width: calc(100% - 20px);
        height: calc(100% - 10px);
    }

    .success-counter-box {
        gap: 20px;
    }

    .success-counter-item {
        width: 100%;
    }

    .success-counter-item h2 {
        font-size: 30px;
    }

    .success-list-item {
        background-size: 18px auto;
        margin-bottom: 30px;
    }

    .success-list-item p span {
        font-size: 18px;
    }

    .why-choose-us::before {
        top: 30%;
        width: 200px;
        height: 230px;
    }

    .why-choose-item h3 {
        font-size: 18px;
    }

    .agency-social-item {
        margin: 15px 0 30px 15px;
    }

    .agency-social-item .icon-box {
        top: -15px;
        left: -15px;
    }

    .agency-social-item .icon-box a {
        width: 50px;
        height: 50px;
    }

    .agency-social-item .icon-box i {
        font-size: 20px;
    }

    .agency-social-content h3 {
        font-size: 18px;
    }

    .how-it-work::before {
        width: 180px;
        height: 220px;
    }

    .work-process-header {
        margin-bottom: 20px;
    }

    .work-process-title h3 {
        font-size: 18px;
    }

    .work-process-content {
        margin-bottom: 30px;
    }

    .work-process-body {
        padding-top: 20px;
    }

    .work-process-no h3 {
        font-size: 18px;
    }

    .work-process-no h2 {
        font-size: 28px;
    }

    .our-features::before {
        right: -70px;
        top: 13%;
        width: 150px;
        height: 135px;
    }

    .digital-features-item.features-item-2,
    .digital-features-item.features-item-1 {
        width: 100%;
    }

    .digital-features-item.features-item-1 .digital-features-image img {
        aspect-ratio: 1 / 0.72;
    }

    .digital-features-item {
        padding: 20px;
    }

    .digital-features-image {
        margin-bottom: 20px;
    }

    .digital-features-content h3 {
        font-size: 18px;
    }

    .agency-supports-header {
        display: block;
    }

    .agency-supports-content,
    .agency-free-consultation {
        width: 100%;
    }

    .agency-supports-content h3 {
        font-size: 18px;
    }

    .agency-free-consultation {
        text-align: left;
        margin-top: 20px;
    }

    .agency-supports-slider::before {
        background: none;
        width: 150px;
    }

    .agency-supports-slider::after {
        background: none;
        width: 150px;
    }

    .project-btn a {
        width: 60px;
        height: 60px;
    }

    .project-btn a img {
        max-width: 26px;
    }

    .project-content h3 {
        font-size: 18px;
    }

    .testimonial-review-box {
        padding: 20px;
    }

    .testimonial-review-header h2 {
        font-size: 40px;
    }

    .testimonial-review-content h3 {
        font-size: 18px;
    }

    .testimonial-company-logo,
    .testimonial-rating {
        margin-bottom: 15px;
    }

    .testimonial-content p {
        font-size: 18px;
    }

    .author-content h3 {
        font-size: 18px;
    }

    .testimonial-btn {
        position: relative;
        justify-content: center;
        margin-top: 30px;
    }

    .testimonial-slider .testimonial-button-next,
    .testimonial-slider .testimonial-button-prev {
        width: 45px;
        height: 45px;
    }

    .testimonial-benefits-box {
        gap: 30px;
        padding: 30px 20px;
    }

    .testimonial-benefits-item {
        width: 100%;
    }

    .testimonial-benefits-item::before {
        top: auto;
        bottom: -15px;
        right: 0;
        border-right: none;
        border-bottom: 1px solid var(--divider-color);
        width: 100%;
        height: 1px;
        z-index: 1;
    }

    .testimonial-benefits-item:last-child:before {
        display: none;
    }

    .testimonial-benefits-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .benefits-steps-item .icon-box,
    .benefits-steps-no {
        margin-bottom: 20px;
    }

    .benefits-steps-no h3 {
        font-size: 75px;
    }

    .benefits-steps-content h3 {
        font-size: 25px;
    }

    .Footer-Section .Ftr-sitelogo {
        display: block;
    }

    .Footer-Section .Ftr-logo .Ftrlogo-details {
        display: block;
    }

    .Footer-Section .Ftrlogo-details .Ftr-organized h4 {
        font-size: 17px;
    }

    .post-item-content h3 {
        font-size: 18px;
    }

    .footer-work-together::before {
        left: -90px;
        width: 180px;
        height: 190px;
    }

    .footer-work-together h3 {
        font-size: 18px;
    }

    .footer-work-together h2 {
        font-size: 32px;
    }

    .work-together-btn {
        top: 56%;
    }

    .cta-card {
        margin-bottom: 16px;
    }

    .button.button-secondary.light {
        background-color: var(--colors-default--white);
        color: var(--theme--brand-primary);
        position: absolute;
        bottom: 21px;
        background: #6c2863;
        z-index: 1;
        border-radius: 11px;
        padding: 10px 26px;
        left: 32%;
        transform: translateX(-22%);
    }

    .footer-work-together .work-together-btn a {
        width: 85px;
        height: 85px;
    }

    .footer-work-together .work-together-btn a span {
        font-size: 12px;
    }

    .about-footer {
        margin-bottom: 30px;
    }

    .footer-contact-content p {
        font-size: 18px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-newsletter-form h3,
    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-newsletter-form .form-group .form-control {
        width: 57%;
    }

    .footer-copyright {
        padding: 20px 0;
        margin-top: 30px;
    }

    .page-header-box h1 {
        font-size: 34px;
    }

    .our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span {
        font-size: 18px;
    }

    .our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img {
        max-width: 16px;
    }

    .mission-vision-item {
        padding: 20px;
    }

    .mission-vision-item .mission-vision-content h3 {
        font-size: 18px;
    }

    .experts-rating-video-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .who-we-are-client {
        width: 100%;
        padding-left: 0px;
    }

    .experts-counter-box {
        width: 100%;
        gap: 30px;
    }

    .experts-counter-box:nth-child(even) {
        margin-top: 0px;
    }

    .experts-counter-item {
        padding: 20px;
    }

    .experts-counter-box.expert-box-2 .experts-counter-item:nth-child(odd) {
        background: url(../img/who-we-are-counter-bg.png);
    }

    .experts-counter-box.expert-box-2 .experts-counter-item:nth-child(even) {
        background: transparent;
    }

    .experts-counter-content h2 {
        font-size: 30px;
    }

    .executive-partners-box {
        padding: 30px;
    }

    .our-partners-list {
        gap: 20px;
    }

    .our-partners-list .company-logo {
        width: calc(50% - 10px);
        padding: 15px;
    }

    .faq-images {
        max-width: 100%;
        padding: 80px 50px 0 0;
    }

    .faq-img-1 img {
        max-width: 185px;
    }

    .faq-cta-box a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .our-faq-section .accordion-item {
        margin-bottom: 20px;
    }

    .our-faq-section .accordion-header .accordion-button {
        font-size: 18px;
        padding: 12px 40px 12px 12px;
    }

    .our-faq-section .accordion-item .accordion-button::after,
    .our-faq-section .accordion-item .accordion-button.collapsed::after {
        right: 12px;
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

    .our-faq-section .accordion-item .accordion-body {
        padding: 0 12px 12px 12px;
    }

    .page-service-single::before {
        width: 250px;
        height: 280px;
    }

    .page-service-single::after {
        width: 250px;
        height: 280px;
    }

    .service-feature-image img {
        aspect-ratio: 1 / 0.78;
    }

    .service-entry h2 {
        font-size: 30px;
    }

    .service-entry-list-image {
        gap: 30px;
    }

    .service-entry-list,
    .service-entry-image {
        width: 100%;
    }

    .service-entry-list ul li {
        font-size: 14px;
        padding-left: 20px;
    }

    .service-entry-list ul li::before {
        font-size: 14px;
    }

    .service-entry-image img {
        aspect-ratio: 1 / 0.68;
        object-position: top center;
    }

    .service-process-steps {
        gap: 20px;
        margin: 0;
    }

    .process-step-item {
        gap: 20px;
    }

    .process-step-content,
    .process-step-image {
        width: 100%;
    }

    .process-step-content {
        padding: 20px;
    }

    .process-step-header {
        margin-bottom: 50px;
    }

    .process-step-header .icon-box img {
        max-width: 36px;
    }

    .process-step-no h3 {
        font-size: 18px;
    }

    .process-step-body h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .process-step-image img {
        aspect-ratio: 1 / 0.72;
    }

    .service-catagery-list {
        margin-bottom: 30px;
    }

    .service-catagery-list h3 {
        font-size: 18px;
        padding: 20px;
    }

    .service-catagery-list ul {
        padding: 20px;
    }

    .service-catagery-list ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .service-catagery-list ul li a::before {
        width: 22px;
        height: 22px;
    }

    .sidebar-cta-box {
        padding: 20px;
    }

    .sidebar-cta-box .icon-box {
        margin-bottom: 25px;
    }

    .sidebar-cta-box .icon-box img {
        max-width: 40px;
    }

    .cta-contact-content h3 {
        font-size: 18px;
    }

    .cta-contact-btn a {
        padding: 10px 25px;
    }

    .cta-contact-btn a img {
        max-width: 22px;
        margin-right: 10px;
    }

    .page-blog::before {
        width: 250px;
        height: 280px;
    }

    .post-image figure,
    .post-image img {
        aspect-ratio: 1 / 0.70;
    }

    .post-entry blockquote {
        background-position: 20px 20px;
        padding: 70px 20px 20px 20px;
    }

    .post-entry h2 {
        font-size: 28px;
    }

    .tag-links {
        font-size: 20px;
    }

    .page-project::before {
        width: 250px;
        height: 280px;
    }

    .page-project-single::before {
        width: 210px;
        height: 220px;
    }

    .page-project-single::after {
        top: 53%;
        width: 200px;
        height: 230px;
    }

    .project-single-content {
        margin-bottom: 20px;
    }

    .project-single-content img {
        aspect-ratio: 1 / 0.67;
    }

    .project-entry h2 {
        font-size: 30px;
    }

    .project-entry ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project-solution-rating {
        gap: 15px;
    }

    .project-rating-counter .icon-box i {
        font-size: 36px;
    }

    .project-counter-content {
        width: calc(100% - 56px);
    }

    .project-counter-content h3 {
        font-size: 28px;
    }

    .project-rating-content,
    .project-rating-counter {
        width: 100%;
    }

    .category-item-list {
        padding: 20px;
    }

    .category-list-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .category-list-item h3 {
        font-size: 18px;
    }

    .category-social-link {
        padding: 20px;
    }

    .category-social-link span {
        font-size: 20px;
    }

    .page-team::before {
        width: 180px;
        height: 190px;
    }

    .page-team-single::before {
        width: 200px;
        height: 230px;
    }

    .team-info-box {
        margin-bottom: 30px;
    }

    .team-info-header {
        margin-bottom: 30px;
        gap: 10px;
    }

    .team-info-title,
    .team-info-social-list {
        width: 100%;
    }

    .team-info-social-list ul {
        text-align: left;
    }

    .team-single-content p {
        margin-bottom: 15px;
    }

    .team-single-content h2 {
        font-size: 30px;
    }

    .team-contact-box {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .team-contact-box .icon-box {
        margin-right: 20px;
    }

    .team-contact-content {
        width: calc(100% - 85px);
    }

    .team-contact-content h3 {
        font-size: 18px;
    }

    .team-personal-info {
        margin-bottom: 30px;
    }

    .team-career-list ul {
        gap: 10px;
    }

    .team-career-list ul li {
        width: 100%;
        padding-left: 25px;
    }

    .team-career-list ul li::before {
        font-size: 16px;
    }

    .team-single-image {
        margin-bottom: 25px;
    }

    .team-single-image img {
        aspect-ratio: 1 / 1.08;
    }

    .team-single-contact-form h3 {
        font-size: 30px;
        padding: 20px;
    }

    .team-single-contact-form form {
        padding: 20px;
    }

    .pricing-box {
        width: 100%;
        padding: 20px;
    }

    .pricing-box-content {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .pricing-title h3 {
        font-size: 22px;
    }

    .pricing-price h2 {
        font-size: 30px;
    }

    .pricing-price h2 sup {
        font-size: 16px;
    }

    .pricing-list ul li {
        padding-left: 25px;
    }

    .pricing-list ul li::before {
        font-size: 16px;
    }

    .testimonial-box-item {
        padding: 20px 15px;
        gap: 20px;
        text-align: center;
    }

    .client-author-image {
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
    }

    .client-testimonial-content {
        width: 100%;
    }

    .client-testimonial-info p {
        font-size: 16px;
    }

    .client-author-content {
        gap: 15px;
    }

    .client-author-title,
    .client-author-logo {
        width: 100%;
        text-align: center;
    }

    .client-author-title h3 {
        font-size: 18px;
    }

    .page-faq-accordion {
        margin-bottom: 30px;
    }

    .faq-catagery-list {
        margin-bottom: 30px;
    }

    .faq-catagery-list ul {
        padding: 20px;
    }

    .contact-info-box .info-box-1,
    .contact-info-box .info-box-2 {
        padding: 20px;
        gap: 40px;
    }

    .contact-info-box .info-box-1 .contact-info-item::before {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 20px);
        height: 1px;
        width: 100%;
    }

    .contact-info-box .info-box-1 .contact-info-item:nth-child(2n + 2):before {
        display: block;
    }

    .contact-info-box .info-box-1 .contact-info-item:last-child:before {
        display: none;
    }

    .contact-info-box .info-box-1 .contact-info-item {
        display: flex;
        width: 100%;
    }

    .contact-info-item .icon-box img {
        max-width: 32px;
    }

    .contact-info-box .info-box-1 .icon-box,
    .contact-info-box .info-box-2 .icon-box {
        margin: 0 25px 0 0;
    }

    .contact-info-box .info-box-1 .contact-item-content,
    .contact-info-box .info-box-2 .contact-item-content {
        width: calc(100% - 57px);
        text-align: left;
    }

    .contact-item-content h3 {
        font-size: 18px;
    }

    .contact-us-form {
        padding: 20px;
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px;
    }
}

.section.section--gallery {
    overflow: hidden;
    background: #ffffff;
}

.container.container--gallery-desktop {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin: auto;
}

.event-date {
    display: flex;
    align-items: center;
}

.event-date .s1 {
    align-items: center;
    display: flex;
}

.event-date .s1 .e_d {
    color: #fff;
    font-size: 42pt;
    line-height: 35pt;
    font-weight: 600;
}

.event-date .s1 .e_m_y {
    color: #fff;
    font-size: 18pt;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    padding: 0 0 0 8px;
    text-align: left;
}

.event-date .s1 .e_m_y span:nth-child(2) {
    font-size: 15pt;
}

.event-date .s2 {
    margin-left: 15px;
    display: flex;
}

.event-date .s2:before {
    content: '';
    width: 1px;
    height: 50px;
    background: #eae84c69;
    display: block;
    margin-right: 15px;
}

.event-date .s2 img {
    width: 24px;
}

.event-date .s2 .e_venue {
    font-family: 'Bricolage Grotesque';
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    letter-spacing: .5px;
    text-align: left;
}

.gallery-head {
    grid-column-gap: 20px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: auto;
    display: flex;
}

.gallery-top-img-1 {
    border-radius: 8px;
    object-fit: cover;
    width: 9.5625rem;
    max-width: none;
    height: 8.75rem;
    max-height: none;
}

.gallery-left-column {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    display: flex;
}

.galllery-top-img-2 {
    border-radius: 8px;
    object-fit: cover;
    width: 11.5rem;
    max-width: none;
    height: 12.0625rem;
    max-height: none;
}

.gallery-top-img-3 {
    border-radius: 8px;
    object-fit: cover;
    width: 17.4375rem;
    max-width: none;
    height: 12.0625rem;
    max-height: none;
}

.gallery-top-img-4 {
    border-radius: 8px;
    object-fit: cover;
    width: 13.0625rem;
    max-width: none;
    height: 10.5rem;
    max-height: none;
}

.gallery-body {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    flex: 0 auto;
    width: 69.25rem;
    max-width: none;
    height: 31.625rem;
    display: flex;
}

.gallery-left-img-1 {
    border-radius: 8px;
    object-fit: cover;
    width: 15.75rem;
    max-width: none;
    height: 18.3125rem;
    max-height: none;
}

.gallery-left-img-2 {
    object-fit: cover;
    border-radius: .5rem;
    width: 14.1875rem;
    max-width: none;
    height: 8.9375rem;
    max-height: none;
}

.gallery-center-column {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    width: 100%;
    max-width: 35.375rem;
    overflow: visible;
}

.gallery-right-column {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.gallery-right-img-1 {
    border-radius: 8px;
    object-fit: cover;
    width: 17.375rem;
    max-width: 17.375rem;
    height: 16.6875rem;
    max-height: 16.6875rem;
}

.gallery-right-img-2 {
    border-radius: 8px;
    object-fit: cover;
    width: 15.3125rem;
    max-width: 15.3125rem;
    height: 10.5rem;
    max-height: 10.5rem;
}

.media.full {
    width: 100%;
    height: 100%;
}

.video,
.default,
.flash,
.iframe {
    width: 100%;
    height: 100%;
}

.gallery-video {
    border-radius: 8px;
    flex: 0 auto;
    width: 100%;
    max-width: 35.375rem;
    display: block;
    position: relative;
    overflow: clip;
}

iframe.embedly-embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-bottom-img-1 {
    aspect-ratio: auto;
    border-radius: 8px;
    object-fit: cover;
    flex: 0 auto;
    width: 23.3125rem;
    max-width: none;
    height: 11.4375rem;
    max-height: none;
    overflow: clip;
}

.gallery-bottom-img-2 {
    border-radius: 8px;
    object-fit: cover;
    width: 11.5rem;
    max-width: none;
    height: 8.9375rem;
    max-height: none;
    overflow: clip;
}

#more {
    display: none;
}

.gallery-bottom-row {
    grid-column-gap: .375rem;
    margin-top: 5px;
    grid-row-gap: .375rem;
    object-fit: cover;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    overflow: visible;
}

.gallery-bottom-img-3 {
    border-radius: 8px;
    display: none;
}

section#aboutus {
    background: white;
}

.wrap-aiabout {
    text-align: left;
    background: #EEEEEE;
    padding: 20px 20px 0;
    border-radius: 28px;
}

.wrap-aiabout h1 span {
    font-size: 33px;
    color: #b73877;
    font-weight: 600;
}



.wrap-about-side {
    /* margin-top: -69px; */
    /* z-index: 99999999; */
    position: relative;
}

section#aboutus {
    background: white;
    padding: 46px;
}

.wrap-aiabout p {
    color: black;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}

section#summit-highlights {
    background: #f3f2f2;
    padding: 51px;
}

.higligsep {
    align-items: center;
}

.wrap-sepbgimg img {
    border-radius: 40px;
    width: 100%;
    height: 280px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.wrap-text-highlihg {
    border: 1px solid #6c2863;
    padding: 29px;
    border-radius: 29px;
}

span.toptitle {
    font-size: 19px;
    line-height: 5px;
}

span.figty {
    background: linear-gradient(to bottom right, #673ab7, #4173e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 62px;
    color: transparent;
    font-size: 66px;
}

.wrap-titl-summith h2 {
    text-align: center;
    padding-bottom: 47px;
    color: white;
    font-family: 'Poppins';
    font-size: 47px;
}

.wrap-text-highlihg h3 {
    color: #302e2e;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 23px;
}

#myBtn {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 50px;
    border: 4px solid #0000f9;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    height: auto;
    padding: 4px 20px;
    width: 265px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#myBtn img {
    margin-left: 10px;
}


@media (max-width: 1399.98px) {

    .izbemxew .image-1,
    .izbemxew .image-2,
    .izbemxew .image-3,
    .izbemxew .image-4 {
        height: 50vh;
    }
}

.izbemxew .image-1 {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.izbemxew .image-1,
.izbemxew .image-2,
.izbemxew .image-3,
.izbemxew .image-4 {
    width: 17.5vw;
    height: 50vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    border: 4px solid #FFFFFF;
    background-color: #000000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.izbemxew .image-2 {
    position: absolute;
    top: 0;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

.izbemxew .image-2 iframe,
.izbemxew .image-4 iframe {
    display: block;
    min-height: 350px;
    border: none !important;
    margin: 0;
    padding: 0;
    -o-object-position: top;
    object-position: top;
    pointer-events: none;
    background: border-box padding-box, border-box #fff0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.xnjzyubq {
    position: relative;
    padding-right: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.xnjzyubq h4 {

    font-size: 38px;
    color: #fff;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;

    margin: 0;
    padding: 0;
}

.xnjzyubq p {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

.mzzzzves .uyurrzye {
    position: relative;
    z-index: 9;
}

.izbemxew {
    position: relative;
}

.izbemxew .image-4 {
    position: absolute;
    top: 0;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

a.red-btn {
    background: linear-gradient(45deg, #28085b, #7e3d5de8);
    color: white;
    padding: 13px 65px 13px 68px;
    font-size: 21px;
    border-radius: 17px;
}

.benfits-ttile h2 {
    font-size: 47px;
    color: #fff;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.wrap-speakers img {
    filter: grayscale(1) contrast(1.5) brightness(1);
    /* mix-blend-mode: multiply; */
}

.wrap-speakers {
    background: linear-gradient(45deg, #6c2863, #012130);
    border-radius: 17px;
    text-align: center;
    border: 1px solid #ffffffbd;
    margin-bottom: 24px;
}

.wrap-speakers h3 {
    font-size: 17px;
    padding-top: 12px;
}

.wrap-speakers p {
    padding: 12px;
    font-size: 15px;
    line-height: 22px;
}

section#whyindiaai {
    background: url(../img/commonbanners.jpg);
}

.bluegredint {
    background: linear-gradient(to bottom right, #2ecab5, #398ae3);
    padding: 18px;
    border-radius: 13px;
}

.wrap-indiaai.bluegredint h3 {
    font-family: 'Bricolage Grotesque';
}

.wrap-indiaai.purblue h3 {
    font-family: 'Bricolage Grotesque';
}

.wrap-indiaai.properpublie h3 {
    font-family: 'Bricolage Grotesque';
}

.wrap-whyindias h2 {
    font-family: 'Bricolage Grotesque';
    font-size: 47px;
    padding-bottom: 50px;
}

section#whyindiaai {
    background: white;
    padding: 48px;
    background-size: cover;
    background-position: center;
}

span.numbfors {
    font-size: 43px;
    font-weight: 700;
    color: white;
    font-family: 'Bricolage Grotesque';
    line-height: 71px;
}

.wrap-indiaai.bluegredint p {
    color: white;
    font-size: 18px;
}

.wrap-indiaai.purblue {
    background: linear-gradient(to bottom right, #673ab7, #4173e4);
    padding: 18px;
    border-radius: 13px;
    /* background: linear-gradient(to top, #673ab7, 20%, #4173e4); */
}

.wrap-indiaai.whtebgjd {
    background: #f5f1f1;
    position: absolute;
    bottom: 0px;
    padding: 18px;
    border-radius: 13px;
}

.whitposting {
    position: relative;
}

span.numbfors1 {
    background: linear-gradient(to bottom right, #2ecab5, #398ae3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* line-height: 30px; */
    font-size: 50px;
    line-height: 71px;
    letter-spacing: -3px;
    font-family: 'Bricolage Grotesque';
    font-size: 43px;
    font-weight: 700;
}

.wrap-indiaai.whtebgjd h3 {
    color: black;
    font-family: 'Bricolage Grotesque';
}

.wrap-indiaai.whtebgjd p {
    color: black;
    font-size: 18px;
}

.wrap-indiaai.whtebgjd {
    background: white;
    position: absolute;
    bottom: 0px;
    padding: 18px;
    border-radius: 13px;
}

.properpublie {
    background: linear-gradient(to bottom right, #673ab7, #03A9F4);
    padding: 18px;
    border-radius: 13px;
    /* background: linear-gradient(to top, #673ab7, 20%, #4173e4); */
}

.properpublie img {
    margin-bottom: 27px;
    margin-top: 26px;
}

.tw-relative {
    position: relative;
}

.Titles_module_breakpointTitle__start__a43da47f div {
    background-position: 0;
    left: 0;
}

.Titles_module_breakpointTitle__a43da47f div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*section#twotracks {
    text-align: center;
    padding: 65px;
    background: url(https://2k23.bsidesahmedabad.in/_next/static/media/GIF.1e15319d.gif);
}*/
/*
#twotracks {
  position: relative;
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),  
      rgba(0, 0, 0, 0.5)   
    ),
    url('https://2k23.bsidesahmedabad.in/_next/static/media/GIF.1e15319d.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white; 
  padding: 60px 0; 
}

#twotracks .wrap-ai {
  background-color: rgba(0, 0, 0, 0.6); 
  padding: 20px;
  border-radius: 10px;
}*/


#twotracks {
    position: relative;
    background: url(../img/transparebg-map-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding: 60px 0;
    text-align: center;
}

#twotracks .wrap-ai {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 27px;
    border-radius: 10px;
}

.wrap-whaat-isnt {
    border: 1px solid #2a262a26;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 20px 20px 20px 20px #e9e9e9;
}

section#whatisntfroyou {
    background: white;
    padding: 43px;
}

.wrap-whaat-isnt h3 {
    color: black;
    font-size: 18px;
    padding: 16px 0px;
}

.ex-h-container {
    /* width: 80%; */
    height: 50vh;
    /* margin: 2vw 0vw; */
    border-radius: 1vw;
    backdrop-filter: blur(20px);
    /* margin-left: 10%; */
    /* display: flex
; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle), rgb(169 136 175), rgb(40 39 33) 5%, rgb(36 33 36) 60%, rgb(40 8 96) 95%);
    border: solid 6.2px transparent;
    border-radius: 2em;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #673AB7, #e74ae2, #000d56 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.ex-h-container:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.wrap-ai.ex-h-container a {
    background: linear-gradient(45deg, #28085b, #7e3d5de8);
    padding: 12px 47px;
    text-align: center;
    color: white;
    border-radius: 12px;
    border: 1px solid;
    font-weight: 600;
    font-family: 'Bricolage Grotesque';
    text-transform: uppercase;
}

.wrap-tracksbottm {
    padding-top: 104px;
}

.wrap-tracksbottm h2 {
    font-size: 41px;
    color: #24094d;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
}



p.pasttag {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
}

.visionary-title h2 {
    font-size: 47px;
    font-family: 'Poppins';
    font-weight: 700;
    text-align: center;
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    font-weight: bold;
    color: #404040;
}

.testimonial-sliderquote .testimonial-content {
    margin-bottom: 40px;
    padding: 90px;
}

.our-testimonial .testimonial-item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.testimonial-sliderquote .testimonial-content p {
    line-height: 31px;
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 27px;
}

div#visionary {
    padding-bottom: 68px;
    padding-top: 50px;
}

.our-testimonial::before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/Contour.png) no-repeat left top;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    animation: scrollBackground 60s linear infinite;
}

.testimonial-sliderquote .testimonial-content {
    padding: 89px;
}

.testimonial-sliderquote .testimonial-content h3 {
    color: #d4437c;
    font-size: 21px;
    font-weight: 900;
}

.testimonial-sliderquote .testimonial-content span {
    color: #fbfbfb;
    font-size: 14px;
    font-family: 'Poppins';
}




span.honable {
    color: #ffffff;
}


video#myVideoss {
    width: 100%;
}

section#videohiglgu {
    background: white;
}

.article--background-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: 466px;
}

.article--background-image.style-2:before {
    background-image: url(https://cdn.asp.events/CLIENT_CloserSt_D86EA381_5056_B739_5482D50A1A831DDD/sites/tech-show-frankfurt-2025/media/__theme/datacentreworld/spotlight-two.png);
}

.article--background-image.style-2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -30%;
    left: -40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/*.article--background-image.style-2 .article--background-image__image {
    -webkit-mask-image: url(https://cdn.asp.events/CLIENT_CloserSt_D86EA381_5056_B739_5482D50A1A831DDD/sites/tech-show-frankfurt-2025/media/__theme/datacentreworld/partial-mask.png);
    mask-image: url(https://cdn.asp.events/CLIENT_CloserSt_D86EA381_5056_B739_5482D50A1A831DDD/sites/tech-show-frankfurt-2025/media/__theme/datacentreworld/partial-mask.png);
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}*/
.article--background-image.style-2 .article--background-image__image {
    /*  -webkit-mask-image: url(https://cdn.asp.events/CLIENT_CloserSt_D86EA381_5056_B739_5482D50A1A831DDD/sites/tech-show-frankfurt-2025/media/__theme/datacentreworld/partial-mask.png);
    mask-image: url(https://cdn.asp.events/CLIENT_CloserSt_D86EA381_5056_B739_5482D50A1A831DDD/sites/tech-show-frankfurt-2025/media/__theme/datacentreworld/partial-mask.png);*/
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: contain;
    mask-size: contain;
    height: 440px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.article--background-image.style-2.in-view:after {
    -webkit-animation: translateRightToLeft 0.9s ease-out 0.5s forwards;
    animation: translateRightToLeft 0.9s ease-out 0.5s forwards;
}

.article--background-image__image {
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.article--background-image.style-2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://cdn.asp.events/CLIENT_CloserSt_D86EA381_5056_B739_5482D50A1A831DDD/sites/tech-show-frankfurt-2025/media/__theme/datacentreworld/partial-graphic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}


#footermain {
    position: relative;
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
    padding: 50px 53px;
    color: white;
    overflow: hidden;
    height: 463px;
}

.footer-image {
    position: absolute;
    top: 66px;
    right: -35px;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

section#footer-copy {
    background: white;
}

.footer-content {
    position: relative;
    z-index: 1;

    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-logo img {
    max-width: 328px;
    margin-bottom: 20px;
    width: 41%;
}
.wrp-brnsapli {
    margin-top: 27px;
    text-align: center;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-right h2 {
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: -108px;
}

.subscribe-btn {
    background: #C33D86;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    align-items: end;
    gap: 10px;
    text-align: right;
    width: 61%;
    transition: all 0.3s ease;
}

a.subscribe-btn i {
    color: #C33D86;
    background: white;
    padding: 5px;
    border-radius: 50%;
    width: 26px;
}

.subscribe-btn:hover {
    background: white;
    color: #CC4081;
}

.footer-bottom {
    font-weight: 800;
    font-size: 15px;
    color: #000000;
}

.footer-bottom {
    margin-top: 30px;
    font-size: 14px;
    color: #000000;
}

.Footer-Section .Ftr-venue p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #FFF;
    font-family: var(--font-Poppins);
}

.footer-bottom.text-center.mt-4 p {
    line-height: 4px;
}

.Footer-Section .Ftr-logo .Ftrlogo-details {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.Footer-Section .Ftrlogo-details .Ftr-organized {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.Footer-Section .Ftrlogo-details .Ftr-organized h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-white);
    font-family: var(--font-Poppins);
}

.Footer-Section .Ftrlogo-details a img {
    width: 200px;
    height: 64px;
    object-fit: contain;
}

.Footer-Section .Footer-Inner .Ftr-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    grid-column: 1 / 5;
    margin-top: 10px;
}

.Footer-Section .Ftr-media .Ftr-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0px 15px;
}

.Footer-Section .Ftr-media .Ftr-social .Ftrsocial-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer-Section .Ftr-media .Ftr-social .Ftrsocial-item img {
    width: 20px;
    height: 20px;
    color: var(--color-white);
    cursor: pointer;
    transition: 0.4s;
}

.Footer-Section .Footer-Inner .Ftr-divider {
    grid-column: 1 / 5;
    width: 100%;
    height: 1px;
    background-color: rgb(232, 232, 232);
    opacity: 0.4;
    margin: 16px 0px;
}

.Footer-Section .midle-content {
    margin-bottom: 30px;
    grid-column: 1 / 5;
    text-align: center;
}

.Footer-Section .midle-content .Cont-heading p {
    font-size: 29px;
    color: var(--color-white);
    margin-bottom: 14px;
    font-weight: 500;
    font-family: var(--font-Poppins);
}

.Footer-Section .midle-content .Menus-list {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-evenly;
}

.Footer-Section .midle-content .Menus-list li {
    font-size: 21px;
    text-align: left;
}

.Footer-Section .midle-content .Menus-list li a {
    color: var(--color-white);
    font-size: 18px;
    text-decoration: var(--color-white);
    position: relative;
    color: var(--color-white);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.Footer-Section .midle-content .Menus-list li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80%;
    height: 1px;
    z-index: 2;
    background: var(--color-white);
    transition: 0.4s ease;
}

.Footer-Section .Footer-Inner .Ftr-copyright {
    justify-content: space-between;
}

.Footer-Section .Footer-Inner .Ftr-copyright {
    grid-column: 1 / 5;
    color: var(--color-white);
    margin: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.Footer-Section .Ftr-copyright p {
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.2px;
    color: var(--color-white);
    margin: 0px;
    font-family: var(--font-Inter);
}

.Footer-Section .Footer-Inner .Ftr-Terms {
    color: var(--color-white);
    margin: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.Footer-Section .Ftr-copyright .Ftr-Terms a {
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.2px;
    font-family: var(--font-Inter);
    position: relative;
    margin: 0px 16px;
    white-space: nowrap;
}

.Footer-Section .Ftr-copyright .Ftr-Terms a:before {
    content: "";
    height: 1.5px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0%;
    background-color: var(--color-green);
    transition-duration: 0.3s;
}

.Footer-Section .Ftr-copyright .Ftr-Terms a:first-child:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 1.25px;
    height: 1rem;
    border-right: 1px solid var(--color-white);
}

.Footer-Section .Ftr-disclaimer {
    text-align: left;
    margin: 20px auto 0;
}

.Footer-Section .Ftr-disclaimer p {
    font-size: 13.5px;
    color: var(--color-white);
    margin-bottom: 0px;
    font-family: var(--font-Inter);
}

#focus-sectors {
    padding: 0px;
}

section#focus-sectors .container-fluid {
    padding: 0px;
}




.Why-Attend .Outer-Box .Content-Sec .Content-collapse-Btn {
    color: #dadada;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}


.lower-content.Secondeffect_as {
    position: relative;
    z-index: 1;
    padding: 40px 20px 0px 20px;
    /* height: 300px; */
}

.lower-content.SeventhEffect_as {
    position: relative;
    z-index: 1;
    padding: 40px 20px 0px 20px;
    /* height: 300px; */
}
section#testi-sec h2 {
    font-size: 40px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
}
.innovationsummitbox.cybervalleyWraper .lower-content {
    position: relative;
    z-index: 1;
    padding: 32px 5px 0px 20px;
    min-height: 220px;
    background: #EEEEEE;
    border-radius: 10px 10px 0 0;
}

.testimonial-pagination {
    text-align: right;
    margin: 20px 0;
}

.lower-content h4 {
    font-weight: 700;
    color: #404040;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 16px;
    font-family: 'Poppins';
}

p.locationtxt5 {
    font-weight: 600;
}

.lower-content p {
    color: #404040;
    font-size: 16px;
    margin: 0px 0 9px 0 !important;
    line-height: 22px;
    font-family: 'Poppins';
}

div#testimonials {
    background: white;
}

.wrap-cont-tedstimo p {
    color: #2c2a2a;
    font-size: 15px;
    line-height: 21px;
}

.nametitle h3 {
    color: blue;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins';
}

.wrap-cont-tedstimo {
    padding: 34px 17px;
}

.nametitle h4 {
    color: #2c2a2a;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins';
}

.nametitle {
    position: relative;
    bottom: 0px;
}

div#testimonials .section-title h2 {
    font-family: 'Poppins';
    font-size: 47px;
    color: #404040;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.testimonial-item {
    background: #f3f3f3;
    border-radius: 21px;
}

.wrap-speakertest {
    float: right;
}

.image img {
    border-radius: 0 0 10px 10px;
    height: 250px;
    object-fit: cover;
}

.LogooAdjust_as img {
    width: 110px !important;
    display: inline-block !important;
    margin-right: 10px;
}

section#tramtic {
    height: 615px;
    /* background: url(../img/tramtic-bg.webp); */
    background: linear-gradient(45deg, #380b7e, transparent);
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 44px 17px;
}

.tramtic-title h2 {
    text-align: center;
    padding-bottom: 13px;
    color: #ffffff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 55px;
}

.futuretic h2 {
    padding-left: 36px;
    font-size: 47px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
}

.futuretic {
    padding-bottom: 36px;
}

.wrap-box-tr {
    border: 1px solid white;
    text-align: center;
    padding: 14px;
    border-radius: 83px;
    margin-bottom: 35px;
}

.wrap-box-tr h3 {
    font-size: 24px;
}

.tramtic-title p {
    text-align: center;
    font-size: 27px;
}

section#tramtic::before {
    content: '';
    background: url(../img/benglauru-artsss.svg);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    z-index: -1;
    height: 150px;
}


.animn {
    text-decoration: none;
    background-image: linear-gradient(to right, #6400a4, #5e07b5, #5411c6, #411bd8, #1225eb);
    border: 2px dotted white;
    color: aliceblue;
    border-radius: 50%;
    padding: 15px;
    position: relative;
}

.animn::after {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 800ms linear infinite;
}

.animn::before {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
}

@keyframes anim {
    from {
        margin: 0px;
        opacity: 1;
    }

    to {
        margin: -15px;
        opacity: 0;
    }
}

#Thematictracks {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 53px;
}

#Thematictracks video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#Thematictracks::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
    opacity: 1;
    z-index: 1;
}

/*
#speakers .container-fluid {
    border: 5px solid #EEEEEE;
    padding: 30px 15px;
    border-radius: 20px;
}*/
/*.speakerItem02 {
    padding: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 !important;
    background: #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 3px;
    transition: .5s;
        clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.speakerItem02::before {
    z-index: 1;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
}

.speakerItem02::after, .speakerItem02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
    border-radius: 3px 3px 50px 3px;
    -webkit-border-radius: 3px 3px 50px 3px;
    -moz-border-radius: 3px 3px 50px 3px;
    -ms-border-radius: 3px 3px 50px 3px;
    -o-border-radius: 3px 3px 50px 3px;
}
.speakerItem02 figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    max-height: 400px;
    border: 1px solid #d4d4d4;
    padding-bottom: 1px;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.speakerItem02 figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22%;
    z-index: 1;
    background: #FFFFFF;
    background: -o-linear-gradient(bottom,#FFFFFF 0,#fff0 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(#fff0));
    background: linear-gradient(0deg, #FFFFFF 0, #fff0 100%);
}
.speakerItem02 figure img {
    width: 100%;
}
.speakerItem02 .claimtofame, .speakerItem02 .claimtofame .description5 {
    display: none !important;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: Poppins, serif;
    margin-bottom: 15px;
}
.speakerItem02 .speakerInfo {
    position: relative;
    z-index: 1;
    padding: 20px 15px 10px 12px;
}
.speakerItem02 .speakerInfo h2.speakername {
    margin: 0;
    padding: 0;
    color: #0e0b95;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 8px;
}
.speakerItem02 .speakerInfo p.speakDesg {
    padding: 0 0 6px;
    font-weight: 400;
    font-family: poppins;
    font-size: 14px;
}
.speakerItem02 .speakerInfo p {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-family: 'PolySans Median';
}
.speakerItem02::after {
    z-index: -1;
    background-color: #000000;
}

.speakerItem02::after, .speakerItem02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
    border-radius: 3px 3px 50px 3px;
    -webkit-border-radius: 3px 3px 50px 3px;
    -moz-border-radius: 3px 3px 50px 3px;
    -ms-border-radius: 3px 3px 50px 3px;
    -o-border-radius: 3px 3px 50px 3px;
}*/
.wrap-tretci {
    background: #EEEEEE;
    padding: 30px 15px;
    border-radius: 16px;
}

.wrap-tretci img {
    border-radius: 16px;
}

.wrap-tretci.second {
    padding: 26px 0px 0px 18px;
}

.wrap-iconmr img {
    width: 100px;
    float: right;
}

.wrap-iconmr {
    position: static;
    background: #EEEEEE;
    padding: 30px 15px;
    border-radius: 16px;
    min-height: 223px;
}

.wrap-iconmr h3 {
    font-size: 19px;
    color: rgb(64, 64, 64);
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 600;
}

.wrap-iconmr-flat {
    background: url(../img/aibg-newbottm.webp);
}

.wrap-iconmr-flat {
    background: url(../img/AIStartupsInvestmentss.webp);
    background-size: cover;
    padding: 20px 21px;
    border-radius: 16px;
    margin-top: 14px;
    height: 271px;
    position: relative;
}

.Content-Sec a {
    color: white;
}

.wrap-iconmr-flat h3 {
    position: absolute;
    bottom: 21px;
}

.wrap-titl-summith {
    padding-top: 43px;
}

.wrap-tretci h3 {
    font-size: 19px;
    color: rgb(64, 64, 64);
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 600;
}

#Thematictracks .row,
#Thematictracks .wrap-titl-summith,
#Thematictracks .wrap-tretci {
    position: relative;
    z-index: 2;
    color: white;
    /* So that text is visible */
}


.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 648px;
    max-width: 90%;
    width: calc(100% - 100px);
    height: 455px;
}


/* Each Option Image will display after the --optionBackround Variable created */
.options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 12px;
    background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option :nth-child(1) {
    --defaultBackground: #ed5565;
}

.options .option :nth-child(2) {
    --defaultBackground: #fc6e51;
}

.options .option :nth-child(3) {
    --defaultBackground: #5d9cec;
}

.options .option :nth-child(4) {
    --defaultBackground: #2ecc71;
}

.options .option :nth-child(5) {
    --defaultBackground: #ffce54;
}

.options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 634px;
    margin: 3px;
    background-size: auto 100%;
    border-radius: 37px;
}

.options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black,
        inset 0 -120px 120px -120px black;
}

.options .option.active .label {
    bottom: auto;
    left: 0px;
}

.options .option.active .label .info>div {
    left: 0px;
    opacity: 1;
}

img.linkdlog {
    width: 28%;
    padding: 10px;
}
.options .option:not(.active) {
    flex-grow: 1;
    border-radius: 110.5px;
    background: #dfdada;
}

section.expandbel {
    background: white;
    position: relative;
    padding-bottom: 32px;
    padding-top: 48px;
}

section#special-feature {
    background: white;
}

section#special-feature {
    background: white;
    padding: 49px 82px;
}

.wrap-special-spred p {
    color: #000000;
    font-size: 22px;
    line-height: 34px;
}

.wrap-special-spred {
    padding-right: 0px;
}

.wrap-special-spred img {
    width: 68%;
    height: 9px;
}

section.expandbel .cybertetile {
    padding-bottom: 55px;
}

.options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 0px -100px black;
}

.options .option:not(.active) .label {
    top: 35px;
    right: 66px;
    /* transform: rotate(90deg); */
}

.options .option:not(.active) .label .info>div {
    left: 0px;
    opacity: 0;
}

.options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label {
    display: flex;
    position: absolute;
    right: 0;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.option.active .icon {
    top: 19px;
    right: 25px;
    position: absolute;
    transform: rotate(99deg);
}

.options .option.active .icon i {
    transform: rotate(-36deg);
}

.options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    transform: rotate(307deg);

    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: #0000f9;
}

.options .option .label .info {
    display: block;
    justify-content: center;
    flex-direction: column;
    margin-left: 0px;
    color: white;
    white-space: pre-line;
    /* position: relative; */
}

.options .option .label .info>div {
    position: absolute;
    transition: 0.5s cubic-bezier(0.05, 0.061, 0.41, 0.95) opacity 0.5s ease-out;
}

.options .option .label .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}

.wrap-numbwrseo h2 {
    font-size: 110px;
    text-align: center;
    padding-bottom: 12px;
    line-height: 28px;
}

.wrap-numbwrseo {
    text-align: center;
    position: relative;
    margin-bottom: 28px;
}

.wrap-numbwrseo span {
    font-size: 31px;
    font-family: 'Poppins';
}

a.btn.btn-main.style-small img {
    width: 27px;
}

section#registaion .container-fluid {
    padding: 0px;
}

img.footer-image-mob {
    display: none;
}

nav.navbar.navbar-expand-lg a img {
    width: 100%;
}


section#partners {
    background: #fbfbfb;
    padding: 2px 21px;
}

section#partners .cybertetile {
    margin-bottom: 28px;
}

.partners {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}

.partners p {
    margin-bottom: -25px;
    margin-top: 20px;
    position: relative;
    color: #000;
}

.hero-content.awrds h1 {
    margin-bottom: 60px;
    margin-top: 39px;
}

.hero-content.awrds {
    padding-bottom: 59px;
}

.award-card {
    background: #EEEEEE;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    min-height: 277px;
}

.award-card h5 {
    color: #000000;
    font-size: 22px;
    font-family: 'Poppins';
    margin-bottom: 18px;
}

section#awardscatgoeis {
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
}

.wfp-titless {
    text-align: center;
    padding-bottom: 34px;
}

section#whattoexcept h2 {
    color: #404040;
    line-height: 46px;
    font-weight: 900;
    font-size: 39px;
}

section#whattoexcept h3 {
    color: #404040;
    line-height: 37px;
    font-size: 30px;
    font-family: poppins;
}

.award-card p {
    color: black;
}

.award-card ul li {
    color: black;
}

.award-card .title-line {
    height: 7px;
    width: 77px;
    background: linear-gradient(to right, blue, purple);
    margin-bottom: 10px;
    border-radius: 23px;
}

.arrow-icon {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 42px;
    background: blue;
    padding: 8px 9px;
}

section#nomination h5 {
    color: #000000;
    font-family: 'Poppins';
    padding: 26px 18px 0px 14px;
}

section#nomination {
    padding: 94px 0px;
}

#awardscatgoeis .section-title {
    /* background-color: blue; */
    color: white;
    display: block;
    /* text-align: center; */
    margin: auto;
}

#awardscatgoeis .section-title span {
    background: blue;
    padding: 10px 70px;
    border-radius: 50px;
}

/* SECTION BACKGROUND GRADIENT */
#nomination {
    background: linear-gradient(to right, #0000ff, #ff3399);
    color: #000;
}

/* SECTION TITLE */
#nomination h2 {
    font-weight: 700;
    color: #fff;
}

/* COMMON CARD STYLING */
#nomination .card-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* HEADINGS INSIDE CARDS */
#nomination .card-box h5 {
    font-weight: 700;
}

/* UL INSIDE CARDS */
#nomination .card-box ul {
    padding-left: 20px;
    margin-top: 15px;
}

#nomination .card-box ul li {
    margin-bottom: 8px;
}

/* APPLY BUTTON STYLE */
#nomination .apply-btn {
    background: linear-gradient(to right, #ff5f6d, #845ec2);
    color: #fff;
    padding: 17px 57px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

#nomination .apply-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.apply-button-wrapper {
    bottom: -116px;
    z-index: 999999;
}

section#aboutawards {
    padding: 49px 75px 0px 75px;
    background: linear-gradient(270deg, #0000f9ed 0%, #d4437cd4 100%);
}

.wrdete p img {
    width: 33px;
}

.wrap-awards {
    padding-top: 46px;
}

.apply-btn {
    background: linear-gradient(to right, #ff5f6d, #845ec2);
    color: #fff;
    padding: 14px 60px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

section#aboutawards p {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
}

.wrdete p img {
    width: 33px;
    width: 43px;
    height: 38px;
    object-fit: contain;
}

.wrdete {
    display: inline-flex;
    margin-bottom: 30px;
}

.wrp-awardbutton img {
    width: 35px;
}

.wrp-awardbutton a {
    background: #ffffff40;
    padding: 9px 15px;
    border: 1px solid white;
    border-radius: 22px;
    color: white;
    margin-right: 16px;
}

.wrp-awardbutton {
    margin-bottom: 41px;
}

.rpa-counters {
    margin-bottom: 28px;
}
.rpa-counters h2 {
    font-size: 59px;
    font-weight: 600;
    font-family: 'Poppins';
    color: white;
}

.rpa-counters h4 {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: left;
    color: white;
}

.wrdete p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px !important;
    margin-bottom: 10px;
    line-height: 21px;
    margin-right: 102px;
}

.apply-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.wrap-awards-jurry {
    text-align: center;
}

section#jurrymember {
    padding-top: 53px;
}
div#participate h2 {
    color: white;
    font-size: 40px;
    font-family: 'Poppins';
}
.icon-box img {
    width: 35%;
}
div#participate .service-item .service-content h3 a {
    color: white;
    font-size: 28px;
    font-family: 'Poppins';
}
div#participate .service-item .service-content p {
    color: white;
    font-size: 18px;
    line-height: 26px;
}
.wrap-awards-jurry h2 {
    font-size: 41px;
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
}
.wrap-jurry h3 {
    color: white;
    font-size: 22px;
}
section#categories {
    background: white;
}
#whattoexcept .gradient-bar {
    height: 6px;
    width: 90px;
    background: linear-gradient(to right, blue, deeppink);
    border-radius: 3px;
    margin-bottom: 10px;
}

.wrap-jurry {
    text-align: center;
}

.wrap-jurry p {
    line-height: 23px;
    color: white;
}

#whattoexcept .highlight-heading {
    font-weight: 700;
    text-decoration: underline;
    color: #000;
}

#whattoexcept .feature-text {
    font-size: 19px;
    color: #000000;
    padding-right: 57px;
}

.wrap-who-should {
    background: #EEEEEE;
    padding: 14px;
    border-radius: 17px;
}

section#who-should-attend .col-lg-2 {
    width: 20%;
}

.wrap-who-should h2 {
    font-size: 23px;
    padding-bottom: 10px;
    color: black;
    padding-top: 14px;
}

.wrap-who-should p {
    color: #000000;
    font-size: 16px;
}

.wrap-whattoect h2 {
    text-align: center;
    font-size: 49px;
    color: #404040;
    font-weight: 700;
    font-family: 'Poppins';
    padding-bottom: 48px;
}

#whattoexcept .right-feature-box {
    margin-bottom: 30px;
}

#whattoexcept .mt-custom {
    margin-top: 3rem;
}

.pricing-table {
    background: linear-gradient(90deg, #2D00F7, #C200FB);
    color: #fff;
    padding: 60px 20px;
}

.wrap-about-side img {
    will-change: transform;
    display: block;
}

h2.premkib {
    font-size: 37px !important;

    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Poppins';
    font-weight: 700;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    font-weight: bold;
    color: white;
}

span.getwar {
    text-align: center;
    margin: auto 0;
    display: block;
    font-size: 22px;
    margin-bottom: 38px;
}

.pricing-table h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: 47px;
    font-family: 'Poppins';
    font-weight: 700;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    font-weight: bold;
    color: white;
}

.table-wrapper {

    color: #000;
}

.table-cell {
    padding: 20px;
    /* border: 1px solid #ccc; */
    min-height: 100px;
    vertical-align: top;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-right: 0px;
}

.table-celld {
    padding: 20px;
    /* border: 1px solid #ccc; */
    min-height: 100px;
    vertical-align: top;
    display: block;
    color: black;
    text-align: left;
    justify-content: center;
    margin-bottom: 0px;
    margin-right: 0px;
}

.sep-rtefl {
    background-color: #f8f9fa;
    border-radius: 14px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.table-header {
    font-weight: 800;
    font-size: 23px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 1200px; */
}

.tick {
    color: green;
    margin-right: 6px;
}

.discounts-section {
    background: linear-gradient(90deg, #2D00F7, #C200FB);
    padding: 60px 20px;
    color: white;
}

.discounts-box {
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 30px;
    background: linear-gradient(90deg, #2D00F7, #C200FB);
}

.discounts-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.discounts-table>.table-cell {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: black;
    font-weight: 500;
    display: flex;
    margin-right: 14px;
    align-items: center;
    justify-content: center;
    width: 32%;
}

section#who-should-attend {
    padding-bottom: 87px;
}

.discounts-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.discounts-btn a {
    background: linear-gradient(90deg, #C200FB, #2D00F7);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 0 2px #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.discounts-btn a:hover {
    background: linear-gradient(90deg, #2D00F7, #C200FB);
}

.arrow-icon {
    background: white;
    color: #2D00F7;
    border-radius: 50%;
    padding: 4px 6px;
    font-size: 14px;
}

a.apply-btncateg {
    background: linear-gradient(to right, #ff5f6d, #845ec2);
    color: #fff;
    padding: 8px 34px;
    border-radius: 30px;
    font-weight: 600;
}


/*pricng section css*/
/**
* Reset
*/

.tc-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 72px 0px 72px;
}

.pricing-content.pricngblack h4 {
    color: #ffffff;
    font-family: 'Poppins';
    text-align: center;
    padding-top: 14px;
}

.price {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    text-align: center;
}

.box11 .pricing-content.pricngblack .price {
    font-size: 42px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Poppins';
}

.tc-pricing-plan.box11 h3.pricing-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.box2 h3 {
    color: #404040;
}

.box2 h4 {
    color: #404040;
}

.tc-container h2 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 47px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
}

h3.pricing-title.late {
    font-size: 26px;
}

/**
* Pricing Table
*/

.tc-pricing-style-1 {
    align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan {
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
    margin: 30px 0 60px;
    z-index: 10;
    transition: 0.3s;
}

.tc-pricing-style-1 .tc-pricing-plan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: #0000f9;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 12px;
}

.tc-pricing-style-1 .tc-pricing-plan:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 60px);
    background-image: linear-gradient(-30deg, #d3427d 11%, #0000f9 83.4%);
    height: calc(100% + 59px);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 20px;
}

.tc-pricing-style-1 .pricing-head {
    text-align: center;
}

.tc-pricing-style-1 .pricing-head .price {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.tc-pricing-style-1 .pricing-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.tc-pricing-style-1 .pricing-duration {
    position: relative;
    z-index: 10;
    padding: 13px;
    line-height: 1;
    background-color: #673AB7;
    margin: 0 -30px 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(30deg, #673AB7 11%, #9C27B0 83.4%);
}

.tc-pricing-style-1 .pricing-duration:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #9C27B0;
    background-image: linear-gradient(30deg, #9C27B0 11%, #673AB7 83.4%);
    opacity: 0;
    width: 0;
    transition: 0.4s;
}

.tc-pricing-style-1 .tc-pricing-plan:hover .pricing-duration:before {
    width: 100%;
    opacity: 1;
}

.tc-pricing-style-1 .pricing-content {
    position: relative;
}

.tc-pricing-style-1 .pricing-content .pricing-icon {
    margin-right: 10px;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: -10px;
}

.tc-pricing-style-1 .pricing-content .pricing-icon>i {
    font-size: 150px;
    color: rgba(19, 19, 19, 0.09);
}

.tc-pricing-style-1 .pricing-content>ul {
    margin-bottom: 30px;
    margin-left: 10px;
}



.box11>ul li {
    list-style: none;
    position: relative;
    margin: 7px 0;
    color: #fff;
}

.box2>ul li {
    list-style: none;
    position: relative;
    margin: 7px 0;
    color: #fff;
}

.box2 h3.pricing-title {
    text-align: center;
    width: 100%;
}

.tc-pricing-style-1 .pricing-content>ul li.not-in {
    text-decoration: line-through;
    color: #bbb;
}

.box2 .pricing-content>ul li.not-in:before {
    content: "\e082";
    background-color: #e91e63;
}

.tc-pricing-style-1 .pricing-footer {
    text-align: center;
}

.tc-pricing-style-1 .pricing-footer>a {
    padding: 14px 17px;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, #0000F9 0%, #D3427D 100%);
    color: #fff;
    min-width: 120px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.tc-pricing-style-1 .pb-row {
    -ms-flex-align: center;
    align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured {
    padding: 32px 24px;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured .pricing-duration {
    padding: 18px;
}

.tc-pricing-style-1 .pricing-footer>a:hover,
.tc-pricing-style-1 .pricing-footer>a:focus {
    box-shadow: 0 10px 30px #ddd;
    background-color: #7037b6;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured:before {
    background-color: #ffffff;
}

.box2 ul li {
    color: #404040;
    list-style: none;
    position: relative;
    margin: 7px 0;
    text-align: left;
}

/*.tc-pricing-style-1 .is-featured .pricing-head .price,
.tc-pricing-style-1 .is-featured .pricing-content>ul,
.tc-pricing-style-1 .is-featured .pricing-title {
    color: #fff;
}*/

.wrp-title-pricing.early h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins';
}

.tc-pricing-style-1 .is-featured .pricing-content .pricing-icon>i {
    color: rgba(255, 255, 255, 0.1);
}

.tc-pricing-style-1 .is-featured .pricing-footer>a:hover {
    box-shadow: 0 10px 30px #131313;
}

.box2 .wrp-title-pricing h3 {
    font-size: 32px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
}

.box2 h3.pricing-title {
    font-size: 14px;
    font-weight: 700;
    /* color: #404040 !important; */
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.coveringcenter {
    text-align: center;
}

.wrap-speakertest img {
    border-radius: 21px;
}

.coveringcenter a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    /* display: flex
; */
    /* align-items: center; */
    height: auto;
    padding: 7px 21px;
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 50px;
    border: 4px solid #ffffff;
}

.tc-pricing-plan.box11 ul li {
    list-style: none;
}

.box2 .pricing-head .price {
    margin-bottom: 12px;
    font-size: 42px;
    text-align: center;
    color: #404040 !important;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Poppins';
}



.box2 .pricing-content>ul {
    margin-bottom: 30px;
    margin-left: 10px;
    /* color: #404040; */
    font-family: 'Poppins';
}

.wrap-parncont h2 {
    font-size: 34px;
    font-weight: 600;
    color: #0000F9;
    margin-bottom: 1px;
    display: flex;
    font-family: 'Poppins';
    align-items: center;
}

.wrap-parncont h2 span {
    font-size: 110px;
    color: #0000F9;
    margin-right: 10px;
    line-height: 1;
    font-weight: 600;
}

.wrap-parncont p {
    font-size: 23px;
    color: #0a0909;
    margin: 0;
}

.bothsepc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-img-partners img {
    width: 89%;
    border-radius: 23px;
}

.flesdub {
    display: contents;
}

section#partnership-sec {
    padding: 57px;
}

.wrap-parncont h2 span {
    font-size: 122px;
}

.wrap-partnerwithus {
    text-align: center;
    padding-top: 45px;
}

.wrap-titlecont {
    text-align: center;
    padding-bottom: 34px;
}

.wrap-contadetail p {
    font-size: 21px;
}

.wrap-contadetail {
    border: 1px solid white;
    padding-top: 24px;
    border-radius: 26px;
    margin-bottom: 11px;
        height: 154px;
    text-align: center;
}

section#contatcs {
    background: linear-gradient(90deg, #0000F9 0%, #CC4081 100%);
    padding-top: 37px;
}

.wrap-titlecont h2 {
    font-size: 40px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.hero-11-wrapp.awardsbanner h1 {
    color: white;
}
.hero-11-wrapp.awardsbanner {
    padding-top: 60px;
}
.elementor-overawards {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;

    left: 0;
    position: absolute;
    /* background-color: #0302025e; */
    background-image: linear-gradient(180deg, #161515b8 1%, #0609c6ba 71%);
    /* opacity: 0.95; */
}

.wrap-awardsvideo video {
    width: 100%;
    height: 696px;
    object-fit: cover;
    border-radius: 20px;
}

.text-awardss h2 {
    font-size: 47px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
}

.wrap-nomins {
    margin: auto;
    text-align: center;
    padding-bottom: 54px;
}

.wrotiles h2 {
    padding-left: 36px;
    font-size: 41px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
    padding-bottom: 50px;
}


section#terrms {
    background: white;
    padding: 66px;
}

.wrap-terams h3 {
    font-size: 28px;
    font-weight: 400;
    color: #404040;
    font-family: 'Poppins';
}

.wrap-terams p {
    color: black;
}

.wrap-terams ul li {
    color: black;
}

section#terrms {
    background: white;
    padding: 66px;
}

.wrap-terams h3 {
    font-size: 28px;
    font-weight: 400;
    color: #404040;
    font-family: 'Poppins';
    margin-top: 41px;
    margin-bottom: 12px;
}

.wrap-terams p {
    color: black;
}

.wrap-terams ul li {
    color: black;
}

.hero-content h4 img {
    width: 38px;
    padding-right: 7px;
}

.hero-content h4 {
    color: #0000f9e0;
    font-size: 21px;
    padding-top: 13px;
    font-family: Poppins;
}

.wrap-entryguid {
    padding: 39px 73px 0px 38px;
    text-align: center;
}

.wrap-entryguid p {
    font-size: 18px;
    line-height: 30px;
}

.wrap-process.mobless {
    display: none;
}

.wrapbutonentry a {
    background: linear-gradient(270deg, #0000f9a8 0%, #d4437cd4 100%);
    background-repeat: no-repeat;
    color: white;
    padding: 13px 31px;
    border-radius: 10px;
    margin: 20px;
    font-weight: 600;
}

.wrapbutonentry {
    margin-top: 54px;
    text-align: center;
}

.wrap-Criteria {
    background: #ffffff80;
    padding: 29px;
    border: 1px solid #0000f9;
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 349px;
    display: grid;
    align-items: center;
}

.wrap-Criteria h3 {
    color: #404040;
    font-family: 'Poppins';
}

.wrap-Criteria p {
    color: black;
    padding-top: 30px;
}

.wrap-criteriatitle {
    text-align: center;
    padding: 38px;
}

section#entry-guidline {
    padding-bottom: 66px;
}

.wrap-criteriatitle h2 {
    font-size: 40px;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
}

section#EligibilityCriteria {
    background: white;
    padding-bottom: 52px;
}

section#SubmissionProcess {
    padding: 47px;
    background: white;
}

.wrap-sybu h3 {
    font-size: 40px;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 36px;
}

.wrap-sybu ul li {
    color: black;
    font-family: 'Poppins';
    margin-bottom: 21px;
}

.wrap-sybu h3 {
    color: white;
}

.wrap-sybuprocess h3 {
    font-size: 40px;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 36px;
}

.wrap-sybuprocess ul li {
    color: black;
    font-family: 'Poppins';
    margin-bottom: 21px;
}

.wrap-sybu h3 {
    color: white;
}

.serivtitlnone {
    text-align: center;
}

.serivtitlnone h2 {
    font-size: 41px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Poppins';
}

.wrap-sybu ul li {
    color: white;
    line-height: 18px;
}

section#pricing {
    padding-top: 44px;
}

.wrap-sybu {
    padding-bottom: 50px;
}

.wrp-titlroces h3 {
    font-size: 40px;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
    padding: 39px;
}

section#SubmissionRequirements {
    background: white;
}

.evalutionproc h3 {
    font-size: 40px;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 36px;
}

.evalutionproc ul li {
    color: black;
    color: black;
    font-family: 'Poppins';
    margin-bottom: 21px;
}

.wrpnomins {
    text-align: center;
}

.evalutionproc {
    background: #e3e3e3;
    padding: 26px;
    border-radius: 15px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
}


@media screen and (max-width: 967px) {
    .modal-wrap {
        width: 100% !important;
        max-width: 96% !important;
        padding-bottom: 15px;
    }
    .our-testimonials {
        padding: 0px;
        background: white;
    }
    .futuretic h2 {
    padding-left: 0px;
    font-size: 31px;
    padding-top: 32px;
}
    .wrap-img-popup p {
        color: black;
        text-align: center !important;
    }

    .modal-wrap p {
        padding: 15px 20px 0 20px;
    }
}

.text-awardss {
    margin-bottom: 37px;
}

.wtrap-cet {
    margin-bottom: 26px;
}

.wtrap-cet img {
    border-radius: 13px;
}

.learning_model {

    height: 315px;
    background-size: cover !important;
    background-repeat: no-repeat;
    z-index: 1;
}



.testimonial-sliderquote .testimonial-button-next,
.testimonial-sliderquote .testimonial-button-prev {
    width: 50px;
    height: 50px;
}

.testimonial-sliderquote .testimonial-button-next::before,
.testimonial-sliderquote .testimonial-button-prev::before {
    background-size: 24px auto;
}

.testimonial-sliderquote .testimonial-button-next,
.testimonial-sliderquote .testimonial-button-prev {
    width: 45px;
    height: 45px;
}

.testimonial-sliderquote .testimonial-button-next,
.testimonial-sliderquote .testimonial-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #0000f9 0%, #8e184ffa 100%);
    border-radius: 14px;
    transition: all 0.4s ease-in-out;
    border: 2px solid white;
}

.testimonial-sliderquote .testimonial-btn {
    position: absolute;
    bottom: 31px;
    right: 146px;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 56px;
    z-index: 2;
}

.testimonial-sliderquote .testimonial-button-next {
    margin-left: 30px;
}

.testimonial-sliderquote .testimonial-button-next:hover,
.testimonial-sliderquote .testimonial-button-prev:hover {
    background: #9C27B0;
}

.testimonial-sliderquote .testimonial-button-next::before,
.testimonial-sliderquote .testimonial-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/arrow-white.svg") no-repeat center center;
    background-size: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.testimonial-item {
    background: none !important;
}

.spkr {
 
    text-align: center;
    margin-bottom: 47px;
    border-radius: 4px;
    box-shadow: #673AB7 0px 5px 15px;
}


.keynot {
    display: flex;
    align-items: center;
}

.bg-trans {
    background: transparent !important;
    border-radius: 20px;
}

.keynot img {
    width: 40%;
}

.contentz {
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.keynot h3 {
    font-size: 31px;
    margin-bottom: 16px;
    font-weight: 800;
}
#guest-txt2 {
    font-size: 16px;
}

.spkr p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.wrap-img-popup.cotnopo h3 {
    color: black;
    font-size: 22px;
    text-align: left;
}

.image-4 {
    z-index: 1;
    pointer-events: none;
    height: 160% !important;
    position: absolute;
    inset: -24% 0% auto auto;
    overflow: clip;
}

section#about-statrup {
    position: relative;
    overflow: visible;
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
}

.wrop-startup h2 {
    font-size: 47px;
    font-family: 'Poppins';
    color: white;
}

.wrop-startup h4 {
    font-size: 20px;
    color: white;
}

.wrop-startup p {
    font-size: 22px;
    padding-top: 22px;
      color: white;
}

.wrop-startup {
    padding-top: 63px;
}

.timeline17_content {
    flex-flow: column;
    display: flex;
    position: relative;
}

.timeline17_list._4-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
}

.timeline17_list {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    display: flex;
    position: relative;
}

.timeline17_item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 12rem 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
}

.margin-bottom.margin-xxsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.timeline17_content .heading-style-h4 {
    margin-top: 0;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.list-4-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: white;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
}

._4-block-right-line {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 17rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.image-5.is-timeline {
    width: 1.75rem;
    max-width: none;
    height: 1.785rem;
    position: static;
    inset: 0% auto auto 0%;
}

.timeline17_item-content._4-block-left {
    max-width: 24rem;
    height: 100%;
    padding-left: 1.9625rem;
    bottom: .7rem;
}

.timeline17_item-content {
    text-align: left;
    max-width: 14rem;
    padding-left: 1.3rem;
    padding-right: .75rem;
    position: relative;
}

.margin-bottom.margin-xxsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.timeline_bottom-line {
    background-color: #fff;
    background-image: linear-gradient(270deg, #4b0fd5, #dfdee4);
    border-radius: 10px;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

section#MainStage {
    background: black;
    padding: 68px;
}

._4-block-left-line {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 23rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.main-section {
    z-index: 2;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
}

.container.z-index3 {
    z-index: 3;
    position: relative;
}

.main-section .padding-section-large {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.main-section .timeline17_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: start;
}

.main-section .timeline17_content {
    flex-flow: column;
    display: flex;
    position: relative;
}

.timeline17_list {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    display: flex;
    position: relative;
}

.timeline17_item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 12rem 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
}

.line1 {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.image-5.is-timeline {
    width: 1.75rem;
    max-width: none;
    height: 1.785rem;
    position: static;
    inset: 0% auto auto 0%;
}

.timeline-date {
    text-transform: uppercase;
    white-space: nowrap;
    flex: none;
    font-size: 20px;
    position: absolute;
    bottom: -6rem;
}

.timeline17_item-content._1 {
    max-width: 14rem;
    padding-left: 1.3rem;
    bottom: 3.1rem;
}

.timeline17_item.mentr {
    padding-right: 94px;
}

.wrp-tirlsss {
    text-align: center;
    padding: 47px;
}

.wrp-tirlsss h2 {
    font-size: 43px;
    font-family: 'Poppins';
    color: white;
}
.margin-bottom.margin-xxsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 700;
        color: white;
    line-height: 1.4;
}

.list-3 {
    padding-left: 20px;
}

.line2 {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 16rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.line6 {
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    width: 2px;
    height: 40rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.timeline17_item-content._2 {
    height: 100%;
    bottom: 2.9rem;
}

section#globalstage {
    background: url(../img/darkendhigl.webp);
}

section#globalstage {
    background: url(../img/darkendhigl.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline_bottom-line.wrpline p {
    font-size: 21px;
    color: white;
    text-align: center;
}
.timeline_bottom-line.wrpline {
    background-image: linear-gradient(270deg, #4b0fd5, #494658);
}

.wrop-startup.lookig {
    background: #0000ff42;
    padding: 57px;
    border-radius: 16px;
    margin: 20px;
}

.wrop-startup.lookig ul li {
    font-size: 20px;
    margin-bottom: 21px;
    color: white;
}

p.boughtt {
    color: #0000f9;
    font-size: 22px;
    font-weight: 600;
}
.wrap-blogtti h2 {
    padding-left: 36px;
    font-size: 47px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins';
    text-align: center;
    padding: 42px;
}
.blogbuts {
    text-align: center;
    margin: auto;
    display: ruby;
}
section#startup-competition {
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
    padding: 69px;
}

.wrap-startup p {
    font-size: 21px;
    padding-top: 21px;
}
.wrap-startup-img {
    border-radius: 39px;
    padding: 66px;
}

.wrap-startup-img img {
    /* padding: 52px; */
    border-radius: 49px;
}
.wrap-startup a {
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    padding: 15px 60px;
    color: white;
    border-radius: 13px;
    border-bottom: 2px solid;
    margin: 7px;
    font-weight: 700;
    border-radius: 42px;
    border: 3px solid #ededf1;
}
.wrap-startup p {
    font-size: 21px;
    padding-top: 21px;
}
.wrap-startup span {
    font-size: 21px;
}
.wrap-startup h3 {
    padding-top: 20px;
    padding-bottom: 19px;
}
.agenda {
    position: fixed;
    top: 50%;
    z-index: 9999999;
    left: -2px;
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 8px;
    border: 4px solid #0000f9;
    padding: 10px 13px;
    color: white;
    transform: rotate(0deg);
    text-align: center;
}
.agenda img {
    width: 38px;
    text-align: center;
    margin: 0 auto;
}
.agenda a {
    color: white;
     font-size: 17px;
    font-family: 'Poppins';
    letter-spacing: 0px;
}
    .wrap-mot-aiexpect h2 {
    padding-left: 36px;
    font-size: 47px;
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
    text-align: center;
}
.wrp-expects {
    background: #0000f9;
    padding: 28px;
    border-radius: 25px;
} 
.wrp-expects img {
    width: 52%;
    padding-bottom: 15px;
}
.wrp-expects p {
    font-size: 20px;
    line-height: 22px;
}
.play-button-anim {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
    background: #0000f970;
    border-radius: 42px;
}

.pulse-ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  animation: pulse 1.5s infinite;
}div#video-thumbnail img {
    border-radius: 23px;
}

.play-icon {
  font-size: 32px;
  color: white;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.wap-vidpetitle h2 {
    padding-bottom: 37px;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}


section#featurevideordial {
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
    padding: 27px;
    text-align: center;
}
section#contdialous {
    background: linear-gradient(90deg, #0000f994 0%, #8e184fb5 100%);
}
.wrop-aihe ul li {
    line-height: 31px;
    font-size: 19px;
    color: white;
}
section#aidialogue .container-fluid {
    padding: 0px;
}
.typewriter-wrapper {
    display: inline-block;
    font-size: 37px;
    white-space: nowrap;
    font-weight: 800;
    font-family: 'Poppins';
    color: #b73877;
    overflow: hidden;
    border-right: 2px solid #000;
    width: 0;
    animation: typing 5s steps(48, end) infinite, blink 0.7s step-end infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 48ch; /* match your text length */
  }
  100% {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

#whatsfor{
    overflow: hidden;
}
.werap-diss p {
    color: white;
    padding: 20px;
    font-size: 20px;
}
.wrpextcrtis h2 {
    font-weight: 700;
    color: #404040;
    font-family: 'Poppins';
}
.wrp-expects p {
    font-size: 20px;
    line-height: 22px;
    color: white;
}
.wrp-expects {
    background: #0000f9;
    padding: 28px;
    border-radius: 25px;
    height: 280px;
    min-height: 289px;
}
section#whattoexcept {
    padding: 55px 14px;
}
.cdise p {
    color: #404040;
    text-align: left;
    padding-top: 36px;
    font-weight: 800;
}

@media (max-width: 768px) {
    .wrap-entryguid {
        padding: 47px 8px 0px 16px !important;
        text-align: left;
    }
        .wrapbutonentry a {
        display: block;
        border: 1px solid !important;
    }
        .wrap-Criteria {
        margin-bottom: 17px !important;
        min-height: auto !important;
        align-items: center;
    }
        section#SubmissionProcess {
        padding: 31px 9px 13px 12px !important;
        background: white;
    }
    section#entry-guidline {
    padding-bottom: 0px;
}
}
.wrap-sybu b {
    color: white;
}
.agenda {
    position: fixed;
    top: 50%;
    z-index: 9999999;
    left: -2px;
    background: linear-gradient(270deg, #0000f9c9 0%, #d4437cd4 100%);
    border-radius: 8px;
    border: 4px solid #0000f9;
    padding: 10px 13px;
    color: white;
    transform: rotate(0deg);
    text-align: center;
}
.agenda a {
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
    letter-spacing: 0px;
}
.agenda img {
    width: 38px;
    text-align: center;
    margin: 0 auto;
}