*{
    padding: 0;
    margin: 0;
}

.container{
    width:1350px ;
    margin: 0 auto;

}

body{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
}

h1{
    color: #AB0505;
}

h2{
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

h3{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px; 
    color: #fff;
}

h4{
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 22px; 
    font-weight: 300;
    width: 320px;
}

h5{
    color: white;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 20px;
}

a{
    text-decoration: none;
    color: #797575;
    font-family: "Playfair Display", serif;
}

p{
    
    font-size: 18px;
}

ul{
    list-style: none;
    display: flex;
    gap: 40px;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button{
    height: 45px;
    width: 200px;
    border: none;
    padding: 10px 20px;
    background-color:#FF6624 ;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px;
}


.content-1{
    display: flex;
    gap: 20px;
    align-items: center;
}

.phone{
    height: 20px;
    width: 20px;
}

.icons{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-1{
    text-align: center;
}

.section-1{
    width: 100%;
    height: 550px;
    background-image: url("../images/Rectangle\ 1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.section-1-content{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    float: right;
    align-items: center;
    gap: 20px;
}

.box-1{
    display: flex;
    width: 450px;
    gap: 10px 10px;
    padding: 10px 0px;
}

.box-1-1{
    line-height: 30px;
}

.box-2{
    display: flex;
    width: 450px;
    gap: 10px 10px;
    padding: 10px 0px;
}

.box-3{
    display: flex;
    width: 450px;
    gap: 10px 10px;
    padding: 10px 0px;
}

.box-4{
    display: flex;
    width: 450px;
    gap: 10px 10px;
    padding: 10px 0px;
}

.box-5{
    display: flex;
    width: 450px;
    gap: 10px 10px;
    padding: 10px 0px;
}

.box-6{
    display: flex;
    width: 450px;
    gap: 10px 10px;
    padding: 10px 0px;
}

.section-2{
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    padding: 10px 0px;
}

.section-2-button{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.line-1{
    margin: 0 auto;
    height: 3px;
    width: 400px;
    background-color: #D9D9D9;
    
}

.rectangle{
    width: 337.5px;
}

.section-3{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 0px;
    
}

.section-4-content{
    width: 540px;
}

.section-4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vectorpq{
    height: 40px;
    width: 40px;
}

.section-4-parent{
    position: relative;
}

.section-4-child-1{
    position: absolute;
    left: 203px;
    top: 248px;
}

.section-4-child-2{
    position: absolute;
    left: 1026px;
    top: 475px;
}

footer{
    margin-top: 70px;
    width: 100%;
    height: 550px;
    background-color: #FF6624;
}

.footerlogo{
    height: 200px;
    width: 250px;
}

.icons-f{
    height: 20px;
}

.footer-icon{
    display: flex;
    gap: 20px;
}

.footer-content{
    width: 320px;
    display: flex;
    gap: 200px;
    
}

ul.menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 200px;
    gap: 5px;
    padding: 0px 0px;
}



ul.menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
}

ul.menu li:first-child a {
    font-weight: bold; /* Home will be bold */
}

ul.menu li a:hover {
    color: red; /* Optional: change color on hover */
}

.square{
    height: 30px;
    width: 200px;
    border: 2px solid #fff;
}

.send{
    background-color: #fff;
    border: none;
    color: #FF6624;
    font-weight: bold;
    width: 80px;
    height: 40px;
}

.payment-icon{
    display: flex;
    gap: 30px;
}

.payment{
    height: 30px;
}

.payment-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}