* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

.mainSection {
  overflow-x: hidden;
}



.gtlogo {
  margin-left: -10px;
}

.gtlogo img {
  width: 300px;
  height: 65px;
}

.navbar-brand img {
  width: 100%;
  height: 51px;
}

.pageLink {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
}



      
        @keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
        .blink {
            background: linear-gradient(-45deg, #ff0550, #156f78, #d14c00, #058b05);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  position: fixed;
  z-index: 999999;
 box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
      }

      .grabBtn{
        background-color: #fccc09 !important;
        border-radius: 20px !important;
        color: #03171e;
        padding-block: .2rem !important;
      }
      .topNavText{
        font-family: "Poppins", sans-serif;
      }
      .topHeader{
      display: flex; justify-content: center; align-items: center;
      }
    
 .bannerSec {
           padding-top: 1rem;
           padding-bottom: 3rem !important;
           background: #000; overflow: hidden;
           border-bottom: 8px solid #242424;
               }

                  .bannSubtext {
           font-size: 20px;
           color: #040037;
           font-weight: 400;
           font-family: "Poppins", sans-serif;
           padding-right: 3rem;

           }

.bannerLeft{
    margin-top:5rem;
}
.banTitle {
  font-size: 2.9rem;
  font-family: "Inter", sans-serif;
  font-family: "Montserrat", sans-serif;

  font-weight: 700;
  color: #0a102f;
  margin-top: -10px;
  /* line-height: 1em; */
}

.banTitlee {
  font-size: 3rem;
  /* font-family: "Jost", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: linear-gradient(81deg, rgba(246, 118, 30, 1) 0%, rgba(10, 16, 47, 1) 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


  
   .banButPlay{
   width: 190px; height: 60px;  background: linear-gradient(90deg,#e17615 0,#7b0106 100%); border-radius: 10px; color: #fff; cursor: pointer;
   }

  .playDiv{
    display: flex; justify-content: center; align-items: center; gap: 1.5rem; 
   }
  .playRow1{
  width: 1em; height: 1em; display: block; text-align: center; position: relative;
  }
  .playRow1>i{
    font-size: 2em;
  }
  .playRow2{
  width: 136px; height: 45px;  display: flex;  flex-direction: column; align-items: bottom; justify-content: end; position: relative; line-height: 20px;
  }
  .freeDemo{
    font-size: 13px;
  }
  .playNow{
     font-size: 25px; letter-spacing: .5px;
  }

  .banAppBut{
     width: 190px; height: 60px;  background: linear-gradient(90deg,#e17615 0,#7b0106 100%); border-radius: 10px; color: #fff; cursor: pointer;
  }
  .appButDiv{
   display: flex; justify-content: center; align-items: center; gap: 1rem; 
  }
  .appRow1{
    width: 1em; height: 1em; display: block; text-align: center; position: relative;
  }
  .appRow1>i{
     font-size: 2em;
  }
  .appRow2{
     width: 136px; height: 45px;  display: flex;  flex-direction: column; align-items: bottom; justify-content: end; position: relative; line-height: 20px;
  }
  .donl{
     font-size: 13px;
  }

  .mobApp{
     font-size: 23px; letter-spacing: .5px;
  }


.home-text .animate-text span {
  font-size: 59px;
  color: #02013b;
  font-weight: 700;
  margin-bottom: 0rem;
   font-family: "Poppins", sans-serif;
}

.checkCir span {
  font-family: "Montserrat", sans-serif;
  color: #06171d;
  font-weight: 600;
  font-size: 1.3rem !important;
}



.button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
}

.button {
  isolation: isolate;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(0, 0%, 10%);
  border-radius: 9999rem;
  background: #faca07;
  position: relative;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;

  & > .bg-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;

    & > .bg-circle {
      width: 150%;
      aspect-ratio: 1;
      background: #faca07;
      border-radius: 50%;
      position: absolute;
      transform: translate(60%, 60%);
      filter: blur(60px);
      transition: 500ms ease;
    }
  }

  & > .front {
    color: hsl(0deg, 0%, 60%);
    padding-block: 7px;
    padding-inline: 24px 50px;
    border-radius: inherit;
    transition: 200ms ease;
  }

  &:is(:hover, :focus) {
    & .bg-circle {
      transition: transform 1s ease;
      transform: translate(0, 0);
    }

    & > .front {
      color: hsl(0deg, 0%, 10%);
    }
  }

  &:focus-visible {
    outline-color: white;
  }
}


/*banner section end*/

   .howSection{
            margin-top: 0rem;
         padding-top: 3rem !important;
         background: #000;
         }
          
         .ourClientTitle:after,
        .ourClientTitle:before {
         content: " ";
        display: block;
        border-bottom: 1px solid #03171e;
       height: 2px;
      background-color: #f8f8f8;
      }

          .centerBanner{
          border-top: 8px solid #242424;
          border-bottom: 8px solid #242424;
            }

        .centerOverlay{
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
        background-color: rgba(0, 0, 0, 0.9);
       display: grid;
       place-items: center;
            }


          .copyrtText {
           font-family: "Inter", sans-serif;
           font-size: 1rem;
           font-weight: 300;
           border-top: .5px solid #8a8a8a;
           padding-top: 1rem;
           }

           .footerSec {
            background: #000000;
            margin-top: 0rem !important;
            }

           
       .faq-section{
       background: #000;
       margin-top: 0rem;
       padding-top: 3rem !important;
       border-bottom: 7px solid #2d2d2d;
       }
        .accordion-header{
          border-block: 3.5px solid #000;
        }
        .accordion-body {
         background-color: #2d2d2d;
         border-block: 3.5px solid #171a21;
         border-inline: none;
         font-size: 18px;
         letter-spacing: .4px;
        color: #fff;
              }


            .accordion-button:not(.collapsed) {
             background-color: #2d2d2d;
            }

            .accordion-button{
              background-color: #2d2d2d;
            }

            .top-button{
            border: .5px solid #98c0d1;
            }

/*section two start*/
.ourClients {
  padding-block: 4rem;
  background: #f3f7f8;
}

.clientbox {
  display: grid;
  place-items: center;
}

.ourClientTitle {
  width: 55%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
  color: #000000;
}



/*section two end*/
 .ltAlignedSec{
          background: #000000;
          padding-top: 4rem;
          padding-bottom: 2rem;
          border-bottom: 8px solid #242424;
          }
.fa-sharp {
  color: #cf4d01;
}

/*logo slider start*/

.logoSec {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem !important;
  background: #fff;
}

.logoDiv {
  width: min(1200px, 90vw);
  margin: auto;
  background: #fff;
  padding-top: 30px;
}



/*footer section start*/



/*footer section end*/
.scrnRt {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.featImg {
  margin-top: -2.5rem;
}

.featRow {
  margin-top: 7rem;
}


/*Aviator game code start here*/
  .faq-section .accordion {
  width: 100%;
}

.accordion-item{
  background: #040037;
}
.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: #e9fff3;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: #4f8f70;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #4f8f70;
}

.faq-section .accordion-button h5 {
  color: #03171e;
  font-size: 22px;
  letter-spacing: -.10px;
  margin-right: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.accordion-header{
  background-color: #040037;

}
.accordion-body {
  background-color: #171a21;
  border: .5px solid #e9fff3;
  font-size: 17px;
  color: #f0f0f0;
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

@media screen and (min-width: 768px) {

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}
.accordion{
  margin-block: 3rem;
  background: #040037 !important;
}
.faqSubText{
  font-size: 1.2rem;
  padding-inline: 6.7rem;
  font-weight: 400;
  color: #f0f0f0;
   font-family: "Inter", sans-serif;
}

.faqTitle{
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}


.banner-top-text{
  font-size: 1.1rem !important;
   font-family: "Inter", sans-serif !important;
   color: #00ab00;
}
    .readyText{
  font-size: 27px;
  color: #02013b;
  font-weight: 600;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 1.5rem;
   font-family: "Inter", sans-serif;
}

/*how to start section start*/


  .starter-template {
            padding: 20px 15px;
            text-align: center;
        }

      span.lower-text {
            color: #ffc300;
            font-size: 25px;
            display: block;
        }
        
        .hover-div {
            padding: 20px 20px;
            text-align: center;
            min-height: 270px;
        }
        
        .hover-div {
            border-top: 2px solid #000032;
            border-bottom: 2px solid #000032;
            background: #f2f2f2;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            margin: 10px 0px;
            border-radius: 0.625rem;
           box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }
        
        .hover-div:hover {
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
            cursor: pointer;
            border-radius: 5px;
        }
        .hover-div-inner>h3{
          color: #000;
          font-size: 1.3rem;
          font-weight: 500;
           font-family: "Poppins", sans-serif;
        }

         .hover-div-inner p{
          color: #222222;
          font-size: 1.050rem;
          font-weight: 400;
          font-family: "Inter", sans-serif;
         }
        .getstartText{
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 2.1rem;
        }

        .howtoSub{
           font-size: 1.1rem;
        }

        .numImg{
          display: grid;
          place-items: start;
        }
    .numImg>img{
    width: 1.563rem;
    height: 1.563rem;
    }
/*how to start section end*/


/*center banner section start*/
  .centerBanner{
    padding-block: 2rem;
    background-image: url("../imgs/planbg.png"), linear-gradient( rgba(4, 0, 55, 0.5), rgba(4, 0, 55, 0.6));
    position: relative;
    width: 100%;
    padding-block: 14rem;
  }

    .bonusTitle{
     font-size: 4.375rem;
    text-shadow: .5px 2px 1px rgba(0,0,0,0.3);
    color: white;
     }


              .centerBtn{
               display: inline-block;
                outline: 0;
                border: none;
                box-shadow: none;
                cursor: pointer;
                padding: 9px 22px;
                font-size: 20px;
                height: 50px;
                font-weight: 600;
                color: #0f212b;
                box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
                font-family: "Inter", sans-serif;
                text-align: center;
                line-height: normal;
                background: linear-gradient(90deg,#fec907 0,#f1811d 100%);
                border-radius: 50px;
                transition: color .2s ease,background-color .2s ease,box-shadow .2s ease;           }
               .centerBtn:hover{
                 box-shadow: none;

                }
/*center banner section end*/


/*form section start*/

  /*form section start*/
  .form-main {
  background: #000;
  margin-top: 0rem;
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  .main-wrapper {
    border-radius: 10px;
    padding: 30px;
    width: 40%;
    box-shadow: 0 0 5px 5px #00000020;
    backdrop-filter: blur(5px);
    background-color: #fff;
    @media screen and (max-width: 991px) {
      width: 70%;
    }
    @media screen and (max-width: 767px) {
      width: 90%;
    }
    .form-head {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      text-align: center;
      margin: 0px;
      color: #222222;
        font-family: "Inter", sans-serif;
    }
    .form-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 15px;
      .form-card {
        position: relative;
        width: 100%;

        .form-input {
          padding: 10px 10px 10px;
          width: 100%;
          border: .5px solid #555555;
          border-radius: 5px;
          background: transparent;
          outline: none;
          font-size: 20px;
          line-height: 30px;
          font-weight: 400;
              box-sizing: border-box;

          &:valid,
          &:focus {
            border: 1px solid #8f8f8f;
          }

          &:valid ~ .form-label,
          &:focus ~ .form-label {
            color: #222222;
            top: 30%;
            transform: translateY(-70%);
            font-size: 13px;
            line-height: 23px;
          }

          &:-webkit-autofill,
          &:-webkit-autofill:hover,
          &:-webkit-autofill:focus,
          &:-webkit-autofill:active {
            transition: background-color 9999s ease-in-out 0s;
          }
          &::-webkit-outer-spin-button,
          &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
          }
        }

        .form-label {
          position: absolute;
          left: 25px;
          top: 50%;
          transform: translateY(-50%);
          pointer-events: none;
          transition: 0.3s;
          margin: 0;
          font-size: 16px;
          line-height: 28px;
          font-weight: 400;
        }
        .form-textarea {
          padding: 10px 10px 10px;
          width: 100%;
          border: 1px solid #555555;
          border-radius: 5px;
          background: transparent;
          outline: none;
          font-size: 16px;
          line-height: 30px;
          font-weight: 400;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          resize: none;
              box-sizing: border-box;

          &:valid,
          &:focus {
            border: 1px solid #555555;
          }
          .form-textarea-label{
          color: #555555 !important;
          }
          &:valid ~ .form-textarea-label,
          &:focus ~ .form-textarea-label {
            color: #555555;
            top: 18%;
            transform: translateY(-82%);
            font-size: 13px;
            line-height: 23px;
          }

          &:-webkit-autofill,
          &:-webkit-autofill:hover,
          &:-webkit-autofill:focus,
          &:-webkit-autofill:active {
            transition: background-color 9999s ease-in-out 0s;
          }
        }
        .form-textarea-label {
          position: absolute;
          left: 25px;
          top: 30%;
          transform: translateY(-70%);
          pointer-events: none;
          transition: 0.3s;
          margin: 0;
          font-size: 16px;
          line-height: 28px;
          font-weight: 400;
        }
      }
    }
  }
}
.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 0;
  }
.btn-wrap button {
  padding: 0 32px;
  font-size: 18px;
  line-height: 48px;
  border: .5px solid #8f8f8f;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.5s ease;
  cursor: pointer; box-shadow: 0 0 5px 5px #00000020;
}
.btn-wrap button:hover {
  border: 1px solid #000;
  background: transparent;
  
}
/*form section end*/



  .playAvi{
    font-size: 2.813rem;
    color: #f8f9fa;
  }
  .aviSubText{
    font-size: 1.1rem;
    color: #f8f9fa;
  }



/*popup form start*/
        #popup {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background: linear-gradient(90deg,#e17615 0,#7b0106 100%);
            border: 1px solid #ccc;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        #popup-overlay {
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }


        .contact-form-wrapper {
  padding: 10px 0;
}

.contact-form {
  background: linear-gradient(90deg,#e17615 0,#7b0106 100%);
  border-radius: 12px;
  max-width: 350px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  text-align: start;
  margin-top: 2rem;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  width: 100%;
  border: none;
  border-radius: 4px;
  background-image: linear-gradient(97deg, #07173c 0%, rgb(15 97 221 / 77%) 100%);
  background: #f6d83c;
  color: #030240;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 600 !important;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}


.close-modal-button{
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-radius: 4em;
  height: 2em;
  width: 2em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

  &:before{
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: fontAwesome;
    content: "\f00d";
    color: #e42f42;
    font-size: 1.5em;
    transform: translate(-50%, -50%);
  }
  &:hover:before{
    color: $color-light-red;
    -webkit-transition: background 350ms cubic-bezier(0.42, 0, 0.58, 1) 10ms, all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: background 350ms cubic-bezier(0.42, 0, 0.58, 1) 10ms, all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: background 350ms cubic-bezier(0.42, 0, 0.58, 1) 10ms, all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: background 350ms cubic-bezier(0.42, 0, 0.58, 1) 10ms, all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -webkit-transform: translate(-55%, -48%) rotate(-0.25turn);
    transform: translate(-55%, -48%) rotate(-0.25turn); /*Had to bump it b/c the dimensions are not square*/
  }
}

/*popup form end*/


/*responsive codes start*/
@media only screen and (min-width: 200px) and (max-width: 768px) {

  
  .checkCir span {
    font-size: 1.2rem !important;
  }

  .formCont {
    border-radius: 10px;
    padding: 0px !important;
    width: 100%;
    margin-top: -.5rem !important;
  }



  .ourClientTitle {
    width: 100%;
  }

  .scrnSec {
    padding-block: 4rem !important;
  }

  .scrnRt {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .book-btn {
    width: 100%;
    bottom: 0%;
    right: 0%;
  }

  .logoSec {
    margin-top: 0rem;
  }

  .reviewTitle {
    font-family: "Jost", sans-serif !important;
    font-weight: 700;
    font-size: 2.2rem;
    color: #0a102f;
  }

.logoSec {
  padding-block: 2rem;
}
.blink{
  position: relative !important;
}
.home-text {
  margin-top: 1rem;
}


.sec_title {
  font-size: 2.3rem !important;
}

.logoSec {
  margin-bottom: 0rem !important;
}

.faqTitle{
  font-size: 2.2rem;
  font-weight: 600;
}
.faq-section{
  padding-top: 2rem !important;
}

.faqSubText{
  font-size: 1.2rem;
  padding-inline: 0rem;
  font-weight: 300;
  color: #f0f0f0;
}

.accordion-body {
/*  background-color: #fff;*/
  font-size: 1.3rem;
/*  color: #010101;*/
}

/*contact form*/
  .main-wrapper {
  padding-inline: 15px !important;
  padding-block: 2rem !important;
}

.btn-wrap button {
  padding: 0 120px;
  font-size: 20px;
}

.bonusTitle{
  font-size: 4rem;
  line-height: 65px;
  margin-bottom: 2.5rem;
}

.ourClientTitle {
  width: 100%;
  font-size: 2.5rem;
  display: flex;
}

.howtoSub{
  font-size: 1.3rem;
  text-align: start !important;
  padding-inline: 1rem;
  }

.hover-div-inner>h3{
    color: #e00640;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    }

    .hover-div-inner p{
    font-size: 1.3rem;
    }

  .ltAlignedSec{
    padding-inline: 1.5rem;
    padding-top: 2.5rem;
    margin-top: -7rem;
  }

 .aviSubText{
    font-size: 1.3rem;  
  }

  .leftContent{
  width: 100%;
  }
  .bannerImg{
  display: flex;
  justify-content: center !important;
  margin-top: 0rem  !important;
  padding-top: 0rem !important;
  }
 .topNavText{
  font-size: 1.125rem;
  }

.grabBtn{
  display: none;
}
.blink{
  position: fixed !important;
}
.bannerSec {
  padding-top: 3rem !important;
  padding-bottom: 1.5rem !important;
}

.banButton{
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

  .centerBtn{
   padding-inline: 4.5rem;
   margin-top: .5rem;
  }

  .banner-top-text{
   padding-left: 1rem;
}

     .readyText{
  font-size: 22px;
  color: #02013b;
  line-height: 1.1em;
  margin-bottom: 0rem;
   font-family: "Inter", sans-serif;
   padding-left: 1rem;
}

.home-text .animate-text span {
  font-size: 40px;
  color: #02013b;
  padding-left: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}


  .bannSubtext {
     font-size: 16px !important;
     color: #040037;
     font-weight: 500;
     padding-left: 1rem;
     padding-right: 0rem;
     line-height: 25px;
     font-family: "Inter", sans-serif !important;
   }

.footerSec {
  margin-top: 0rem !important;
}

.mscrn{
  display: none;
}
.bannerLeft{
    margin-top:1rem;
}
.banButton{
  margin-left: 1rem;
  margin-top: 1.5rem;
}

  #popup {
       width: 90%;
            left: 50%;
            top: 50%;
        }
}
/*responsive codes end*/


