html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  box-sizing: border-box;
}

.maincontainer {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: auto;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: white;
  margin: 33px 0px 25px 0px;
  padding: 5px;
  border-radius: 40px;
  width: 80%;
  max-width: 1536px;
  height: 40px;
}
.top img {
  height: 39px;
  width: 135px;
  padding-left: 15px;
}
.top button {
  padding: 6px 15px;
  background-color: #686628;
  border-radius: 20px;
  margin-right: 10px;
  color: white;
  font-family: "Georgia", sans-serif;
}
.top h5 {
  color: rgb(148, 143, 143);
  font-weight: 600;
  font-size: 12px;
  font-family: "Georgia", sans-serif;
  text-decoration: none;
}
a.bold h5{
  color: #3f1b5b;

}
a {
  text-decoration: none;
}


.section1 {
  height: 100%;
  width: 100%;
  background-image: url(./images/section1background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow-y: hidden; */
}
.sec1handler {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left {
  padding: 100px 40px 40px 70px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.left h4 {
  font-family: "Rock Salt", cursive;
  color: yellow;
  font-size: 1.5vw;
  font-weight: 100;
}
.left h1 {
  font-family: "Georgia", sans-serif;
  color: white;
  line-height: 50px;
  font-size: 2.5vw;
  margin: 0;
  padding: 0;
  width: 70%;
}
span {
  display: inline-block;
  font-family: "Rock Salt", cursive;
  background-color: yellow;
  color: black;
  font-size: 2vw;
  line-height: 50px;
}
.left h5 {
  color: rgb(188, 178, 178);
  font-family: "Georgia", sans-serif;
  font-weight: 100;
  line-height: 20px;
  font-size: 1.1vw;
}
.button {
  display: flex;
}
.button img {
  width: 26%;
  margin-bottom: 10px;
}
.button2 {
  margin-left: 5px;
}
.sec1left2 {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: start;
}
.sec1text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 3px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.sec1left2 img {
  width: 25%;
  height: auto;
}
.sec1left2{
  margin-top: 5px;
}
.sec1left2  h1 {
  color: white;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.sec1text h4 {
  color: white;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.right {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
  /* margin-top: 71px; */
}
.rightimg {
  display: flex;
  justify-content: center;
}
.right img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: translateY(25%);
}
/* @media screen and (min-width: 1400px) and (max-width: 1919px) {
  .right{
    margin-top: -80px;
  }
} */
@media (min-width: 1200px) {

  .left h5 {
    line-height: 23px;
    width: 90%;
  }
  .left h1 {
    line-height: 52px;
  }
  span {
    line-height: 50px;
  }

  .sec1left2  h1 {
  line-height: 1;

  }
  
  .sec1text h4 {
    font-size: 12px;
  }
  .left h4 {
    font-size: 17.88px;
  }
  .top h5 {
    font-size: 13px;
  }
  .top button {
    padding: 6px 15px;
    font-size: 16px;
}
.button img {
  width: 23%;
}
}
@media (min-width: 1600px) {
  .left h5 {
    line-height: 32px;
    width: 90%;
  }
  .left h1 {
    line-height: 65px;
  }
  span {
    line-height: 60px;
  }

  .sec1left2  h1 {
  line-height: 1;

  }
  
  .sec1text h4 {
    font-size: 12px;
  }
  .left h4 {
    font-size: 17.88px;
  }
}
@media (min-width: 1920px) {
  .left h4 {
    font-size: 22.88px;
  }
  .left h5 {
    line-height: 32px;
    font-size: 21px;
    width: 83%;
  }
  .left h1 {
    line-height: 70px;
    font-size: 46.6px;
  }
  span {
    font-size: 39.92px;
    line-height: 55px;
  }
  .sec1text h1 {
    font-size: 28px;
    line-height: 1;
    width: 100%;
  }

  .sec1text h4 {
    font-size: 19.2px;
  }
  .right img{
    width: 95%;
  }
  .top img {
    height: 62px;
    width: 229px;
    padding-left: 15px;
}
  .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: white;
    margin: 33px 0px 25px 0px;
    padding: 5px;
    border-radius: 40px;
    width: 100%;
    max-width: 1536px;
    height: 67px;
}
  .top h5 {
    font-size: 21px;
  }
  .top button {
    padding: 6px 15px;
    font-size: 23px;
}
}
@media (max-width: 800px) {
  .section1 {
    height: auto;
    width: 100%;
    background-color: #3f1b5b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-sizing: border-box; */
    padding: 0px;
    margin: 0;
    overflow-x: hidden;
  }
  .right {
    display: none;
  }
  .left {
    /* height: 100vh; */
    padding: 80px 20px 20px 20px;

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .left h4 {
    font-family: "Rock Salt", cursive;
    color: yellow;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 0px;
  }
  .left h1 {
    line-height: 35px;
    font-size: 30px;
    width: 96%;
  }
  span {
    font-size: 27px;
    line-height: 24px;
  }
  .left h5 {
    color: rgb(188, 178, 178);
    font-family: "Georgia", sans-serif;
    font-weight: 100;
    line-height: 16px;
    font-size: 13px;
    margin-top: 7px;
  }
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button img {
    height: auto;
    width: 45%;
    max-width: 110px;
    margin-bottom: 0px;
  }
  .button2 {
    margin-left: 5px;
  }
  .sec1left2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding-top: 10px;
  }
  .sec1text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }
  .sec1left2 img {
    width: 45%;
    height: auto;
    max-width: 120px;
  }
  .sec1left2 h1 {
    color: white;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .sec1left2 h4 {
    color: white;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
  .right img {
    display: none;
  }
  .top {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    width: 95%;
    height: 30px;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
  }
  .top img {
    display: none;
  }
  .top button {
    padding: 5px 6px;
    background-color: #686628;
    border-radius: 20px;
    margin-right: 0px;
    color: white;
    font-family: "Georgia", sans-serif;
    white-space: nowrap;
    font-size: 10px;
  }
  .top h5 {
    font-size: 8px;
    /* display: none; */
    color: rgb(148, 143, 143);
    font-weight: 600;
    font-family: "Georgia", sans-serif;
    text-decoration: none;
  }
  .top,
  h5:nth-child(2) {
    color: #3f1b5b;
  }
}

.sec3bottom h1 {
  
  font-size: 2vw;
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 20px;
}

@media (min-width: 1920px) {
 
.sec3bottom h1 {
  font-size: 40px ;
  line-height: 20px;
}

}
@media (max-width: 800px) {

  .sec3bottom h1 {
    line-height: 24px;
    font-size: 19px;
    text-align: center;
  }
}

.Section3 {
  height: 100%;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
}
.backgroundimage {
  background-image: url(./images/backgroundimg.png);
  width: 100%;
  height: auto;
  background-position: top;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}
.middle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 68px;
  justify-content: space-between;
}
.midhandler {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle1 {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.middle1 img {
  object-fit: contain;
  width: 230px;
  /* height: 200px; */
}
.textedt {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-size: 1.4vw;
  font-weight: 900;
  text-align: center;
}
.textedt1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-size: 1.5vw;
  font-weight: 900;
  text-align: center;
}

.middle2 {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.middle2 img {
  object-fit: contain;
  width: 260px;
}
.middle3 {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.middle3 img {
  object-fit: contain;
  width: 230px;
}
@media (min-width: 1200px) {
  .middle {
    gap: 140px;
  }
}
@media (min-width: 1920px) {
  .textedt {
    font-size: 28.64px;
  }
  .textedt1 {
    font-size: 33.4px;
  }
  .paraedt {
    line-height: 25px;
    font-size: 19px;
  }
}
@media (max-width: 800px) {
  .Section3 {
    height: auto;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
  }
  .backgroundimage {
    background-image: url(./images/backgroundimg.png);
    width: 100%;
    height: auto;
    background-position: center;
    background-size: 50%;
    flex-direction: column;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .middle {
    width: 100%;
    height: auto;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
  }
  .middle1 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .middle1 img {
    object-fit: cover;
    width: 45%;
    height: auto;
  }
  .textedt {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .textedt1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .paraedt {
    color: var(--Black-color, #120b1c);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    line-height: 16px;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .middle2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .middle2 img {
    object-fit: contain;
    width: 50%;
    height: auto;
  }
  .middle3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .middle3 img {
    object-fit: contain;
    width: 40%;
    height: auto;
  }
}
.sec4 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}
.sec4handler{
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec4right {
  width: 50%;
}
.sec4left img {
  width: 60%;
  margin: 0;
  padding: 0;
}
.sec4left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.sec4right h6 {
    color: #792cb5;
    font-size: 1.4vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  line-height: 45px;
    margin: 0;
    padding: 0;
}
.sec4right h1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.sec4right h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    width: 70%;
    margin-top: 5px;
    line-height: 18px;
}
@media (min-width: 1200px) {
  .sec4right h1 {

    font-size: 30px;
  line-height: 36px;

}
    .sec4right h5 {
      line-height: 23px;
    }
    }
@media (min-width: 1600px) {
  .sec4right h1 {

    font-size: 30px;
  line-height: 39px;

}
    .sec4right h5 {
      line-height: 28px;
    }
    }


    
    @media (min-width: 1920px) {
        .sec4right h6 {
            font-size: 23px;
          }
        .sec4right h1 {
            font-size: 40px;
  line-height: 50px;
            
          }
        .sec4right h5 {
            font-size: 20px;
            line-height: 32px;
    margin-top: 15px;

          }
    }
@media (max-width: 800px) {
    .sec4 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center ;
      }
      .sec4handler{
        max-width: 1920px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 8%;
    }
  .sec4right {
    width: 100%;
    height: auto;
    margin: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sec4left img {
    height: auto;
    width: 80%;    
    max-width: 255px;
  }
  .sec4left {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec4right h6 {
    color: #792cb5;
    font-size: 15px;
    font-weight: 500;
  }
  .sec4right h1 {
    font-weight: 700;
    font-size: 17px;
  }
  .sec4right h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    width: 80%;
  }
}
.section5 {
  height: auto;
  width: 100%;
  background-color: #3f1b5b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5handler{
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  padding-top: 4%;
}

.sec5left h1 {
  font-size: 2vw;
  color: white;
  font-family: "Georgia", sans-serif;
  line-height: 24px;
  width: 60%;
  margin: 0;
  padding: 0;
}
.sec5left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 0px 0px 0px 100px ;
}
.sec5right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5left h5 {
  font-family: "Montserrat", sans-serif;
  color: yellow;
  font-size: 1.5vw;
}
.sec5right h5 {
  font-family: "Montserrat", sans-serif;
  width: 70%;
  line-height: 17px;
  color: white;
  font-size: 1.2vw;
  font-weight: 200;
}
@media (min-width: 1200px) {
    .sec5left h1 {
      line-height: 31px;
    }
    .sec5right h5 {
      line-height: 22px;
      width: 80%;
    }
}
@media (min-width: 1600px) {
  .sec5left h1 {
    line-height: 38px;
  }
  .sec5right h5 {
    line-height: 25px;
    width: 80%;
  }
}
@media (min-width: 1920px) {
    .sec5left h5 {
        font-size: 19px;
      }
      .sec5left h1 {
        font-size: 40px;
        line-height: 45px;
      }
      .sec5right h5 {
        line-height: 30px;
        font-size: 20px;
        width: 80%;
      }
}
@media (max-width: 800px) {
  .section5 {
    height: auto;
    width: 100%;
    background-color: #3f1b5b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sec5top {
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0;
    flex-direction: column;
    text-align: center;
  }

  .sec5left h1 {
    font-size: 19px;
    line-height: 26px;
    width: 80%;
    color: white;
    font-family: "Georgia", sans-serif;
  }
  .sec5left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 00px;

  }
  .sec5right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec5left h5 {
    font-family: "Montserrat", sans-serif;
    color: yellow;
    font-size: 13px;
   
  }
  .sec5right h5 {
    font-family: "Montserrat", sans-serif;
    width: 80%;
    line-height: 17px;
    color: white;
    font-size: 13px;
    font-weight: 200;
    padding: 0;
    text-align: center;
   margin: 0;
  }
}

.section6 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #3f1b5b 50%, white 50%);
  padding-bottom: 10%;
  padding-top: 6%;
  /* position: relative;
  z-index: 0; */

}
.sec6handler{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexbox {
  display: flex;
  max-width: 1920px;
  justify-content: space-evenly;
  align-items: center;

}
.box3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    padding: 30px 15px 0px 15px;
    height: 28%;
    width: 25%;
    max-width: 400px;
    border-radius: 30px;
    background-color: white;
    filter: drop-shadow(4px 8px 40px rgba(0, 0, 0, 0.10));
}
.box3 h5 {
    font-size: 1.5vw;
    color: var(--Black-color, #120b1c);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding: 0;
  }
  .box3 h6 {
    font-size: 1.1vw;
    color: black;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 17px;

  }
  .imgdiv img {
    height: auto;
    width: 23vw;
    max-width: 350px;
  }
  .rec2{
    padding: 0px 15px 25px 15px;

  }
  .rec3{
    padding: 30px 15px 0px 15px;

  }
  @media (min-width: 1200px) {
  
    .box3 h5 {
        line-height: 27px ;
    
      }
      .box3 h6 {
        line-height: 19px;
    
      }
}
  @media (min-width: 1600px) {

    .box3 h5 {
        line-height: 35px !important;
    
      }
      .box3 h6 {
        line-height: 22px;
    
      }
}
@media (min-width: 1920px) {
    .box3 h5 {
        font-size: 30.80px;
        line-height: 35px;
    
      }
      .box3 h6 {
        font-size: 15.44px;
        line-height: 23px;
    
      }
    
}
@media (max-width: 800px) {
    .section6 {
        height: 100%;
        width: 100%;
        padding-top: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, #3f1b5b 50%, white 50%);
        /* position: relative;
        z-index: 0; */
      }
      .sec6handler{
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .flexbox {
        display: flex;
        flex-direction: column;
        max-width: 1920px;
        justify-content: space-evenly;
        align-items: center;

      }
      .box3{
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-left: 0px;
          margin-bottom: 20px;
          padding: 15px 15px 0px 15px;
          height: 28%;
          width: 65%;
          border-radius: 30px;
          background-color: white;
          filter: drop-shadow(4px 8px 40px rgba(0, 0, 0, 0.10));

      }
      .box3 h5 {
          font-size: 15px;
          color: var(--Black-color, #120b1c);
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          line-height: 20px;
          margin: 0;
          padding: 0;
        }
        .box3 h6 {
          font-size: 11px;
          color: black;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          line-height: 14px;
        }
        .imgdiv{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .imgdiv img {
          height: auto;
          width: 60vw;
            
        }
        .rec2{
          padding: 0px 15px 25px 15px;
      
        }
        .rec3{
          padding: 15px 15px 0px 15px;
      
        }
}


.section7 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 padding-bottom: 5%;
}
.sec7handler{
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec7left {
flex: 1;
padding-left: 10%;
display: flex;
flex-direction: column;
justify-content:start;
align-items:start;
}

.sec7right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec7right img {
    width: 60%;
  }
.sec7left h6 {
  color: #792cb5;
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sec7left h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
  
}
.sec7left h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  width: 90%;
  line-height: 13px;
  margin: 0;
  padding: 0;
}


@media (min-width: 1920px) {
  .sec7left h5 {
      font-size: 20px;
      line-height: 30px !important;
    }
    .sec7left h6 {
        font-size: 23px;
      }
    .sec7left h1 {
        font-size: 42px;
        
      }
}
@media (min-width: 1200px) {
  .sec7left h5 {
    line-height: 26px;
  }
  }
@media (max-width: 800px) {
  .section7 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center ;
    padding: 0;
    margin: 0;
  }
  .sec7handler{
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .sec7left {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
padding-left: 0%;
  }
  .sec7right img {
    height: auto;
    width: 70%;
    max-width: 350px;
  }
  .sec7right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .sec7left h6 {
    color: #792cb5;
    font-size: 15px;
    font-weight: 500;
  }
  .sec7left h1 {
    font-weight: 700;
    font-size: 17px;
  }
  .sec7left h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    width: 80%;
    gap: 0;
  }
}
.section8 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec8handler{
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec8right {
  width: 50%;
}
.sec8left img {
  width: 60%;
  margin: 0;
  padding: 0;
}
.sec8left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.sec8right h6 {
    color: #792cb5;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
  
}
.sec8right h1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    width: 70%;
}
.sec8right h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
    width: 80%;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .sec8right h5 {
      line-height: 23px;
    }
    }
    
    @media (min-width: 1920px) {
        .sec8right h6 {
            font-size: 23px;
          }
        .sec8right h1 {
            font-size: 42px;
            
          }
        .sec8right h5 {
            font-size: 20px;
            line-height: 30px;

          }
    }
@media (max-width: 800px) {
    .section8 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center ;
        padding: 0;
        margin: 0;
      }
      .sec8handler{
        max-width: 1920px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
  .sec8right {
    width: 100%;
    height: auto;
    margin: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sec8left img {
    height: auto;
    width: 80%;
    max-width: 310px;
  }
  .sec8left {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec8right h6 {
    color: #792cb5;
    font-size: 15px;
    font-weight: 500;
  }
  .sec8right h1 {
    font-weight: 700;
    font-size: 17px;
  }
  .sec8right h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    width: 80%;
  }
}
.section9 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   padding-bottom: 5%;
  }
  .sec9handler{
      max-width: 1920px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .sec9left {
  flex: 1;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content:start;
  align-items:start;
  }
  
  .sec9right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec9right img {
      width: 60%;
    }
  .sec9left h6 {
    color: #792cb5;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  .sec9left h1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    width: 70%;
    
  }
  .sec9left h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    width: 90%;
    line-height: 15px;
    margin: 0;
    padding: 0;
  }
  @media (min-width: 1200px) {
  .sec9left h5 {
    line-height: 23px;
  }
  }
  
  @media (min-width: 1920px) {
      .sec9left h6 {
          font-size: 23px;
        }
      .sec9left h1 {
          font-size: 42px;
          
        }
      .sec9left h5 {
          font-size: 20px;
          line-height: 30px;
        }
  }
  @media (max-width: 800px) {
    .section9 {
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items:center ;
      padding: 0;
      margin: 0;
    }
    .sec9handler{
      max-width: 1920px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
    .sec9left {
      display: flex;
      text-align: center;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  padding-left: 0%;
    }
    .sec9right img {
      height: auto;
      width: 70%;
      max-width: 350px;
    }
    .sec9right {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 5%;
      padding-bottom: 5%;
    }
    .sec9left h6 {
      color: #792cb5;
      font-size: 15px;
      font-weight: 500;
    }
    .sec9left h1 {
      font-weight: 700;
      font-size: 17px;
    }
    .sec9left h5 {
      color: var(--Black-color, #120b1c);
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 17px;
      width: 80%;
      gap: 0;
    }
  }
.section10 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
}
.sec10handler{
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section10 h6 {
  color: #792cb5;
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.sec10top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec10top h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
  text-align: center;
  width: 45%;
}
.sec10top span {
  color: #792cb5;
  font-family: Georgia;
  font-weight: 700;
  font-size: 2.2vw;
}
.sec10flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 500px;
}
.flex1 {
  width: 19%;
  background: var(--base-white, #fff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 34px 104px 0px rgba(18, 22, 28, 0.1);
}
.flex1 img {
  height: 70px;
  width: 70px;
}
.flex1 h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  width: 95%;
  line-height: 16px;
  text-align: center;
}
.flex1 h1 {
  color: var(--Black-color, #120b1c);
  text-align: center;
  font-family: "Georgia", sans-serif;
  margin: 0;
  font-size: 1vw;
  margin-bottom: -12px;
}
@media (min-width: 1920px) {
    .flex1 h5 {
        font-size: 21px;
        line-height: 29px !important;
      }
    .flex1 h1 {
        font-size: 21px;
      }
    .sec10top h1 {
        font-size: 40px;
      }
    .sec10top span {
        font-size: 40px;
      }
}
@media (min-width: 1200px) {
    .flex1 h5 {
        line-height: 20px;

      }

}
@media (min-width: 1600px) {
  .flex1 h5 {
    line-height: 24px;

  }
}
@media (max-width: 800px) {
  .section10 {
    height: auto;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 10%;

  }
  .section10 h6 {
    color: #792cb5;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .sec10top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section10 h1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    width: 80%;
  }
  .sec10top span {
    color: #792cb5;
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 4vw;
  }
  .sec10flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: auto;
    width: 100%;
  }
  .flex1 {
    width: 65%;
    max-width: 250px;
    height: auto;
    background: var(--base-white, #fff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 3px;
  }
  .flex1 img {
    height: 50px;
    width: 45px;
  }
  .flex1 h5 {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }
  .flex1 h1 {
    text-align: center;
    margin: 0;
    font-size: 13px;
  }
  
}
.section11 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purple {
  /* background-color: #3f1b5b; */
  background-image: url(./images/purplebackground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  max-width: 1920px;
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: center;
  /* position: relative; */
  padding-top: 30px;
}
.sec11left {
  border-left: 50px;
  flex: 1;
}
.sec11left img {
  width: 41vw;
  display: flex;
  justify-content: center;
  align-items: start;
  transform: translateX(-10%);
}
.sec11right {
  flex: 1;
}
.sec11right h1 {
  font-family: "Georgia", sans-serif;
  color: white;
  line-height: 35px;
  font-size: 2.5vw;
  margin-top: 10%;
}
.sec11right span {
  display: inline-block;
  font-family: "Rock Salt", cursive;
  background-color: yellow;
  color: black;
  font-size: 2.5vw;
  line-height: 40px;
  font-weight: 400;
}
.sec11right h5 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 200;
  width: 88%;
  line-height: 17px;
}
.sec11button {
  display: flex;
  gap: 5px;
padding-bottom: 5px;
}
.sec11button img {
  width: 27%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  
    .sec11right h1 {
        line-height: 37px;
      }
      .sec11right span{
        line-height: 50px;

      }
      .sec11right h5 {
        line-height: 23px;
      }
}
@media (min-width: 1600px) {
  .sec11right h1 {
    line-height: 48px;
  }
  .sec11right span{
    line-height: 60px;

  }
  .sec11right h5 {
    line-height: 29px;
  }
}
@media (min-width: 1920px) {
  .sec11left img {
    width: 95%;

  }
    .sec11right h1 {
        line-height: 71px;
        font-size: 51px;
      }
      .sec11right span{
        line-height: 71px !important;

      }
      .sec11right span {
        font-size: 48px;
        line-height: 55px;
      }
    .sec11right h5 {
        font-size: 19px;
        line-height: 29px;
      }
      
}

@media (max-width: 800px) {
  .section11 {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0px;
  }
  .purple {
    background-color: #3f1b5b;
    border-radius: 50px;
    width: 95%;
    max-width: 550px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sec11left {
    flex: 1;
    border-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(0%);
  }
  .sec11left img {
    width: 80%;
  }
  .sec11right {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  .sec11right h1 {
    font-family: "Georgia", sans-serif;
    color: white;
    line-height: 20px;
    font-size: 20px;
    margin-top: 0%;
    text-align: center;
    width: 80%;
    line-height: 26px;
  }
  .sec11right span {
    display: inline-block;
    font-family: "Rock Salt", cursive;
    background-color: yellow;
    color: black;
    font-size: 15px;
    line-height: 30px;
  }
  .sec11right h5 {
    color: white;
    font-family: "Montserrat", sans-serif;
    width: 90%;
    font-weight: 200;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }
  .sec11button {
    display: flex;
    justify-content: center;
  }
  .sec11button img {
    width: 33%;
    max-width: 150px;
    height: auto;
    margin-right: 5px;
  }
}
.section12 {
  /* height: 100vh; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.sec12main {
  background-image: url(./images/footerbackground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 85%;
  max-width: 1920px;
  background-color: var(--gray-500, #f4f4f4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  display: flex;
  justify-content: center;
}
.sec12left {
  width: 51%;
  margin-top: 40px;
  height: auto;
}

.sec12left img {
  height: 90px;
  width: 80px;
}
.site img {
  height: 31px;
  width: 152px;
  margin-top: -5px;
}

.sec12left h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 17px;
  width: 77%;
}
.sec12left h6 {
  color: #23142e;
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 37px;
}
.sec12right {
  width: 35%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  }
.sec12right h6 {
  color: #23142e;
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 25px;
}
.navbar h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 15px;
}
a.navbold h5{
 color: #3f1b5b;
 text-shadow: 1px 9px 14px #000000;

}
.secrightbottom {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  /* height: 145px; */
  align-items: flex-end;
}
.sec12right h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  color: #727279d0;
}
.email {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: white;
  padding: 3px;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
}
input {
  background-color: white;
  color: var(--Black-color, #120b1c);
  border-radius: 5px;
  flex: 1;
  border: none;
  text-indent: 6px;
}
.emailbut {
  font-family: "Montserrat", sans-serif;
  background-color: #3f1b5b;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 8px;
  font-size: 10px;
  font-weight: 600;
}

@media (min-width: 1200px) {
    .sec12left h5 {
        line-height: 23px;
      }
    .email {
        width: 90%;
      }
     
}
@media (min-width: 1600px) {
  .sec12left h5 {
    line-height: 25px;
  }
}

@media (min-width: 1920px) {
    .sec12left h5 {
        font-size: 18px;
        line-height: 29px;
        width: 80%;
      }
    .email {
        width: 90%;
      }
      .sec12left h6 {
        font-size: 19px;
        margin-top: 37px;
    }
    .sec12right h5 {
      font-size: 19px;
  }
  .sec12right h6 {
    font-size: 19px;
}
}
@media (max-width: 800px) {
  .section12 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .sec12main {
    height: auto;
    width: 95%;
    background-color: var(--gray-500, #f4f4f4);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec12left {
    width: 100%;
    height: auto;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sec12left img {
    height: 95px;
    width: 80px;
  }
  .site {
    display: flex;
    justify-content: center;
  }
  .site img {
    height: auto;
    width: 60%;
    margin: 0;
  }

  .sec12left h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    /* font-size: 2.5vw; */
    font-weight: 500;
    /* line-height: 15px; */
    text-align: center;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
  }
  .sec12left h6 {
    color: #23142e;
    font-size: 11px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 37px;
  }
  .sec12right {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .sec12right h6 {
    color: #23142e;
    font-size: 11px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  
  }
  .sec12right {
    color: #3f1b5b;
    font-size: 3vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    font-size: 15px;

  }
  .navbar h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    /* line-height: 10px; */
  }
  .secrightbottom {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    height: 5vh;
    align-items: flex-end;
  }
  .sec12right h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
  }
  .email {
    /* position: relative; */
    display: flex;
    margin-top: 0px;
    text-align: center;
    width: 78%;
    overflow: hidden;
    border-radius: 5px;
    padding: 3px;
    align-items: center;
  }
  input {
    background-color: white;
    color: var(--Black-color, #120b1c);
    border-radius: 5px;
    border: none;
    /* width: 100%; */
    flex: 1;
    font-size: 3vw;
    text-indent: 10px;
  }
  .emailbut {
    background-color: #3f1b5b;
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 2vw;
    height: 90% !important;
    padding: 9px;
  }
}
