*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 200;
    font-family: 'Antro' !important;
    /* font-family: 'diary-light'; */
    letter-spacing: 2px;
}
p,li{
    font-weight: 100;
    /* font-family: 'diary-light'; */
    font-family: 'dear' !important;
    font-size: 1.5rem !important;
    color: rgb(51, 51, 51);
    
}

li a{
    font-weight: 100;
    /* font-family: 'diary-light'; */
    font-family: 'dear' !important;
    font-size: 1.1rem !important;
    color: rgb(51, 51, 51);
    
}



.copy p{
    font-family: 'dear' !important;
    font-size: 1rem !important;
    color: white;
}

.copy p span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;

}
a{
    color: unset;
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 13px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(255, 253, 243);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8f4f29;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #8f4f29;
  }

/* 
@font-face {
    font-family: 'diary-font';
    src: url('handwritten.otf');
}  */
@font-face {
    font-family: 'diary-light';
    src: url('GreatVibes-Regular.ttf');
}
@font-face {
    font-family: 'Antro';
    src: url('Antro.otf');
}
@font-face {
    font-family: 'dear';
    src: url('dear.ttf');
}

h1,h2,h3,h4{
    /* font-family: 'diary-font' !important; */
    font-family: 'Antro';

}

.flex-box{
    display: flex;
    flex-wrap: wrap;
}

.w-50{
    width: 50%;
}

.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.justify-around{
    justify-content: space-around;
}

.item-center{
    align-items: center;
}

.text-center{
    text-align: center;
}

.w-33{
 width: 33%;
}

.w-30{
 width: 30%;
}
body{
    /* background-color: rgba(255, 245, 188, 0.637); */
    background-color: rgb(255, 253, 243);
    position: relative;
}

body::after{
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 100;
}


body::before{
    content: '';
    position: absolute;
    right: 10%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.diary-back{
    /* background-color: rgba(255, 245, 188, 0.637); */
    position: absolute;
    width: 100%;
    z-index: -1;
}

.diary-back .headline{

    width: 100%;
}
.diary-back .lines{
    border-top: 1px solid rgba(0, 0, 0, 0.051);
    padding-top: 4rem;
    position: fixed;
    height: 100vh;
    width: 100%;
}

.diary-back .line{
    /* position:fixed; */
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.051);
    padding-top: 6vh;

}

.navbar{
    position: relative;
    top: 0;
    /* background-color: rgba(255, 245, 188, 0.637); */
    background-color: black  !important;
    z-index: 99 !important;

}


.container1{
   width: 80%; 
   margin: 0 auto;
   padding: 1rem 2rem;
   
}

.hedd{
    /* width: 80%;
    margin: 0 auto;
    padding: 1rem 2rem; */
    position: absolute;
    top: -16rem;
}

.hedd a{
    /* font-family: 'diary-font' !important; */
}

.hedd i{
    font-size: 1.5rem;
}

.navbar .container1{
   
   display: flex;
   justify-content: center;
   align-items: center;
    padding: 0.15rem 2rem;
    background-color: rgb(255, 253, 243);
    height: 6rem;
    /* overflow: hidden; */
    position: relative;
    z-index: 99 !important;
}
.navbar .logo{
    width: 20%;
}
.navbar .logo img{
    width: 90px;
}


.navbar .info-bar{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar .info-bar li{
    list-style: none;
    margin-left: 4rem;
    
}
.navbar .info-bar li a{
    font-family: 'Antro' !important;
    text-decoration: none;
    font-size: 1.4rem !important;

}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255, 253, 243);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 250px;
    padding: 1rem;
}

.dropdown-content > li{
    margin-left: 0rem !important;
    font-size: 1.4rem !important;
}

.dropdown-content > li > a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: all 0.1s ease-in-out;
}

.dropdown-content > li > a:hover {
    color: #8f4f29;
    margin-left: 2px !important;
    font-weight: 700;
}

.dropdown:hover .dropdown-content {
    display: block;
    height: auto !important;
}

.dropdown:hover .dropbtn {
    margin-left: 0rem;
    font-size: 1.9rem;
}

.menu-icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 14px 16px;
}

.menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    transition: 0.4s;
}

@media screen and (max-width: 768px) {
    .menu {
        flex-direction: column;
        display: none;
        width: 100%;
    }

    .menu > li {
        width: 100%;
        text-align: center;
    }

    .dropdown-content {
        position: relative;
    }

    .menu-icon {
        display: flex;
    }
}




.slider .container1{
    /* background-image: url('images/slider1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 22;
}
.slider .container1 .text{
    width: 50%;
    position: relative;

}

.slider .container1 .text .text1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 2rem !important;
   
    right: 0;
    width: 100%;
    opacity: 0;
    object-fit:contain ;
    transition: opacity 1s ease-in-out;
}
.slider .container1 .text .text1.active {
    opacity: 1;
}

.slider .container1 .text h2{
    font-size: 3rem;
    margin-bottom: 1rem;
}

.slider .container1 .text p{
    font-size: 2rem;
    text-align: justify;
}

.slider .container1 .image{
    width: 50%;
    position: relative;

}
.slider .container1 .image img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    right: 0;
    width: 100%;
    opacity: 0;
    object-fit:contain ;
    transition: opacity 1s ease-in-out;
}
.slider .container1 .image img.active {
    opacity: 1;
}

.heading{
    padding-bottom: 3rem ;
}


.heading h2 a{
    font-size: 3rem;
    position: relative;
}

.heading h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #8f4f29;
    opacity: 0.9;
    border-radius: 30px;
}
.heading h2 a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 90%;
    height: 1px;
    background-color: #8f4f29;
    opacity: 0.9;
}


.about{
    padding: 8rem 0;
}

.about .text h2{
    font-size: 4rem;
    margin-bottom:  2rem;

}
.about .text p{
    font-size: 2rem;
}

.about .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .text{
    width: 50%;
    padding-right: 2rem;
}



.about .image{
    width: 50%;
}

.about .image img{
    width: 100%;
}

.products{
    padding-bottom: 8rem;
}

.products .box{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2% ;
}

.products .box .product{
    width: 32%;
    margin-top: 1rem;
}

.products .box .product img{
    width: 100%;
}

.products .box .product p{
    font-size: 2rem;
}


.features{
    padding-bottom: 8rem;
}

.features .box{
    margin-top: 3rem;
}

.features .block{
    text-align: center;
}
.features i{
    color: black;
    font-size: 5rem;
  
}


.features .block img{
    width: 100px;
    margin-bottom: 2rem;
}

.features h3{
    font-size: 2rem;
}


.parallax{
    margin-bottom: 8rem;
}

.parallax .container1{

    background-image: url('images/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.parallax .container1 p{
    padding: 8rem 0;
    text-align: center;
    font-size: 3rem;
    text-shadow: 1px 1px 10px black;
    color: white;
}

.category{
    padding-bottom: 8rem;
}

.category .block{
    height: 300px;
    background-image: url('images/slider.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    background-color: transparent !important;
    /* border: 1px solid black; */
}
.category .block:nth-child(1){
    width: 66.7%;
    background-image: url('images/diary1.jpg') ;
    
}
.category .block:nth-child(2){
    width: 33.3%;
    background-image: url('images/file.JPG') ;
}
.category .block:nth-child(3){
    width: 33.3333%;
    background-image: url('images/keychain.jpg') ;
}
.category .block:nth-child(4){
    background-image: url('images/laptopbag.jpg') ;
    width: 33.3333%;
}
.category .block:nth-child(5){
    background-image: url('images/leatherwallet.jpg') ;
    width: 33.3333%;
    height: 600px;
    
}
.category .block:nth-child(6){
    background-image: url('images/giftset.jpg') ;
    width: 33.3333%;
    margin-top: -300px;
    
}
.category .block:nth-child(7){
    width: 33.3333%;
    margin-top: -300px;
    background-image: url('images/travelbag.jpg') ;
    
    
}
.category .block:nth-child(8){
    width: 100%;
    background-image: url('images/wood.jpg') ;
    background-position: top;
}

.category .flex-box a{
    text-decoration: none;
}

.category .block h2{
    height: 100%;
    width: 100%;
    color: white;
    text-shadow: 1px 1px 10px black;
    /* font-weight: 600; */
    padding: 2rem;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.308);
    font-family: 'dear' !important;
}

.pen{
    position: fixed;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    
}
.pen.right{
    position: fixed;
    right: 2.5%;
    left: unset;
    top: 0%;
    transform:unset;
    display: none;
}
.pen.right img{
    height: 200px;
    object-fit: contain;
    margin-top: -15px;
}

.pen img{
    height: 400px;
}


.footer .container1{
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.footer .container1::after{
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    /* background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; */
    opacity: 1;
}

.footer .box{
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.footer .block:nth-child(1){
   width: 100%;
}

.footer .block:nth-child(1) img{
    margin-bottom: 4rem;
}

.footer .block{
   width: 28%;
}

.footer .block img{
    width: 140px;
}

.footer .block h2{
    margin-bottom: 2rem;

font-size: 2.2rem;
}

.footer .block i{
    color: #e1b869;
}
.footer .block li{
    /* color: rgba(0, 0, 0, 0.85); */
    line-height: 2;
    font-size: 1.1rem !important;
    list-style: none;
}

.footer .block li a{
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;

}

.copy{
    text-align: center;
    color: white;
}
.copy p{
    padding: 1.15rem 0;
    background-color: #8f4f29;
    width: 80%;
    margin: 0 auto;
    /* margin-top: -10px; */
}


.products{
    padding: 4rem 0;
}


.single-product{
    padding: 4rem 0;
}

.single-product .product-gallery img{
    width: 32%;
}
.single-product .product-gallery img:nth-child(1){
    width: 100%;
    height: 250px;
}


.single-product .description{
    padding-left: 2rem;
    line-height: 1.5;
    letter-spacing: 1px;

}

.single-product .description h2{
    font-size: 2.1rem;
}

.single-product .description p{
    font-size: 1.3rem;
    margin: 1rem 0;
}


.single-product button{
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    background-color: #8f4f29;
    color: white;
    outline: none;
    border: 1px solid #8f4f29;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.single-product button:hover{
    color: #8f4f29;
    background-color: transparent;
}

.clients{
    padding: 4rem 0;
}

.clients img{
    width: 100%;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.clients img:hover{
    width: 100%;
    filter: grayscale(0);
}
.w-25{
    width: 25%;
}
.w-20{
    width: 20%;
}



.burger{
    position: absolute;
    right: -10%;
}


@media only screen and (max-width: 990px) {


    .container1{
        padding: 1rem !important;
    }
    .heading{
        text-align: center;
    }
    .heading h2 a{
        font-size: 2.2rem;
    }

    .navbar .container1{
        background-color: transparent;
    }
    .navbar .info-bar{
        display: none;
    }

    .navbar .logo img{  
        width: 66px;

    }

    .pen img{
        height: 200px;
        margin-left: -1rem;
    }

    .slider .container1{
        flex-wrap: wrap;
        padding: 4rem 0;
    }

    .slider .container1 .hedd{
        display: none !important;
    }
    .slider .container1 .text{
        width: 100%;
        position: relative;
    
    }
    .slider .container1 .image{
        width: 100%;
        position: relative;
    
    }
    
    .slider .container1 .text .text1{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0rem !important;
        right: 0;
        text-align: center;
        opacity: 0;
        object-fit:contain ;
     
    }

    .about .flex{
        flex-wrap: wrap;
    }
    .about .text{
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .about .text h2{
        font-size: 2.2rem;
    }
    .about .text p{
        font-size: 1.2rem;
    }
    .about .image{
        width: 100%;
        padding-right: 0;
    }



    .category .flex-box .block{
        width: 100% !important;
        height: 200px !important;
        margin: 0 !important;
    }



    .parallax .container1 p{
        padding: 4rem 0;
        font-size: 1.2rem;
    }

    .features .box{
        margin-top: 2rem;
    }

    .products .box .product{
        width: 100%;
        text-align: center;
    }

    .features .box .block{
        margin: 1rem 0;
    }

    .clients{
        padding-top: 0;
        padding-bottom: 8rem;
    }

    .clients .box .block{
        width: 33%;
    }

    .footer .box .block{
        width: 100% !important;
        text-align: center;
    }
    .footer .box .block h2{
        margin: 1rem !important;
        font-size: 1.8rem;
    }
    .footer .block li{
        font-size: 1.1rem;
    }

    .copy p{
        padding: 1.2rem 0.5rem;

        line-height: 1.5;
    }
    .single-product .flex-box{
        flex-wrap: wrap;
    }

    .single-product .product-gallery{
        width: 100% !important;
    }
    .single-product .product-gallery img{
        height: 150px;
        object-fit: contain;
    }

    .single-product .description{
        width: 100% !important;
        margin-top: 2rem;
        padding: 0 ;
    }

}