* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

.logo{
    height: 80px;
    width: 80px;
    border-radius: 10px;
}
.responsive-img{
    height:600px;
    width:700px;
}
body{
    background-color: #fffbe6;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 100px;
}
.form{
       padding-bottom: 40px;
}
     
.parent{
     height: 400px;
    width:100px;
    border: solid 2px black;
 
}
    .parent:hover{
    border: solid 2px green;
    transition: 2s;
    background-color: #caeccb;
}

.parent{
    background-color:white;
    height:500px;
    width: 550px;
    justify-content: center;
    margin-left: 80px; 
    margin-top:40px;
    border: 2px solid#9c7135;
    color:#03203A;
    padding-bottom: 40px;
    display: flex;
    border-radius: 10px;
    padding-top: none;
    box-shadow: 5px 10px 3px #9c7135;
    font-size: 18px;
    padding-left: 20px;
}
    
 
    .parent:hover{
    box-shadow: 5px 10px 10px 2px #6d6c6c;
    transition: 0.5s;
    background-color: #e1f5e2;
}


    .btn2{
    padding:10px 140px;
    border-radius:4px;
    box-shadow: 4px 5px 2px  #9c7135;
    margin-bottom: 5px;
    
}
.btn3{
    margin-bottom: 20px;
}
.text3{
    text-decoration: none;
    color: white;
}

   .text1{
    text-align: center;
    color:#9c7135;
    font-size: 36px;
    
   
}
  
    .parent-2{
  display:flex; 
  
 }

 .paregraf{
    text-align: center;
    text-decoration: none;
    color:#03203A;
    font-size: 20px;
  
 }

    .text3{
    color:#03203A;
    text-decoration: none;
    
 }

 .btn{
    padding:10px 50px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom:10px;
    background-color:#31443b;
    text-align: center;
    box-shadow: 2px 2px 2px rgb(23, 78, 23);
    margin-left: 120px;
    color: white;
    font-size: 18px;
    border: none;
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;

    
}

 .btn:hover {
    background-color: #192d1d;
    box-shadow: rgba(41, 72, 59, 0.4);
 }


 @media (max-width: 1100px) {

    .navbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 20px;
        text-align: center;
    }

    .left-section,
    .center-links,
    .right-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .center-links {
        gap: 25px;
    }

    .right-links {
        gap: 20px;
    }
}

@media (max-width: 900px) {

    .brand-logo {
        width: 70px;
        height: 70px;
    }

    .brand-text {
        font-size: 24px;
    }

    .center-links a,
    .right-links a {
        font-size: 18px;
    }

    footer {
        text-align: center;
    }
}

@media (max-width: 600px) {

    .brand-logo {
        width: 60px;
        height: 60px;
    }

    .brand-text {
        font-size: 22px;
    }

    .center-links a,
    .right-links a {
        font-size: 18px;
    }

    footer {
        text-align: center;
    }
}

@media (max-width: 600px) {
    footer {
        padding: 25px 15px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-container div {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .footer-links a,
    .footer-social a {
        font-size: 14px;
        margin: 4px 0;
    }

    .footer-bottom {
        font-size: 12px;
    }
}
@media (max-width: 1024px) {

    .parent-2 img {
        width: 450px;
        height: auto;
        margin-left: 20px;
    }

    .parent {
        width: 420px;
        height: auto;
        margin-left: 20px;
        margin-top: 30px;
        padding: 20px;
    }

    .btn2 {
        width: 100%;
        padding: 10px;
    }

    .btn {
        width: 100%;
        margin-left: 0;
    }
}





@media (max-width: 1024px) {
    .responsive-img {
        width: 500px;
        height: auto;
    }
}


@media (max-width: 600px) {
    .responsive-img {
        width: 100%;
        height: auto; 
    }
}

