*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#f5f0e7;
    font-family:'Avotica Regular';
    overflow-x:hidden;
        background-image: url(/images/section-background.png) !important;
}

.container{
    width:90%;
    max-width:1500px;
    margin:auto;
}

/* HERO */

section.hero {
  width: 100% !important;
    justify-content: space-between;
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 2;
}
h1.hero-title {
    font-family: 'Georgia ';
    font-weight: 500;
    font-size: 70px;
    font-style: normal !important;
}
p.hero-subtitle {
    font-size: 35px;
    font-family: 'Avotica Regular';
    margin-top: 30px;
    margin-bottom: 20px;
}

a.btn {
    padding: 6px 60px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'Avotica Regular';
    font-size: 40px;
    background: #99461f;
}
.studio-label {
    margin-top: 40px;
    font-size: 40px;
}
.hero-actions {
    margin-top: 90px;
}
/* MOBILE */

@media(max-width:768px){

    .hero-content h1{
        font-size:42px;
    }

    .hero-content p{
        font-size:16px;
    }

    .logo img{
        width:176px;
    }
   section.hero {
    display: flex;
    flex-direction: column;
}
.hamburger-btn img {
    width: 31px !important;
}
button.evoke-btn {
    font-size: 12px !important;
    letter-spacing: 6px !important;
}
}

.hero-image img {
    width: 100% !important;
}
button.evoke-btn {
    padding: 18px 60px;
    border-radius: 0px 50px 50px 0px;
    color: #fff;
    text-decoration: none;
    font-family: 'Avotica Regular';
    font-size: 40px;
    background: #99461f;
        border: 1px solid #99461f;
    letter-spacing: 11px;
}
.evoke-subscribe-form input#evoke-email-input::placeholder {
    font-size: 40px;
}
input#evoke-email-input {
    padding: 22px 10px;
}
input#evoke-email-input {
    padding: 37px 39px 30px;
    width: 548px;
    border-radius: 50px 0px 0px 50px;
   border: -0.9px solid #0000005c;
    margin-right: -7px;
    background: #fff;
}
.evoke-subscribe__inner {
    max-width: 100% !important;
    text-align: center;
}
.evoke-email::placeholder {
    font-size: 40px;
}


 /*<!--=======================================Book section start===================================================-->*/
/* =========================================
BOOKS SECTION
========================================= */

.books-section{
 
    padding:0 0 120px 0;
    position:relative;
    overflow:hidden;
}




.books-section .container{
    max-width:1500px;
    margin:0 auto;
    padding:0 30px;
    position:relative;
    z-index:2;
}


/* =========================================
HEADER
========================================= */

.books-header{
       display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    margin-top: 40px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.books-title{
   font-size: 55pt;
    line-height: 1;
    color: #a24525;
    margin-bottom: 10px;
        font-family: 'Georgia' !important;
    font-weight: 500;
}

.books-subtitle{
    color:#a64d24;
    font-size:28px;
    font-style:italic;
       font-family: 'Georgia' !important;
}

.books-right{
    display:flex;
    align-items:center;
    gap:18px;
}

.books-line{
    width:70px;
    height:4px;
    background:#8f3f16;
}

.books-label{
 color: #73310f;
    font-size: 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}


/* =========================================
CARD
========================================= */

.books-card{
    background:#f7f6f4;
    border-radius:22px;
 
    display:flex;
    grid-template-columns:420px 1fr;
    gap:60px;
    align-items:center;
    box-shadow:0 12px 30px rgba(0,0,0,0.05);
}
.books-image-wrap {
    width: 40%;
}
.books-content {
    width: 60%;
}
/* image */
.books-image-wrap{
    position:relative;
}
.books-image-wrap {
    padding-bottom: 50px;
}
.books-image{
    width:100%;
    display:block;
}

/* share */
.books-share {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 100px;
    height: 100px;
    background: #a64d24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0;
}
/* content */
.books-small-title{
        color: #a64d24;
    font-size: 17pt;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Avotica Regular';
}

.books-main-title{
    font-size:72px;
    line-height:1;
    color:#a64d24;
    margin-bottom:5px;
    font-family:'Georgia' !important;
    font-weight:500;
}

.books-description{
    color:#a64d24;
    font-size:28px;
    line-height:1.5;
    margin-bottom:35px;
    font-family:'Georgia' !important;
}

.books-btn{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    height: 62px;
    padding: 0 28px;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 20pt;
    transition: .3s ease;
    font-family: 'Avotica Regular';
    background: #99461f;
}

.books-btn:hover{
    background:#984725;
}


/* =========================================
TABLET
========================================= */

@media(max-width:991px){

    .books-section{
        padding:100px 0;
    }

    .books-card{
        grid-template-columns:1fr;
        gap:40px;
        text-align:center;
    }

    .books-image{
        max-width:360px;
        margin:0 auto;
    }

    .books-main-title{
        font-size:56px;
    }

    .books-description{
        font-size:22px;
    }

    .books-label{
        font-size:26px;
    }
}


/* =========================================
MOBILE
========================================= */

@media(max-width:767px){

    .books-section{
               padding: 33px 0 70px;
               background: #f9f7f5;
    }

    .books-section .container{
        padding:0 20px;
    }

    .books-header{
        flex-direction:column;
        align-items:flex-start;
        gap:47px;
        margin-bottom:35px;
    }

    .books-title{
        font-size:51pt;
    }

    .books-subtitle{
        font-size:18px;
    }

    .books-right{
        gap:10px;
    }

    .books-line{
             width: 74px;
        height: 4px;
    }

    .books-label{
        font-size:24px;
        letter-spacing:4px;
    }

    .books-card{
        border-radius:18px;
      display: block;
        
    }
    .books-content {
    padding: 24px;
}
h1.hero-title {
    font-size: 26pt !important;
}
a.btn {
 font-size: 26px !important;
        padding: 8px 14px !important;
}

.field-arrow img {
    width: 100px;
}
    .books-image-wrap {
    width: 100% !important;
}
.books-content {
    width: 100% !important;
}
   

    .books-main-title{
                font-size: 43pt;
    }

    .books-small-title{
        font-size:12px;
        letter-spacing:3px;
    }

    .books-description{
        font-size:16px;
        margin-bottom:24px;
    }

    .books-btn{
        width:100%;
        min-width:100%;
        height:54px;
        font-size:16px;
        border-radius:12px;
    }
    .hero-actions {
    margin-top: 48px !important;
}
.main-header {
    background-color: #f1ebdd !important;
    position: relative;
}
section.hero-section {
    /*padding-top: 208px !important;*/
    /*padding-bottom: 30px !important;*/
    /*    padding-left: 20px;*/
    /*padding-right: 20px;*/
            padding: 0px !important;
                    margin-top: 0px !important;
}
p.hero-subtitle {
    font-size: 19px;
    margin-top: 15px !important;
}
.books-left {
    order: 2;
        width: 100%;
    text-align: center;
}
.books-right {
    width: 100% !important;
    justify-content: space-between;
}
.books-description {
    width: 214px;
}
.books-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.books-section {
    background: #f9f7f5 !important;
}
.books-card {
    background: #fff;
}
}
 /*<!--=======================================Book section end===================================================-->*/


/*=======================================Gallery section start===================================================*/

/* =========================================
THE FIELD SECTION
========================================= */

.field-section{
    /*background:#f3eee5;*/
    padding:120px 0;
    position:relative;
}

/* texture */
.field-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:url('/images/noise.png');
    opacity:0.03;
    pointer-events:none;
}

.field-section .container{
    max-width:1300px;
    margin:0 auto;
    padding:0 30px;
    position:relative;
    z-index:2;
}


/* =========================================
HEADING
========================================= */

.field-heading-wrap{
    text-align:center;
    margin-bottom:70px;
}

.field-title{
        font-size: 55pt;
    line-height: 1;
    color: #a64d24;
    margin-bottom: 14px;
    font-weight: 500;
    font-family: 'Georgia' !important;
}

.field-subtitle{
    color:#b4572d;
    font-size:18pt;
    line-height:1.4;
    font-style:italic;
    font-family:'Georgia' !important;
}


/* =========================================
GRID
========================================= */

.field-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
    margin-bottom:70px;
}

.field-card{
    overflow:hidden;
    background:#ddd;
    aspect-ratio:1/1.2;
}

.field-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

.field-card:hover img{
    transform:scale(1.04);
}


/* =========================================
BUTTON
========================================= */

.field-btn-wrap{
    display:flex;
    justify-content:center;
}

.field-btn{
  width: 100%;
    height: 116px;
    border: 2px solid #b4572d;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 38px;
    text-decoration: none;
    color: #b4572d;
    transition: 0.3s ease;
}

.field-btn:hover{
    background:rgba(180,87,45,0.04);
}

.field-btn span{
    font-size:28px;
    font-family:'Avotica Medium';
}

.field-arrow{
    font-size:42px !important;
    line-height:1;
}


/* =========================================
TABLET
========================================= */

@media(max-width:991px){

    .field-section{
        padding:90px 0;
    }

    .field-title{
        font-size:64px;
    }

    .field-subtitle{
        font-size:22px;
    }

    .field-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
    }

    .field-btn{
        height:80px;
    }

    .field-btn span{
        font-size:22px;
    }

    .field-arrow{
        font-size:34px !important;
    }
}


/* =========================================
MOBILE
========================================= */

@media(max-width:767px){

    .field-section{
        padding:70px 0;
    }

    .field-section .container{
      padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .field-heading-wrap{
        margin-bottom:45px;
    }

    .field-title{
        font-size:46px;
    }

    .field-subtitle{
        font-size:18px;
    }

    .field-grid{
      grid-template-columns: 1fr 1fr 1fr;
        gap: 0px;
        margin-bottom: 50px;
    }

    .field-btn{
              height: 51px;
        padding: 0 24px;
        border-radius: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .field-btn span{
              font-size: 22px;
    }

    .field-arrow{
        font-size:24px !important;
    }
   section#studio-section {
    background-image: url(/images/mobile-background.png) !important;
}
/*.hero-image img {*/
/*    opacity: 0;*/
/*}*/
.hero-left {
    order: 2;
}
.slides img {
    height: auto !important;
}
.plus-shape img {
    width: 80px;
}
.studio-label {
    margin-top: 20px !important;
    font-size: 25px !important;
}
.books-small-title {
    width: 100%;
}
.hero-left, .hero-image {
    width: 100% !important;
}
section.hero {
    padding: 0 0px !important;

}
.hero-left {
    background-image: url(/images/mobile.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999 !important;

    padding-top: 129px;
    padding-bottom: 60px;
    padding-left: 38px;
    padding-right: 20px;
           margin-top: -132px;
}
section#studio-section {
    background-image: none !important;
}

.hero-actions {
    gap: 24px !important;
}
.offcanvas {
    z-index: 99999;
}
section.hero:before {
    content: url(/images/left-line.png);
    position: absolute;
    z-index: 99999999;
    left: -10px;

        bottom: -5px;

}
}

section.hero-section {
    background-image: url(/images/banner-background.png) !important;
    background-position: center;
    margin-top: -96px;
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
           padding-bottom: 412px;
               padding-left: 10px;
    padding-right: 10px;
}


.hero-actions {
    display: flex;
   gap: 60px;
}
.hero-left {
    align-content: center;
}

.hero-left {
    width: 50%;
}
.hero-image {
    width: 50%;
}



@media(max-width:1025px) and (min-width:768px){
   h1.hero-title {
    font-size: 37px !important;
} 
p.hero-subtitle {
    font-size: 21px !important;
    margin-top: 21px !important;
}
a.btn {
    padding: 10px 18px !important;
    font-size: 23px !important;
}
.plus-shape img {
    width: 85px;
    margin-right: 17px;
}
.offcanvas {
    z-index: 99999;
}
.studio-label {
    margin-top: 26px !important;
    font-size: 30px !important;
}
.books-main-title {
    font-size: 41px !important;
}
.books-description {
    font-size: 16px !important;
}
.field-grid {
    grid-template-columns: repeat(3, 1fr) !important;
            gap: 20px;
}
.field-arrow img {
    width: 100px;
}
button.evoke-btn {
    padding: 18px 19px !important;
    font-size: 28px !important;
}
.footer-grid {
    gap: 60px;
    display: flex !important;
}
.container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 10px;
}
.footer-right i.fa-brands {
    font-size: 33px !important;
}
.footer-right {
    gap: 16px !important;
}
section.hero {
    flex-direction: row !important;
}
.slides img {
    height: auto !important;
}
section.hero-section {
    margin-top: -112px !important;
}
}

@media(max-width:1300px) and (min-width:1025px){
  h1.hero-title {
    font-size: 50px !important;
}  
a.btn {
    padding: 6px 32px !important;
    font-size: 34px !important;
}
}

@media(max-width:1280px) and (min-width:1025px){
    .books-main-title {
    font-size: 60px !important;
}
p.hero-subtitle {
    font-size: 28px !important;
}
}
html, body {
    overflow-x: hidden;
}

@media(min-width:1768px){
    section.hero-section {
    background-position: left;
}
}
@media(max-width:1025px){
    .field-arrow img {
    width: 100px !important;
}

}
@media(min-width:1026px){
  section.hero {
    width: 90% !important;
}  
}

 /*slidr*/
 
 
 .slider{
    position: relative;
    width: 100%;
    /*max-width: 900px;*/
    margin: auto;
    overflow: hidden;
}

.slider-wrapper{
    overflow: hidden;
    width: 100%;
}

.slides{
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides img{
    width: 100%;
    flex-shrink: 0;
    display: block;
         height: 700px;
    object-fit: cover;
}

.slide-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 22px;
    z-index: 10;
}

.prev{
    left: 10px;
}

.next{
    right: 10px;
}
.field-arrow {
    display: flex;
}
.field-arrow img {
    width: 190px;
}

.nav-list a {
    font-family: 'Avotica Regular';
}


.slides {
    cursor: grab;
    user-select: none;
}

.slides img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
button.slide-btn.prev, button.slide-btn.next {
    display: none;
}