/*1. General*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "qarkine";
    src: url(../font/qarkine.personal-use.otf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /*background-color: ;*/
    --primary-color: #021832;
    --secondary-color: #06406f;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;
    --ocean-color: #00a9dd;

    /*Text Style*/
    --primary-font: "Manrope", sans-serif;
    --secondary-font: "Manrope", sans-serif;
    --heading-font: "Baloo 2", sans-serif;
    --other-font: "Manrope", sans-serif;
    --primary-text: #000;
    --secondary-text: #C81D1E;
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #e4e4e4;
}

body {
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    color: var(--text-black);
}

p.rating {
    margin-bottom: 0px;
    font-size: 12px;
    text-align: right;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
.home-page-testimonial .owl-nav{
    position: absolute;
    margin-top: 0 !important;
    line-height: normal;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.home-page-testimonial .client-section-slide .owl-nav button{
    line-height: normal;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-page-testimonial .client-section-slide .owl-nav button i{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    background: rgba(16, 39, 91, 0.8);
    border-color: transparent;
    font-size: 24px;
    color: var(--text-white);
}
.home-page-testimonial .client-section-slide .owl-nav button.owl-prev{
    left: 10px;
}
.home-page-testimonial .client-section-slide .owl-nav button:focus , .home-page-testimonial .client-section-slide .owl-nav button:hover{
    box-shadow: none;
    background:transparent;
}
.home-page-testimonial .client-section-slide .owl-nav button.owl-next{
    right: 10px;
}
.home-page-testimonial .client-section-slide:hover .owl-nav{
    display: block;
}
.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 450px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.page-title h1 {
    position: relative;
    top: 2rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5em;
    font-family: var(--heading-font);
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-shadow: 2px 1px 4px #000;
    margin-top: 20px;
    margin-bottom: 0px;
    display: none;
}
.page-title .checklist {
    text-align: left;
    background: #fff;
    border-radius: 40px;
    z-index: 9;
    margin: auto;
    width: fit-content;
    margin-top: 4.5rem;
    display: none;
}
.contact-page-section {
    position: relative;
    padding: 100px 0px 70px;
}
.contact-page-section .inner-container {
    position: relative;
    padding: 20px 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contact-page-section .sec-title h3 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 500;
}
.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}
.contact-form {
    position: relative;
    margin-top: 0rem;
}
.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 13px;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: 600;
}
.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd;
}
.box-inner {
    position: relative;
    padding: 40px 0px 40px 0px;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
}
.contact-info-box .box-inner {
    position: relative;
    padding: 0px 9px;
}
.contact-info-box .box-inner h5 {
    position: relative;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    line-height: 1.5;
}
.contact-info-box .box-inner p {
    position: relative;
    color: var(--text-black);
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em;
}
.contact-map {
    overflow: hidden;
    box-shadow: 0px 0px 5px #ccc;
}
.contact-map iframe {
    position: relative;
    top: 0rem;
}
.common-banner-section{
    padding: 0;
}
.common-banner-section .c-hero__background{
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.common-banner-section .c-hero__background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image img {
    border-radius: 30px;
    object-fit: cover;
}

/*======================= ATRACTION ========================*/

.summary-section p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
    max-height: 300px;
    overflow: hidden;
}

.summary-section .inner-column .image img {
    width: 106%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
}

.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.summary-section .row {
    margin-bottom: 6rem;
}

.summary-section .row:nth-child(even) .inner-column .image img {
    right: 0;
}

.summary-section .row:nth-child(even) .dot {
    left: -2rem;
}

.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 20px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

section.summary-section a {
    position: relative;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    font-family: var(--primary-font);
}

section.summary-section h3 {
    line-height: 1.2;
}

.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}

.rights::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    right: -20px;
}

.rights::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -5px;
    right: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 767px){
    .content-blog .main-btn{
        margin-bottom: 10px;
    }
}

