*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    min-height: 100vh;
}
.container{
    width: 95%;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
}
.logo{
    grid-area: 1/3/2/4;
}
.menu{
    visibility: hidden;
    font-size: 100px;
    grid-area: 1/10/2/11;
}
nav{
    grid-area: 1/8/2/9;
    width: 100%;
}
.head-list{
    height: 100px;
    list-style-type: none;
    display: flex;
    gap: 3%;
    align-items: center;
}
.head-list li a{
    color: #B8BECD;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.head-list li .home{
    color: black;
}
ul .logbtn{
    width: 120px;
    height: 40px;
    border: 1px solid #FB8F1D;
    border-radius: 8px;
    background-color: white;
    color: #FB8F1D;
    justify-self: center;
    cursor: pointer;
}
ul .regbtn{
    width: 120px;
    height: 40px;
    background-color: #FB8F1D;
    border-radius: 8px;
    color: white;
    border: none;
    cursor: pointer;
}nav{
    grid-area: 1/8/2/9;
    width: 100%;
}
.head-list{
    height: 100px;
    list-style-type: none;
    display: flex;
    gap: 3%;
    align-items: center;
}
.head-list li a{
    color: #B8BECD;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.head-list li .home{
    color: black;
}
ul .logbtn{
    width: 120px;
    height: 40px;
    border: 1px solid #FB8F1D;
    border-radius: 8px;
    background-color: white;
    color: #FB8F1D;
    justify-self: center;
    cursor: pointer;
}
ul .regbtn{
    width: 120px;
    height: 40px;
    background-color: #FB8F1D;
    border-radius: 8px;
    color: white;
    border: none;
    cursor: pointer;
}nav{
    grid-area: 1/8/2/9;
    width: 100%;
}
.head-list{
    height: 100px;
    list-style-type: none;
    display: flex;
    gap: 3%;
    align-items: center;
}
.head-list li a{
    color: #B8BECD;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.head-list li .home{
    color: black;
}
ul .logbtn{
    width: 120px;
    height: 40px;
    border: 1px solid #FB8F1D;
    border-radius: 8px;
    background-color: white;
    color: #FB8F1D;
    justify-self: center;
    cursor: pointer;
}
ul .regbtn{
    width: 120px;
    height: 40px;
    background-color: #FB8F1D;
    border-radius: 8px;
    color: white;
    border: none;
    cursor: pointer;
}
header{
    width: 100%;
    grid-area: 2/3/3/11;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    padding-top: 50px;
}
header h1{
    grid-area: 1/1/2/3;
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    padding-bottom: 60px;
}
header h4{
    grid-area: 2/1/3/3;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
}
header .line1{
    grid-area: 3/1/4/2;
    width: 32px;
    height: 2px;
    border-radius: 4px 0px 0px 0px;
    background: #202336;
}
header .select1{
    grid-area: 4/1/5/2;
    width: 220px;
    height: 52px;
    border-radius: 6px;
    border: 0.8px solid #AFB0B9;
    background-color: white;
    padding: 10px;
    margin-right: 25px;
    color: #4A4C53;
}
header .select2{
    grid-area: 4/2/5/3;
    width: 220px;
    height: 52px;
    border-radius: 6px;
    border: 0.8px solid #AFB0B9;
    background-color: white;
    padding: 10px;
    color: #4A4C53;
}
header .select3{
    grid-area: 5/1/6/2;
    width: 220px;
    height: 52px;
    border-radius: 6px;
    border: 0.8px solid #AFB0B9;
    background-color: white;
    padding: 10px;
    margin-right: 25px;
    color: #4A4C53;
}
header .select4{
    grid-area: 5/2/6/3;
    width: 220px;
    height: 52px;
    border-radius: 6px;
    border: 0.8px solid #AFB0B9;
    background-color: white;
    padding: 10px;
    color: #4A4C53;
}
.Explorebtn{
    grid-area: 6/1/7/2;
    width: 180px;
    height: 60px;
    border-radius: 8px;
    color: white;
    background: #FB8F1D;
    border: none;
    font-size: 17px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    cursor: pointer;
}
.header-img{
    grid-area: 1/5/7/11;
    width: 687px;
    height: 654px;
}
.sec2{
    grid-area: 3/3/4/11;
    padding-top: 260px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(5, 120px);
}
.sec2-img{
    grid-area: 1/1/5/6;
    width: 659px;
    height: 534px;
}
.sec2 h1{
    grid-area: 2/6/3/9;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.sec2 p{
    grid-area: 3/6/4/9;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: #7D7987;   
}
.sec2-btn{
    grid-area: 4/6/5/7;
    width: 164px;
    height: 60px;
    background: #FB8F1D;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.sec3{
    grid-area: 4/3/5/11;
    padding-top: 260px;
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-template-rows: repeat(4, 140px);
}
.featured{
    grid-area: 1/1/2/4;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    align-self: center;
}  
.sec3-link{
    grid-area: 1/8/2/9;
    align-self: center;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #FB8F1D;
    text-decoration: none;
}
.fa{
    padding-left: 10px;
}
.sec3-img1{
    grid-area: 2/1/4/3;
    border-radius: 8px;
}
.sec3-img2{
    grid-area: 2/3/4/5;
    border-radius: 8px;
}
.sec3-img3{
    grid-area: 2/5/4/7;
    border-radius: 8px;
}
.sec3-img4{
    grid-area: 2/7/4/10;
    border-radius: 8px;
}
.sec4{
    grid-area: 5/3/6/11;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, 120px);
    padding-top: 260px;   
}
.sec4 h1{
    grid-area: 2/1/3/4;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.sec4 p{
    grid-area: 3/1/4/4;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: #7D7987;
}
.sec4-btn{
    grid-area: 4/1/5/4;
    width: 164px;
    height: 48px;
    border-radius: 8px;
    color: white;
    background: #FB8F1D;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.sec4-img{
    grid-area: 1/5/4/11;
}
.sec5{
    grid-area: 6/3/7/11;
    padding-top: 260px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 60px);
}
.sec5 h1{
    grid-area: 1/1/4/4;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
}
.rate{
    grid-area: 4/1/5/3;
    color: orange;
    font-size: 25px;
}
.fa-star{
    padding-right: 10px;
}
.sec5-p1{
    grid-area: 5/1/8/4;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.sec5 h4{
    grid-area: 8/1/9/4;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.sec5-p2{
    grid-area: 9/1/10/4;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000D9;
}
.sec5-img{
    grid-area: 2/5/10/9;
    border-radius: 16px;
}
.sec6{
    grid-area: 7/3/8/11;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 80px);
    padding-top: 260px;   
    gap: 10px;
}
.sec6 h1{
    grid-area: 1/1/2/3;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
}
.sec6-link{
    grid-area: 1/8/2/10;
    align-self: center;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #FB8F1D;
    text-decoration: none;
}
.sec6-img1{
    grid-area: 2/1/6/3;
    border-radius: 8px 8px 0 0;
    width: 284px;
    height: 330px;
}
.sec6 .img1-h4{
    grid-area: 6/1/7/3;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
}
.sec6 .img1-p{
    grid-area: 7/1/8/3;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #7D7987;
}
.sec6 .img1-link{
    grid-area: 8/1/9/3;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #FB8F1D;
    text-decoration: none;
    padding-top: 30px;
}
.sec6-img2{
    grid-area: 2/3/6/5;
    border-radius: 8px 8px 0 0;
    width: 284px;
    height: 330px;
}
.sec6 .img2-h4{
    grid-area: 6/3/7/5;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
}
.sec6 .img2-p{
    grid-area: 7/3/8/5;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #7D7987;
}
.sec6 .img2-link{
    grid-area: 8/3/9/5;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #FB8F1D;
    text-decoration: none;
    padding-top: 30px;
}
.sec6-img3{
    grid-area: 2/5/4/7;
    border-radius: 8px 8px 0 0;
    width: 284px;
    height: 330px;
}
.sec6 .img3-h4{
    grid-area: 6/5/7/7;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
}
.sec6 .img3-p{
    grid-area: 7/5/8/7;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #7D7987;
}
.sec6 .img3-link{
    grid-area: 8/5/9/7;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #FB8F1D;
    text-decoration: none;
    padding-top: 30px;
}
.sec6-img4{
    grid-area: 2/7/4/10;
    border-radius: 8px 8px 0 0;
    width: 284px;
    height: 330px;
}
.sec6 .img4-h4{
    grid-area: 6/7/7/9;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
}
.sec6 .img4-p{
    grid-area: 7/7/8/9;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #7D7987;
}
.sec6 .img4-link{
    grid-area: 8/7/9/9;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #FB8F1D;
    text-decoration: none;
    padding-top: 30px;
}
footer{
    grid-area: 8/1/9/11;
    background-color: #F9F9FB;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(8, 60px);
}
.footer-logo{
    grid-area: 2/2/3/3;
}
.footer-p1{
    grid-area: 3/2/4/4;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #848484;
}
.footer-p2{
    grid-area: 5/2/6/4;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: #848484;
}
.footer-h4-left{
    grid-area: 2/5/3/6;
    font-family: Mulish;
    font-size: 19px;
    font-weight: 700;
    line-height: 60px;
}
.footer-left{
    grid-area: 3/5/6/6;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    color: #848484;
}
.footer-h4-mid{
    grid-area: 2/7/3/8;
    font-family: "Mulish", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 60px;
}
.footer-mid{
    grid-area: 3/7/6/8;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    color: #848484;
}
.footer-h4-right{
    grid-area: 2/9/3/10;
    font-family: "Mulish", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 60px;
}
.footer-right{
    grid-area: 3/9/6/10;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    color: #848484;
}
footer .line2{
    grid-area: 7/2/8/10;
    height: 0.6px;
    background: #C4C4C4;
}
.social{
    grid-area: 7/4/9/8;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-content: start;
    gap: 25px;
}
.social .fa{
    font-size: 25px;
}