@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/Avenir-Black.eot");
    src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff"),
        url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir-Book";
    src: url("../fonts/Avenir-Book.eot");
    src: url("../fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Book.woff2") format("woff2"), url("../fonts/Avenir-Book.woff") format("woff"),
        url("../fonts/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir-Book.svg#Avenir-Book") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir-Heavy";
    src: url("../fonts/Avenir-Heavy.eot");
    src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff"),
        url("../fonts/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir-Light";
    src: url("../fonts/Avenir-Light.eot");
    src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Light.woff2") format("woff2"), url("../fonts/Avenir-Light.woff") format("woff"),
        url("../fonts/Avenir-Light.ttf") format("truetype"), url("../fonts/Avenir-Light.svg#Avenir-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir-Roman";
    src: url("../fonts/Avenir-Roman.eot");
    src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"),
        url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #58595b;
    line-height: 1.5;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

h1 {
    font-size: 48px;
    color: #2a6ebb;
}

h2 {
    font-size: 26px;
    color: #34699b;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

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

.header {
    padding: 20px 0;
}

.logo img,
.footer img {
    height: 60px;
}

.hero {
    position: relative;
    text-align: center;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero-content h1 {
    margin-top: 50px;
}

.resort {
    padding-top: 50px;
    padding-bottom: 70px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ffffff+62 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(20deg, #1e5799 0%, #ffffff 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(20deg, #1e5799 0%, #ffffff 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(20deg, #1e5799 0%, #ffffff 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.card {
    border: 3px solid #2a6ebb;
    padding: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card-title {
    text-transform: uppercase;
    font-weight: 600;
}

.card-body {
    padding: 20px 12px;
}

.card h4.text-secondary a {
    color: #f5831f !important;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.team {
    padding: 50px 0 70px 0;
}

.team-block {
    padding: 30px 35px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5cce7+0,e4effb+100 */
    background: #b5cce7;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #b5cce7 0%, #e4effb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #b5cce7 0%, #e4effb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #b5cce7 0%, #e4effb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b5cce7', endColorstr='#e4effb', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.team-images {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.team-images .column {
    flex: 50%;
    max-width: 50%;
}

.team-images .column img {
    vertical-align: middle;
    width: 100%;
}

.team-content {
    padding-left: 75px;
    color: #2a6ebb;
}

.team-content h5 {
    color: #2a6ebb;
    font-family: "Avenir-Black";
    text-transform: uppercase;
}

.team-content p {
    font-family: "Avenir-Roman";
    padding-bottom: 60px;
}

.social-media {
    padding-bottom: 80px;
}

.feature-thumb {
    position: relative;
}

.feature-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-thumb:hover .feature-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.vertical-middle-center {
    width: 100%;
    height: 100%;
    color: #fff;
}

.insta-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
}

.contact {
    padding: 50px 0;
    background-image: url("../img/contact-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.contact h2 {
    font-family: "Avenir-Book";
    font-size: 50px;
    color: #fff;
    text-transform: inherit;
}

.contact p {
    font-family: "Avenir-Heavy";
}

.contact a {
    color: #fff;
    font-family: "Avenir-Heavy";
}

.contact-form {
    margin-bottom: 30px;
}

.contact-form .btn {
    color: #001849;
}

.footer {
    font-family: "Avenir-Light";
    padding: 40px 0;
    color: #2a6ebb;
    text-transform: uppercase;
}

.footer h6 {
    font-size: 15px;
    font-family: "Avenir-Heavy";
}

.sticky-contact {
    position: fixed;
    top: 150px;
    right: -50px;
    background-color: #2a6ebb;
    transform: rotate(270deg);
    z-index: 9999;
}

.sticky-contact a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Avenir-Heavy";
    padding: 20px 30px;
    display: inline-block;
}

/* bootstrap reset */

.text-primary {
    color: #34699b !important;
}

.text-secondary {
    color: #f5831f !important;
}

.btn {
    text-transform: uppercase;
    font-size: 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 20px;
    font-family: "Avenir-Heavy";
}

.btn:focus {
    outline: none;
}

.btn-secondary {
    border-color: #f5831f;
    background-color: #f5831f;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #dd761c;
    border-color: #dd761c;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #f5831f;
    min-height: 44px;
    font-family: "Avenir-Heavy";
}

.form-control::-webkit-input-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.form-control::-moz-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.form-control:-ms-input-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.form-control:-moz-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.blog-container {
    padding: 0 16rem 5rem;
}

.blog-container h2 {
    font-size: 32px;
    position: relative;
    line-height: 42px;
}

.blog-container h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f5831f;
    margin-left: -1.3rem;
}

.blog-container p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
}

.blog-container h3 {
    color: #2a6ebb;
    font-size: 24px;
    line-height: 35px;
}

.blog-container h1 {
    color: #2a6ebb;
    font-size: 40px;
    line-height: 35px;
    font-weight: 400;
    line-height: 1.1;
}

.blog-container img {
    width: 100%;
}

.blog-container .heading-section {
    padding: 4rem;
    background: #d8e3f4;
    margin-top: -3rem;
    position: inherit;
    width: calc(100% + 16rem);
    left: -16rem;
}

.hero__block {
    position: relative;
    margin-bottom: 2rem;
}

.wp-block-quote {
    color: #f5831f;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.1em;
}

.blog-container > ul {
    line-height: 29px;
    letter-spacing: 0.1em;
    list-style: none;
}

.blog-container > ul li {
    position: relative;
}

.blog-container > ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ff7245;
    margin-left: -30px;
    position: absolute;
    top: 12px;
}

.blog-info ul li.share-item {
    display: flex;
}

.blog-info ul li.list-group-item {
    padding: 0 12px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.blog-info ul li.list-group-item:first-child {
    padding-left: 0;
}

.blog-info ul li.list-group-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 2px;
    height: 13px;
    background: #f5831f;
}

.heateor_sss_sharing_container {
    margin-left: 13px;
    margin-top: -2px;
}

.heateorSssFacebookBackground,
.heateorSssTwitterBackground {
    background: none !important;
}

.heateorSssSharingRound .heateorSssFacebookSvg {
    background-image: url(../img/facebook.svg);
    background-repeat: no-repeat;
}

.heateorSssTwitterBackground .heateorSssTwitterSvg {
    background-image: url(../img/twitter.svg);
    background-repeat: no-repeat;
}

.blogs {
    background: linear-gradient(0deg, #e9f1ff, #e9f1ff);
    padding: 60px 0;
}

.blog-rows > div {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border: 2px solid #f5831f !important;
    height: auto !important;
    min-height: 44px !important;
    font-family: "Avenir-Heavy" !important;
    overflow: hidden !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.select2-container--default .select2-search--inline .select2-search__field {
    text-transform: uppercase;
    margin-top: 0 !important;
    margin-left: 5px !important;
    min-height: 44px !important;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder {
    font-family: "Avenir-Heavy";
    color: #001849;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 7px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5831f !important;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5831f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none !important;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    flex-direction: column;
    gap: 5px;
}

input[type=checkbox] {
    border-radius: 0 !important;
    border: 2px solid #f5831f !important;
    height: 16px;
    width: 16px;
    font-family: "Avenir-Heavy" !important;
}

span.wpcf7-list-item-label {
    margin-left: 10px;
}