/*========= Google fonts =========*/
@import url('https://fonts.googleapis.com/css2?family=GFS+Neohellenic:ital,wght@0,400;0,700;1,400;1,700&family=Inter:wght@300;400;500;600;700;800&family=Kalam:wght@300;400;700&display=swap');

/*======= basic css =======*/
:root {
    scroll-behavior: unset;
}

h1,
h2,
h3 {
    font-family: 'Kalam', cursive;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body {  
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;    
    background: #fff;
    color: #191919; 
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #B9A37A;   
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    z-index: 99;
}

.scrollto-top:hover {   

    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.main-body {
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*======= header-area start ======*/
.container {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.main-content_part {
    background: linear-gradient(0deg, #F4EEE1, #F4EEE1), linear-gradient(0deg, #F4EEE1, #F4EEE1), #F4EEE1;
}

.header-area {
    padding-left: 35px;
    padding-top: 18px;
    position: relative;
}

.header-bg img {
    max-width: 892px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-main {
    position: relative;
    z-index: 99;
}

.navbar-brand img {
    max-width: 136px;
}

.navbar-nav li {
    padding-left: 60px;
}

.navbar-nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    color: #5E6E77;
    transition: 0.2s all ease;
}

.navbar-nav li a:hover {
    color: #000;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 2px;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

/*hamburger*/
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #5E6E77;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

/*side-bar*/
.side-menu {
    background: linear-gradient(0deg, #F4EEE1, #F4EEE1), linear-gradient(0deg, #F4EEE1, #F4EEE1), #F4EEE1;
    width: 320px;
    position: fixed;
    top: 0;
    left: -105%;
    min-height: 100vh;
    z-index: 9999;
    transition: 0.3s;
}

.side-menu_show {
    left: 0;
}

.offcanvas-header img {
    max-width: 70px;
}

.offcanvas-body ul li {
    padding: 10px 10px;
}

.body_opacity::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.btn-close {
    opacity: 1;
    font-size: 25px;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
    filter: brightness(0) saturate(100%) invert(43%) sepia(11%) saturate(560%) hue-rotate(158deg) brightness(95%) contrast(93%);
}

/*======= hero-area start ======*/
.hero-area {
    padding-left: 80px;
    padding-top: 74px;
}

.hero-cnt {
    max-width: 552px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.hero-cnt h1 {
    font-weight: 400;
    font-size: 64px;
    text-transform: capitalize;
    color: #5E6E77;
    margin: 0;
}

.hero-cnt p {
    font-family: 'GFS Neohellenic', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #5E6E77;
    margin: 80px 0;
    text-align: justify;
}

.hero-cnt a {
    width: 215px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #C3A26D;
    padding-top: 4px;
    border-radius: 5px;
    transition: 0.2s all ease;
}

.hero-cnt a:hover {
    opacity: 0.85;
}

/*===== book-area start =====*/
.book-area {
    margin: 200px 0 55px;
}

.book-title {
    padding-bottom: 60px;
}

.book-title h4 {
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #5E6E77;
    margin: 0;
}

.book-main {
    padding: 0px 12px;
}

.book-item {
    padding: 20px 35px;
}   

.book-left img {
    width: 100%;
}

.book-right h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #5E6E77;
    text-align: center;
    margin-bottom: 35px;
}

.book-right p {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #5E6E77;
    text-align: justify;
    margin-bottom: 20px;
}

.book-right a {
    width: 160px;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 22px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 7px 10px;
    background: #C1AA7F;
    border-radius: 4px;
    transition: 0.2s all ease;
    margin-top: 50px;
    text-align: center;
}

.book-right a:hover {
    opacity: 0.85;
}

/*==== book-area start ====*/
.contact-main {
    max-width: 644px;
    width: 100%;
    margin: 0 auto;
}

.contact-title {
    margin-bottom: 73px;
}

.contact-title h4 {
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #5E6E77;
}

.contact-item {
    margin-bottom: 38px;
}

.contact-item input,
.contact-item textarea {
    font-family: 'Inter', sans-serif;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    color: #8E9598;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    resize: none;
}

.contact-item input::placeholder,
.contact-item textarea::placeholder {
    font-family: 'Inter', sans-serif;
    color: #8E9598;
    opacity: 1;
}

.contact-item button {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #8E9598;
    border: 3px solid #FFFFFF;
    outline: none;
    background: transparent;
    display: inline-block;
    padding: 7px 12px;
    margin: 0 5px;
    border-radius: 5px;
    transition: 0.2s all ease;
}

.contact-item button:hover {
    background: #B9A37A;
    border-color: #B9A37A;
    color: #FFF;
}

.contact-btn {
    margin-top: 7px;
    margin-bottom: 0;
    text-align: center;
}

/*=== footer-area start ====*/
.footer-area {
    padding: 60px 0 40px;
}

.footer-logo img {
    max-width: 136px;
}

.footer-item h6 {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #5E6E77;
    margin: 35px 0;
}

.footer-item ul li {
    display: inline-block;
    padding: 0 26px;
}

.footer-item ul li img {
    max-width: 64px;
    transition: 0.2s all ease;
}

.footer-item ul li img:hover {
    filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(350%) hue-rotate(1deg) brightness(90%) contrast(85%);
}

.footer-item p {
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    color: #5E6E77;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
}

.footer-item p br {
    display: none;
}

.footer-item p a {
    color: #5E6E77;
    transition: 0.2s all ease;
}

.footer-item p a:hover {
    color: #000;
}

.boot-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 45px;
}

.boot-bottom-btn a {
    font-weight: 400;
    font-size: 17px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 10px;
    background: #C1AA7F;
    border: 1px solid #FFFFFF;
    display: inline-block;
    text-align: center;
    margin: 10px 8px;
    border-radius: 4px;
    transition: 0.2s all ease;
}

.boot-bottom-btn a:first-child {
    text-decoration: none;
}

.boot-bottom-btn a:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav img {
    width: 20px;
}

/*=== modal start ===*/
.modal-dialog {
    max-width: 547px;
}

.modal-content {
    background: #F4EEE1;
    border: 2px solid #C1AA7F;
    border-radius: 30px;
}

.modal-body {
    padding: 32px 21px 34px;
}

.modal-body h4 {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    color: #5E6E77;
    margin-bottom: 21px;
}

.modal-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    text-transform: capitalize;
    color: #5E6E77;
    margin-bottom: 22px;
}   

.modal-body a {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 160px;
    height: 45px;
    display: block;
    margin: 25px auto 0;
    text-align: center;
    background: #C1AA7F;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding-top: 4px;
    transition: 0.2s all ease;
}

.modal-body a:hover {
    opacity: 0.85;
}