@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;400;500;600&family=Abhaya+Libre:wght@500&family=Poppins:wght@400;500;600&display=swap');
@font-face {
    font-family: Cocogoose;
    src: url(../img/fonts/Cocogoose\ Pro\ Regular\ Trial.ttf);
  }
  @font-face {
      font-family: Cocogoose;
      src: url(../img/fonts/Cocogoose\ Pro\ Light\ Trial.ttf);
    }
    @font-face {
      font-family: Cocogoose;
      src: url(../img/fonts/Cocogoose\ Pro\ SemiLight\ Trial.ttf);
    }
    
    

* {
    padding: 0;
    margin: 0;
    font-family: 'Encode Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cocogoose';
}


p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Encode Sans', sans-serif;
}

.underline {
    position: relative;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #672602;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.underline:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.thm-btn {
    background-color: #672602;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
}


/* nav  */

.navigation {
    /* background-image: url(../img/verve-bg.jpg); */
    background-color: #fff;
}

.navigation nav {
    float: right;
    background-color: transparent;
}

.navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation nav ul li {
    float: left;
    position: relative;
}

.navigation nav ul li a {
    display: block;
    padding: 0 10px;
    line-height: 80px;
    /* background: #ffffff; */
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
    color: #672602;
    font-size: 18px;
    text-decoration: none;
    margin-top: 8px;
}

.navigation nav ul li a:hover {
    color: #672602;
}

.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
}

.navigation .brand {
    position: relative;
    /* padding: 0 20px; */
    border-radius: 0 0 10px 10px;
    float: left;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 1.4em;
    background-color: transparent;
}

.navigation .brand a,
.navigation .brand a:visited {
    color: #463f3f;
    text-decoration: none;
}
.navigation .brand img{
    height: 100px;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}

@media only screen and (max-width: 1000px) {
    .navigation .nav-mobile {
        display: block;
    }

    .navigation nav {
        width: 100%;
        padding: 0px 0 15px;
    }

    .navigation nav ul {
        display: none;
    }

    .navigation nav ul li {
        float: none;
    }

    .navigation nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .navigation .nav-list {
        background-color: #ffff;
        color: #000;
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
    }
    /* .navigation .nav-list img{
        display: none;
    } */

    .navigation .brand {
        position: static;
    }

    .navigation nav ul li a {
        padding: 15px;
        line-height: 20px;
        color: #000;
    }
}

.navigation #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

.navigation #nav-toggle span,
.navigation #nav-toggle span:before,
.navigation #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #463f3f;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

.navigation #nav-toggle span:before {
    top: -10px;
}

.navigation #nav-toggle span:after {
    bottom: -10px;
}

@media screen and (min-width: 1000px) {
    .navigation .nav-list {
        display: block !important;
    }
}
.navigation .nav-list i{
    
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.326);
    transition: 0.5s all;
}
.navigation .nav-list i:hover{
    transform: scale(1.05);
}

.navigation #nav-toggle span:before {
    top: -10px;
}

.navigation #nav-toggle span:after {
    bottom: -10px;
}

.navigation #nav-toggle.active span {
    background-color: transparent;
}

.navigation #nav-toggle.active span:before,
.navigation #nav-toggle.active span:after {
    top: 0;
}

.navigation #nav-toggle.active span:before {
    transform: rotate(45deg);
}

.navigation #nav-toggle.active span:after {
    transform: rotate(-45deg);
}


/* 
.navigation – the outer wrapper for the navbar. Specifies the height and color, and will stretch the full width of the viewport.
*/


/* .navigation {
  height: 80px;
  background: transparent;
  position: sticky;
  z-index: 999;
} */

.navigation {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 40px 0px;
    z-index: 999;
}



/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navigation nav ul li a {
        font-size: 11px;
    }
} */



/* new style */
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background: url(../img/abode.mp4) no-repeat center center/cover; */
}

video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(0deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.7) 50%); */
    /* background-color: rgba(0, 0, 0, 0.342); */

    z-index: 2;
}

.bg-video-wrap h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 800px;
    width: 100%;
    font-size: 89px;
    height: 50px;
}

.title-font h1 {
    letter-spacing: 5px;
    font-size: 57px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #672602;
    margin-bottom: -16px;
}
.verve-gallery{
    padding: 80px 0px;
}
.verve-gallery .caption img{
    border-radius: 15px;
    transition: all 0.4s linear; 
}
.verve-gallery .caption img:hover{
    transform: scale(1.03);
}
.g-modal ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0px;
}

.g-modal ul li{
    margin: 3px 20px;
}
.g-modal ul li a{
    text-decoration: none;
    border: 1px solid #672602;
    font-size: 20px;
    font-family: 'Encode Sans', sans-serif;
    padding: 8px 22px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.g-modal ul li a img{
    margin-right: 5px;
}
.verve-designer{
    padding: 0px 0px 80px 0px;
}
.designer-detail p{
    text-align: center;
    font-size: 25px;
    color: #672602;
    font-weight: 600;

}
.designer-details p{
    
    font-size: 19px;
}
.designer-details h3{
    font-family: 'Encode Sans', sans-serif;
    color: #672602;
    font-weight: bold;
}
.btn-main a{
    text-decoration: none;
    border: 1px solid #672602;
    font-size: 20px;
    font-family: 'Encode Sans', sans-serif;
    padding: 8px 22px;
    color: #672602;
    font-weight: 500;
    transition: 1s;
    letter-spacing: 2px;

}
.btn-main a:hover{
    background-color: #672602;
    color: #fff;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    

}
.btn-main-btn{
    text-decoration: none;
    border: 1px solid #672602;
    font-size: 20px;
    font-family: 'Encode Sans', sans-serif;
    padding: 8px 22px;
    color: #672602;
    font-weight: 500;
    transition: 1s;
    letter-spacing: 2px;

}
.btn-main-btn:hover{
    background-color: #672602;
    color: #fff;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    

}
.lookbook-sec{
    padding: 0px 0px 80px 0px;
}
.experties .ex-sec{
    padding: 20px 45px;
}
.experties-text{
    text-align: center;
    font-size: 22px;
    color: #672602;
    font-weight: 600;
}
footer{
    padding: 80px 0px 20px 0px;
}
footer h6{
    color: #672602;
    font-size: 20px;
}
footer .social {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-top: 15px;
}
footer .social li { 
    padding: 10px;
}
footer .links{
    list-style: none;
    padding-left: 0px;
}
footer .links li a{
    text-decoration: none;
    color: #ac450e;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 2;

}
footer .t-text{
    font-size: 40px;
    font-weight: bold;
}
footer .b-text{
    font-size: 18px;
    font-weight: 400;
}

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    padding: 60px 0px;
}



/* modal */
.modal-title {
    font-size: 30px;
    padding-left: 20px;
}

.modal-content {
    border-radius: 20px !important;
}
.modal-body .carousel-item img{
    border-radius: 20px;
}

.login-box {
    padding: 0px 40px;
    margin: 20px auto;

}

.login-box p:first-child {
    margin: 0 0 30px;
    padding: 0;
    color: #672602;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input, .login-box .user-box select, .login-box .user-box option, .login-box .user-box textarea  {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #672602;
    margin-bottom: 30px;
    border: none;
    border-bottom: 2px solid #672602;
    outline: none;
    background: transparent;
    font-family: 'Encode Sans', sans-serif;
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #672602;
    pointer-events: none;
    transition: .5s;
    font-family: 'Encode Sans', sans-serif;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #672602;
    font-size: 12px;
}

.login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    color: #672602;
    font-size: 16px;
    background-color: #f7f7f7;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 3px
}

.login-box form a:hover {
    color: #fff;
    background-color: #672602;
}


.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1.5s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #672602);
    animation: btn-anim2 1.5s linear infinite;
    animation-delay: .375s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #672602);
    animation: btn-anim3 1.5s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #672602);
    animation: btn-anim4 1.5s linear infinite;
    animation-delay: 1.125s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

.reason-box {
    padding: 0px !important;
    margin-bottom: 5px;
    width: auto !important;
    display: flex !important;
    justify-content: space-between !important;
}
.reason-box label {
    border: 1px solid #672602 !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    color: #000 !important;
    width: 110px !important;
    text-align: center  !important;
    letter-spacing: 0.3px;
    padding: 8px 6px !important;
    margin-bottom: 0px !important;
}
.reason-box input[type=checkbox] {
    width: 100%;
    opacity: 0 !important;
    display: none;
}

.reason-box input[type=checkbox]:checked+label {
    background: #672602 !important;
    color: #fff !important;
}
.newsletter {
    padding: 30px 50px;
    /* background: linear-gradient(170deg, #206fa3 28%, #72b1db 92%); */
    /* background-image: url(../img/verve-bg.jpg); */   
  
}
.newsletter h3{
    font-family: 'Encode Sans', sans-serif;
    color: #672602;
}
.verve-letscraft{
    padding: 130px 0px 60px 0px;
}
.craft-title h2, .craft-title h1 {
    text-align: center;
    font-family: 'Encode Sans', sans-serif;
    color: #672602;
}
.craft-title h2{
    font-weight: 500;
}
.craft-title h1{
    font-size: 70px;
    font-weight: 200;
    margin-top: -25px;

}
.craft-title h2 span{
    font-size: 95px;
    font-family: 'Abhaya Libre', serif;
    color: #cc9425;
    text-shadow: 1px 2px white, 2px 4px #cc9425;
    /* animation: blur 5s ease-in-out infinite; */
  
}

/* @keyframes blur {
    0%, 100% {
      transform: rotate(-20deg) skew(25deg) translate(0,0);
      text-shadow: 1px 2px white, 2px 4px #cc9425;
    }
    
    50% {
      transform: rotate(-20deg) skew(25deg) translate(50px, -50px);
      text-shadow: -50px 50px 0 rgba(0,0,0,.2);
      filter: blur(1px);
    }
  } */

.verve-letscraft .title-font h1{
    text-transform: capitalize;
    font-size: 65px;
}
.verve-letscraft .txt-block{
    justify-content: center;
    
}
.verve-letscraft .m-txt{
    text-align: center;
    align-items: center;
}
.verve-letscraft .m-txt h4, .verve-letscraft .m-txt p {
    font-family: 'Poppins', sans-serif;
}
.verve-letscraft .m-txt p{
    margin-bottom: 5px;
}
.verve-letscraft .m-txt h4{
    font-size: 60px;
    font-weight: 600;
   
}
.verve-letscraft .txt h4{
   color: #0b3391;
}
.verve-letscraft .txt1 h4{
    color: #127807;
 }
 .verve-letscraft .txt2 h4{
    color: #ca0b2e;
 }
 .verve-letscraft .txt3 h4{
    color: #66686c;
 }
 .verve-letscraft .txt4 h4{
    color: #9b7509;
 }
 .verve-letscraft .txt5 h4{
    color: #b00882;
 }
 /* .verve-letscraft .m-txt p{
    margin-bottom: 35px;
 } */
 /*/////feedback ///*/
.feedback-form {
    position: fixed;
    top: 12%;
    right: 0;
    z-index: 300;
    min-height: 500px;
}

.feedback-form .feedback-form-btn {
    position: absolute;
    left: -116px;
    width: 191px;
    transform: rotate(-90deg);
    top: 33%;
    border-radius: 0;
    line-height: 35px;
    padding: 8px 33px;
    text-decoration: none;
    box-shadow: none;
    text-align: center;
    font-weight: 200;
    word-spacing: 2px;
    color: #fff;
}
.feedback_form_area {
    position: relative;
    display: none;
    overflow: hidden;
    background: rgb(255 255 255);
    box-shadow: 0px 0px 5px 0px rgb(40 40 40 / 35%);
}
.talk-en{
    font-size: 18px;
    color: #672602;
    font-family: 'Encode Sans', sans-serif;
}
.feedback_form_area .login-box{
    padding: 0px 20px;
}
.feedback_form_area_inner {
    width: 320px;
    min-height: 330px;
    color: #fff;
    padding: 30px 15px;
    padding-bottom: 5px;
}
.feedback_form_area ::placeholder{
    color: #672602;
    margin-left: 5px;
}
 @media only screen and (max-width: 600px) {
    .navigation {
        background-color: #fff;
        position: sticky;
    }

    .underline::before {
        background-color: transparent;
    }
    .modal-title{
        font-size: 20px;
    }
}


.our-blog{
    background-color: #f8f9fa;
    padding: 100px 0;
}



.our-blog .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.our-blog img{
    width: 100%;
    height: auto;
    border: 0;
}

.our-blog .card-body{
    padding: 45px 20px ;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.our-blog .card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

.our-blog .card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.our-blog .card p{
    color: #47494c;
    margin-top: 15px;
}


.card-body h5 a{
    color: #222;
    text-decoration: none;
}

.blog-det{
    padding: 100px 0px 80px 0px;
}
.blog-det .detail-section{
    border: 1px solid #672602;
    padding: 50px;
}
.blog-det .detail-section h1{
    color: #672602;
    font-size: 30px;
    margin-bottom: 15px;
}
.blog-det .detail-section h2{
    color: #672602;
    font-size: 20px;
    margin-bottom: 12px;
}
.blog-det .detail-section p a{
    color: #672602;
    text-decoration: none;
}
.blog-det .detail-section h5{
    color: #672602;
    
}
.blog-det .detail-section img{
    margin: 20px 0px;
    width: 100%;
}
@media only screen and (max-width: 425px){
    .title-font h1 {
        letter-spacing: 5px;
        font-size: 40px;
        margin-bottom: -10px;
    }
    .verve-letscraft .m-txt h4{
        font-size: 40px;
    }
    .btn-main a{
        font-size: 12px;
        padding: 8px 7px;
    }
    .bg-video-wrap{
        height: 50vh;
    }
    video{
        height: 50vh;
    }
    .login-box{
        padding: 0px;
    }
    .blog-det .detail-section{
        padding: 26px;
    }
}