/* google font */
/* font-family: "Noto Serif"; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Inter"; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background: rgba(245, 248, 255, 1);
}
/* <!-- navbar --> */

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.navson1-parent{
    display: flex;
    gap: 48px;
}
.navson-container{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}
.navimg-container{
    margin-top: 24px;
}
.navson2-parent{
    display: flex;
    align-items: center;
    gap: 10px;
}
.son-1{
    color: rgba(37, 36, 50, 1);
    font-family: Inter;
    font-weight: 700;
}
.son-2 , .son-3 {
    color: rgba(137, 135, 161, 1);
    font-family: Inter;
}
.navson2-parent p {
    font-family: Inter;
    color: rgba(0, 0, 0, 1);
}

/* <!-- banner 1--> */

.banner1-continer{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 120px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.banner1-son h1 {
    font-family: Noto Serif;
    font-size: 65px;
    font-weight: 700;
    color: rgba(233, 90, 8, 1);
    margin-bottom: 13px;
}
.banner1-son span {
    color: black;
}
.banner1-son p {
    color: rgba(0, 0, 0, 0.5);
    font-family: Inter;
    font-size: 22px;
}

/* <!-- card part--> */

.card-parent{
    text-align: center;
    margin-bottom: 200px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.card-parent h1{
    font-family: Noto Serif;
    font-size: 50px;
    font-weight: 700;
}
.card-parent span {
    color: #E95A08;
}
.card-parent > p {
    color: rgba(0, 0, 0, 0.5);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    padding: 0px 125px;
}
.card-container h4{
    color: rgba(17, 17, 17, 1);
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
}
.card-container h3{
    color: rgba(17, 17, 17, 1);
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
}
.btn-card{
    background: rgba(233, 90, 8, 1);
    padding: 20px 80px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    border: none;
}
.card{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
}

/* <!-- About part--> */

.about-container{
    display: flex;
    gap: 20px 60px;
    margin-bottom: 130px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.about-container h1 {
    font-family: Noto Serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-container li {
    color: rgba(0, 0, 0, 0.5);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;  
    margin-bottom: 20px;
}
.aboutimg{
    position: relative;
}
.badge{
    width: 286px;
    position: absolute;
    top: -130px;
    left: 350px;
    background: none;
    filter: drop-shadow(4px 10px 2px rgba(0, 0, 0, 0.25));
}

/* <!-- Deals part--> */

.deals{
    text-align: center;
    margin-bottom: 120px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.deals span {
    color: #E95A08;
}
.deals h1{
    font-family: Noto Serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 16px;
}
.deals > p {
    color: rgba(0, 0, 0, 0.5);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    padding: 0px 125px;
    margin-bottom: 110px;
    
}

.deals-parent{
    display: flex;
    gap: 26px;
}
.deals-parent img {
    border-radius: 18px;
}
.dealsson-1 , .dealsson-2 {
    position: relative;
}
.dealsson-1 img{
    margin-bottom: 17px;
}
.deals-card{
    position: absolute;
    top: 0px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.4);
    padding: 49px 72px;
}
.deals-card2 {
    position: absolute;
    top: 226px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.4);
    padding: 47px 84px;
}
.deals-card h3 , .deals-card2 h3{
    color: rgba(255, 255, 255, 1);
    font-family: Noto Serif;
    font-size: 20px;
    font-weight: 700;
}
.deals-card p , .deals-card2 p{
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.deals-card3 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.4);
    padding: 115px 168px;
}
.deals-card3 h3{
    color: rgba(255, 255, 255, 1);
    font-family: Noto Serif;
    font-size: 40px;
    font-weight: 700;
}
.deals-card3 p{
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
}

/* <!-- Subscribe part--> */

.subs{
    max-width: 100%;
    background-image: url(assets/news-letter-bg.png);
    background-position: center;
    background-size: cover;
    text-align: center;
}
.subs h1 {
    padding: 200px 0px 20px 0px;
    color: rgba(255, 255, 255, 1);
    font-family: Noto Serif;
    font-size: 50px;
    font-weight: 700;
}
.email-container{
    padding-bottom: 190px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#email{
    padding: 8px 20px;
    width: 650px;
    border: none;
    height: 50px;
}
.subs-btn{
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    background: rgba(233, 90, 8, 1);
    padding: 24px 50px;
    border: none;
}
/* footer */
footer{
    max-width: 1140px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.footerson1 p {
    color: rgba(0, 0, 0, 0.5);
    font-family: Inter;
    font-size: 22px;
    margin-top: 16px;
}
.footerson2 p , .footerson3 p {
    color: var(--Gray-500, rgba(107, 114, 128, 1));
    font-family: Inter;
}
.footerson4{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
