*{margin: 0;
padding: 0;}

body{
    font-family: sans-serif;
}


.nav{
max-width: 1300px;
margin: auto;
/* background-color: aqua; */
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
/* border-bottom: 1px solid black; */



h1 {

    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 34px;
i{
    font-size: 34px;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 50%;
   
    
   
}
}


ul{
    list-style: none;
    display: flex;
    gap: 60px;
    font-size: 20px;

    li{
        cursor: pointer;
    }
}

.nav-icons{
    cursor: pointer;
display: flex;
gap: 14px;
font-size: 20px;
}

}



.first-section-parents{
   background-color:#D4CEC0;
   margin-top: 6px;

   .first-section{
    max-width: 1300px;
    margin: auto;
    padding: 10px;
height: 510px;
background-image: url(./images/bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: right;
position: relative;


.contant{
    border-radius: 8px;
    position: absolute;
    top: 150px;
    right:10px;
    /* margin-top: 90px; */
    width: 430px;
    height: 300px;
    background-color:#fff3e3;
    padding: 10px 18px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    

    p{
        font-size: 20px;
    }

    h1{
        font-size: 40px;
        color: #b98e2f;
    }

    span{
        font-size: 16px;
        white-space: nowrap;
    }


    .btn button{
        padding: 10px 34px;
        font-size: 18px;
        color: white;
        background-color: #b98e2f;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        margin-top: 14px;
    }
}

}
}



.card-section{
    max-width: 1300px;
    margin: auto;
    padding: 10px;
margin-top: 80px;


.first-contant{
    text-align: center;


h1{
    font-size: 38px;
    color: #333333;
    margin-bottom: 8px;
    
}
p{
    font-size: 20px;
}

}


.second-contant{

margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    img{
        height: 350px;
        width: 400px;
    }

    span{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 30px;
        p{
            text-align: center;
            font-size: 20px;
        }
    }
}
}


.container{

    max-width: 1300px;
    margin: auto;
    padding: 10px;
margin-bottom: 20px;
margin-top: 60px;

    h1{
        text-align: center;
        font-size: 36px;
        margin-top: 40px;
    }

.card-parents{

  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  justify-content: space-between;
    margin-top: 40px;


.card-1{
    width: 300px;
    height: 340px;
    background-color: rgb(221, 208, 208);
display: flex;
flex-direction: column;
gap: 10px;
/* padding: 10px; */
border-radius: 4px;

    .image img{
        height:230px ;
        border-radius: 4px 4px 0 0;
    }

    .contant{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 10px;

        h3{
            font-size: 26px;
        }
        p{
            display: flex;
            align-items: center;
            gap: 18px;
            font-size: 20px;
            del{
                font-size: 14px;
            }
        }
    }
}

}


}


.footer{
max-width: 1300px;
margin: auto;
padding: 10px;
margin-top: 100px;
display: flex;
justify-content: space-between;
/* gap: 60px; */
border-top: 1px solid black;

.first-contant{
    display: flex;
    flex-direction: column;
    gap: 10px;
/* color: #b1a5a5; */


    h1{
font-size: 32px;
color: black;
    }

p{
    font-size: 20px;
}

    .span-1{
display: flex;
gap: 10px;
font-size: 20px;
margin-top: 8px;
    }

    .span-2{
display: flex;
gap: 10px;
font-size: 20px;
margin-top: 8px;
    }
}
  
ul{
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 18px;

    h1{
        font-size: 28px;
    }
    p{
        cursor: pointer;
    }
}

.last-contant{
    display: flex;
    flex-direction: column;
    gap: 10px;

    h1{
        font-size: 28px;
    }

    input{
        width: 240px;
        height: 30px;
        padding: 4px;
        font-size: 18px;
outline-color: none;
    }

  
}


}