@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
    font-family: Arial, sans-serif;
}


  .hero {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 50px;
  }

  .hero video {
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .rfx {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 12;
  }
  .nav-bar {
      position: fixed;
      width: 100%;
      max-height: 75px;
      padding: 22px 5%;
      background: rgb(74, 196, 233);
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 99;
  }
  .nav-bar .nav-left {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .nav-bar .nav-left i {
      padding: 0 10px;
      font-size: 30px;
      color: #fff;
  }
  .nav-bar .nav-left img {
      width: 120px;
      margin-left: 40px;
  }
  .nav-bar .nav-right {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .nav-bar .nav-right span,i {
      color: #fff;
  }
  .nav-bar .nav-right span {
      padding: 0 15px 0 5px;
  }
  .nav-bar .nav-right a {
    text-decoration: none;
  }

  .cta {
      position: absolute;
      top: 40% !important;
      right: 25.5%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
      z-index: 9;
  }
  .cta a {
      text-decoration: none;
  }
  .cta i {
      margin: 10px 20px;
      color: #32abe7;
      cursor: pointer;
      font-size: 20px;
      background-color: white;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 2s ease;
      animation: slideIn 1s ease-in;
  }
  .cta i:first-child {
      font-size: 15px;
      animation-delay: 0.2s;
  }
  .cta i:nth-child(2) {
      animation-delay: 0.6s;
  }
  .cta i:last-child {
      animation-delay: 1s;
  }
  .cta.hide {
    display: none;
  }
   @keyframes slideIn {
      0% {
          opacity: 0;
          transform: translateY(-15px);
      }
      100% {
          opacity: 1 !important;
          transform: translateY(0px);
      }
  }
  @media (max-width: 1978px) {
    .cta {
        right: 26.5%;
        top: 433px !important;
    }
  }

  @media (max-width: 1890px) {
    .cta {
        top: 406px !important
    }
  }

  @media (max-width: 1665px) {
    .cta {
        top: 346px !important;
    }
  }

  @media (max-width: 1500px) {
    .cta {
        top: 311px !important;
        right: 26%;
    }
  }
  @media (max-width: 1350px) {
    .cta {
        top: 272px !important;
        right: 25.7%;
    }
  }
  @media (max-width: 1290px) {
    .cta {
        top: 240px !important;
        right: 25.5%;
    }
  }

  @media (max-width: 1144px) {
    .cta {
        top: 210px !important;
    }
  }

  @media (max-width: 1020px) {
    .cta {
        top: 193px !important;
    }
    .cta i {
        width: 25px;
        height: 25px;
    }
  }



  @media (max-width: 835px) {
    .cta {
        top: 165px !important;
        right: 25%;
    }
    .cta i {
        margin: 4px 18px;
    }
  }

  @media (max-width: 784px) {
    .hero video {
        top: 40px;
    }
    .cta {
        top: 176px !important;
        right: 24.5%;
    }
    .cta i {
        width: 27px !important;
        height: 27px !important;
        margin: 6px 18px;
    }
  }

  @media (max-width: 745px) {
    .cta {
        top: 170px !important;
        right: 24.2%;
    }
  }

  @media (max-width: 727px) {
    .cta {
        top: 165px !important;
    }
  }

  .services {
      position: relative;
      display: flex;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas:
      "serv ices";
      overflow-y: hidden;

  }
  /* border line */
  .services, .about, .add-on-section, .exc, .carousel, .hero video {
      border-bottom: 1px solid #2175d3;
  }
  /* border line */

  .serv {
      grid-area: serv;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 80% !important;
  }
  .ices {
      grid-area: ices;
      background-color: #fff;
  }
  .serv h2 {
      font-size: 30px;
      font-family: "Archivo Black", sans-serif;
      font-weight: 400;
      font-style: normal;
      padding: 60px;
  }
  .serv div {
      overflow: hidden !important;
  }
  .serv div img {
      width: 100%;
      position: relative;
      animation: fadeIn 2s ease-in;
      transform: translateY(-50px);
      height: 115%;
  }

  .serv div img.show {
      animation: fadeIn 2s ease-in;
  }

  @keyframes fadeIn {
      0% {
          transform: translateY(0);
      }
      100% {
          transform: translateY(-50px);
      }
  }

  .enum {
      background-color: #32abe7;
      padding: 4rem 90px;
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      position: absolute;
      right: 0;
      z-index: 10;
  }
  .enum div {
      padding: 10px;
      max-width: 300px;
      display: flex;
      align-items: center;
      opacity: 0;
      transform: translateY(-50px);
      animation: reveal 0.5s ease-in-out forwards;
  }
  .enum div:nth-child(1) {
      animation-delay: 0s;
  }
  .enum div:nth-child(2) {
      animation-delay: 0.1s;
  }

  .enum div:nth-child(3) {
      animation-delay: 0.2s;
  }

  .enum div:nth-child(4) {
      animation-delay: 0.3s;
  }

  .enum div:nth-child(5) {
      animation-delay: 0.4s;
  }

  .enum div:nth-child(6) {
      animation-delay: 0.5s;
  }

  .enum div:nth-child(7) {
      animation-delay: 0.6s;
  }
  @keyframes reveal {
      0% {
          opacity: 0;
          transform: translateY(-50px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  .enum div span {
      font-size: 30px;
      margin-right: 60px;
      font-family: "Archivo Black", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      text-shadow: 2px 2px #1c1b1b80;
  }
  .enum div p {
      font-family: "Montserrat", sans-serif;
      color: #fff;
      font-weight: 400;
      font-style: normal;
      text-shadow: 2px 1px #1c1b1b80;
  }

  @media (max-width: 950px) {
    .enum {
        padding: 1rem 60px;
    }
  }

  @media (max-width: 700px) {
    .enum {
        padding: 10px;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    .enum div {
        padding: 5px;
        width: 250px;
    }
  }

  @media (max-width: 600px) {
    .serv h2 {
        font-size: 30px;
        padding: 20px 5px;
    }
    .enum {
        width: 50%;
    }
    .enum div {
        padding: 3px 20px;
        line-height: 1.3;
    }
    .enum div span {
        font-size: 25px;
        margin-right: 25px;
    }
    .enum div p {
        margin-bottom: 2px;
    }
  }

  @media (max-width: 490px) {
    .serv h2 {
        font-size: 25px;
    }
    .enum {
        bottom: 30px;
        padding: 14px;
    }
    .enum div {
        padding: 0;
        width: 100%;
    }
    .enum div span {
        font-size: 16px;
        margin-right: 40px;
    }
  }

  @media (max-width: 400px) {
    .serv {
        margin-bottom: -26px;
    }
    .add-on-grid {
        margin-bottom: -60px;
    }
    .enum div span {
        margin-right: 7px;
        font-size: 14px;
    }
    .serv h2 {
        font-size: 20px;
    }
  }

  @media (max-width: 340px) {
    .enum {
        padding: 5px;
    }
  }

  @media (max-width: 304px) {
    .enum {
        padding: 0;
    }
  }

  .add-on-section {
      display: flex;
      position: relative;
      overflow-y: hidden !important;
  }
  .add-on-grid {
      display: grid;
      grid-template-columns: 0.5fr 5fr 0.5fr;
      grid-template-rows: 1fr;
      grid-template-areas: "sb1 add-on sb2";
      width: 100%;
      min-height: 500px;
  }

  .first-ad-slider {
        display: flex;
    }
  .sb1 {
      grid-area: sb1;
  }
  .sb2 {
      grid-area: sb2;
  }

  .sb1, .sb2 {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
  }

  .sb1 div, .sb2 div {
      min-width: 60%;
      min-height: 200px;
      background-color: #32abe7;
      position: absolute;
      transform: translateY(-50px);
      opacity: 0;
      animation: revealBar 0.5s ease-in-out forwards;
  }
  @keyframes revealBar {
      0% {
          opacity: 0;
          transform: translateY(50px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  .sb1 div {
      left: 0;
      animation-delay: 0s;
  }
  .sb2 div {
      right: 0;
      animation-delay: 0.3s;
  }
  .add-on {
      grid-area: add-on;
      display: flex;
      align-items: center;
      flex-direction: column;
  }
  .add-on div.ad-1 {
      width: 100%;
      font-size: 30px;
      margin: 50px 0 10% 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Archivo Black", sans-serif;
      text-transform: capitalize;
  }

  .pt-1 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      overflows: hidden;
      height: 300px;
      margin: 0 20px 0 20px;
      position: relative;
      top: -50px;
  }
  .pt-1 .sw {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #32abe7;
      padding: 15px 25px;
      min-width: 200px;
      position: relative;
      top: -55px;
      font-family: "Archivo Black", sans-serif;
      color: #fff;
      font-weight: 100;
      font-size: 15px;
      opacity: 0;
      transform: translateY(50px);
      animation: revealA 0.5s ease-in forwards;
  }

  @media (max-width: 720px) {
    .pt-1 .sw {
        min-width: 80px;
        max-height: 42px;
        max-width: 144px;
    }
  }

  @media (max-width: 707px) {
    .pt-1 p {
        font-size: 14px;
    }
  }

  @media (max-width: 636px) {
    .pt-1 p {
        font-size: 12px;
    }
  }


  @media (max-width: 495px) {
    .first-ad-slider {
        display: none;
    }
    .add-on div.ad-1 {
        font-size: 20px;
        margin: 4px 0 -45px 0;
    }
    .add-on-slider {
        display: flex;
    }
    .pt-1 .sw {
        min-width: 108px;
        max-height: 42px;
        max-width: 128px;
        font-size: 12px;
        line-height: 1.1;
    }
  }

  .pt-1 p {
      position: relative;
      top: -55px;
      font-family: "Langar", system-ui;
      font-weight: 100;
      font-size: 16px;
      opacity: 0;
      transform: translateY(50px);
      animation: revealAll 1s ease-in forwards;
  }
  .pt-1 img {
      border-radius: 50%;
      width: 100%;
      heights: 100%;
      position: relative;
      top: -5px;
      opacity: 0;
      transform: translateY(50px);
      animation: revealAll 1s ease-in forwards;
  }

  @keyframes revealA {
      0% {
          opacity: 0;
          transform: translateY(50px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @keyframes revealAll {
      0% {
          opacity: 0;
          transform: translateY(50px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  .add-on-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 600px; /* Adjust as needed */
        margin: auto;
        display: none;
    }

    @media (max-width: 495px) {
    .add-on-slider {
        display: flex;
    }
  }

    .add-on-slides {
        display: flex;
        transition: transform 0.5s ease;
        width: 100%;
    }

    .rt-slide {
        flex: 0 0 100%;
        text-align: center;
    }

    .rt-slide img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .rt-slide .psw {
        font-weight: bold;
        margin: -2px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #32abe7;
        position: relative;
        top: -71px;
        padding: 15px 20px;
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }
    .rt-slide .psp {
        position: relative;
        top: -55px;
        font-family: "Langar", system-ui;
        font-weight: 100;
        font-size: 14px
    }

    @media (max-width: 460px) {
    .rt-slide .psw {
        top: -59px;
        max-width: 300px;
    }
  }

  @media (max-width: 430px) {
    .rt-slide .psw {
        top: -53px;
        max-width: 300px;
    }
    .rt-slide .psp {
        top: -47px;
    }
  }

    .paginate {
        text-align: center;
        margin-top: 10px;
    }

    .p-hold {
        display: none;
    }

    .activate {
        background-color: #717171;
    }


  .bar {
      width: 100%;
      height: 50px;
      background-color: #32abe7;
      position: absolute;
      bottom: 0;
  }

  @media (max-width: 495px) {
    .bar {
        display: none;
    }
  }

  .exc .desc {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
  }

  .exc .desc h1 {
      font-size: 30px;
      margin: 10px 0 30px 0;
      font-family: "Archivo Black", sans-serif;
      text-transform: capitalize;
  }
  .bg-prt {
      background-image: url(../images/shirts.png);
      background-size: 80% auto;
      padding: 5%;
  }
  .strp {
      height: 250px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas:
      "on tw th fo fi";
  }

  @media (max-width: 832px) {
    .strp {
        height: 25vw;
    }
  }

  .strp div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-family: "Montserrat", sans-serif;
      overflow: hidden;
  }
  .strp div p {
      position: relative;
      top: 10%;
  }

  @media (max-width: 392px) {
    .strp div p {
        font-size: 10px;
    }
  }
  @media (max-width: 293px) {
    .strp div p {
        font-size: 8px;
    }
  }

  .on {
      grid-area: on;
      background-color: #fff;
  }
  .tw {
      grid-area: tw;
      background-color: #32abe7;
  }
  .th {
      grid-area: th;
      background-color: #fff;
  }
  .fo {
      grid-area: fo;
      background-color: #32abe7;
  }
  .fi {
      grid-area: fi;
      background-color: #fff;
  }
  .on img, .tw img, .th img, .fo img, .fi img {
      width: 50%;
  }
  .about .summary {
      margin-left: 10%;
      height: 130px;
  }
  .about div.summary p {
      width: 60%;
      font-family: "Montserrat", sans-serif;
      line-height: 2;
  }
  .ab-section {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
  }

  .ab-section div:not(.sum-ab-resp) {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: left;
      margin-left: 10%;
      flex-direction: column;
  }
  .ab-section div p:not(.sum-ab) {
      font-size: 30px;
      font-family: "Archivo Black", sans-serif;
      text-align: right;
  }
  .ab-section div img {
      width: 100%;
  }
  .sty {
      position: relative;
  }
  .stx, .stz, .stu {
      height: 200px;
      width: 250px;
      position: absolute;
      right: 10%;
      top: -180px;
      background-color: #32abe7;
      margin: 0 0 50px 0;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .stz {
      height: 70px;
      background-color: #000;
      top: 10px;
      margin-top: 40px;
  }
  .stu {
      width: 60px;
      left: -14%;
  }
  .stx {
    height: 80px;
    margin-top: 140px;
    color: #fff;
    font-size: 24px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
  }
  @media (max-width: 1033px) {
    .stx, .stz {
        right: 9%;
        width: 200px;
    }
  }
  @media (max-width: 740px) {
    .stx {
        height: 60px;
        margin-top: 155px;
    }
    .stz {
        height: 50px;
    }
  }

  @media (max-width: 703px) {
    .stx {
        top: -200px;
    }
    .stz {
        height: 50px;
        margin-top: 12px;
    }
    .stu {
        top: -240px;
    }
  }

  @media (max-width: 656px) {
    .stx {
        right: 5%;
        margin-top: 143px;
    }
    .stz {
        right: 5%;
        margin-top: 0;
    }
  }

  @media (max-width: 622px) {
    .stx {
        margin-top: 24%;
        height: 50px;
        width: 170px;
        right: 7%;
    }
    .stz {
        margin-top: -5%;
        height: 40px;
        width: 170px;
        right: 7%;
    }
    .ab-section div p:not(.sum-ab) {
        font-size: 40px;
    }
  }
  @media (max-width: 550px) {
    .ab-section div p:not(.sum-ab) {
        font-size: 25px;
    }
    .stx {
        width: 142px;
        margin-top: 28%;
    }
    .stz {
        width: 142px;
        margin-top: -3%;
    }
    .stu {
        width: 40px;
        top: -280px;
    }
    .ab-section div:not(.sum-ab-resp) {
        margin-left: 7%;
    }
  }

  @media (max-width: 504px) {
    .stx {
        margin-top: 23%;
    }
    .stz {
        margin-top: -54px;
    }
  }

  @media (max-width: 431px) {
    .stx {
        margin-top: 17%;
        width: 130px;
    }
    .stz {
        margin-top: -89px;
        width: 130px;
    }
    .stu {
        width: 25px;
    }
  }
.sum-ab-resp {
    display: none;
}

  .prcess {
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      z-index: 99;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 100px;
      overflow: scroll;
  }
  .prcess.active-modal {
    display: block;
    top: 0;
  }
  .prcess-box {
    height: 450px;
    width: 70%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
    padding: 20px;
  }
  .prcess-box div p:first-Child {
    font-family: "Montserrat", sans-serif;
  }
  .preview {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: blues;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #efefef;
    border-bottom: 1px dashed #e3870f;
    opacity: 0.8;
  }
  .preview div {
    display: flex;
    justify-content: center;
    padding-top: 5px;
  }
  .preview div i {
    color: #000;
  }
  .prcess-portal {
      background-color: #fff;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 100%;
      height: 250px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "gif1 gif2 gif3";
  }
  .prcess-box hr {
    width: 80%;
    margin-left: 70px;
  }
  .prcess-box h4 {
    margin: 0 10%;
  }
  .gif1 {
      grid-area: gif1;
      height: 250px;
  }
  .gif2 {
      grid-area: gif2;
      height: 250px;
  }
  .gif3 {
      grid-area: gif3;
      height: 250px;
  }
  .gif1, .gif2, .gif3 {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .gif1 img, .gif2 img, .gif3 img {
      width: 180px;
      border: 2px dashed #e3870f;
      border-radius: 6px;
  }
  .gif1 img:nth-child(2), .gif2 img:nth-child(2) {
    width: 40px;
    margin: 20px;
    border: none;
  }



.txt-area {
    padding: 0 100px;
}
/* carousel section */

.carousel {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.slides {
    display: flex;
    transition: transform 0.5s ease;
    width: 100vw;
}
.slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide img {
    width: 100vw;
    height: 100%;
}
@media (max-width: 799px) {
    .carousel {
        display: none;
    }
    .slide {
        flex: 0 0 100%;
        background-size: contain;
        background-position: center;
        position: relative;
    }
}
.overlay {
    position: absolute;
    top: 10vw;
    left: 30vw;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Macondo", cursive;
    font-weight: 400;
}
.overlay2 {
    left: -48vw;
    color: #fff;
    font-size: 22px;
    font-family: "Macondo", cursive;
}
.overlay h3.car, p.car {
    font-family: "Alice", serif;
    font-size: 30px;
    color: #e68872;
}
.title, h2.car {
    font-size: 2.5em;
    margin: 0;
    color: #10117f;
}
@media (max-width: 830px) {
    .title, h2.car {
        font-size: 2em;
    }
}

.description {
    margin: 10px 0;
}
.btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover {
    background-color: #0056b3;
}
.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.control {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}
.active {
    background-color: #007bff;
}



/* Login modal */

.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  backdrop-filter: blur(3px);
}
.login-overlay.active-modal {
    display: flex;
}
.auth-wrapper {
  position: relative;
  top: 10px;
  width: 400px;
  height: 440px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(0);
  transition: transform .5s ease, height .2s ease;
}

@media (max-width: 400px) {
  .auth-wrapper {
    width: 350px;
  }
}

.auth-wrapper .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #162938;
  font-size: 1.2em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  z-index: 120;
}

.auth-wrapper.active-popup {
  transform: scale(1);
}

.auth-wrapper.active {
  height: 500px;
}

.auth-wrapper .form-box {
  width: 100%;
  padding: 20px;
}

.auth-wrapper.stretch {
  height: 500px;
}

.auth-wrapper .form-box.logon {
  transition: transform .18s ease;
  transform: translateX(0);
}

.auth-wrapper.active .form-box.logon {
  transition: none;
  transform: translateX(-400px);
}

.auth-wrapper .form-box.register {
  position: absolute;
  transition: none;
  transform: translateX(400px);
}

.auth-wrapper.active .form-box.register {
  transition: transform .18s ease;
  transform: translateX(0);
}
.form-box h2 {
  position: relative;
  top: 10px;
  font-size: 1.4em;
  color: #e2e8ec;
  text-align: center;
}
.input-box {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #e2e8ec;
  margin: 20px 0;
}
.input-box label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #e2e8ec;
  font-weight: 500;
  pointer-events: none;
  transition: .5s;
}
.input-box input:focus ~label,
.input-box input:valid ~label {
  top: -5px;

}
.input-box input, .flash {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  color: #e2e8ec;
  font-weight: 600;
  padding: 0 35px 0 5px;
}
.flash {
    text-align: center;
}
.input-box .icon {
  position: absolute;
  right: 8px;
  font-size: 0.9em;
  color: #e2e8ec;
  line-height: 57px;
}
.remember-forgot {
  font-size: 0.8em;
  color: #e2e8ec;
  font-weight: 400;
  margin: -15px 0 15px;
  display: flex;
  justify-content: space-between;
}

.remember-forgot .terms-and-conditions {
  color: #32abe7;
}

.remember-forgot label input {
  accent-color: #e2e8ec;
  margin-right: 3px;
}
.remember-forgot a {
  color: #e2e8ec;
  text-decoration: none;
}
.remember-forgot a:hover {
  text-decoration: underline;
}
.btn-go {
  width: 100%;
  height: 45px;
  background: #1188e2;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.8em;
  color: #fff;
  font-weight: 600;
}
.btn-go-reg {
  width: 100%;
  height: 45px;
  background: #acaeb0;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2em;
  color: #434141;
  font-weight: 600;
}
.login-register {
  font-size: .9em;
  color: #162938;
  text-align: center;
  font-weight: 500;
  margin: 15px 0 5px;
}
.login-register p a {
  color: #c79216;
  text-decoration: none;
  font-weight: 600;
}
.login-register p a:hover {
  text-decoration: underline;
}
form :where(i, p){
    color: #32abe7;
}

.sidebar {
    width: 250px;
    background-color: #38A8DD;
    color: white;
    padding: 20px;
    height: 100vh;
    position: fixed;
    left: -250px; /* Initially hidden */
    transition: left 0.3s;
    z-index: 99;
}

.sidebar.open {
    left: 0; /* Slide in */
    height: 100%;
}

.sidebar h2 {
    margin-bottom: 20px;
}

.sidebar ul {
    list-style-type: none;
}

.sidebar ul li {
    margin: 15px 0 15px -15px;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: background 0.5s ;
    position: relative;
}

.sidebar ul li a:hover {
    background-color: #fff;
    color: #38A8DD;
    border-radius: 4px;
}
.sidebar ul li a::after {
    content: '';
    position: absolute;
    left: -5px;
    background-color: #e8a72c;
    width: 5px;
    height: 47px;
    z-index: 999;
    color: #000;
    top: -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ;
}
.sidebar ul li a:hover::after {
    opacity: 1;
}

.sidebar button {
    border: 0;
    padding: 10px 42px;
    border-radius: 6px;
    margin-top: 80px;
    color: #38A8DD;
    background-color: white;

}

.cpw, .stacked-login {
    display: none;
    align-items: center;
    justify-content: center;
}

.stacked-login {
    width: 80%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.stacked-login a {
    text-decoration: none;
    padding: 0 20px;
    color: #fff;
}

.stacked-login a i {
    margin-right: 5px;
    display: none;
}

.cpw i {
    padding: 10px 1.5em;
    margin: 0 10px;
    border-bottom: 2px solid #fff;
}

.cpw i:hover {
    border-bottom: 2px solid #3ac71d;
}

@media (max-width: 700px) {
    .cpw, .stacked-login {
        display: flex;
    }
    .cta, .nav-bar .nav-right {
        display: none;
    }
    .prcess {
        padding: 30px;
    }
    .gif1 img:first-child, .gif2 img:first-child, .gif3 img:first-child {
        width: 80%;
    }
    .gif1 img:nth-child(2), .gif2 img:nth-child(2) {
        width: 24px;
        margin: 6px;
    }

}

@media (max-width: 530px) {
    .gif1 img:nth-child(2), .gif2 img:nth-child(2) {
        width: 12px;
    }
}

.all-content {
    flex: 1;
    transition: margin-left 0.3s;
}

.all-content.shift {
    margin-left: 250px;
}
  @media (max-width: 1265px) {
    .all-content.shift ~ footer {
        display: none;
    }
  }

  @media (max-width: 1020px) {
    .all-content.shift {
        margin-left: 250px;
    }
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-right: -250px;
    }
  }


  @media (max-width: 1240px) {
    .prcess-box {
        width: 100%;
    }

    .txt-area {
        padding: 0 15px;
    }
  }

  @media (max-width: 940px) {
    .gif1 img:first-child, .gif2 img:first-child, .gif3 img:first-child {
        width: 70%;
    }
  }

  @media (max-width: 840px) {
    .gif1 img:first-child, .gif2 img:first-child, .gif3 img:first-child {
        width: 130px;
    }
  }
  @media (max-width: 777px) {
    .gif1 img:first-child, .gif2 img:first-child, .gif3 img:first-child {
        width: 110px;
    }
    .prcess-box hr {
        margin-left: 0;
    }
  }
  @media (max-width: 722px) {
    .gif1 img:first-child, .gif2 img:first-child, .gif3 img:first-child {
        width: 70%;
    }
    .gif1 img:nth-child(2), .gif2 img:nth-child(2) {
        width: 22px;
    }
    .prcess-portal {
        height: 200px;
    }
  }

  @media (max-width: 1000px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-right: -250px;
    }
  }
  @media (max-width: 700px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-right: -250px;
    }
  }
  @media (max-width: 690px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -78px;
    }
  }
  @media (max-width: 683px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -78px;
    }
  }
  @media (max-width: 660px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: 0;
    }
  }
  @media (max-width: 619px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -3px;
    }
  }

  @media (max-width: 435px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -3px;
    }
  }
  @media (max-width: 422px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -3px;
    }
  }
  @media (max-width: 409px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -3px;
    }
  }
  @media (max-width: 397px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -3px;
    }
  }
  @media (max-width: 388px) {
    .all-content.shift .hero video, .all-content.shift .services, .all-content.shift .add-on-section, .all-content.shift .exc, .all-content.shift .carousel, .all-content.shift .about, .all-content.shift footer {
        margin-left: -3px;
    }
  }


  @media (max-width: 341px) {
    .hero video {
        top: 56px;
    }
    .enum {
        bottom: 30px;
    }
  }

  .ab-us .sum-ab {
    font-family: 'Montserrat', sans-serif !important;
  }

@media (max-width: 380px) {
    .about {
        max-height: 300px;
        overflow-y: scroll;
        background: rgb(255,255,255);
    }
    .ab-section {
        background: #fff;
    }
    .sum-ab-resp {
        display: inline;
    }
    .sum-ab-resp h3 {
        font-weight: bold;
        text-align: center;
    }
    .sum-ab-resp dt {
        font-weight: 400;
        font-family: "Exo 2", sans-serif;
    }
    .sum-ab, .ab-us, .stu, .stx, .stz, .ab-section div img:not(.ab-resp-img img) {
        display: none !important;
    }
    .ab-section {
        flex-direction: column;
        padding: 0 12px;
        margin-bottom: -60px;
    }
    .ab-section div:not(.sum-ab-resp) {
        margin-left: 25%;
    }
    .ab-resp-img img {
        width: 95vw !important;
    }
    .ab-resp-img ~ button {
        width: 80%;
        padding: 15px 18px;
        background: #51c5e8;
        border-radius: 10px;
        border: none;
        outline: black;
        color: #fff;
        box-shadow: 1px 4px 5px 3px #efefef;
        margin: 20px 0 0 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
}

@media (max-width: 495px) {
    .exc .desc h1 {
        font-size: 20px;
    }
    .sum-ab-resp h3 {
        font-size: 20px;
        font-family: "Archivo Black", sans-serif;
        font-weight: 200;
    }
  }


.testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
    overflow-x: scroll;
    margin: 10px 0;
}

.testimonials::-webkit-scrollbar {
    display: none;
}

.testimonials {
    scrollbar-width: none;
}

.testimonials {
    -ms-overflow-style: none;
}

@media (max-width: 768px) {
    .testimonials {
        align-items: start;
    }
}
.test-list {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: row;
}
.tst-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fefefe;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    width: 270px;
    height: 200px;
    margin: 0 10px 0 0;
}

.tst-cards p span {
    color: #245382;
}

.brf-tst {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    margin-top: 20px;
}

.brf-tst img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

img.tst1 {
    border: 2px solid #186990;
}

img.tst2 {
    border: 2px solid #e7b213;
}

img.tst3 {
    border: 2px solid #4226d0;
}

img.tst4 {
    border: 2px solid #cf3917;
}

.credentials {
    flex-direction: column !important;
    line-height: 1.4;
    font-family: halcyon, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.credentials p {
    color: rgb(125, 122, 122);
    font-weight: 400;
}
footer {
    font-family: "Exo 2", sans-serif;
    background: repeating-linear-gradient(45deg, black, transparent 300px);
    background-color: #141a27;
}