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;
    max-width: 1920px;
    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: 42px;
    width: 163px;
    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;
}
.top,h5:nth-child(5){
    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: 2.2vw;
  /* 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 88%, white 20%);
    display: flex;
}
.left{
     width: 50%;
    padding: 100px 0px 0px 64px;

}

.left h4{
    font-family:"Rock Salt", cursive;
    color: yellow;
    font-size: 1.4vw;
    font-weight: 100;
    }
    .left h1{
        font-family: 'Georgia', sans-serif;
        color: white;
        line-height: 53px;
        font-size: 4vw;
    }
    span{
        font-family: "Rock Salt", cursive;
        background-color: yellow;
        color: black;
        font-size: 3vw;
        line-height: 40px;
        
    }
    .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: 17px;
        font-size: 13px;  
      }
      .leftbottom{
        display: flex;
        gap: 20px;
        padding-top: 50px;
      }
      .email{
        display: flex;
        flex-direction: column;
        align-items: start;
    
      }
      .email img{
        height: 25px;
        width: 25px;
      }
      .email h1{
        font-family: Montserrat, sans-serif;
        color: white;
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        padding: 0%;
      }
      .email h5{
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 13px; 
        margin: 0;
        padding: 0%;
      }
      .phone{
        display: flex;
        flex-direction: column;
        align-items: start;
      }
      .phone img{
        height: 25px;
        width: 25px;
      }
      .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: 13px; 
        margin: 0;
        padding: 0%;
      }
      .right{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: end;
        padding: 167px 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);
    }
    .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%;
        
        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;

    }
    .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%;

    }
    .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;
    }
    .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: 100%;
        width: 100%;
    }
@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;

    }
    .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: 2.5vw;
        font-weight: 100;
        }
        .left h1{
            font-family: 'Georgia', sans-serif;
            color: white;
            font-size: 5.5vw;
            margin: 0;
            padding: 0;
        }
        span{
            font-family: "Rock Salt", cursive;
            background-color: yellow;
            color: black;
            font-size: 3vw;
            
        }
        .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: 17px;
            font-size: 13px;  
            width: 80%;
          }
          .leftbottom{
            display: flex;
            /* gap: 30px; */
            padding-top: 20px;
            width: 100%;
            justify-content: center;
            align-items: center;
          }
          .email{
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            width: 40%;
    
          }
          .email img{
            width: 25px;
          }
          .email h1{
            font-family: Montserrat, sans-serif;
            color: white;
            font-size: 13px;
            font-weight: 600;
            margin: 0;
            padding: 0%;
          }
          .email h5{
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 100;
            font-size: 12px; 
            margin: 0;
            padding:0;
          }
          .phone{
            display: flex;
            flex-direction: column;
            align-items: start;
            width: 40%;
          }
          .phone img{
            width: 25px;
          }
          .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;
            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: 65%;
            background-color: white;
            padding: 20px;
            border-radius: 40px;
            box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.08);
        }
        .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;
    
        }
        .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;
    
        }
        .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%;
    
        }
        .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;
        }

        .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;
    margin-top: 28px;
}
.page2main{
    height: 100%;
    width: 85%;
    background-color: var(--gray-500, #cecedb);
    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: 82%;

}
.page2left h6{
    color: #23142e;
    font-size: 1vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
   margin-top: 37px;
}
.page2right{
    width: 35%;
    margin-top: 40px;
}
.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;
}
.navbar h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 700;
    line-height: 15px;
    border: none;
}
a{
    text-decoration: none;
}
.page2rightbottom{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    height: 150px;
    align-items: flex-end;
}
.page2right h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 600;
    color: #727279d0;
}
.emailinput{
   display: flex;
   align-items: center;
    margin-top: 10px;
    background-color: white;
    padding: 3px;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
}
.emailinput input{
    background-color: white;
    color: var(--Black-color, #120B1C);
    border-radius: 5px;
    flex: 1;
    border: none;
    text-indent: 6px;

}
.emailbutt{
    font-family: "Montserrat", sans-serif;
    background-color: #3F1B5B;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 8px;
    font-size: 10px;
    font-weight: 600;
    flex: 1;

}
@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: 85%;
    background-color: var(--gray-500, #cecedb);
    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;
        line-height: 17px;
}
.page2left h6{
    color: #23142e;
    font-size: 3vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 37px;
}
.page2right{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.page2right h6{
    color: #23142e;
    font-size: 2.5vw;
    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:10px;
}
.navbar h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    /* line-height: 10px; */
}
.page2rightbottom{
    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: 3vw;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.emailinput{
    /* position: relative; */
    display: flex;
    margin-top: 0px;
    text-align: center;
    width: 85%;
    overflow: hidden;
    border-radius: 5px;
    padding: 3px;
    align-items: center;

}
.emailinput input{
    background-color: white;
    color: var(--Black-color, #120B1C);
    border-radius: 5px;
    border: none;
    flex: 1;
    font-size:12px;
    text-indent: 10px;
}
.emailbutt{
    background-color: #3F1B5B;
    color: white;
    border-radius: 5px;
    border: none;
    font-size:2.5vw;
    padding: 9px;
    /* white-space: nowrap; */

}
}
