body {
    margin: 0px;
    padding: 0px;
    font-family: "Urbanist", serif;
    font-weight: 500;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Averia Sans Libre", serif;
    font-weight: 700;
}
a{
    text-decoration: none;
}

.main-header {
    padding: 35px 0;
    background-color: #E6C9A2;
}

/*Logo*/
.header-logo {
    width: 100%;
    max-width: 245px;
}
.main-header a.website-logo {
    position: relative;
    color: #fff;
    font-size: 25px;
    left: unset;
    top: unset;
    transform: translate(0px, 0px);
}
.website-logo {
    width: 100%;
    display: block;
    font-size: 27px;
    text-align: center;
    color: #fff;
    font-family: "Averia Sans Libre", serif;
    font-weight: 700;
    position: absolute;
    top: 30px;
    left: 100%;
    transform: translate(-100%, 0%);
}
/*Main Menu*/
.main-menu {
    color: #252525;
}

nav.main-menu li a {
    color: #0A1608;
}

.main-menu>ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.main-menu>ul>li+li {
    margin-left: 40px;
}

.main-menu>ul>li>a {
    display: block;
    font-weight: 600;
    position: relative;
    font-size: 18px;
}

.main-menu>ul>li:hover>.sub-menu,
.main-menu>ul>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.header-toggle {
    font-size: 30px;
}
/* Mobile Menu  */

#offcanvasMenu {
    background-color: #E6C9A2;
}
.offcanvas {
    width: 320px;
    z-index: 1060;
}

.offcanvas-title {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.offcanvas-header .mobile-logo {
    max-width: 180px;
}

.offcanvas-header .btn-close:hover,
.offcanvas-header .btn-close:active,
.offcanvas-header .btn-close:focus,
.offcanvas-header .btn-close {
    box-shadow: none;
    outline: none;
}

.offcanvas-body {
    padding: 0;
}

.offcanvas-menu ul {
    padding: 0px;
}

.offcanvas-menu ul li.mega-menu-img img {
    width: 100%;
}
nav.offcanvas-menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    transform: translate(0px, -20px);
}

.offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
}

.offcanvas-menu ul li .mobile-menu-expand {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 21px;
    cursor: pointer;
}

.offcanvas-menu ul li .mobile-menu-expand::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #383838;
    top: 7px;
    left: 2px;
}

.offcanvas-menu ul li .mobile-menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    background-color: #383838;
    left: 7px;
    bottom: 2px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.offcanvas-menu ul li.active-expand>.mobile-menu-expand::after {
    height: 0;
}

.offcanvas-menu ul li a {
    display: block;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
}

.offcanvas-menu ul li ul li a {
    padding-left: 10%;
}

.offcanvas-menu ul li ul li ul li a {
    padding-left: 14%;
}
.offcanvas-header button.btn-close {
    margin: auto;
    font-size: 22px;
    color: #000 !important;
    opacity: 1;
}
.subtitle{
    font-size: 23px;
    font-weight: 500;
}
.title{
    font-size: 55px;
    font-family: "Averia Sans Libre", serif;
}
.para-text{
    font-size: 20px;
}
.text-blue{
    color: #0E1927;
}
.text-lightgrey{
    color: #777;
}
.text-brown{
    color: #E6C9A2;
}
.blue-btn {
    background-color: #0E1927;
    color: #E6C9A2;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 25px;
    position: relative;
    transition: 0.3s;
}
.blue-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #0E1927;
    height: 9px;
    width: 100%;
    transition: 0.3s;
}
.blue-btn:hover{
    background-color: #E6C9A2;
    color: #0E1927;
}
.blue-btn:hover::before{
    height: 0;
}
footer {
    background-color: #041314;
    padding: 40px 0;
}
.footer-social {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 18px;
    font-size: 28px;
}
.footer-social li a{
    color: #fff;
}
.footer-logo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    font-family: 'Averia Sans Libre';
    font-size: 25px;
}
.copyright {
    font-size: 18px;
}
.footer-menu-area {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    font-size: 18px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 25px;
}
.footer-menu-area li a{
    color:#E6C9A2;
}
.single-side-img {
    height: 450px;
    object-fit: cover;
}
.pswp__img {
    object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:991.5px){
    .single-side-img {
        height: 260px;
    }
    .subtitle {
        font-size: 20px;
    }
    .title {
        font-size: 45px;
    }
    .para-text {
        font-size: 18px;
    }
}
@media screen and (max-width:767.5px){
    .main-title {
        font-size: 45px;
    }
    .main-header {
        padding: 25px 0;
    }
    .subtitle {
        font-size: 20px;
    }
    .title {
        font-size: 45px;
    }
    .para-text {
        font-size: 18px;
    }
    .footer-logo-area {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer-menu-area {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .footer-area {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
}
@media screen and (max-width:550.5px){
    .main-title {
        font-size: 35px;
    }
}
@media screen and (max-width:450.5px){
    .single-side-img {
        height: 350px;
    }
}
@media screen and (max-width:350.5px){
    .single-side-img {
        height: 300px;
    }
}

@media only screen and (max-width: 319px) {
    html, body {
        width: 320px !important;
        overflow-x: auto !important;
    }
}
@media only screen and (max-width: 319px) {
    .xs-scroll {
        overflow: scroll !important;
        white-space: initial;
        min-width: 370px;
    }
}