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

.block1 {
    background: url(../images/home.jpeg)no-repeat bottom;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100vh;
}

.block1-form {
    width: 39%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-left: 20px;
}
.block1-form-p {
    font-size: 17px;
    color: #000101;
    line-height:22px;
}
.block1-package-p {
    font-size: 18px;
    color: #122C5A;
    line-height: 22px;
    font-weight: 700;
}
.block1-form-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #122C5A;
    margin: 0 auto 15px;
    font-family: 'inter','Montserrat', sans-serif;
}

.block1-form-form-control {
    position: relative;
    width: 95%;
}
#blockOneCourses + .select2-container .select2-selection {
    font-size: 18px;
    height: calc(2.25rem + 20px) !important;
    padding-top: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}
.select2-container {
    text-align: start;
}
.form-group:before {
    content: "Where would you like to play?";
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    left: 15px;
    color: #000;
    z-index: 5;
    top: 7px;
}
.block1-form-btn {
    background: #122C5A;
    border-radius: 8px;
    color: #fff;
    width: 95%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    margin-top: 15px;
}
.block1-package-btn {
    background: #122C5A;
    border-radius: 8px;
    color: #fff;
    width: 95%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    margin-top: 15px;
}
.block1-package-btn svg{
    margin-right: 5px;
}
.block1-or {
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    margin: 10px auto;
}
.block1-or:before {
    width: 47%;
    height: 1px;
    background: #ECECEC;
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
}
.block1-or:after {
    width: 47%;
    height: 1px;
    background: #ECECEC;
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
}
.block1-app-images {
    width: 148px;
    margin-left: 5px;
}
.block1-form-head2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #122C5A;
    font-family: 'inter','Montserrat', sans-serif;
    margin: 20px auto;
}

/*=============================================================*/
/*Start block2*/
.block2 {
    margin-top: 50px;
}
.block2-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #122C5A;
    margin-bottom: 25px;
    font-family: 'inter','Montserrat', sans-serif;
}
.block2-p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 35px;
    color: #000101;
}
.block2-link {
    color: #122C5A;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.block2-link:hover {

    text-decoration: none   ;
    color: #122C5A;
}
.block2-link img {
    margin-left: 20px;
}
.block2-place-container {
    position: relative;
    margin: 10px;
    display: block;
    transition: all .3s ease-in-out;
    overflow: hidden;
    min-height: 340px;
    max-height: 340px;
    background: #cccccc no-repeat center;
    background-size: cover;
    border-radius: 20px;
}
.block2-place-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000006b;
    width: 100%;
    height: 20%;
    z-index: 4;
}
.block2-place-container:hover {
    transform: scale(1.05);
}

.block-package-container , .block-global-container{
    position: relative;
    margin: 10px;
    display: block;
    /*transition: all .3s ease-in-out;*/
    overflow: hidden;
    min-height: 280px;
    max-height: 280px;
    background: #cccccc no-repeat center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.block-global-container{
    min-height: 200px;
    max-height: 200px;
}
.block-package-container:after ,.block-global-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 20%;
    z-index: 4;
}
.block-global-container:after{
    background: rgba(0, 0, 0, 0.42);

}
.block-package-container:hover ,.block-global-container:hover  {
    transform: scale(1.05);
}

.block2-place-container2 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 85%;
    z-index: 5;
}
.block2-place-head , .block-package-place-head , .block-global-place-head{
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #fff;
    font-family: 'inter','Montserrat', sans-serif;
    margin-bottom: 3px;
}
.block2-place-head2 ,.block-package-place-head2 {
    font-size:11px;
    font-weight: 500;
    font-family: 'inter','Montserrat', sans-serif;
    line-height: 14px;
    text-align: left;
    color: #fff;
}
.block2-place-container2 span {
    position: absolute;
    right: -10px;
    bottom: 7px;
}

.block-package-container2 , .block-global-container2 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 85%;
    z-index: 5;
}
.block-package-place-head , .block-global-place-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    font-family: 'inter','Montserrat', sans-serif;
    margin-bottom: 3px;
    color: #122D5A ;
}
 .block-global-place-head {
    text-align: center;
    color: #fff ;
}
.block-package-place-head2{
    color: #000 ;
}
.block-package-container2 span {
    position: absolute;
    right: -10px;
    bottom: 7px;
}

 .block-global-container2 span {
    position: absolute;
     inset-inline-end: auto;
     margin-left: 7px;
}
.block2 .owl-nav.disabled {
    display: flex !important;
    position: absolute;
    top: 44%;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.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;
}

#app-features-section p{
    text-align: left;
}



/*=============================================================*/
/*Start block3*/

.block3 {
    margin-top: 70px;
}
.block3-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    font-family: 'inter','Montserrat', sans-serif;
    color: #122D5A !important;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.block3-p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 35px;
    color: #000101;
}

.block3-place-contatiner1 {
    position: relative;
}
.block3-place-contatiner1 > img {
    min-height: 250px;
    max-height: 250px;
    min-width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 16px;
}
.block3-place-contatiner1 > img:hover {
    transform: scale(1.05);
}
.block3-place-container:hover {
    text-decoration: none;

}
.block3-featue-container{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 92%;
    z-index: 5;
}
.block3-place-feature {
    display: flex;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    background: rgba(255, 255, 255, 0.79);
    border-radius: 8px;
    padding: 5px 15px 5px 12px;
}
.block3-place-feature img {
    width: 13px !important;
    margin-right: 7px;

}
.block3-place-heart {
    cursor: pointer;
    margin-top: 3px;
}
.block3-place-head {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    font-family: 'inter','Montserrat', sans-serif;
    color: #122D5A;
    margin: 7px auto;
    position: relative;
}
.block3-place-head span {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: #000101;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 14px;
    top: 2px;
}
.block3-place-star {
    display: flex;
    align-items: center;
    position: relative;
}
.block3-place-star img{
    width: 16px !important;
    height: 16px;
    margin-right: 2px;
}
.block3-place-star .price {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    color: #FFC800;
    margin-left: 5px;
}
.block3-place-star .price2 {
    color: #000101;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
.block3-place-time {
    font-size: 11px;
    line-height: 16px;
    color: #000101;
    margin-top: 8px;
}


/*=============================================================*/
/*Start block4*/

.block4 {
    margin-top: 70px;
}
.block4-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #122C5A;
    font-family: 'inter','Montserrat', sans-serif;
}
.block4-p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin: 10px auto 50px;
    color: #000101;
}
.block4-container {

    margin: 0 auto 50px;
}
.block4-head2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 25px auto;
    color: #000101;
    font-family: 'inter','Montserrat', sans-serif;
}

.block4-p2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000101;
}
.block4-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #122C5A;
    margin-top: 50px;
    display: block;
}
.block4-link:hover {
    color: #122C5A;
    text-decoration: none;
}
.select2-container {
    max-width: -webkit-fill-available;
}

@media (max-width: 1199px) {
    .block1 {
        min-height: 650px;
    }
    .block1-form-head {
        font-size: 25px;
    }
    .block1-form-p {
        font-size: 15px;
    }
    .block1-form-form-control {
        font-size: 17px;
    }
    .form-group:before {
        font-size: 11px;
        left: 16px;
    }
    .block1-form-head2 {
        font-size: 15px;
        margin: 15px auto;
    }
    /* Start Block2*/
    .block2-head ,.block3-head ,.block4-head  ,.block6-head{
        font-size: 24px;
    }
    .block2-p ,.block3-p , .block4-p  , .block6-p {
        font-size: 15px;
    }
    .block2-place-head {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .block2-place-head2 {
        font-size: 10px;
    }
    .block2-place-container:after {
        height: 25%;
    }
    .block2-place-container{
        min-height: 300px;
        max-height: 300px;
    }

    .block-package-container:after , .block-global-container:after  {
        height: 25%;
    }
    .block-package-container  , .block-global-container {
        min-height: 280px;
        max-height: 280px;
    }
    .block2 .owl-nav.disabled {
        top: 43%;
    }
    /* Start Block3*/
    .block3-place-contatiner1 > img {
        min-height: 215px;
        max-height: 215px;
    }
    /* Start Block4*/
    .block4-head2 {
        font-size: 19px;
    }
    .block4-link {
        font-size: 17px;
        margin-top: 35px;
    }
    .block4-p2 {
        font-size: 13px;
    }

    /* Start Block6*/
    .block6-head2 {
        font-size: 14px;
    }
}





@media (max-width: 991px) {

    .block1-form {
        width: 50%;
        padding: 20px;
        margin-left: 15px;
    }
    .block1-form-p {
        font-size: 14px;
        line-height: 18px;
    }
    .block2-head, .block3-head, .block4-head,  .block6-head {
        font-size: 20px;
    }
    .block2-p, .block3-p, .block4-p, .block6-p, .block4-p2 {
        font-size: 14px;
        line-height: 18px;
    }
    .form-group:before {
        left: 15px;
    }
    .select2-selection {
        font-size: 14px;
    }
    /*Start block2*/

    .block2-place-container2 {
        bottom: 30px;
        left: 15px;
    }
    .block-package-container2 , .block-global-container2 {
        bottom: 30px;
        left: 15px;
    }

    .block2-place-head2 {
        font-size: 7px;
    }
    .block2-place-container2 span img {
        width: 15px !important;
    }
    .block-package-container2 span img   {
        width: 15px !important;
    }
    .block2-place-container > img {
        min-height: 210px;
        max-height: 210px;
    }
    .block-package-container > img , .block-global-container > img {
        min-height: 210px;
        max-height: 210px;
    }
    .block2-place-container2 {
        bottom: 10px;
        left: 10px;
        width: 80%;
    }
    .block-package-container2 ,.block-global-container2 {
        bottom: 10px;
        left: 10px;
        width: 80%;
    }

    .block2-place-container {
        min-height: 230px;
        max-height: 230px;
    }
    .block2-place-head {
        font-size: 12px;
    }
    /*Start block3*/
    .block3-place-head span {
        display: contents;
    }
    .block3-place-feature {
        font-size: 9px;
        line-height: 12px;
        padding: 5px 10px 3px 6px;
    }
    .block3-place-feature img {
        width: 11px !important;
    }
    .block3-featue-container {
        width: 89%;
    }
    .block3-place-heart {
        margin-top: 2px;
    }
    .block3-place-head {
        font-size: 12px;
    }
    .block3-place-star .price2 {
        font-size: 10px;
        line-height: 14px;
    }
    .block3-place-star img {
        width: 13px !important;
        height: 13px;
        margin-right: 1px;
    }
    .block3-place-time {
        font-size: 9px;
    }
    .block3-place-contatiner1 > img {
        min-height: 160px;
        max-height: 160px;
    }
    /*Start block4*/

    .block4-head2 {
        font-size: 20px;
        margin: 25px auto 20px;
    }
    .block4-link {
        font-size: 14px;
        margin-top: 20px;
    }

    /*Start block6  */

    .block6-head2 {
        font-size: 11px;
        margin-top: 10px;
    }

    .block1-form-btn ,.block1-package-btn{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .block2-p, .block3-p, .block4-p,  .block6-p, .block4-p2 {
        font-size: 12px;
    }
    .block2-head, .block3-head, .block4-head, .block6-head {
        font-size: 15px;
    }
    .block1-form {
        padding: 5px 15px 13px;
        margin: auto;
    }
    .block1-form-head {
        font-size: 20px;

        margin: 7px auto;
    }
    .block1-form-p {
        font-size: 12px;
        line-height: 18px
    }
    .block1-form-form-control {
        font-size: 18px;
        height: calc(2.25rem + 12px) !important;
        padding-top: 21px;
    }
    .block1-form-btn {
        font-size: 15px;
        line-height: 2;
    }
    .block1-package-btn {
        font-size: 15px;
        line-height: 2;
    }
    .block1 {
        min-height: 480px;
    }
    .block1-form-head2 {
        font-size: 12px;
        margin: 4px auto;
    }
    .block1-or {
        line-height: 15px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 13px !important;
    }
    .form-group:before {
        left: 15px;
    }
    /*Start block2*/

    .block2-head {
        margin-bottom: 6px;
        font-size: 13px;
    }
    .block2-link {
        font-size: 12px;
    }
    .block2-link img {
        margin-left: 20px;
        width: 10%;
    }

    .block2-place-container2 {
        bottom: 20px;
        left: 14px;
    }
    .block-package-container2 ,.block-global-container2 {
        bottom: 20px;
        left: 14px;
    }

    .block2-place-head {
        font-size: 13px;
    }
    .block2-place-head2 {
        font-size: 8px;
    }

    .block2-place-container  {
        min-height: 210px;
        max-height: 210px;
    }
    .block2-place-container:after {
        height: 40%;
    }

    /*Start block3*/
    .block3-place-contatiner1 > img{
        min-height: 200px;
        max-height: 200px;
    }
    /*Start block4*/
    .block4-head2 {
        font-size: 15px;
        margin: 20px auto 20px;
    }

    /*Start block6*/
    .block6 {
        margin-bottom: 45px;
    }
    .block6-head {
        margin-top: 40px;
    }
    .block6-head2 {
        font-size: 10px;
        margin-top: 6px;
    }
}


@media (max-width: 576px) {

    .block1-form {
        width: 80%;
    }
    .block1-form-head {
        font-size: 4.5vw;
        margin: 1vw auto;
    }
    .block1-form-p {
        font-size: 3vw;
        line-height: 4vw;
    }
    .block1-form-form-control {
        font-size: 3.5vw;
        height: calc(2.25rem + 12px) !important;
        padding-top: 5vw;
    }
    .form-group:before {
        font-size: 2.6vw;
        top: 1vw;
        left: 4vw;
    }
    .block1-form-btn {
        font-size: 4vw;
    }
    .block1-package-btn {
        margin-top: 0;
        font-size: 4vw;
    }
    .block1 {
        min-height: 160vw;
        height: auto;
    }
    .block1-form-head2 {
        font-size: 3vw;
    }
    .block1-or {
        margin: 3vw auto 3vw;
        font-size: 3vw;
    }
    .select2-selection {
        font-size: 4vw;
        height: calc(2.25rem + 3vw) !important;
        padding-top: 4vw;
    }
    /*Start Block2*/
    .block2 ,.block3 ,.block4{
        margin-top: 6vw;
    }
    .block2-head {
        margin-bottom: 15px;
    }
    .block2 .owl-nav.disabled {
        right: 0;
        top: 65vw;
        width: 10vw;
        height: 10vw;
    }
    .block2-packages .owl-nav.disabled{
        top: 43% !important;

    }
    .block2-place-container2 {
        width: 85%;
        bottom: 3.5vw;
        left: 3vw;
    }
    .block-package-container2 ,  .block-global-container2 {
        width: 85%;
        bottom: 3.5vw;
        left: 3vw;
    }

    .block2-place-container {
        min-height: 70vw;
        max-height: 70vw;
        width: 95%;
        margin: 10px auto 10px 0;
    }
    .block2 .owl-next span {
        font-size: 11vw;
        width: 11vw;
        height: 15vw;
    }

    .block2-place-head {
        font-size: 3.5vw;
        line-height: 16px;
    }
    .block2-place-head2 {
        font-size: 2.5vw;
    }
    .block2-place-container2 span {
        right: 0px;
        bottom: 9px;
    }
    .block-package-container2 span {
        right: 0px;
        bottom: 9px;
    }

    .block2-head, .block3-head, .block4-head, .block6-head {
        font-size: 4vw;
        line-height: 1.2;
    }
    .block2-p, .block3-p, .block4-p, .block6-p, .block4-p2 {
        font-size: 3vw;
        line-height: 4vw;
    }
    /*Start Block4*/
    .block4-head2 {
        font-size: 3vw;
        margin: 3vw auto;
        line-height: 1.5;
    }
    .block4-link {
        font-size: 3vw;
        margin-top: 3vw;
    }
    .block4-container {
        margin: 0 auto 25px;
    }
    /*Start Block6*/
    .block6-head {
        margin-top: 9vw;
    }
    .block6-head2 {
        font-size: 3vw;
    }
    .block6 {
        margin-bottom: 8vw;
    }
}
@media (max-width: 487px) {

    .block4-p2.handicap {
        padding-top: 8%;
    }
}
