/**
 * @file
 * Subtheme specific CSS.
 */

/* ========================= font ============================= */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: "Mulish";
    src: url('https: //fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
}

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

@font-face {
    font-family: 'GeSsTwoBold';
    src: url('./GeSsTwoBold.otf');
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('./CenturyGothic-Bold.woff2') format('woff2'),
        url('./CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* * {
    font-family: 'GeSsTwoMedium';
} */

[dir="rtl"] * {
    font-family: "Tajawal",
        sans-serif;
}

/* ========================= font ============================= */

/* ========================= global ============================= */

:root {
    --main-color: #D2AB68;
    --secondary-color: #05073C;
    --gray-color: #6C6C6C;
    --secondary-font: 'Volkhov';
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    transition: 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: #000;
}

li {
    list-style: none;
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

*,
::before,
::after {
    /* transition: 0.3s ease;*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.no-margin {
    margin: 0;
}

.col-12,
.no-padding {
    padding: 0;
}

body {
    overflow-x: hidden !important;
    /* max-width: 1400px; */
    margin: 0 auto !important;
    font-family: "Mulish";
    background: var(--bs-white) !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
    width: 87%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    width: auto;
}

video {
    width: 100%;
    height: 100%;
}

.slide__media {
    display: none;
}

.slick-list,
.slide__caption {
    padding: 0 !important;
}

.main-content.col {
    padding: 0;
}

.path-frontpage .main-content.col {
    padding: 0;
}

.path-frontpage .page-breadcrumb {
    display: none;
}

html[dir="rtl"] .language-switcher-language-url .links span[hreflang="ar"] {
    display: none;
}

html[dir="ltr"] .language-switcher-language-url .links span[hreflang="en"] {
    display: none;
}

html .language-switcher-language-url .links span a {
    color: #F5F7F9;
    text-align: start;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    background: url('./lang.svg') no-repeat left center;
    /* padding-inline-start: 25px; */
}

/* [dir="rtl"] .language-switcher-language-url .links span a {
    background: url('./lang.svg') no-repeat right center;
} */

.node__content {
    margin: 0;
}

.row {
    overflow-x: hidden;
}

.path-frontpage #block-bootstrap-barrio-subtheme-page-title {
    display: none;
}

main.main-content.col {
    padding-top: 75px;
}

.path-frontpage main.main-content.col {
    padding-top: 0;
}

.pagination {
    justify-content: center;
}

.page-link {
    color: var(--main-color) !important;
}

.page-item.active .page-link {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--bs-white) !important;
}

/***************common classes************/

/* ===== header ===== */

header.header {
    /* background: #1E522E; */
    background: linear-gradient(0deg, rgba(30, 82, 46, 1) 64%, rgba(4, 21, 52, 1) 96%);
    padding-block: 15px;
}

.path-frontpage header.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: unset;
}

header.header .container {
    width: 95%;
}

#navbar-main {
    background: unset !important;
}

#navbar-brand img {
    width: auto;
    height: 135px;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul {
    align-items: center;
    gap: 15px;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu a {
    color: var(--bs-white);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    transition: all 0.5s;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu a.is-active {
    color: var(--main-color);
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul>li.nav-item:last-child>a {
    color: #4B4B4B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    padding: 14px 26px;
    border-radius: 13px;
    background: var(--bs-white);
    transition: all 0.5s;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu a:hover {
    color: var(--main-color);
    transition: all 0.5s;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul>li.nav-item:last-child>a:hover {
    color: var(--bs-white);
    background-color: var(--main-color);
    transition: all 0.5s;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul .dropdown-menu.show {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 450px;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul .dropdown-item {
    border-bottom: 1px solid #00000033;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: max-content;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul .dropdown-item:hover {
    background: unset;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul .dropdown-item a {
    color: var(--secondary-color);
    font-size: 16.53px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

#navbar-main #block-bootstrap-barrio-subtheme-main-menu ul .dropdown-item a:hover {
    color: var(--main-color);
}

.breadcrumb-page {
    text-align: center;
    background: #F0F0F0;
    padding-block: 25px;
}

.path-frontpage .breadcrumb-page {
    display: none;
}

.breadcrumb {
    justify-content: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--secondary-color);
}

#block-bootstrap-barrio-subtheme-page-title h1 {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 36.53px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.breadcrumb a {
    color: var(--secondary-color);
    padding-inline-start: 15px;
    background: url('./home.svg') no-repeat left center;
}

[dir="rtl"] .breadcrumb a {
    background: url('./home.svg') no-repeat right center;
}

.breadcrumb a:hover {
    color: var(--main-color);
}

/* ===== header ===== */

/* ===== slider ===== */

.slider {
    position: relative;
    max-height: 800px;
}

.slider video {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
}

/* ستايل الزر */
/* حاوية الفيديو */
.video-wrapper {
    position: relative;
    display: inline-block;
}

/* الزر */
#muteBtn {
    position: absolute;
    bottom: 20px;
    right: 31px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease, transform 0.2s ease, opacity 0.3s ease;
    opacity: 1;
}

/* يظهر عند مرور الماوس على الحاوية */
.video-wrapper:hover #muteBtn {
    opacity: 1;
    pointer-events: auto;
}

#muteBtn:hover {
    background: #D2AB68;
    /* أحمر عند الهوفر */
    transform: scale(1.1);
}


.slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.block-views-blockslider-block-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--bs-white);
}

.block-views-blockslider-block-1 .slide__description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    height: 800px;
    max-width: 75%;
    margin: 0 auto;
}

.block-views-blockslider-block-1 .views-field-title {
    text-shadow: 0px 5px 13px rgba(255, 255, 255, 0.40);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: auto !important;
}

.block-views-blockslider-block-1 .views-field-body {
    text-align: center;
    text-shadow: 0px 1px 20px #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    height: auto !important;
    margin: 25px 0;
}

.block-views-blockslider-block-1 .views-field-field-link a {
    color: var(--bs-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    height: auto !important;
    transition: all 0.5s;
}

.block-views-blockslider-block-1 .views-field-field-link a:hover {
    color: var(--main-color);
    transition: all 0.5s;
}

.block-views-blockslider-block-1 .views-field-field-link a::after {
    content: "";
    width: 71.429px;
    height: 71.429px;
    position: absolute;
    left: -80px;
    top: -22px;
    background: url('./arrow-more.png') no-repeat center;
    background-size: contain;
    transition: all 0.5s;
}

.block-views-blockslider-block-1 .views-field-field-link a:hover::after {
    transform: rotate(45deg);
    transition: all 0.5s;
}

/* ===== slider ===== */

/* ===== service-home ===== */

.service-home {
    padding-block: 125px;
    background: #584e000d url('./map.png') no-repeat 50% 20%;
    background-size: 60%;
}

.service-home .view-header h2 {
    text-align: center;
    font-size: 33.124px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-home .view-header p {
    text-align: center;
    font-size: 14.25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-block: 25px;
}

.service-home .row {
    display: flex !important;
}

.service-home .row fieldset {
    border-radius: 11.207px;
    background: #FFF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    height: 186.787px;
}

.service-home .row .views-field-field-media-icon img {
    height: 75px;
}

.service-home .row .views-field-title a {
    color: #000;
    font-size: 14.943px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ===== service-home ===== */

/* ===== Destinations ===== */

.destinations {
    padding: 125px 0;
    background: url('./destinations.svg') no-repeat top;
    background-size: contain;
    position: relative;
}

.destinations h2 {
    font-size: 34.88px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 80px;
}

.destinations .slide__description {
    position: relative;
    margin: 10px;
}

.destinations .slide__description img {
    width: 100%;
    height: 390px;
    border-radius: 8px;
    object-fit: cover;
}

.destinations .slide__description .views-field-title {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 10px 0px 0px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(5px);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.5px;
    text-transform: uppercase;
    padding: 23px 28px;
}

.block-views-blockdestinations-block-1 {
    position: relative;
}

.destinations .slick__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px;
}

[dir="rtl"] .destinations .slick__arrow {
    right: unset;
    left: 0;
}

.destinations .slick__arrow button {
    background: url('./arrow.svg') no-repeat center;
    width: 38px;
    height: 38px;
    font-size: 0;
    border: unset;
}

[dir="rtl"] .destinations .slick__arrow button {
    transform: rotate(180deg);
}

.destinations .slick__arrow button.slick-next {
    transform: rotate(180deg);
}

[dir="rtl"] .destinations .slick__arrow button.slick-next {
    transform: rotate(0deg);
}

.destinations .slick__arrow button:hover {
    background: url('./arrow-active.svg') no-repeat center;
    transform: rotate(180deg);
}

.destinations .slick__arrow button.slick-next:hover {
    transform: rotate(0deg);
}

[dir="rtl"] .destinations .slick__arrow button:hover {
    background: url('./arrow-active.svg') no-repeat center;
    transform: rotate(0deg);
}

[dir="rtl"] .destinations .slick__arrow button.slick-next:hover {
    transform: rotate(180deg);
}

/* ===== Destinations ===== */

/* ===== why choose HK ===== */

.block-views-blockwhy-choose-hk-block-1 {
    padding: 120px 0;
}

.block-views-blockwhy-choose-hk-block-1 h2 {
    color: #181E4B;
    font-family: var(--secondary-font);
    text-align: center;
    font-size: 43.332px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.block-views-blockwhy-choose-hk-block-1 h2 span {
    color: var(--main-color);
}

.block-views-blockwhy-choose-hk-block-1 .row {
    display: flex !important;
    justify-content: center;
    /* gap: 15px; */
    padding-block: 35px;
}

/* .block-views-blockwhy-choose-hk-block-1 .views-row {
    width: 25%;
} */

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-fieldset>.field-content {
    position: relative;
}

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-fieldset>.field-content>fieldset {
    background: var(--bs-white);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
    z-index: 9;
    border-radius: 30px;
    transition: all 0.5s;
}

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-fieldset:hover>.field-content::after {
    content: "";
    width: 86.664px;
    height: 86.664px;
    border-radius: 30px;
    background: #D2AB68;
    position: absolute;
    left: -25px;
    bottom: -25px;
    z-index: 1;
}

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-fieldset:hover>.field-content>fieldset {
    box-shadow: -20px 30px 50px -12px rgb(0 0 0 / 32%);
    transition: all 0.5s;
}

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-fieldset-1>.field-content>fieldset {
    display: flex;
    gap: 5px;
    margin-block: 15px;
}

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-fieldset-1 {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 17.333px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.block-views-blockwhy-choose-hk-block-1 .views-row img {
    height: 80px;
}

.block-views-blockwhy-choose-hk-block-1 .views-row .views-field-body {
    font-size: 14.87px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.533px;
    text-align: center;
}

/* ===== why choose HK ===== */

/* ===== advisers ===== */

.advisers {
    padding-block: 50px;
    background: #F7F8FC;
}

.advisers .block-block-content {
    padding-inline-end: 155px;
}

.advisers .block .field--name-body {
    margin-bottom: 25px;
}

.advisers .block .field--name-body h2 {
    font-family: var(--secondary-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.5px;
    margin-bottom: 15px;
}

.advisers .block .field--name-body h2 span {
    color: var(--main-color);
}

.advisers .block .field--name-body p {
    color: #1D522E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.advisers .block img {
    height: 275px;
}

.advisers form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.advisers form .js-form-item {
    width: 48%;
}

.advisers form .js-form-type-textarea {
    width: 100%;
}

.advisers form label {
    font-size: 20.044px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.advisers form input {
    padding: 15.59px 26.725px;
    border-radius: 8.908px;
    background: var(--bs-white);
    border: unset;
}

.advisers form textarea {
    height: 204px;
    border-radius: 8.908px;
    background: var(--bs-white);
    border: unset;
}

.advisers form button.form-submit {
    color: var(--bs-white);
    font-size: 22.271px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--main-color);
    border-radius: 12.249px;
    padding: 11px 26px;
    border: unset;
}

/* ===== advisers ===== */

/* ===== packages ===== */

.packages-section {
    padding-block: 130px 0;
}

.packages .row {
    display: flex !important;
}

.block-views-blockpackages-block-2,
.block-views-blockpackages-block-1 {
    position: relative;
}

.block-views-blockpackages-block-2 h2,
.block-views-blockpackages-block-1 h2 {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 34.88px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-align: start;
}

.block-views-blockpackages-block-2 .view-header a,
.block-views-blockpackages-block-1 .view-header a {
    position: absolute;
    right: 0;
    top: 6px;
    color: var(--main-color);
    font-size: 16.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.13px;
}

[dir="rtl"] .block-views-blockpackages-block-2 .view-header a,
[dir="rtl"] .block-views-blockpackages-block-1 .view-header a {
    right: unset;
    left: 0;
}

.packages .view-filters .d-flex.flex-wrap {
    gap: 25px;
}

.packages .view-filters .fieldset-wrapper {
    display: flex;
    gap: 25px;
}

.packages .view-filters button {
    margin-bottom: 16px;
    color: var(--bs-white);
    background-color: var(--main-color);
    border-radius: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.16px;
    border: unset;
}

.packages .views-row {
    margin-block: 35px;
}

.packages .views-row .views-field-fieldset {
    border-radius: 12px;
    border: 1px solid #E7E6E6;
    padding: 12px;
}

.packages .views-row .views-field-fieldset .views-field-field-media-image {
    overflow: hidden;
    border-radius: 12px;
}

.packages .views-row .views-field-fieldset img {
    width: 100%;
    height: 198px;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s;
}

.packages .views-row .views-field-fieldset:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.packages .views-row .views-field-fieldset .views-field-field-location {
    color: #717171;
    font-size: 12.289px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.38px;
    margin-top: 20px;
}

.packages .views-row .views-field-fieldset .views-field-title a {
    color: var(--secondary-color);
    font-size: 15.875px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
    height: 50px;
    overflow: hidden;
    transition: all 0.5s;
}

.packages .views-row .views-field-fieldset:hover .views-field-title a {
    color: var(--main-color);
    transition: all 0.5s;
}

.packages .views-row .views-field-fieldset .views-field-fieldset-1 fieldset {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E7E6E6;
    padding-top: 20px;
    margin-top: 30px;
}

.packages .views-row .views-field-fieldset .views-field-fieldset-1 .views-field-field-days {
    color: var(--secondary-color);
    font-size: 12.594px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.38px;
}

.packages .views-row .views-field-fieldset .views-field-fieldset-1 .views-field-field-price {
    display: flex;
    gap: 5px;
    color: var(--secondary-color);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

/* ===== packages ===== */

/* ===== blogs ===== */

.block-views-blockblogs-block-1 {
    position: relative;
}

.block-views-blockblogs-block-1 h2 {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 34.88px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-align: start;
}

.block-views-blockblogs-block-1 .view-header a {
    position: absolute;
    right: 0;
    top: 6px;
    color: var(--main-color);
    font-size: 16.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.13px;
}

[dir="rtl"] .block-views-blockblogs-block-1 .view-header a {
    right: unset;
    left: 0;
}

.block-views-blockblogs-block-1 .row {
    display: flex !important;
}

.block-views-blockblogs-block-1 .views-row {
    margin-block: 35px;
}

.block-views-blockblogs-block-1 .views-row fieldset .views-field-field-media-image {
    overflow: hidden;
    border-radius: 12px;
}

.block-views-blockblogs-block-1 .views-row fieldset img {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
    transition: all 0.5s;
}

.block-views-blockblogs-block-1 .views-row fieldset:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.block-views-blockblogs-block-1 .views-row fieldset .views-field-field-date {
    color: var(--gray-color);
    font-size: 14.89px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.2px;
    margin-block: 15px;
}

.block-views-blockblogs-block-1 .views-row fieldset .views-field-title a {
    color: var(--secondary-color);
    font-size: 18.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    transition: all 0.5s;
    display: block;
    height: 50px;
    overflow: hidden;
}

.block-views-blockblogs-block-1 .views-row fieldset:hover .views-field-title a {
    color: var(--main-color);
    transition: all 0.5s;
}

/* ===== blogs ===== */

/* ===== testimonial ===== */

.view-testimonial {
    display: flex !important;
    position: relative;
    padding-block: 130px;
}

.view-testimonial .view-header {
    width: 45%;
    padding-top: 65px;
}

.view-testimonial .view-header p {
    color: var(--main-color);
    font-family: var(--secondary-font);
    font-size: 21.828px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.view-testimonial .view-header h2 {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 38.725px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    width: 75%;
}

.view-testimonial .view-content {
    width: 55%;
}

.view-testimonial .slide__description {
    display: flex;
    width: 558px;
    height: 306px;
    padding: 25px 32px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 11.073px;
    border: 1px solid #F1F1F1;
    background: var(--white, #FFF);
    box-shadow: 0px 0 20px 5px rgb(0 0 0 / 4%);
    margin: 10px;
}

.view-testimonial .slide__description img {
    width: 75.296px;
    height: 75.296px;
    border-radius: 75.296px;
}

.view-testimonial .slide__description .views-field-body {
    font-size: 17.717px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.4px;
    color: #5E6282;
}

.view-testimonial .slide__description .views-field-title {
    color: var(--main-color);
    font-size: 19.931px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.view-testimonial .slide__description .views-field-field-position {
    font-size: 15.502px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.view-testimonial .slick-slider {
    position: unset;
}

.view-testimonial .slick-dots {
    position: absolute;
    left: 15px;
    bottom: 35%;
    z-index: 99;
    display: flex;
    gap: 15px;
}

.view-testimonial .slick-dots button {
    font-size: 0;
    border: unset;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #E5E5E5;
}

.view-testimonial .slick-dots .slick-active button {
    background: #14183E;
}

.view-testimonial .slick__arrow {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.view-testimonial .slick__arrow button {
    background: url('./arrow.svg') no-repeat center;
    width: 38px;
    height: 38px;
    font-size: 0;
    border: unset;
    transform: rotate(90deg);
}

.view-testimonial .slick__arrow button.slick-next {
    transform: rotate(-90deg);
}

.view-testimonial .slick__arrow button:hover {
    background: url('./arrow-active.svg') no-repeat center;
    transform: rotate(-90deg);
}

.view-testimonial .slick__arrow button.slick-next:hover {
    transform: rotate(90deg);
}

/* ===== testimonial ===== */

/* ===== footer ===== */

footer {
    background: #F6F6F6 !important;
}

footer #block-bootstrap-barrio-subtheme-logo {
    text-align: center;
    margin-top: 0;
}

footer #block-bootstrap-barrio-subtheme-logo img {
    width: auto;
    height: 130px;
}

footer #block-bootstrap-barrio-subtheme-socialmedia ul {
    justify-content: center;
    gap: 10px;
}

footer #block-bootstrap-barrio-subtheme-socialmedia a {
    color: #545454;
    padding: 0;
}

footer #block-bootstrap-barrio-subtheme-socialmedia svg {
    width: 28.71px;
    height: 28.71px;
}

footer #block-bootstrap-barrio-subtheme-socialmedia a:hover {
    color: var(--main-color);
}

.site-footer__top .region {
    padding: 0 1.65% !important;
    padding-inline-start: 0 !important;
}

footer h2 {
    color: #313131 !important;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-inline-start: 16px;
    margin-bottom: 25px !important;
    text-transform: capitalize !important;
}

#block-bootstrap-barrio-subtheme-footer {
    margin-inline-start: 30px;
}

footer #block-bootstrap-barrio-subtheme-support ul li,
footer #block-bootstrap-barrio-subtheme-footer ul li {
    width: 100%;
}

footer #block-bootstrap-barrio-subtheme-support ul a,
footer #block-bootstrap-barrio-subtheme-footer ul a {
    color: #424242;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.267px;
}

footer #block-bootstrap-barrio-subtheme-support ul a:hover,
footer #block-bootstrap-barrio-subtheme-footer ul a:hover {
    color: var(--main-color);
}

.site-footer__top .region:last-child {
    width: 32%;
}

#block-bootstrap-barrio-subtheme-simplenewssubscription {
    margin: 0;
    padding: 0;
}

#block-bootstrap-barrio-subtheme-simplenewssubscription h2 {
    padding: 0;
}

#block-bootstrap-barrio-subtheme-simplenewssubscription small,
#block-bootstrap-barrio-subtheme-simplenewssubscription label {
    display: none;
}

#block-bootstrap-barrio-subtheme-simplenewssubscription form {
    display: flex;
    background: var(--bs-white);
}

#block-bootstrap-barrio-subtheme-simplenewssubscription form div {
    margin-bottom: 0 !important;
}

#block-bootstrap-barrio-subtheme-simplenewssubscription form input {
    border: unset;
}

#block-bootstrap-barrio-subtheme-simplenewssubscription form button {
    padding: 13px 29px;
    color: var(--bs-white);
    background-color: var(--main-color);
    border-radius: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.16px;
    border: unset;
}

#block-bootstrap-barrio-subtheme-contact h2 {
    margin-bottom: 5px !important;
    padding-inline-start: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.814px;
}

#block-bootstrap-barrio-subtheme-contact .field--name-body {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.267px;
}

#block-bootstrap-barrio-subtheme-contact .field--name-body ul {
    padding: 0;
}

#block-bootstrap-barrio-subtheme-contact .field--name-body li {
    display: flex;
}

#block-bootstrap-barrio-subtheme-contact .field--name-body a {
    color: var(--main-color);
    padding-block: 0;
}

[dir="rtl"] #block-bootstrap-barrio-subtheme-contact .field--name-body a {
    direction: ltr;
    padding: 0 !important;
}

.site-footer__bottom {
    border-color: #E5E5EA;
}

.site-footer__bottom #block-bootstrap-barrio-subtheme-copyright a,
.site-footer__bottom #block-bootstrap-barrio-subtheme-copyright p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.48px;
    color: var(--gray-color);
}

.site-footer__bottom #block-bootstrap-barrio-subtheme-copyright a:hover {
    color: var(--main-color);
}

/* ===== footer ===== */

/* ===== inner package ===== */

.node--type-package .block-field-blocknodepackagetitle {
    color: #0A1F24;
    font-size: 26.409px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.614px;
    text-transform: capitalize;
}

.node--type-package .topInfo .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.965px solid #E1E4E5;
    border-bottom: 0.965px solid #E1E4E5;
    padding-block: 25px;
    margin-block: 50px;
}

.node--type-package .topInfo .col-12 .block {
    width: 18%;
    padding-inline-start: 20px;
    border-inline-end: 1.5px solid #A9AFBF;
    display: flex;
    justify-content: center;
}

.node--type-package .topInfo .col-12 .block .field__label {
    color: #0A1F24;
    font-size: 15.448px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.538px;
    text-transform: capitalize;
}

.node--type-package .topInfo .col-12 .block .field__item {
    color: #687179;
    font-size: 13.241px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.node--type-package .topInfo .col-12 .block-field-blocknodepackagefield-location {
    background: url('./location.svg') no-repeat 22% center;
    background-size: 30px;
}

.node--type-package .topInfo .col-12 .block-field-blocknodepackagefield-activities-type {
    background: url('./type.svg') no-repeat 12% center;
    background-size: 30px;
}

.node--type-package .topInfo .col-12 .block-field-blocknodepackagefield-activate-day {
    background: url('./day.svg') no-repeat 15% center;
    background-size: 30px;
}

.node--type-package .topInfo .col-12 .block-field-blocknodepackagefield-traveler {
    background: url('./traveler.svg') no-repeat 20% center;
    background-size: 35px;
}

.node--type-package .topInfo .col-12 .block-inline-blockbasic {
    margin-top: 15px;
    border-inline-end: unset;
}

.node--type-package .topInfo .col-12 .block-content-basic a {
    color: var(--bs-white);
    background: var(--main-color) url(./arrow-icon.svg) no-repeat 90% 58%;
    background-size: 16%;
    border-radius: 110.344px;
    padding: 15px 45px;
    font-size: 17.655px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.655px;
    text-transform: capitalize;
}

.node--type-package .mainInfo .block-field-blocknodepackagebody {
    color: #687179;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.node--type-package .mainInfo .block-field-blocknodepackagefield-top-highlights {
    color: #1D3638;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.node--type-package .mainInfo .block-field-blocknodepackagefield-top-highlights .field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.node--type-package .mainInfo .block-field-blocknodepackagefield-top-highlights .field__item {
    width: 49%;
    padding-inline-start: 25px;
    background: url('./SVG.svg') no-repeat left top;
}

[dir="rtl"] .node--type-package .mainInfo .block-field-blocknodepackagefield-top-highlights .field__item {
    background: url('./SVG.svg') no-repeat right top;
}

.node--type-package .mainInfo .block-field-blocknodepackagefield-top-highlights .field__label,
.node--type-package .mainInfo .block-field-blocknodepackagebody .field__label {
    color: #0A1F24;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.node--type-package .mainInfo img {
    height: auto;
    max-height: 635px;
    border-radius: 12px;
}

.node--type-package .bottomInfo {
    margin-top: 30px;
}

.node--type-package .bottomInfo .row {
    width: 66%;
    border-radius: 16px;
    background: #F6F6F6;
    padding: 40px;
}

.node--type-package .bottomInfo .block {
    color: #0A1F24;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    text-transform: capitalize;
    padding-inline-start: 55px;
}

.node--type-package .bottomInfo .field__label {
    color: #687179;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.node--type-package .bottomInfo .block-field-blocknodepackagefield-accommodation {
    background: url('./Accommodation.svg') no-repeat left center;
    background-size: 45px;
}

.node--type-package .bottomInfo .block-field-blocknodepackagefield-admission-free {
    background: url('./free.svg') no-repeat left center;
    background-size: 45px;
}

.node--type-package .bottomInfo .block-field-blocknodepackagefield-arrival-city {
    background: url('./city.svg') no-repeat left center;
    background-size: 45px;
}

.node--type-package .bottomInfo .block-field-blocknodepackagefield-guided {
    background: url('./guid.svg') no-repeat left center;
    background-size: 45px;
}

.node--type-package .lastInfo {
    margin-top: 60px;
}

.node--type-package .lastInfo .field__label {
    color: #0A1F24;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.node--type-package .lastInfo .field--name-field-tour-plan .field__item {
    color: #687179;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.node--type-package .lastInfo .block-field-blocknodepackagefield-tour-plan-collaps .field__item {
    margin: 15px 5px;
    width: 95%;
}

.node--type-package .lastInfo .block-field-blocknodepackagefield-tour-plan-collaps .field--name-field-title {
    color: #0A1F24;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    text-transform: capitalize;
    border-radius: 12px;
    background: var(--bs-white) url('./collaps.svg') no-repeat 95% center;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
}

[dir="rtl"] .node--type-package .lastInfo .block-field-blocknodepackagefield-tour-plan-collaps .field--name-field-title {
    background: var(--bs-white) url('./collaps.svg') no-repeat 5% center;
}

.node--type-package .lastInfo .block-field-blocknodepackagefield-tour-plan-collaps .field--name-field-body {
    color: #687179;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 12px;
    background: var(--bs-white);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
}

.node--type-package .lastInfo .block-webform {
    padding: 20px;
    border-radius: 17.764px;
    border: 0.888px solid #E1E4E5;
}

.node--type-package .lastInfo .block-webform h2 {
    color: #0A1F24;
    font-size: 19.54px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.574px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.node--type-package .lastInfo .block-webform label {
    display: none;
}

.node--type-package .lastInfo .block-webform textarea,
.node--type-package .lastInfo .block-webform input {
    border-radius: 8.882px;
    background: #F6F6F6;
    padding: 18.652px 26.645px;
    border: unset;
}

.node--type-package .lastInfo .block-webform button {
    color: #FFF;
    text-align: center;
    font-size: 14.211px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.211px;
    text-transform: capitalize;
    width: 100%;
    background: var(--main-color) url('./arrow-icon.svg') no-repeat 65% center;
    border-radius: 8.882px;
    border: unset;
    padding: 15px;
}


/* ===== inner package ===== */

/* ===== service page ===== */

.service-page {
    background: url('./map.png') no-repeat 50% 20%;
    background-size: 60%;
}

.service-page .view-header h2 {
    text-align: center;
    font-size: 33.124px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-page .view-header p {
    text-align: center;
    font-size: 14.25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-block: 35px;
}

.service-page .row {
    display: flex !important;
    position: relative;
    min-height: 535px;
    overflow: unset;
}

.service-page .row .views-field-fieldset>.field-content>fieldset {
    border-radius: 11.207px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    height: 186.787px;
    position: relative;
}

.service-page .row .views-field-fieldset>.field-content>fieldset.active {
    background: var(--main-color);
}

.service-page .row .views-field-fieldset>.field-content>fieldset.active::after {
    content: "";
    width: 33px;
    height: 17px;
    background: url('./Vector.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    z-index: 9;
}

.service-page .row .views-field-field-media-icon img {
    height: 75px;
}

.service-page .row .active .views-field-field-media-icon img {
    filter: brightness(0) invert(1);
}

.service-page .row .views-field-title {
    color: #000;
    font-size: 14.943px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service-page .row .active .views-field-title {
    color: var(--bs-white);
}

.service-page .row .views-field-fieldset-1 {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 9;
    border-radius: 30px;
    border: 1px solid #EEE;
    background: #FAFAFA;
    padding: 60px;
    width: 98%;
}

.service-page .row .views-field-title-1 {
    color: var(--secondary-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 25px;
    text-align: start;
}

.service-page .row .views-field-body {
    color: #687179;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: start;
}

/* ===== service page ===== */

/* ===== about us ===== */

.view-about-us .views-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 75px;
}

.view-about-us .views-row .views-field-fieldset {
    width: 49%;
}

.view-about-us .views-row .views-field-nothing {
    position: relative;
    width: 49%;
    padding-bottom: 90px;
    max-width: 618px;
}

.view-about-us .views-row .views-field-title {
    color: var(--secondary-color);
    font-size: 33.28px;
    font-style: normal;
    font-weight: 800;
    line-height: 42.3px;
}

.view-about-us .views-row .views-field-body {
    color: #687179;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin: 10px 0 30px;
}

.view-about-us .views-row .views-field-field-top-highlights li {
    padding-inline-start: 25px;
    background: url('./SVG.svg') no-repeat left 5px;
    color: #1D3638;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border: unset;
    margin-bottom: 15px;
}

[dir="rtl"] .view-about-us .views-row .views-field-field-top-highlights li {
    background: url('./SVG.svg') no-repeat right 5px;
}

.view-about-us .views-row .big-image {
    position: relative;
}

.view-about-us .views-row .big-image::before {
    content: "";
    width: 390px;
    height: 68.8px;
    position: absolute;
    left: 50px;
    bottom: -50px;
    background: var(--main-color);
    border-radius: 0 0 0 30px;
}

[dir="rtl"] .view-about-us .views-row .big-image::before {
    border-radius: 0px 0 30px 0px;
    left: unset;
    right: 50px;
}

.view-about-us .views-row .big-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 200px;
    height: 183.59px;
    background: url('./airplane.png') no-repeat center;
    background-size: contain;
}

[dir="rtl"] .view-about-us .views-row .big-image::after {
    right: unset;
    left: 0;
}

.view-about-us .views-row .big-image img {
    height: 490px;
    border-radius: 30px;
}

.view-about-us .views-row .small-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

[dir="rtl"] .view-about-us .views-row .small-image {
    right: unset;
    left: 0;
}

.view-about-us .views-row .small-image img {
    height: 380px;
    border-radius: 30px;
}

.view-mission-vision .views-row {
    display: flex;
    justify-content: space-between;
}

.view-mission-vision .views-field-field-media-image {
    width: 43%;
}

.view-mission-vision .views-field-fieldset {
    width: 54%;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 365px;
    padding-inline: 50px;
}

.view-mission-vision img {
    width: 100%;
    height: 365px;
    object-fit: cover;
    border-radius: 12px;
}

.view-mission-vision .views-field-title {
    color: #0A1F24;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.view-mission-vision .views-field-body {
    color: #687179;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.block-views-blockmission-vision-block-2 {
    margin-top: 50px;
}

.block-views-blockmission-vision-block-2 .view-mission-vision .views-field-fieldset {
    background: var(--main-color);
}

.block-views-blockmission-vision-block-2 .view-mission-vision .views-field-title {
    color: var(--bs-white);
}

.block-views-blockmission-vision-block-2 .view-mission-vision .views-field-body {
    color: var(--bs-white);
}

/* ===== about us ===== */

/* ===== contact us ===== */

.contact-us .layout {
    gap: 15px;
    flex-wrap: nowrap;
    padding: 20px 35px;
}

.contact-us .col-lg-6.col-md-6.col-12 {
    padding: 70px 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.view-contact-info .views-field-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 25px;
}

.view-contact-info .views-field-body {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px;
}

.view-contact-info .views-field-field-phone {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
    padding-inline-start: 50px;
    background: url('./phone.png') no-repeat left center;
    background-size: 9%;
    padding-block: 20px;
}

[dir="rtl"] .view-contact-info .views-field-field-phone {
    background: url('./phone.png') no-repeat right center;
    background-size: 9%;
}

.view-contact-info .views-field-field-email {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
    padding-inline-start: 50px;
    background: url('./email.png') no-repeat left center;
    background-size: 9%;
    padding-block: 20px;
}

[dir="rtl"] .view-contact-info .views-field-field-email {
    background: url('./email.png') no-repeat right center;
    background-size: 9%;
}

.view-contact-info .views-field-field-locations {
    margin-bottom: 20px;
    padding-inline-start: 50px;
    background: url('./locations.png') no-repeat left center;
    background-size: 9%;
    padding-block: 20px;
}

[dir="rtl"] .view-contact-info .views-field-field-locations {
    background: url('./locations.png') no-repeat right center;
    background-size: 9%;
}

.view-contact-info .views-field-field-phone a,
.view-contact-info .views-field-field-email a,
.view-contact-info .views-field-field-locations a {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    color: #232323;
}

.view-contact-info .views-field-field-phone a:hover,
.view-contact-info .views-field-field-email a:hover,
.view-contact-info .views-field-field-locations a:hover {
    color: var(--main-color);
}

.view-contact-info .views-label {
    color: #565656;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    display: block;
    margin-bottom: 10px;
}

.contact-us nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-us nav h2 {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.contact-us nav ul {
    gap: 10px;
}

.contact-us nav ul a {
    color: #545454;
    padding: 0;
}

.contact-us nav ul a:hover {
    color: var(--main-color);
}

.contact-us nav ul a svg {
    width: 25px;
    height: 25px;
}

.contact-us .block-webform h2 {
    color: #232323;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

.contact-us .block-webform #edit-processed-text {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
}

.contact-us .block-webform form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us .block-webform label {
    display: none;
}

.contact-us .block-webform .js-form-item {
    width: 49%;
}

.contact-us .block-webform .js-form-type-textarea,
.contact-us .block-webform .js-form-type-email {
    width: 100%;
}

.contact-us .block-webform textarea,
.contact-us .block-webform input {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 13px 20px;
}

.contact-us .block-webform button {
    border: unset;
    color: var(--bs-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 5px;
    padding: 11px 28px;
    background: var(--main-color);
}

/* ===== contact us ===== */

/* ===== visa ===== */

.node--type-visa .topInfo img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 20px;
}

.node--type-visa .topInfo .block-field-blocknodevisatitle {
    font-size: 43.332px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    margin: 40px 0 25px;
}

.node--type-visa .mainInfo .block-webform {
    padding: 20px;
    border-radius: 17.764px;
    border: 0.888px solid #E1E4E5;
}

.node--type-visa .mainInfo .block-webform h2 {
    color: #0A1F24;
    font-size: 19.54px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.574px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.node--type-visa .mainInfo .block-webform label {
    display: none;
}

.node--type-visa .mainInfo .block-webform textarea,
.node--type-visa .mainInfo .block-webform input {
    border-radius: 8.882px;
    background: #F6F6F6;
    padding: 18.652px 26.645px;
    border: unset;
}

.node--type-visa .mainInfo .block-webform button {
    color: #FFF;
    text-align: center;
    font-size: 14.211px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.211px;
    text-transform: capitalize;
    width: 100%;
    background: var(--main-color) url('./arrow-icon.svg') no-repeat 65% center;
    border-radius: 8.882px;
    border: unset;
    padding: 15px;
}

.node--type-visa .mainInfo .field--name-field-visa-info>.field__item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #CECECE;
    background: #FFF;
    margin-bottom: 25px;
    width: 98%;
}

.node--type-visa .mainInfo .field__item .field--name-field-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.node--type-visa .mainInfo .field__item .field--name-field-body {
    color: #6D6D6D;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-block: 15px;
}

.node--type-visa .mainInfo .field__item .toggle-button {
    color: var(--main-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding-inline-start: 35px;
    background: url('./more.svg') no-repeat left center;
    border: unset;
}

[dir="rtl"] .node--type-visa .mainInfo .field__item .toggle-button {
    background: url('./more.svg') no-repeat right center;
}

.node--type-visa .mainInfo .field__item .toggle-button.active {
    background: url('./hide.svg') no-repeat left center;
}

[dir="rtl"] .node--type-visa .mainInfo .field__item .toggle-button.active {
    background: url('./hide.svg') no-repeat right center;
}

.node--type-visa .note .block-field-blocknodevisabody {
    padding: 15px 30px;
    background: #FFE7E7;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-block: 45px;
}

.node--type-visa .note .field__label {
    font-size: 33.53px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
}

.node--type-visa .gallery .field__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 15px;
}

.node--type-visa .gallery .field__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.node--type-visa .gallery .field__item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.node--type-visa .gallery .field__item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.node--type-visa .gallery .field__item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.node--type-visa .gallery .field__item:nth-child(5) {
    grid-area: 1 / 3 / 3 / 4;
}

.node--type-visa .gallery .field__item:nth-child(6) {
    grid-area: 1 / 4 / 2 / 5;
}

.node--type-visa .gallery .field__item:nth-child(7) {
    grid-area: 2 / 4 / 3 /5;
}

.node--type-visa .gallery .field__items .field--name-field-media-image {
    width: 100%;
}

.node--type-visa .gallery img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.node--type-visa .gallery .field__item:nth-child(5) img {
    width: 100%;
    height: 602px;
    object-fit: cover;
}

.hidden {
    display: none !important;
}

/* ===== visa ===== */