@import url('https://fonts.googleapis.com/css2?family=Diplomata&family=Exo+2:wght@300;400&family=Heebo:wght@500;700&family=McLaren&family=Poppins:ital,wght@0,600;1,300&family=Signika:wght@300;400;500;600&family=Sofia+Sans:wght@400;500&display=swap');


* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

*::selection {
    background-color: #ffd700;
    color: #000;
}



body {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('./images/bg.jpg') !important;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff !important;
    background-size: cover;
}
body::after {
    display: none;
    }
    body::before
    {
      display: none;
    }
body::-webkit-scrollbar {
    width: 1em;
    background-color: black;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background:linear-gradient(#000000, #ffd700);
    outline: 1px solid rgb(0, 0, 0);
    border-radius: 10px;
}


/* HEADER */
header {
    width: 100%;
    height: 240px;
    /* background: linear-gradient(to right, #8360c3, #2ebf91); */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url('./images/header1.jpg') !important;
    background-attachment: fixed !important;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

header h1 span .text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 30px;
    /* font-family: 'Signika', sans-serif; */
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 16px;
}

header img {
    border: 3px double #fff;
    border-radius: 50%;
}

.text {
    position: absolute;
    /* top: 50%;  */
    right: 50%;
    transform: translate(50%, -50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 60px;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #000000,
        1px 3px 1px #0e0c0c,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #000000,
        1px 7px 1px #000000,
        1px 8px 1px #000000,
        1px 9px 1px #111010,
        1px 10px 1px #919191,
        1px 18px 6px rgba(16, 16, 16, 0.4),
        1px 22px 10px rgba(16, 16, 16, 0.2),
        1px 25px 35px rgba(16, 16, 16, 0.2),
        1px 30px 60px rgba(16, 16, 16, 0.4);
}

@media screen and (max-width: 700px) {
    header {
        height: 90px;
    }

    header img {
        height: 70px;
    }

    header h1 {
        font-size: larger;
    }
}

@media screen and (max-width: 399px) {
    header {
        width: 100%;
        height: 50px;
    }

    header img {
        height: 50px;
    }

    header h1 {
        font-size: large;
    }
}

@media screen and (max-width: 369px) {
    header {
        display: none;
    }
}




nav {
    outline: 2px solid #ffd700;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('./images/nav.jpg') !important;
    background-attachment: fixed !important;
    position: sticky;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffd700;
}

nav ul li a {
    color: #ffd700 !important;
    position: relative;
    text-decoration: none;
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffff00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

nav ul li a::after {
    transform: scaleX(0);
}

nav ul li a:hover {
    color: #fff !important;
}

nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: center;
}

.navbar-toggler-icon {
    color: #ffd700 !important;

}

nav ul li a:focus {

    border-radius: 30px;
    color: #000 !important;
    background-color: #ffd700;
    transition: 0.2s;
}

@media screen and (max-width: 990px) {
    span.navbar-toggler-icon {
        background-color: #ffd700 !important;
    }
}
.dropdown-menu
{
    background-color: #000;
}
.dropdown-menu .dropdown-item:hover
{
    background-color: #222;
}



/* content */

.content-body {
    line-height: 39px;
    font-size: 20px;
    font-family: 'Sofia Sans', sans-serif;
    text-indent: 0 !important;
    justify-content: center !important;
}

.hero-pic {
    height: 300px;
    width: 100% !important;
}

@media screen and (max-width:1192px) {
    .hero-pic {
        height: 360px;
    }
}

@media screen and (max-width:986px) {
    .hero-pic {
        height: 480px;
        width: 500px !important;
    }
}

@media screen and (max-width:767px) {
    .hero-pic {
        display: none;
    }

}



/* Slider */

/* Slider End */

/* Products */
.product {
    font-family: 'Heebo', sans-serif;
    text-decoration: 2px solid black;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 200px;
    left: 0;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 20px;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #ffd700;
    outline: 1px solid #000;
    margin: 50px 0 0 0;
    background-color: transparent;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #000;
}

.hovereffect a.info,
.hovereffect h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #000;
    text-transform: uppercase;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}









.shop-now {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('./images/shopnow.jpg');
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 270px;
}

@media screen and (max-width: 1091px) {
    .shop-now {
        width: auto;
    }

    /* New Arrivals */
}

a {
    text-decoration: none;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(#F00, #f0f);
        clip-path: circle(30% at right 70%); */
}

body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(#2196f3, #e91e63);
        clip-path: circle(20% at 10% 10%); */
}

.container1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}

.container1 .card {
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    /* background: rgba(255, 255, 255, 0.1); */
    background: url(./images/5.jpg);
    background-position: top;
    background-size: cover;
    overflow: hidden;
    /* padding: 40px; */
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

.card2 {
    background: url(./images/11.jpg) !important;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: center !important;
}

.card3 {
    background: url(./images/wall-calendar.png) !important;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: center !important;
}

.container1 .card .content {
    padding: 20px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s;
}

.container1 .card:hover .content {
    transform: translateY(0px);
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    opacity: 1;
}

.container1 .card .content h2 {
    position: absolute;
    top: -80px;
    right: 30px;
    font-size: 9rem;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.container1 .card .content h3 {
    font-size: 1.8em;
    /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7); */
    outline: 2px solid white;
    color: #ffd700;
    z-index: 1;
}

.container1 .card .content p {
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
    color: white;
}

.container1 .card .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background: #000;
    color: #ffd700;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.5);

}

.crd2 .card {
    transition: 0.4s;
}

.crd2 .card:hover {
    box-shadow: 10px 10px 20px black;
}

/* New Arrivals End */


/* TESTIMONIALS */

.testimonials {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    width: 100%;
    font-size: 70px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

.testimonial {
    margin: 0 20px 50px;
}

.testimonial .pic {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: 15px;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}

.testimonial .description {
    padding: 20px 22px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    height: 170px;
    border: 1px solid #ffd700;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}

.rating {
    background-color: #ffd700;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #ffd70099 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.testimonial .description:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 0.8;
    background: #fff;
}

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}

.owl-next:before {
    content: "\f054";
}

/* TESTIMONIALS */


/* STATISTICS */
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.statistics {
    background-color: rgba(0, 0, 0, 0.596);
    width: 100%;
    height: 200px;
    color: white;
    border: 2px solid #ffd700;
}

.plus {
    margin-top: -60px !important;
    font-size: 30px;
}

.stats {
    margin: 45px;
    text-align: center !important;
}

/* STATISTICS */


/* FOOTER */
/* .ftr-align
{
    margin-left: -30px !important;
} */
.txt {
    margin-top: -20px !important;
}

/* FOOTER */














/* JOURNALS PAGE START*/
.heading {
    font-size: 130px;
    font-family: 'Heebo', sans-serif;
}




/* JOURNALS PAGE END */






/* DIARIES START */
/*----  Main Style  ----*/
#cards_landscape_wrap-2{
    text-align: center;
    background: transparent;
  }
  #cards_landscape_wrap-2 .container{
    padding-top: 80px; 
    padding-bottom: 100px;
  }
  #cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    width: 100%;
    height: 200px;
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
  }
  #cards_landscape_wrap-2 .card-flyer{
    background: #000000;
    outline: 2px solid #ffd700;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    background: #222;
    box-shadow: 0px 15px 26px #ffd70080;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
    margin-top: 0px;
    margin-bottom: 4px; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #ffd700;
  }
/* DIARIES END */



