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 {
  text-decoration: none;
}

a.bold h5 {
  color: #3f1b5b;
}
.top,
h5:nth-child(3) {
  color: #3f1b5b;
}
.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; */
  padding-top: 8%;
}
.sec1handler {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left {
  padding: 0px 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: 63%;
}
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;
  width: 80%;
}
.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;
}
.sec1text h1 {
  color: white;
  font-size: 1.5vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.sec1text h4 {
  color: white;
  font-size: 1vw;
  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%;
}
@media (min-width: 1200px) {
  .left h5 {
    line-height: 23px;
    width: 90%;
  }
  .left h1 {
    line-height: 52px;
  }
  span {
    line-height: 50px;
  }

  .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;
  }
  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;
  }
  .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: 2vw;
  }
  .top h5 {
    font-size: 9px;
    /* display: none; */
    color: rgb(148, 143, 143);
    font-weight: 600;
    font-family: "Georgia", sans-serif;
    text-decoration: none;
  }
}

.sec2 {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}
.sec2handler {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec2top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec2top h6 {
  color: #792cb5;
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.sec2top h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  text-align: center;
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.sec2top h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 20px;
  width: 75%;
  text-align: center;
}
.sec2bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 86px;
  flex-wrap: wrap;
  /* flex-shrink: 0; */
  /* padding: 10px; */
  
  padding: 10px 10px 100px 90px ;
}
.box {
  height: 230px;
  width: 190px;
  background-color: #686628;
  border-radius: 50px;
  padding:25px ;
}
.box img {
  /* padding-top: 15px; */
  width: 25px;
  height: 25px;
}
.box h1 {
  font-size: 13px;
  color: var(--White, #fff);
  font-family: Georgia, sans-serif;
}
.box h5 {
  font-size: 8px;
  color: var(--White, #fff);
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .sec2top h6 {
    font-size: 15px;
  }
  .sec2top h1 {
    line-height: 36px;
    width: 50%;
  }
  .sec2top h5 {
    line-height: 23px;
    width: 70%;
  }
  .sec2bottom {
    padding: 50px !important;
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .sec2top h6 {
    font-size: 15px;
  }
  .sec2top h1 {
    line-height: 40px;
    width: 50%;
  }

  .sec2bottom {
    padding: 50px !important;
    width: 70%;
  }
}
@media (min-width: 1920px) {
  .sec2top h6 {
    font-size: 23px;
  }
  .sec2top h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .sec2top h5 {
    font-size: 21px;
    line-height: 33px;
  }
}
@media (max-width: 800px) {
  .sec2 {
    height: 100%;
    width: 100%;
  }
  .sec2top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec2top h6 {
    color: #792cb5;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
  .sec2top h1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 65%;
    text-align: center;
    line-height: 23px;
  }
  .sec2top h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    width: 85%;
    text-align: center;
  }
  .sec2bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    /* flex-shrink: 0; */
    padding: 0px;
    padding-bottom: 7%;
  }
  .box {
    height: 160px;
    width: 130px;
    background-color: #686628;
    border-radius: 50px;
    transform: rotate(-1.121deg);
    padding: 18px;
  }
  .box img {
    width: 20px;
    height: 20px;
  }
  .box h1 {
    font-size: 10px;
    color: var(--White, #fff);
    font-family: Georgia, sans-serif;
  }
  .box h5 {
    font-size: 8px;
    color: var(--White, #fff);
    font-family: Montserrat, sans-serif;
    font-weight: 100;
    line-height: 10px;
  }
}
@media (min-width: 1200px) {
  .box img {
    width: 30px;
    height: 30px;
  }
  .box {
    height: 220px;
    width: 159px;
  }
  .box h1 {
    line-height: 18px;
    font-size: 13px;
  }
  .box h5 {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (min-width: 1600px) {
  .box img {
    width: 35px;
    height: 35px;
  }
  .box {
    height: 250px;
    width: 190px;
  }
  .box h1 {
    line-height: 20px;
    font-size: 16px;
  }
  .box h5 {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (min-width: 1920px) {
  .box img {
    width: 40px;
    height: 40px;
  }
  .box {
    height: 300px;
    width: 220px;
  }
  .box h1 {
    line-height: 24px;
    font-size: 17px;
  }
  .box h5 {
    font-size: 14px !important;
    line-height: 17px;
  }

  .box h5 {
    font-size: 8px;
  }
}
.section3 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8%;
}
.sec3handler {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3left {
  flex: 1;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.sec3right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3right img {
  width: 60%;
}
.sec3left h6 {
  color: #792cb5;
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sec3left h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
}
.sec3left h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  width: 90%;
  line-height: 17px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .sec3left h1 {
    line-height: 36px;
  }
  .sec3left h5 {
    line-height: 23px;
  }
}
@media (min-width: 1600px) {
  .sec3left h1 {
    line-height: 40px;
  }
  .sec3left h5 {
    line-height: 27px !important;
  }
}
@media (min-width: 1920px) {
  .sec3left h6 {
    font-size: 23px;
  }
  .sec3left h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .sec3left h5 {
    font-size: 20px;
    line-height: 33px !important;
  }
}
@media (max-width: 800px) {
  .section3 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .sec3handler {
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec3left {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
  }
  .sec3right img {
    height: auto;
    width: 70%;
    max-width: 350px;
  }
  .sec3right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .sec3left h6 {
    color: #792cb5;
    font-size: 15px;
    font-weight: 500;
  }
  .sec3left h1 {
    font-weight: 700;
    font-size: 17px;
  }
  .sec3left h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    width: 80%;
    gap: 0;
  }
}
.sec4 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec4handler {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8%;

}
.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.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sec4right h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
}
.sec4right h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  width: 80%;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .sec4right h1 {
    line-height: 36px;
  }
  .sec4right h5 {
    line-height: 23px;
  }
}
@media (min-width: 1600px) {
  .sec4right h1 {
    line-height: 40px;
  }
  .sec4right h5 {
    line-height: 27px !important;
  }
}
@media (min-width: 1920px) {
  .sec4right h6 {
    font-size: 23px;
  }
  .sec4right h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .sec4right h5 {
    font-size: 20px;
    line-height: 33px !important;
  }
}

@media (max-width: 800px) {
  .sec4 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .sec4handler {
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .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: 310px;
  }
  .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%;
  }
}
.sec5 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8%;
}
.sec5handler {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5left {
  flex: 1;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.sec5right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5right img {
  width: 60%;
}
.sec5left h6 {
  color: #792cb5;
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sec5left h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
}
.sec5left h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  width: 90%;
  line-height: 17px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .sec5left h1 {
    line-height: 36px;
  }
  .sec5left h5 {
    line-height: 23px;
  }
}
@media (min-width: 1600px) {
  .sec5left h1 {
    line-height: 40px;
  }
  .sec5left h5 {
    line-height: 27px !important;
  }
}
@media (min-width: 1920px) {
  .sec5left h6 {
    font-size: 23px;
  }
  .sec5left h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .sec5left h5 {
    font-size: 20px;
    line-height: 33px !important;
  }
}
@media (max-width: 800px) {
  .sec5 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .sec5handler {
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec5left {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-top: 10%;
  }
  .sec5right img {
    height: auto;
    width: 70%;
    max-width: 350px;
  }
  .sec5right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .sec5left h6 {
    color: #792cb5;
    font-size: 15px;
    font-weight: 500;
  }
  .sec5left h1 {
    font-weight: 700;
    font-size: 17px;
  }
  .sec5left h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    width: 80%;
    gap: 0;
  }
}
.sec6 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
}
.sec6handler {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec6 h6 {
  color: #792cb5;
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.sec6top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec6top h1 {
  color: var(--Black-color, #120b1c);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
  text-align: center;
  width: 45%;
}
.sec6top span {
  color: #792cb5;
  font-family: Georgia;
  font-weight: 700;
  font-size: 2.2vw;
}
.sec6flex {
  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;
  }
  .sec6top h1 {
    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) {
  .sec6 {
    height: auto;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  .sec6 h6 {
    color: #792cb5;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .sec6top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec6 h1 {
    color: var(--Black-color, #120b1c);
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    width: 80%;
  }
  .sec6top span {
    color: #792cb5;
    font-family: "Georgia", sans-serif;
    font-weight: 700;
    font-size: 4vw;
  }
  .sec6flex {
    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: 3vw;
  }
}
.sec7 {
  /* height: 100vh; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.sec7main {
  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;
}
.sec7left {
  width: 51%;
  margin-top: 40px;
  height: auto;
}

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

.sec7left h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 17px;
  width: 77%;
}
.sec7left h6 {
  color: #23142e;
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 37px;
}
.sec7right {
  width: 35%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.sec7right 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;
}
a.navbold h5 {
  color: #3f1b5b;
  text-shadow: 1px 9px 14px #000000;
}
.navbar h5 {
  color: var(--Black-color, #120b1c);
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 15px;
}
.secrightbottom {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  /* height: 145px; */
  align-items: flex-end;
}
.sec7right 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) {
  .email {
    width: 90%;
  }
  .sec7left h5 {
    line-height: 23px;
  }
}
@media (min-width: 1600px) {
  .sec7left h5 {
    line-height: 25px;
  }
}
@media (min-width: 1920px) {
  .sec7left h5 {
    font-size: 18px;
    line-height: 29px;
    width: 80%;
  }
  .email {
    width: 90%;
  }
  .sec7left h6 {
    font-size: 19px;
    margin-top: 37px;
  }
  .sec7right h5 {
    font-size: 19px;
  }
  .sec7right h6 {
    font-size: 19px;
  }
}
@media (max-width: 800px) {
  .sec7 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .sec7main {
    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;
  }
  .sec7left {
    width: 100%;
    height: auto;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .sec7left 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;
  }
  .sec7left h6 {
    color: #23142e;
    font-size: 11px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 37px;
  }
  .sec7right {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .sec7right h6 {
    color: #23142e;
    font-size: 11px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .sec7right {
    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: 11px;
    font-weight: 600;
    /* line-height: 10px; */
  }
  .secrightbottom {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    height: 5vh;
    align-items: flex-end;
  }
  .sec7right 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;
  }
}
