/*
@font-face {
    font-family: 'MyriadPro-Cond';
    src: url('MYRIADC.TTF'); */
/* IE9 Compat Modes *//*

    src: url('MYRIADC.TTF?#iefix') format('embedded-opentype'), */
/* IE6-IE8 *//*
 url('MYRIADC.TTF') format('truetype'), */
/* Safari, Android, iOS *//*

}
*/
html {
    scroll-behavior: smooth;
}

:root {
    --button-color : #00abea;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat;
    background-color: #939393;
}

div {
    /*border: 1px solid red;*/
    font-family: Montserrat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

option {
    font-size: 14px !important;
    color: black !important;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}




/* --------------- FORM  ------------*/

#form-con {
    position: absolute;
    left: 835px;
    top: 123px;
    border: solid 1px transparent;
}

#FRM {
    border: 1px solid transparent;
    width: 336px;
}

#FRM input, textarea, select {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 18px;
    padding: 10px 0;
    background: #ffffff;
    width: 100%;
    font-family: Montserrat;
    text-indent: 8px;
    border-radius: 8px;
}

select:required:invalid {
    color: #999;
}

.fullNameSameLine {
    display: flex;
    justify-content: space-between;
}

.fullNameSameLine input:first-child {
    margin-right: 10px;
}

.countrySameLine {
    display: flex;
    flex: 2;
    justify-content: space-between;
    gap: 10px;
}


.countrySameLine :last-child {
    flex: 2;
}

#zipBox {
    display: flex;
    position: relative;
    width: 28%;
}

#zipBox :last-child {
    text-indent: 0;
    z-index: 5;
    pointer-events: none;
    position: absolute;
    border: none;
    padding: 6px;
    margin: 0;
    top: 6px;
    left: 3px;
    width: 72%;
    text-align: center;
}

#zipBox option:last-child {
    text-align: left;
}

#ta {
    margin-bottom: 6px;
    resize: none;
    height: 55px;
}

#agreement {
    width: 14px !important;
    margin: 0 8px 0 0;
    transform: scale(1.2);
}

#agreementText {
    color: #F4F4F4;
    display: flex;
    font-size: 11px;
    align-items: center;
}

#sendBtn {
    height: 50px;
    cursor: pointer;
    margin-top: 8px;
    border: 1px solid transparent;
    background-color: var(--button-color);
    color: #0b250b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 30px;
}

#block {
    /*display: block !important;*/
    /*background: #0a0c25;*/
    position: absolute;
    width: 327px;
    left: -10px;
    height: 460px;
    top: 0;
    z-index: 1000;
    color: #ffffff;
    font-size: 16px;
    padding: 50px;
    opacity: 1;
    line-height: 24px;
}

.err {
    border: 1px solid red !important;
}



/*-------------------------------------*/

#wrapper {
    width: 1200px;
    height: 2738px;
    margin: 0 auto;
    background-color: #f1f1f1;
    position: relative;
}

#item1 {
    height: 100%;
    background: #f1f1f1 url("../images/HP.jpg?v=1") no-repeat;
    position: relative;
}

.hit {
    position: absolute;
    height: 361px;
    width: 79px;
    top: 814px;
    cursor: pointer;
    left: 479px;
    /*border: 1px solid red;*/
}


.hit2 {
    height: 45px;
    width: 15%;
    top: 2019px;
    left: 712px;
}

.hit3 {
    height: 51px;
    width: 15%;
    top: 1085px;
    left: 509px;
}

.hit4 {
    height: 80px;
    width: 23%;
    top: 2618px;
    left: 459px;
}

#vidGal {
    position: absolute;
    height: 201px;
    top: 2076px;
    cursor: pointer;
    right: 88px;
    left: 826px;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    /*border: 1px solid red;*/
}

.vid-tumb {
    cursor: pointer;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /*border: 1px solid red;*/
}

#vidPop {
    position: absolute;
    top: 1436px;
    left: 0;
    bottom: 2032px;
    right: 0;
    height: 634px;
    z-index: 5;
    background-color: rgba(18, 22, 57, 0.98);
}

#vidCon {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#vidFrame {
    width: 1000px;
    height: 540px;
}

#closeVid {
    position: absolute;
    right: -30px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: darkred;
    color: white;
    text-align: center;
    font-family: "Arial Black";
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#live-text {
    position: absolute;
    left: 222px;
    top: 447px;
    display: inline-flex;
    justify-content: space-between;

    /*background: rgb(4,244,177);*/
    /*background: linear-gradient(90deg, rgba(4,244,177,1) 0%, rgba(8,190,254,1) 100%);*/
}

.info {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
}

#rside {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: var(--button-color);
    text-align: center;
    display: inline-flex;
    white-space: pre-line;
}


#mobile {
    display: none;
}

#StickyCon {
    display: none;
}

/* --------  Gallery  ----------  */

/* ==== mobile =====*/

#programsCon {
    top: 0;
    right: 0;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(11, 20, 56, 0.16);
    backdrop-filter: blur(8px) grayscale(90%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s;
    display: block;
}

#progBody{
    position: absolute;
    bottom: 350px;
    left: 100px;
    width: 1000px;
    height: 1260px;
    border-radius: 50px;
    background: #00abea url(../images/Popup.png) no-repeat center center;
 }

.progVisible {

    pointer-events: all !important;
    opacity: 1 !important;
}

#closeProg {
    font-weight: bold;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #213f99;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}


@media screen and (max-width: 1200px) {



    #programsCon {
        display: none;
    }
    /* ---------------------------  */
    #gallery {
        display: block;
        top: 1600px;
        width: 635px;
        height: 600px;
        /*border: 1px solid red;*/
    }

    #galCon {
        width: 635px;
        height: 600px;

    }
    /* !! */
    .galSlider {
        height: 605px;
        width: 3175px;
        background: transparent url("../images/Gallery.png") no-repeat;
    }

    .galNavBtn {
        bottom: unset;

    }

/* ---- gallery -----------*/


    #mobile {
        display: block;
        position: relative;
    }


    #StickyButton {
        position: sticky;
        top: 14px;
        display: flex;
        height: 100px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 34px;
        line-height: 24px;
        text-align: center;
        width: 565px;
        margin-left: 35px;
        color: #fff;
        /*background-color: var(--button-color);*/
        border-radius: 70px;
        border: 5px solid white;
        font-family: Montserrat;
        /* box-shadow: 0px 0px 12px 3px rgb(255 255 255 / 50%); */
        /*background: linear-gradient(90deg, rgb(182 149 78) 0%, rgba(116, 93, 234, 1) 100%);*/
        background: #28bebd;
    }


    #StickyCon {
        top: 0;
        position: absolute;
        height: 2275px;
        width: 20px;
        display: flex;
        flex-direction: column;
        z-index: 20;
        /*bottom: 1860px;*/
        /*border: 1px solid red;*/
    }


    #header {
        height: 3042px;
        position: relative;
        /*border: 1px solid red;*/
        background: #f1f1f1 url("../images/M-Header.jpg") no-repeat;
    }

    #m1 {
        position: relative;
        height: 0px;
        transition: 0.4s height;
        background: url("../images/M-menu-1.jpg") no-repeat;
    }

    .m1_open {
        height: 642px !important;
    }

    #m1Btn {
        width: 635px;
        height: 113px;
        position: relative;
        cursor: pointer;
        /*border: 1px solid red;*/
        background: url("../images/M-Menu1.jpg") no-repeat;
    }

    .in-click {
        position: absolute;
        left: 34px;
        width: 565px;
        height: 107px;
        bottom: 45px;
        border-radius: 60px;
        cursor: pointer;
        /*border: 1px solid red;*/
    }

    .arrow {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 40px;
        right: 40px;
        /*background: url("../images/arrowV1.gif") no-repeat;*/
        transition: 0.4s;
    }

    .arrow svg {
        width: 38px;
        height: 38px;
    }

    #arr1 {
        fill: red;
    }

    .arrow_open {
        transform: rotate(90deg);
    }

    #m2Button {
        position: relative;
        height: 113px;
        cursor: pointer;
        background: url("../images/M-Menu2.jpg") no-repeat;
        /*border: 1px solid red;*/
    }

    #m2 {
        height: 0px;
        position: relative;
        transition: 0.4s height;
        background: url("../images/M-menu-2.jpg?v=1") no-repeat;
    }

    .m2_open {
        height: 516px !important;
    }

    #footer {
        position: relative;
        height: 1349px;
        background: url("../images/M-fotter.jpg") no-repeat;
    }

    #wrapper {
        width: 635px;
        height: 100%;
    }

    #live-text {
        z-index: 10;
        left: 54px;
        top: 702px;
        width: 580px;
    }

    .info {
        text-align: center;
    }

    #FRM {
        width: 540px;
    }

    #form-con {
        left: 44px;
        top: 190px;
        width: 550px;
    }

    #FRM input, textarea, select {
        margin-bottom: 25px;
        font-size: 28px;
        padding: 22px 0;
    }

    #zipBox :last-child {
        padding: 16px;
    }

    #item1 {
        height: 100%;
        position: relative;
        background: none !important;
    }

    .fullNameSameLine {
        /*display: block;*/
    }

    #block {
        top: 0;
        width: 625px;
        height: 870px;
        padding: 100px 60px;
        /*background-color: rgba(33,64,154,1);*/
        color: #F4F4F4;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        left: -40px;
    }

    #blockText {
        color: white;
        font-size: 18px;
        line-height: 30px;
    }

    #spinner-con {
        filter: invert(1);
    }

    #sendBtn {
        /*border: 1px solid red !important;*/
        width: 542px;
        height: 102px;
        position: relative;
        margin-top: 40px;
        font-size: 38px;
    }

    #agreement {
        margin: 0 15px 0 0 !important;
    }

    #ta {
        height: 100px;
    }

    #agreementText {
        color: #F4F4F4;
        display: flex;
        font-size: 12px;
        margin-top: 15px;
    }

    .hit2, .hit3, .hit4{
        display: none !important;
    }


    .arrow-disabled {
        background-color: #ddffff;
    }

}
