/*Start Block1*/
@import url('https://fonts.cdnfonts.com/css/inter');

.block1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    margin-top: 85px;
    padding: 1px;
}
.block1 .main-container {
    position: relative;
    min-height: 600px;
}
.block1-payment {
    margin-top: 50px;
    background: #FFC800;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 8px 10px;
    color: #000101;
}

.block1-fancybox-link {
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    padding: 10px 23px;
    font-family: 'inter','Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    color: #000101;

}
.block1-fancybox-link a  {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.block1-fancybox-link img {
    position: relative;
    right: 10px;
}
/*=============================================================*/
/*Start block2*/
.block2 {
    margin-top: 50px;
}
.block2-head {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    color: #122C5A;
    margin-bottom: 15px;
    font-family: 'inter','Montserrat';
}
.block2-head-link {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000101;
    position: absolute;
    right: 0;
    background: transparent;
    text-decoration: underline;
}

.block2-head-link:hover {
    text-decoration: underline;
}
.block2-head-link:focus {
    box-shadow: none;
    outline: 0;
    text-decoration: underline;
}
.block2-head-link img {
    margin-right: 10px;
}
.block2-head2 {
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000101;
    margin-bottom: 20px;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}
.block2-head2 a {
    color: #000101;
}
.block2-head2 a:hover {
    color: #000101;
    text-decoration: none;
}

.block2-p {
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.read-more {
    font-family: 'inter','Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #122C5A;
    cursor: pointer;
}
.read-more-text {
    display: none;
}

.block2-head3 {
    font-family: 'inter','Montserrat';
    color: #122C5A;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 30px auto;
    position: relative;
}

.block2-course-reviews-head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

}

.block2-course-reviews-head img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.block2-course-reviews-stars {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
}
.block2-course-reviews-stars img {
    position: relative;
    margin: 0 -1px;
}
.block2-border-right {
    border-right: 1px solid #DDDDDD;
}

.block2-reviews-container {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 10px 15px;
    position: relative;
    min-height: 115px;
}
.block2-reviews-img {
    display: flex;

}
.block2-reviews-img > img {
    width: 31px !important;
    height: 31px;
    margin-right: 7px;
    border-radius: 50%;
    overflow: hidden;
}
.block2-reviews-img-star img {
    display: inline-block !important;
    width: 15px !important;
    margin: 0 -1px;
}
.block2-reviews-img-star {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
.block2-reviews-date {
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    top: 16px;
    right: 10px;
}
.block2-reviews-p {
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #000101;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 0;
}




.block2 .owl-nav {
    display: flex !important;
    position: absolute;
    top: 20%;
    right: -25px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 8%);
}
.block2 .owl-prev {
    display: none !important;
}
.block2 .owl-next {
    margin: auto !important;
}

.block2 .owl-next span{
    font-size: 50px;
    line-height: 1;
    position: relative;
    top: -0.1em;
    display: block;
    width: 50px;
    height: 50px;
}
.block2 .owl-nav.disabled .owl-prev {
    display: none !important;
}
.block2 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit;
}
.block2 .owl-next:focus {
    outline: none;
}
.block2-head3 span {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #000101;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}
.block2-club-facilities {
    background: #F7F7F7;
    border-radius: 4px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
}
.block2-club-facilities img {
    margin-bottom: 20px;
}
.block2-club-facilities.del {
    background: #fff;
    border-color: #ddd;
}
.block2-club-facilities.del:after {
    position: absolute;
    content: "";
    width: 40%;
    background: #ADADAD;
    height: 1px;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    top: 30%;
}
.block2-club-facilities.del span {
    position: relative;
    color: #ADADAD;
}
.block2-club-facilities.del span:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #ADADAD;
    height: 1px;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.block2-club-facilities-unshow {
    display: none;
}

.block2-course-details {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000101;
}
.block2-course-details span{
    font-size: 16px;
    color: #000101;
    margin-left: 10px;
    display: inline-block;
    font-weight: 500;
}
.block2-weather-container {
    display: flex;

}


.block2-weather-container {
    background: #ffff;
    border-radius: 4px;
    min-height: 110px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    position: relative;
}
.block2-weather-head {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

}

.block2-weather-container.today {
    background: #EAF5FF;
    border-color: transparent;
}

.block2-weather-celsius {
    margin-top: 11px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000101;
    background: url(../images/book/o.svg) no-repeat;
    background-size: 7px;
    background-position: 17px 0%;
}
.block2-weather-celsius span {
    font-size: 10px;
    color: #ADADAD;
    margin-left: 5px;
    font-weight: 400;
}
#map {
    width: 100%;
    height: 380px;
}


/*form*/
.block2-form-hidden {
    display: none;
}
.block2-form {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 6px 12px 2px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 20px;
    position: sticky;
    top: 100px;
}
.block2-form-head {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #122C5A;
    margin-bottom: 15px;
}
.block2-form-containenr {
    border: 1px solid #B0B1B1;
    border-radius: 4px;
    padding: 0 0px 0 20px
}
input[type="time"]::-webkit-calendar-picker-indicator {

}


.block2-form-label {
    position: absolute;
    left: 0.75rem;
    top: 7px;
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000101;
}
.block2-form-control {
    height: 60px !important;
    color: #000101;
    border: 0;
    border-radius: 0;
    padding-top: 20px;
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
}
.block2-form-control::placeholder {
    color: #000101;
}
.block2-form-control:focus {
    box-shadow: none;
}
select.block2-form-control {
    padding-left: 0;
    margin-left: 1px;
}
.block2-form-label.select {
    left: 0;
}

.names {
    height: 54px;
    padding-top: 20px;
}
.datepicker {
    border-right: 1px solid #ddd;
    background-color: white !important;
}
.ui-timepicker-standard {
    z-index: 50444 !important;
}
.block2-form .form-group {
    margin-bottom: 0;
}
.block2-form-hr-1 {
    margin:0 0 0 -20px;
}
.block2-form-hr {
    width: 80%;
}
.block2-form-head2 {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #122C5A;
    position: relative;
    margin-bottom: 15px;
}
.block2-form-head2 span {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    position: absolute;
    right: 0;
}
.block2-form-rate {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.25px;
    color: #122C5A;
    margin-bottom: 10px;
}
.block2-form-rate-details {
    font-family: 'inter','Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000101;
    margin-bottom: 15px;
}
.block2-form-total {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.block2-form-total span {
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 17px;

}
.block2-cancellation {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #122C5A !important;
    display: block;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
}
.block2-cancellation span {
    position: absolute;
    background: #000;
    color: #fff;
    top: -120px;
    padding: 10px 20px;
    line-height: 1.6;
    display: none;
}
.block2-cancellation img {
    margin-right: 10px;
}
.block2-form-btn {
    background: #122C5A;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
}
.block2-form-p {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    text-align: center;
    margin: 15px auto 5px;
}

.block2-modal-link {
    display: block;
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000101 !important;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 21px 15px;
}
.block2-modal-link:hover {
    text-decoration: none;
}
.block2-modal-link img {
    margin-right: 15px
}
.block2-modal .modal-header {
    border: 0;
    padding: 25px 20px 10px
}
.block2-modal .modal-title {
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000101;

}
.block2-modal .modal-content {
    /*padding-bottom: 70px;*/
}
.block2-form-not-available {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.block2-form-not-available-head {
    background: #FFD400;
    font-family: 'inter','Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000101;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.block2-form-not-available-btn-container {
    padding: 40px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#select-teetime{
    margin-left: 0.9rem;
    width: 90%;
}

.radio-group {
    left: -12px;
    overflow:hidden;
    transition:height 1s ease;
}

.players-options {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.players-options-option {
    color:#000101;
    left: -5px;
    font-size: 14px;
    margin-left: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.players-options-label {
    display: flex;
    align-items: center;
    color:#000101;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.players-options-title {
    margin-left: auto;
}
.players-options-price {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: -3px;
}

.players-options-toggle {
    color:#122C5A !important;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    margin: 4px 10px 4px 4px;
    display: block;
}

@media (max-width: 1199px) {
    .block1, .block1 .main-container {
        min-height: 470px;
    }

    /*Block2*/
    .block2-form-not-available-head {
        font-size: 11px;
    }
    .block2-form-control {
        font-size: 12px;
        line-height: 16px;
        padding-left: 5px;
    }

    .block2-form-label {
        left: 0.3rem;
    }

    select.block2-form-control {
        margin: 0 -9px;
        padding-left: 5px;
    }
    #select-teetime {
        margin-left: 0;
    }
    .block2-form-label.select {
        left: -10px;
    }

    .block2-club-facilities {
        font-size: 13px;
    }
    .players-options-toggle {
        margin: 4px 20px 4px 4px;
    }
    .players-options-price {
        margin: 5px;
    }
}


@media (max-width: 991px) {
    .block1 {
        margin-top: 75px;
    }
    .block1, .block1 .main-container {
        min-height: 350px;
    }
    .block1-fancybox-link {
        font-size: 11px;
    }
    .block1-fancybox-link img {
        width: 17%;
    }
    .block1-payment {
        margin-top: 25px;
        font-size: 11px;
        padding: 6px 8px;
    }

    /*Block2*/
    .block2-form-not-available-head {
        font-size: 9px;
        padding: 11px;
    }
    .block2-form-not-available-btn-container {
        padding: 25px 10px;
    }
    .block2-form-btn {
        font-size: 12px;
        line-height: 30px;
    }
    .block2-head {
        font-size: 20px;
    }
    .block2-head2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .block2-p ,.read-more{
        font-size: 10px;
    }
    .block2-course-reviews-head {
        font-size: 12px;
    }
    .block2-course-reviews-head img {
        margin-right: 1px;
        width: 16px;
        top: -2px;
    }
    .block2-course-reviews-stars img {
        width: 16px;
    }
    .block2-course-reviews-stars {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .block2-head3 {
        font-size: 15px;
        margin: 20px auto;
    }
    .block2-reviews-container {
        padding: 10px 5px;
        min-height: 115px;
    }
    .block2-reviews-img-star {
        font-size: 10px;
    }
    .block2-reviews-img-star img {
        width: 11px !important;
        margin: 0 0px;
    }
    .block2-reviews-date {
        font-size: 8px;
    }
    .block2-reviews-p {
        font-size: 9px;
    }
    .block2-club-facilities {
        font-size: 10px;
        margin-bottom: 10px;
        min-height: 80px;
    }
    .block2-club-facilities img {
        margin-bottom: 10px;
    }
    .block2-head3 span {
        font-size: 11px;
    }
    .block2-head-link {
        font-size: 11px;
    }
    .block2-weather-container {
        min-height: 95px;
    }
    .block2-form {
        padding: 20px 10px;
    }
    .block2-form-control {
        font-size: 9px;
        height: 48px !important;
    }
    .block2-form-label {
        font-size: 10px;
    }
    .block2-form-head {
        font-size: 12px;
    }
    .block2-form-head2 , .block2-form-head2 span{
        font-size: 11px;
    }

    .block2-form-rate {
        font-size: 11px;
    }
    .block2-form-rate-details {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .block2-form-total ,.block2-form-total span{
        font-size: 13px;
    }
    .block2-cancellation {
        font-size: 11px;
        margin: 11px 0;
    }
    block2-cancellation img {
        margin-right: 5px;
        width: 15px;
    }

    .block2-form-p {
        font-size: 8px;
        margin: 9px auto 5px;
    }
    .block2-course-details ,.block2-course-details span{
        font-size: 11px;
    }
    #sync2 .owl-nav {
        top: 10%;
    }
    #sync3 .owl-nav {
        top: 10%;
    }
    .block2-modal-link {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    .block2-modal .modal-content {
        /*padding-bottom: 35px;*/
    }
    .block2-modal-link img {
        width: 43px;
    }
    select.block2-form-control {
        margin: 0 -5px;
        padding-left: 5px;
    }
    .players-options-toggle {
        margin: 4px 17px 4px 4px;
    }
    .players-options-price {
        margin: 5px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 85px;
    }

    .block2 .owl-nav {
        top: 20%;
    }
    .block2-form-not-available {
        display: none;
    }
    .block2-form-hidden {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 5;
        padding: 20px;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px #000;
        box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    }
    .block2-form-not-available-head {
        font-size: 14px;
        padding: 14px;
    }
    .block2-form-btn {
        font-size: 14px;
        line-height: 40px;
    }
    select.block2-form-control {
        margin: 0 -20px;
        padding-left: 10px;
    }
    .players-options-price {
        margin: 11px;
    }
    .players-options-toggle {
        margin: 4px 25px 4px 4px;
    }

}


@media (max-width: 576px) {
    .block1 {
        margin-top: 15vw;
    }
    .block1, .block1 .main-container {
        min-height: 50vw;
    }
    .block1-payment {
        margin-top: 3vw;
        font-size: 3vw;
        padding: 2vw 3vw;
    }
    .block1-fancybox-link {
        font-size: 3vw;
        padding: 2vw 6vw;
        bottom: 4vw;
        right: 4vw;
    }
    .block2-form-head {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .block2-form-hr {
        margin: 4vw auto;
    }
    /*Block2*/
    .block2 {
        margin-top: 5vw;
    }
    .block2-form-not-available-head {
        font-size: 3vw;
        padding: 4vw;
    }
    .block2-course-details-row{
        padding-left: 5%;
    }
    .block2-course-details-col{
        padding: 0;
    }
    .block2-form-not-available-btn-container {
        padding: 5vw 3vw;
    }
    .block2-form-btn {
        font-size: 4vw;
        line-height: 12vw;
    }
    .block2-head {
        font-size: 5vw;
        width: 80%;
    }
    .block2-head2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .block2-p, .read-more {
        font-size: 3vw;
        line-height: 5vw;
    }
    .block2-head3 {
        font-size: 4vw;
        margin: 4vw auto;
    }
    .block2 .owl-nav {
        right: 0;
    }
    .block2-course-reviews-head {
        font-size: 2.7vw;
    }
    .block2-course-reviews-stars {
        font-size: 3vw;
        line-height: 5vw;
        margin-bottom: 2vw;
    }
    .block2-course-reviews-stars img {
        width: 3vw;
    }
    .block2-reviews-img-star {
        font-size: 3vw;
    }
    .block2-reviews-img-star img {
        width: 3.5vw !important;
    }
    .block2-reviews-date {
        font-size: 3vw;
    }
    .block2-reviews-p {
        font-size: 3vw;
    }
    .block2-club-facilities {
        font-size: 2.5vw;
        margin-bottom: 3vw;
        min-height: 21vw;
    }
    .block2-club-facilities img {
        margin-bottom: 2vw;
    }
    .block2-club-facilities.del:after {
        width: 50%;
        top: 38%;
    }
    .block2-head3 span {
        font-size: 3vw;
    }
    .block2-head-link {
        font-size: 3vw;
        top: 0;
    }
    .block2-head-link img {
        margin-right: 2vw;
        width: 5vw;
    }
    .block2-weather-head {
        font-size: 3vw;
        line-height: 4vw;
    }
    .block2-weather-celsius {
        font-size: 4vw;
    }
    .block2-form-control {
        font-size: 3vw;
        height: 16vw !important;
    }
    .block2-form-label {
        font-size: 3vw;
    }
    .block2-form-head2, .block2-form-head2 span {
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }
    .block2-form-rate {
        font-size: 3vw;
    }
    .block2-form-rate-details {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .block2-form-total, .block2-form-total span {
        font-size: 4vw;
    }
    .block2-cancellation {
        font-size: 3vw;
        margin: 2vw auto;
    }
    .block2-form-p {
        font-size: 2.5vw;
        margin: 5vw auto 2vw;
    }
    .filter-container {
        position: fixed;
        right: 5%;
        background: #fff;
        width: 90%;
        padding: 15px;
        bottom: 19vw;
    }
    .block2-form {
        max-height: 150vw;
        overflow-y: scroll;
        padding-bottom: 40vw;
        overflow-x: hidden;
    }
    .block2-modal .modal-header {
        padding: 2vw 2vw 0;
    }
    .block2-modal-link img {
        width: 7vw;
        margin-right: 1vw;
    }
    .block2-modal-link {
        font-size: 3.5vw;
        margin-bottom: 5vw;
        padding: 3vw 0vw 3vw 2vw;
    }
}
