@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    max-width: 1440px;
    margin: 0 auto;
}
.hide{
    display: none;
}

/* font-name */
.quicksand-font {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-style: normal;
 }

.raleway-font {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
/* header-section */
header{
    max-width: 1160px;
    margin-left: 80px;
}
.marque{
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 20px;
    color: #FC5185;
}
.navbar{
    width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
} 
hr{
    display: none;
}
.nav-1{
    display: flex;
    gap: 10px;
    align-items: center;
}
.menu-icon{
    display: none;
}
.nav-img{
    width: 64px;
    height: 64px;
}
.nav-title{
    color: rgb(17, 17, 17);
    font-size: 2rem;
    font-weight: 700;
}
.nav-list-item{
    display: flex;
    list-style: none;
    gap: 30px;
    font-size: 1.25rem;
    font-weight: 600;
}
.list-1{
    color: rgb(254, 163, 1);
}
.list-2{
    color: rgb(1, 172, 253);
}
.list-3{
    color: rgb(5, 212, 223);
}
.list-4{
    color: rgb(93, 88, 239);
}
.nav-button{
    border-radius: 12px;
    border: none;
    background-color: rgb(254, 163, 1);
    padding:10px;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-weight: 600;
}
hr{
    display: none;
}
/* banner section */
.banner-section{
    width: 1280px;
    display: flex;
    justify-content: space-between;
}
.banner-title{
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.banner-description{
    color: rgb(17, 17, 17);
    font-size: 1.25rem;
    font-weight: 400;
}
.banner-btn{
    width: 197px;
    height: 50px;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 10px;
    background-color: rgb(17, 17, 17);
}
.banner-img{
    width: 470px;
    height: 575px;
}


/* banner-section */
main{
    max-width: 1440px;
    margin: 0 auto;
}

/* .banner-section-2 */
.banner-section-2{
    max-width: 1440px;
    background-image: url("../assets/bg.png");
    /* height: 779px; */
    padding: 60px 0px 60px 0px;
    margin-left: 80px;
}
.banner-2{
    max-width: 1160px; 
    
}
.banner2-name{
    color: rgb(0, 0, 0);
    font-size: 2.87rem;
    font-weight: 700;
    margin-left: 100px;
    justify-content: center;
    text-align: center;
}
.banner-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:40px;
}
.box{
    border-radius: 19px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 395px;
    height: 475px;
}
.box-1{
    background: linear-gradient(180.00deg, rgb(222, 245, 255),rgba(255, 255, 255, 0) 40%),rgb(255, 255, 255);
    border: 1px solid rgb(222, 245, 255);
    border-radius: 18.86px;
    box-shadow: inset 0px 0px 28.3px 0.94px rgba(0, 0, 0, 0.05);
}
.box-2{
    border: 1px solid rgb(255, 244, 220);
    border-radius: 18.86px;
    box-shadow: inset 0px 0px 28.3px 0.94px rgba(0, 0, 0, 0.05);
    background: linear-gradient(180.00deg, rgb(255, 244, 220),rgba(255, 255, 255, 0) 40%),rgb(255, 255, 255);
}
.box-3{
    border: 1px solid (242, 232, 255);
    border-radius: 18.86px;
    box-shadow: inset 0px 0px 28.3px 0.94px rgba(0, 0, 0, 0.05);
    background: linear-gradient(180.00deg, rgb(238, 225, 255),rgba(255, 255, 255, 0) 40%),rgb(255, 255, 255);

}
.box-img{
    margin-top: 54px;
}
.box-title{
    color: rgb(32, 32, 32);
    font-family: Quicksand;
    font-size: 1.5rem;
    font-weight: 700;
}
.box-description{
    color: rgb(128, 128, 128);
    font-family: Raleway;
    font-size: 1rem;
    font-weight: 500;
    margin: 30px;
}
.btn{
    border: none;
    background: white;
    font-family: Quicksand;
    font-size: 1rem;
    font-weight: 700;
}
.box-btn1{
    color: rgb(100, 200, 255);
}
.box-btn2{
    color: rgb(240, 170, 0);
}
.box-btn3{
    color: rgb(135, 0, 255);
}
.banner-btn2{
    margin-top: 80px;
    margin-left: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.arrow-btn{
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 900;
    background-color: rgb(254, 163, 1);
    border:none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
/* story-section */
.stories-section{
    max-width: 1440px;
    height: 1000px;
    margin: auto;
    background: url(assets/bg.png),linear-gradient(0.00deg, rgba(254, 163, 1, 0.3),rgba(255, 255, 255, 0.3) 100%);
}
.stories-content{
    margin-top: 60px;
    width: 1280px;
    margin: auto;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}
.story-cards{
    width: 1280px;
    margin: auto;

}
.story-card-1{
    width: 540px;
    height: 630px;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    position: relative;
    margin-right: 70px;
    grid-area: card-1;
}
.story-crd-btn-1{
    position: absolute;
    left: 38px;
    top: 313px;
    width: 174px;
    height: 47px;
    border-radius: 47.93px;
    background: rgb(60, 216, 232);
    border: none;
    color: white;
    font-weight: 500;
}
.crd-btn-1-img{
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;    
}
.story-crd-title-1{
    margin: 61px 99px 51px 38px;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(0, 0, 0);
}
.story-crd-description{
    font-size: 1rem;
    font-weight: 500;
    margin: 0 68px 34px 38px;
}
.story-card-2{
    position: relative;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    width: 290px;
    height: 301px;
    margin-right: 20px;
    grid-area: card-2;
}
.story-crd-btn-2{
    position: absolute;
    left: 38px;
    top: 158px;
    width: 174px;
    height: 38px;
    border: none;
    border-radius: 47.93px;
    background: rgb(93, 88, 240);
    color: white;
    font-size: 1rem;

}
.story-crd-title-2{
    margin: 28px 54px 33px 38px;
    font-weight: 700;
}
.crd-btn-2-img{
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.story-card-3{
    position: relative;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    width: 290px;
    height: 301px;
    grid-area: card-3;
}
.story-crd-btn-3{
    position: absolute;
    left: 38px;
    top: 158px;
    width: 174px;
    height: 38px;
    border-radius: 47.93px;
    background: rgb(93, 88, 240);
    color: white;
    font-size: 1rem;
    border: none;
}
.story-crd-title-3{
    font-size: 1rem;
    font-weight: 700;
    margin: 28px 60px 33px 38px;
}
.story-card-4{
    position: relative;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    width: 290px;
    height: 301px;
    grid-area: card-4;
}
.story-crd-btn-4{
    position: absolute;
    left: 38px;
    top: 158px;
    width: 179px;
    height: 38px;
    border: none;
    border-radius: 47.93px;
    background: rgb(93, 88, 240);
    color: white;
    font-size: 1rem;
}
.story-card-5{
    position: relative;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    width: 290px;
    height: 301px;
    grid-area: card-5;
}
.story-crd-btn-5{
    position: absolute;
    left: 38px;
    top: 158px;
    width: 127px;
    height: 38px;
    border: none;
    border-radius: 47.93px;
    background: rgb(93, 88, 240);
    color: white;
    font-size: 1rem;
}
.story-cards{
    gap: 20px;
    display: grid;
    grid-template-areas: 
    "card-1  card-2  card-3"
    "card-1  card-4  card-5"
    ;
}
.story-btn{
    margin: 80px auto 60px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stry-btn{
    width: 197px;
    height: 50px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    background: rgb(17, 17, 17);
    color: white;
}


/* footer section */
.footer-section{
    max-width: 1440px;
    padding: 75px;
    justify-content: space-around;
    color: rgb(255, 255, 255);
    background-color: rgb(118, 69, 182);
    display: flex;
    gap: 250px;
  
}
/* .footer-section{
    display: flex;
    gap: 250px;
} */
.footer-clm{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-title{
    font-size: 2rem;
    font-weight: 700;
}
.ftr-description{
    font-size: 1.25rem;
    font-weight: 400;
}
.ftr-list-name{
    font-size: 1.25rem;
    font-weight: 700; 
}
.footer-list{
    list-style: none;
    font-size: 1.25rem;
    font-weight: 500;
}
.footer-name2{
    font-size: 1.25rem;
    font-weight: 700;
}

/* Responsive section */
@media screen and (max-width : 576px) {
    .nav-title,
    .nav-2,
    .nav-3{
        display: none;
    }
    header{
        width: calc(100% - 40px);
        margin: 20px;
    }
    .navbar{
        width: 100%;
        justify-content: space-between;
        margin: 0;
    }  
    hr{
        border-bottom: 1px solid rgb(254, 163, 1);
        display: block;
        margin-top: 20px;
    }
    .menu-icon{
        display: block;
        border: none;
        font-size: 3rem;
        background-color: white;
        color: rgb(17, 17, 17);
    }
    .banner-section{
        width: calc(100% - 40px);
        margin: 20px;
        flex-direction: column-reverse;
    }
    
    .banner-title{
        font-size: 2.5rem;
        text-align: center;
    }
    .banner-1{
        text-align: center;
    }
    .banner-btn{
        font-size: 1rem;
    }
    .banner-box{
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    main{
        width: 100%;
        margin: 0;
    }
    .banner2-name{
        font-size: 2rem;
        margin: 0;
        padding-right: 50px;
    }
    .hide-rs{
        display: none;
    }
    body{
        height: 100%;
    }
    .card-1{
        display: none;
    }
    /* our story */
    .stories-section{
        width: 100%;
        height: 600px;
        margin: 0;
        padding: 0;
        /* height: 100%; */
    }
    .stories-content{
        width: calc(100% - 40px);
        margin: 20px;
        font-size: 2rem;
        padding: 0;
    }
    .story-cards{
        width: calc(100% - 40px);
        margin: 20px;
        gap: 20px;
        padding: 0;
    }
    .hidden-card{
        display: none;
    }
    .card-width{
        width: 176px;
        height: 182px;
        position: relative;
        border-radius: 16px;
        background: rgb(255, 255, 255);
    }
    .story-crd-btn{
        position: absolute;
        left: 22px;
        top: 95px;
        width: 105px;
        height: 23px;
        border-radius: 47.93px;
        background: rgb(93, 88, 240);
        border: none;
        color: white;
        font-size: 0.5625rem;
        font-weight: 500;
    }
    .story-crd-btn2{
        position: absolute;
        left: 22px;
        top: 95px;
        width: 105px;
        height: 23px;
        border-radius: 47.93px;
        background: rgb(149, 178, 38);
        border: none;
        color: white;
        font-size: 0.5625rem;
        font-weight: 500;
    }
    .story-crd-btn3{
        position: absolute;
        left: 22px;
        top: 95px;
        width: 76px;
        height: 22px;
        border-radius: 47.93px;
        background: rgb(149, 178, 38);
        border: none;
        color: white;
        font-size: 0.5625rem;
        font-weight: 500;
    }
    .story-crd-titles{
        margin:14px 36px 19px 22px;
        font-size: 0.5625rem;
        font-weight: 700;
    }
    .story-crd-titles{
        margin:14px 10px 19px 22px;
        font-size: 0.5625rem;
        font-weight: 700;
    }
    .card-width img{
        width: 100%;
    }
    .card-width h4{
        font-size: .75rem;
    }
    .story-btn{
        margin: 50px auto 70px auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stry-btn{
        width: 174px;
        height: 40px;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 12px;
        background: rgb(17, 17, 17);
        color: white;
    }
    /* footer section */
    .footer-section{
        width:calc(100% - 40px);
        margin: 20;
        padding: 20px;
        flex-direction: column;
        gap: 50px;
    }
    .marque{
        display: none;
    }
}