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: 10px;
    font-family: 'Georgia', sans-serif;
}
a.bold h5{
color: #3F1B5B;
}
@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-image: url(./images/section1background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: linear-gradient(to bottom, #3F1B5B 100%, white 20%); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
}
.page1handler{
    max-width: 1920px;
  
    display: flex;
    justify-content: center;
    align-items: center;
}
.left{
     width: 50%;
    padding: 0px 0px 0px 64px;

}

.left h4{
    font-family:"Rock Salt", cursive;
    color: yellow;
    font-size: 1.3vw;
    font-weight: 100;

    }
    .left h1{
        font-family: 'Georgia', sans-serif;
        color: white;
        line-height: 56px;
        font-size: 2vw;
    }
    span{
        font-family: "Rock Salt", cursive;
        background-color: yellow;
        color: black;
        line-height: 50px;
        font-size: 2.5vw;
        
    }
    .left,span:nth-last-child(1){
     color:white;
     background-color: transparent;
    }
    .left h5{
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        line-height: 20px;
        font-size: 1.1vw;  
        width: 90%;
      }
      .leftbottom{
        display: flex;
        gap:  50px;
        padding-top: 10px;
      }
      .page1email{
        display: flex;
        justify-content: start;
        gap: 20px;
        line-height: 0px;
    
      }
      .page1email img{
        height: 38px;
        width: 38px;
        /* padding-top: 6%; */
      }
      .emailheading h1{
        font-family: Montserrat, sans-serif;
        color: white;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        margin: 0;
        padding: 0%;
      }
      .emailheading{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
      }
      .emailheading h5{
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 13px; 
        line-height: 0px;
        margin: 0;
        padding: 0%;
      }
      .phone{
        display: flex;
        flex-direction: column;
        align-items: start;
      }
      .phone img{
        height: 38px;
        width: 38px;
        padding-bottom: 6%;

      }
      .phone h1{
        font-family: Montserrat, sans-serif;
        color: white;
        font-size: 13px;
        font-weight: 600;
        line-height: 45px;

        margin: 0;
        padding: 0%;
      }
      .phone h5{
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 13px; 
        line-height: 0px;
        margin: 0;
        padding: 0%;
        width: 100%;
      }
      .right{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: end;
        padding: 0px 0px 0px 0px;
    }
    .child{
        width: 75%;
        max-width: 500px;
        background-color: white;
        padding: 20px;
        border-radius: 40px;
        box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.08);
       transform: translateY(20%);
    }
    .child h1{
        font-family: Georgia, sans-serif;
        color:black;
        font-size: 27px;
        font-weight: 600;
        width: 60%;
    }
    .child h5{
        color: black;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 12px; 
        line-height: 18px;
    }
    .inputbox1{
        display: flex;
        justify-content: space-between;
    
    }
    .firstname{
        color: var(--Black-color, #120B1C);
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 30px;

    }
    .firstname input{
        width: 80%;
        outline: none;
        flex:1;
        background-color:#F0F0F0;
        color: var(--Black-color, #120B1C);
        padding: 9px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        border: none;
        border-radius: 5px;

    }
    .lastname{
        color: var(--Black-color, #120B1C);
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 30px;
    }
    .lastname input{
        width: 80%;
        flex:1;
        background-color:#F0F0F0;
        color: var(--Black-color, #120B1C);
        padding: 9px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        border: none;
        border-radius: 5px;
        outline: none;

    }
    .inputboxes label{
        color: var(--Black-color, #120B1C);
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 33px;
    }
    .inputboxes input{
        width: 80%;
        background-color:#F0F0F0;
        color: var(--Black-color, #120B1C);
        padding: 9px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        border: none;
        border-radius: 5px;
        width: 90%;
        outline: none;

    }
    .messagebox label{
        color: var(--Black-color, #120B1C);
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 33px;
        flex-direction: column;
    }
    .messagebox textarea{
        background-color:#F0F0F0;
        color: var(--Black-color, #120B1C);
        padding: 9px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        border: none;
        border-radius: 5px;
        width: 90%;
        text-align: start;
        outline: none;

    }
    .button1{
        display: flex;
        justify-content: center;
        align-items: center;
        padding:  23px 0px 20px 0px;
    }
    .Submitbutton{
        padding:8px;
        width: 70%;
        background-color: #686628;
        color:white;
        border: none;
        border-radius: 8px;
    }
    @media (min-width:1200px) {
        /* .page1{
            background: linear-gradient(to bottom, #3F1B5B 100%, white 20%);
    
        } */
        /* .leftbottom{
          padding-bottom: 5%;
        } */
        .left h5 {
          line-height: 23px;
      }
        .top h5 {
          font-size: 13px;
        }
        .top button {
          padding: 6px 15px;
          font-size: 16px;
      }
      .button img {
        width: 23%;
      }
    }
    @media (min-width:1600px) {
      /* .page1{
        background: linear-gradient(to bottom, #3F1B5B 109%, white 20%);

    } */
      .left h1{
        line-height: 20px;
        
 
    }
      .left h5 {
        line-height: 25px;
    }
 .page1email{
      display: flex;
      align-items: center;
    justify-content: start;
   
 }
 
    }
@media (min-width:1920px) {
    /* .page1{
        background: linear-gradient(to bottom, #3F1B5B 109%, white 20%);

    } */
    .left h4{
        font-family:"Rock Salt", cursive;
        color: yellow;
        font-size: 24px;
        font-weight: 100;
        }
        .left h1{
            font-family: 'Georgia', sans-serif;
            color: white;
            line-height: 80px;
            font-size: 60px;
        }
        span{
            line-height: 65px;
            font-size: 47px;
            
        }
        .left h5{
            line-height: 29px;
            font-size: 20px;  
          }
          .page1email h1{
            font-family: Montserrat, sans-serif;
            color: white;
            font-size: 15px;
            line-height: 38px;
          }
          .page1email h5{
            font-size: px; 
          }
          .phone h1{
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0%;
    white-space: nowrap;
    line-height: 38px;

          }
          .child h1{
            font-size: 30px;
          }
          .child h5 {
      
            font-size: 15px;
            line-height: 26px;
          }
          .firstname {
            font-size: 15px;
        }
        .firstname input {
          font-size: 14px;
      }
      .lastname input {
        font-size: 14px;
    }
    .inputboxes input {

      font-size: 14px;
 
  }
        .lastname {
          font-size: 15px;
      }

      .inputboxes label {

        font-size: 15px;
  
      }
      .Submitbutton {
   font-size: 17px;
    }
          .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) {
    .page1{
        height: auto;
        width: 100%;
        /* background: linear-gradient(to bottom, #3F1B5B 88%, white 20%); */
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .page1handler{
        max-width: 1920px;
        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;
    }
    .left{
         width: 100%;
        padding: 80px 0px 0px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    
    }
    
    .left h4{
        font-family:"Rock Salt", cursive;
        color: yellow;
        font-size: 13px;
        font-weight: 100;
        }
        .left h1{
            font-family: 'Georgia', sans-serif;
            color: white;
            font-size: 23px;
            line-height: 36px;
            text-align: center;
            width: 80%;
            margin: 0;
            padding: 0;
        }
        span{
            font-family: "Rock Salt", cursive;
            background-color: yellow;
            color: black;
            font-size: 19px;
            
        }
        .left,span:nth-last-child(1){
         color:white;
         background-color: transparent;
        }
        .left h5{
            color: white;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
            font-weight: 100;
            line-height: 17px;
            font-size: 13px;  
            width: 90%;
          }
          .leftbottom{
            display: flex;
            /* gap: 30px; */
            padding-top: 20px;
            width: 100%;
            justify-content: center;
            align-items: center;
          }
          .page1email{
            display: flex;
            /* flex-direction: column; */
            align-items: center;
            justify-content: center;
            max-width: 120px;
          }
          .emailheading{
               display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
          }
          .page1email img{
            width: 35px;
          }
          .emailheading h1{
            font-family: Montserrat, sans-serif;
            color: white;
            font-size: 13px;
            font-weight: 600;
            margin: 0;
            padding: 0%;
          }
          .emailheading h5{
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 100;
            font-size: 12px; 
            margin: 0;
            padding:0;
          }
          .phone{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 120px;
          }
          .phone img{
            width: 35px;
          }
          .phone h1{
            font-family: Montserrat, sans-serif;
            color: white;
            font-size: 13px;
            font-weight: 600;
            margin: 0;
            padding: 0%;
          }
          .phone h5{
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 100;
            font-size: 12px;
            white-space: nowrap;
            margin: 0;
            padding: 0%;
          }
          .right{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* background-color:white; */
            padding: 80px 0px 0px 0px;
        }
        .child{
            width: 80%;
            max-width: 450px;
            background-color: white;
            padding: 20px;
            border-radius: 40px;
            box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.08);
            transform: translateY(0%);
        }
        .child h1{
            font-family: Georgia, sans-serif;
            color:black;
            font-size: 27px;
            font-weight: 600;
            width: 70%;
        }
        .child h5{
            color: black;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 12px; 
            line-height: 18px;
        }
        .inputbox1{
            display: flex;
            justify-content: space-between;
        
        }
        .firstname{
            color: var(--Black-color, #120B1C);
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 30px;
        }
        .firstname input{
            width: 80%;
            background-color:#F0F0F0;
            color: var(--Black-color, #120B1C);
            padding: 9px;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            border: none;
            border-radius: 5px;
            outline: none;
        }
        .lastname{
            color: var(--Black-color, #120B1C);
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 30px;
        }
        .lastname input{
            width: 80%;
            background-color:#F0F0F0;
            color: var(--Black-color, #120B1C);
            padding: 9px;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            border: none;
            border-radius: 5px;
            outline: none;
        }
        .inputboxes label{
            color: var(--Black-color, #120B1C);
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 33px;
        }
        .inputboxes input{
            width: 80%;
            background-color:#F0F0F0;
            color: var(--Black-color, #120B1C);
            padding: 9px;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            border: none;
            border-radius: 5px;
            width: 90%;
            outline: none;
        }
        .messagebox label{
            color: var(--Black-color, #120B1C);
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 33px;
            flex-direction: column;
    
        }
        .messagebox textarea{
            background-color:#F0F0F0;
            color: var(--Black-color, #120B1C);
            padding: 9px;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            font-style: normal;
            font-weight: 400;
            border: none;
            border-radius: 5px;
            width: 90%;
            outline: none;
            text-align: start;
        }

        .button1{
            display: flex;
            justify-content: center;
            align-items: center;
            padding:  23px 0px 20px 0px;
        }
        .Submitbutton{
            padding:8px;
            width: 70%;
            background-color: #686628;
            color:white;
            border: none;
            border-radius: 8px;
        }
}
.page2 {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25%;
  }
  .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: 17px;
    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;
  }
  a.navbold h5{
    color: #3f1b5b;
    text-shadow: 1px 9px 14px #000000;
   
   }
  .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: 800px) {
        /* .emailheading {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    } */
      .emailheading h1{
        line-height: 20px;
          }
        .emailheading h5{
        line-height: 20px;
          }  
  }

  @media (min-width: 1200px) {
    
          .emailheading h5{
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 100;
            font-size: 12px; 
            margin: 0;
            padding:0;
          }
      .page2left h5 {
          line-height: 23px;
        }
      .email {
          width: 90%;
        }
        .page2{
    padding-top: 19%;

        }
  }
  @media (min-width: 1600px) {
    .page2left h5 {
      line-height: 25px;
    }
    .page2{
      padding-top: 15%;
  
          }
  }
  @media (min-width: 1920px) {
      .page2left h5 {
        font-size: 18px;
        line-height: 29px;
        width: 80%;
        }
      .email {
          width: 90%;
        }
        .page2left h6 {
          font-size: 19px;
          margin-top: 37px;
      }
      .page2right h5 {
        font-size: 19px;
    }
    .page2right h6 {
      font-size: 19px;
  }
  .page2{
    padding-top: 15%;

        }
  }
  @media (max-width: 800px) {
        .emailheading {
        display: flex;
            justify-content: start;
    }
    .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: 11px;
      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: 11px;
      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: 11px;
      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;
    }
  }
  