.main {
    width: 100%;
    height: 100%;
}

.gency {

    border-radius: 10px;

}


.header {
    width: 100%;
    height: 500px;
    background-color: #c3e4ff;
    display: flex;
}

.head {
    width: 50%;
    height: 100%;
 
}

.head img {
    height: 80%;
    margin-top: 70px;
    margin-left: 30px;
}

.head p {
    padding-top: 10%;
    padding-left: 40px;
    margin-top: 20px;
    font-size: 2.6rem;
  font-family: Sans-serif;
}

.head h4 {
    margin-left: 20px;
    font-size: 22px;
    margin-top: 40px;
}

.head button {
    width: 120px;
    height: 40px;
    margin-left: 150px;
    border-radius: 16px;
    font-weight: bold;
    border: none;
    background-color: #1a253b;
    color: white;
}








.books1{
  
    height: 35px;
    width: 190px;
    padding-top: 15px;
    text-align: center;
    border-radius: 16px;
    text-decoration: none;
    background-color: #1a253b;
    color: white;
}
.books1 li a  {
    text-decoration: none;

    color: white;
}







.sects {
    border: 1px solid white;
    width: 250px;
    height: 120px;
    margin-left: 350px;
    margin-top: -270px;
    border-radius: 10px;
    background-color: white;

}

.sects p {
    text-align: center;
    padding-right: 0px;
    padding-top: -40px;
    font-size: 16px;
}

.Platform {

    width: 100%;
    height: 400px;
    margin-top: 60px;
    display: flex;
}

.plate {
    width: 50%;
    height: 100%;
}

.plate h1 {
    padding-top: 40px;
    font-size: 30px;
}

.plate p {
    font-size: 18px;
}

.plate button {
    width: 120px;
    height: 35px;
    border: none;
    border-radius: 16px;
    background-color: #1a253b;
    color: white;
    font-weight: bold;
}

.plates {
    width: 100%;
    height: 100%;
    display: flex;

}

.plates2 {
    width: 40%;
    height: 80%;

    margin-left: 20px;
    margin-top: 70px;
}



.servic {
    width: 100%;
    height: 400px;

    margin-top: 50px;
    display: flex;
}

.service2 {
    width: 24%;
    height: 100%;

    margin-left: 10px;
    text-align: center;

}

.service2 h1 {
    font-size: 24px;
}

.service2 p {
    padding-top: 30px;
    font-size: 18px;
    text-align: left;
}

.service2 button {
    height: 50px;
    width: 130px;
    border: none;
    background-color: #1a253b;
    color: white;
    border-radius: 16px;
    margin-top: 40px;
}

.helpline {
    margin-top: 70px;
    width: 100%;
    height: 550px;
    display: flex;
    color: gray;
}

.helps {

    width: 50%;
    height: 550px;
}

.helps p {
    margin-left: 30px;
    font-size: 18px;
    padding-top: 20px;
}

.helps h1 {
    margin-left: 30px;
    padding-top: 50px;
}

.helps a {
    text-decoration: none;
    color: gray;
    font-size: 18px;
}

.help2 {

    margin-left: 40px;
    height: 50px;
    margin-top: 30px;
}

/* Apply styles to the form within the .helps container */
#contactForm {
    max-width: 400px;
    margin: 0 auto;
}

/* Style the form labels */
#contactForm label {
    display: block;
    margin-bottom: 8px;
    color: #8B4513;
    /* Golden color */
}

/* Style the form inputs and textarea */
#contactForm input,
#contactForm textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #8B4513;
    /* Golden color */
    border-radius: 4px;
}

/* Style the submit button */
#contactForm input[type="submit"] {
    background-color: #8B4513;
    /* Golden color */
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

/* Add hover effect to the submit button */
#contactForm input[type="submit"]:hover {
    background-color: #996515;
    /* Slightly darker golden color on hover */
}

.slider-container {
    width: 80%;
    margin: 50px auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.review {
    font-size: 18px;
    font-style: italic;
}

.client {
    font-weight: bold;
    margin-top: 10px;
}



.footer{
    width: 100%;
    height: 470px;
    background-color: #1a253b;
    display: flex;
    color: white;
}
.foot {
   
    width: 25%;
}

.foot a {
    color: white;
    text-decoration: none;

}

.foot p {
    margin-left: 40px;
    margin-top: 30px;
    font-size: 18px;
}

.foot h1 {
    font-size: 18px;
    padding-top: 80px;
}
.foot img{
    padding-top: 20px;
    width: 95%;
    padding-left: 10px;
}

.foot a i {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid white;
   padding-right: 25px;
   padding-top: 05px;
    width: 10px;
    height: 30px;
}



.disclamer{
 
    height: 40px;
    background-color: #1a253b;
    color: white;
    padding-left: 20px;
    font-size: 18px;
}

.section2{
    width: 100%;
    height: auto;
    display: flex;
}

.team2{
    width: 49%;
    margin-left: 05px;
}


.team2 img {
    width: 100%;
}

.team2 h1 {
   
    text-align: center;
}

@media screen and (max-width: 600px){
    .team2 h1 {
   font-size: 15px;
        text-align: center;
    }
}