@font-face {
  font-family: myFont;
  src: url(Dancing_Script/DancingScript-VariableFont_wght.ttf);
}

@font-face {
  font-family: mylatoFont;
  src: url(lato/Lato/Lato-Regular.ttf);
}

p, button{
    font-family: mylatoFont;
    font-size: 17px;
    letter-spacing: 1px;
}

a{
    text-decoration: none;
    font-family: mylatoFont;
}

h1, h2, h3, h4{
    margin-bottom: 0px;
}

html{
    scroll-behavior: smooth;
}

.wrapper{
    position: relative;
    z-index: 1;
    background-color: var(--color_white);
}


.banner_sec{
    background-image: url(../images/banner_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    aspect-ratio: 1.9 / 1;
    position: relative;
}

.container{
    max-width: 1600px;
}

.navigation{
    position: relative;
    top: 0px;
    z-index: 1;
    padding: 40px 0px;
}

.navigation .row{
    align-items: center;
    justify-content: space-between;
}

.nav_sec ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-left: 0px;
}

ul li a{
    color: var(--color_white);
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}


.footer_col:nth-child(2) ul li:first-child a{
    font-weight: bold;
    color: var(--highlight);
}

.main_title .title{
    height: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    max-width: 50%;
}


.main_title h1{

    color: var(--color_white);
    font-size: 100px;
    font-family: var(--main_heading);

}

.main_title h2{
    color: var(--highlight);
    font-size: 100px;
    font-family: myfont;
}

.main_title p{
    color: var(--color_white);
    font-size: 25px;
    line-height: 40px;
    margin: 60px 0px 80px;
    padding-right: 200px;
}

.cta button{
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--text_font);
    border: none;
    margin-right: 20px;
}

.cta button:last-child{
    border: 2px solid var(--highlight);
    background-color: transparent;
}

.cta button:last-child a{
    color: var(--color_white);
}

.cta button a{
    color: #000;
}

.shipping_sec{
    padding: 35px 0px;
    background: #f7f4ef;
}

.shipping_title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping_title img{
    margin-right: 20px;
    width: 17%;
}

.shipping_sec .row{
    display: grid;
    grid-template-columns: repeat(4, minmax(300px, 0fr));
    justify-content: center;
}

.shipping_sec .row .col-md-3{
    width: 100%;
}

.free_shipping{
    color: #000;
    text-align: center;
}

.free_shipping h4{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.free_shipping p{
    margin: 25px 0px;
    font-size: 18px;
}

.ribon{
    margin: 100px 0px;
}

.categories{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 100px;
}

.categories_sec{
    background-image: url(../images/categories.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px;
    text-align: center;
    height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.categories_sec:nth-child(1){
    background-image: url(../images/categories_1.jpg);
}

.categories_sec:nth-child(2){
    background-image: url(../images/categories_2.jpg);
}

.categories_sec:nth-child(3){
    background-image: url(../images/categories_3.jpg);
}

.categories_sec:nth-child(4){
    background-image: url(../images/categories_4.jpg);
}

.categories_sec:nth-child(5){
    background-image: url(../images/categories_5.jpg);
}

.categories_sec:nth-child(6){
    background-image: url(../images/categories_6.jpg);
}

.categories_sec:nth-child(7){
    background-image: url(../images/categories_7.jpg);
}

.categories_sec::before{
    content: '';
    position: absolute;
    background-color: #000;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}

.categories_sec h5{
    color: var(--color_white);
    font-family: var(--main_heading);
    position: relative;
    z-index: 2;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
}

.categories_sec a{
    color: var(--color_white);
    font-size: 20px;
    border-bottom: 1px solid;
    position: relative;
    z-index: 2;  
}


.ribon{
    background-color: #0e2d4d;
    color: #fff;
    padding: 20px;
}


.scrolling-content__item{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.scrolling-content__item p{
    margin-bottom: 0px;
    font-size: 30px;
    font-family: var(--main_heading);
    letter-spacing: 2px;
}



.all_products{
    padding: 100px 0px;
}


.all_featured_products{
    padding: 100px 0px;
}

.blog_sec{
    padding-bottom: 100px;
}


.all_products > h2, .all_featured_products > h2, .blog_sec > h2, .about > h2, .privacy > h2, .contact > h2{
    color: var(--highlight);
    font-size: 40px;
    font-family: var(--main_heading);
    text-align: center;
}

.all_products > p, .all_featured_products > p, .blog_sec > p, .about > p{
    letter-spacing: 2px;
    text-align: center;
}

.product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 80px ;
}

.product:nth-child(4) > img{
    order: 2;
}

.products{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-column: span 2;
}

.pro_description{
    margin-top: 30px;
}

.product_one{
    text-align: center;
}

.product_one img{
    width: 100%;
}

.products h6{
    font-family: var(--main_heading);
    font-size: 20px;
    font-weight: bold;
}

.products .price_list p{
    font-weight: 500;
    font-size: 20px;
}

.products .price_list p span{
    color: var(--highlight);
    font-size: 16px;
}


.testimonial{
    background-image: url(../images/testimonial.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0px;
    text-align: center;
    color: var(--color_white);
    margin-bottom: 100px;
}

.testmonial_sec{
    width: 60%;
    margin: auto;
}

.testmonial_sec h2{
    font-family: var(--main_heading);
    font-size: 50px;
}

.testmonial_sec p:nth-child(2){
    color: var(--highlight);
    letter-spacing: 2px;
    font-size: 20px;
}

.testmonial_sec img{
    padding: 40px 0px;
}

.testmonial_sec p{
    color: var(--color_white);
    line-height: 30px;
    font-size: 20px;
}


.testmonial_sec p.name_profile{
    font-family: var(--sub_heading);
    color: var(--highlight);
    font-size: 25px;
}


.blogs{
    padding: 60px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;

}

.our_blogs{
    display: grid;
    grid-template-columns: repeat(2, 380px);
    align-items: center;

}

.blog_text p {
    line-height: 30px;
    margin-bottom: 45px;
}

.blog_text a{
    border: 2px solid var(--highlight);
    padding: 13px 35px;
    color: #000;
}

.footer{
    background-image: url(../images/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
    color: var(--color_white);
    position: sticky;
    bottom: 0px;
}

.footer .ft{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px 60px;
}

.footer_col img{
    margin-bottom: 30px;
}

.footer_col p{
    font-size: 18px;
}

.footer_col h4{
    font-size: 30px;
    font-weight: 500;
    font-family: var(--main_heading);

}

.footer_col ul{
    padding-top: 30px;
    list-style: none;
    padding-left: 0px;
    
}

.footer_col:nth-child(3) ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.footer_col ul li{
    margin-bottom: 20px;
}


.footer_col:nth-child(4) img{
    padding-top: 30px;
    margin-right: 20px;
}


.footer_col:nth-child(5){
    grid-column: span 2;
    max-width: 560px;
}

form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}

form input[type='text']{
    background: transparent;
    border: none;
    width: 100%;
    color: var(--color_white);
    padding: 10px;
    outline: none;
}

form input::placeholder{
    color: var(--color_white);
}

form input[type='button']{
    background: transparent;
    color: var(--highlight);
    border: none;
    text-align: right;
    max-width: 40%;
    margin: auto;
    margin-right: 0;
}


.limited_time_offer{
    background-image: url(../images/bg_wallpaper.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.limited_time_offer::before{
    content: '';
    background-color: var(--color_black);
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


.limited_time_offer .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px;
}

.time_offer, .timer{
    color: var(--color_white);
    position: relative;
    z-index: 1;
}

.time_offer h2, h3{
    font-family: var(--main_heading);
}

.time_offer h3{
    font-size: 50px;
    margin-bottom: 30px;
}

.time_offer p{
    margin: 30px 0px;
    line-height: 40px;
    font-size: 20px;
}

.time_offer button{
    border: 2px solid var(--color_white);
    padding: 10px 30px;
    background: transparent;
}

.time_offer button a{
    color: var(--color_white);
}

.timer img{
    width: 100%;
}

.about_section, .privacy_policy, .contact_page{
    padding: 100px 0px;
}

.about > p{
    max-width: 60%;
    margin: auto;
    margin-bottom: 30px;
}


.mission > h3, .vision > h3{
    padding: 100px 0px;
    text-align: center;
    font-size: 50px;
}

.mission_details{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
}

.vision .mission_details img{
    order: 1;
}

.vision.process .mission_details img{
    order: 0;
}

.vision.process ol li{
    margin-bottom: 40px;
}

.privacy{
    max-width: 60%;
    margin: auto;
}

.privacy h2{
    margin-bottom: 80px;
}

.privacy p, .contact p{
    margin: 30px 0px;
}

.privacy:nth-child(5){
    margin-bottom: 30px;
}

.privacy ol li, .privacy ul li{
    margin-bottom: 20px;
}

.note{
    padding-left: 30px;
    border-left: 5px solid #dfdfdf;
}

.contact > p{
    text-align: center;
}

.contact_info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding: 100px 0px;
}

.contact_detail h2{
    font-size: 60px;
    font-family: contact_info;
    line-height: 60px;
}

.call_info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    padding-top: 50px;
}

.call_info p {
    margin: 10px 0px 30px;
}

.contact_form{
    background-color: #f0f1f3;
    padding: 40px 100px;
    border-radius: 30px;
    text-align: center;
}

.contact_form form{
    display: block;
}

.contact_form form input[type='text'], .contact_form form textarea{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 40px;
    color: #000;
    width: 100%;
}

.contact_form form textarea{
    height: 150px;
    outline: none;
    padding: 10px;
}

.contact_form form input::placeholder, .contact_form form textarea::placeholder{
    color: #000;
}

.contact_form input[type='submit']{
    background-color: var(--highlight);
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    border-radius: 10px;
    width: 30%;
}

.social_media img{
    margin-right: 10px;
}
