html,body{
    width: 100%;
    height: 100%;
    
    /* font-family: Georgia; */
    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;
}
.top,h5:nth-child(5){
    color:#3F1B5B;
}
a{
    text-decoration: none;
}
@media (max-width:800px) {
.top{
    margin: 20px 0px 0px 0px;
    padding: 5px;
    width: 90%;
    height: 30px;
}
.top img{
    height: 28px;
    width: 120px;
    padding-left: 0px;
    object-fit: contain;
}
.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{
    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: 10px;
  /* display: none; */
  color: rgb(148, 143, 143);
  font-weight: 600;
  font-family: 'Georgia', sans-serif;
  text-decoration: none;

}
.top,h5:nth-child(5){
    color:#3F1B5B;
}
}
.page1{
    height: auto;
    width: 100%;
    background: linear-gradient(to bottom, #3F1B5B 50%, white 20%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
}
.page1handler{
    max-width: 1920px;
    width: 75%;
    background-color: white;
    box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    justify-content: center;
    align-items: start;
    padding: 30px;
}
.page1 h1{
    font-family: 'Georgia', sans-serif;
    color: black;
    line-height: 65px;
    font-size: 2.5vw;
}
.page1 span{
    font-family: "Rock Salt", cursive;
    background-color: yellow;
    color: black;
    line-height: 20px;
    font-size: 2.5vw;
    
}
.page1 h2{
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 0px;
    font-size: 1.4vw;
    margin: 0 ;
    padding: 0; 
  }
.page1 h5{
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px;
    font-size: 1vw;  
  }
  @media (max-width: 820px) {
    .page1{
        height: auto;
        width: 100%;
        background: linear-gradient(to bottom, #3F1B5B 50%, white 20%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 25%;
    }
    .page1handler{
        max-width: 1920px;
        width: 75%;
        background-color: white;
        box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        justify-content: center;
        align-items: start;
        padding: 30px;
    }
    .page1 h1{
        font-family: 'Georgia', sans-serif;
        color: black;
        line-height: 65px;
        font-size: 25px;
    }
    .page1 span{
        font-family: "Rock Salt", cursive;
        background-color: yellow;
        color: black;
        line-height: 20px;
        font-size: 20px;
        
    }
    .page1 h2{
        color: black;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 20px;
        font-size: 15px;
        margin: 0 ;
        padding: 0; 
      }
    .page1 h5{
        color: black;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 20px;
        font-size: 13px;  
      }
  }
  @media (min-width: 1200px) {
    .page1 h1{
        font-size: 30px;
        /* line-height: 120px; */
    }
    .page1 span{

        font-size: 25px;
        
    }
    .page1 h5{
        line-height: 30px;
        font-size: 18px;  
      }
      .top h5 {
        font-size: 13px;
      }
      .top button {
        padding: 6px 15px;
        font-size: 16px;
    }
    .button img {
      width: 23%;
    }
  }
  @media (min-width: 1920px) {
    .page1 h1{
        font-size: 50px;
        /* line-height: 120px; */
    }
    .page1 span{

        font-size: 35px;
        
    }
    .page1 h2{
        color: black;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 50px;
        font-size: 30px;
      }
    .page1 h5{
        line-height: 34px;
        font-size: 23px;  
      }
      .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;
    }
  }

  .page2 {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
  }
  .page2main {
    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;
  }
  .page2left {
    width: 51%;
    margin-top: 40px;
    height: auto;
  }
  
  .page2left img {
    height: 90px;
    width: 80px;
  }
  .site img {
    height: 31px;
    width: 152px;
    margin-top: -5px;
  }
  
  .page2left h5 {
    color: var(--Black-color, #120b1c);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 15px;
    width: 77%;
  }
  .page2left h6 {
    color: #23142e;
    font-size: 1vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 37px;
  }
  .page2right {
    width: 35%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
  }
  .page2right 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;
  }
  .secrightbottom {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    /* height: 145px; */
    align-items: flex-end;
  }
  .page2right 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;
  }
  a{
    text-decoration: none;
  }
  @media (min-width: 1200px) {
      .page2left h5 {
          font-size: 13px;
          line-height: 18px;
        }
      .email {
          width: 90%;
        }
  
  }
  @media (min-width: 1920px) {
      .page2left h5 {
          font-size: 18px;
          line-height: 29px;
          width: 80%;
        }
      .email {
          width: 90%;
        }
  }
  @media (max-width: 800px) {
    .page2 {
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
    }
    .page2main {
      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;
    }
    .page2left {
      width: 100%;
      height: auto;
      margin-top: 45px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    .page2left img {
      height: 95px;
      width: 80px;
    }
    .site {
      display: flex;
      justify-content: center;
    }
    .site img {
      height: auto;
      width: 60%;
      margin: 0;
    }
  
    .page2left 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;
    }
    .page2left h6 {
      color: #23142e;
      font-size: 13px;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      margin-top: 37px;
    }
    .page2right {
      width: 100%;
      height: auto;
      margin-top: 0px;
    }
    .page2right h6 {
      color: #23142e;
      font-size: 13px;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
    
    }
    .page2right {
      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;
    }
    .page2right 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;
    }
  }
  