:root {
    --slider-video-height: 500px;
}

/* Temporarily hidden — remove this rule to bring the comments panel back. */
#photoCommentsPanel {
    display: none !important;
}

/* Suppress Google Translate widget chrome: the top "Translated into" banner
   iframe and the "Original text" tooltip popup it shows on tap/hover.
   (See the MutationObserver in home.php too — Google re-applies some of
   this inline via JS after the fact, so CSS alone isn't always enough.) */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
    visibility: hidden !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.header-fixed {
    background-color: #ffffff;
    box-shadow: 0 1px 1px #d3d3d3;
    padding: 20px 40px;
    height: 80px;
    color: #d3d3d3;
    box-sizing: border-box;
    top: -100px;

    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

.btn_start {
    position: absolute;
    top: 235px;
    z-index: 9999;
    left: 740px;
}

.header-fixed .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noSelect:focus {
    outline: none !important;
}

.video_text {
    display: block !important;
}


/*	The header placeholder. It is displayed when the header is fixed to the top of the
	browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder {
    height: 80px;
    display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
    float: left;
    font: normal 28px Cookie, Arial, Helvetica, sans-serif;
    line-height: 40px;
    margin-top: 0px;
}

.header-fixed .header-limiter h1 span {
    color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
    color: #000000;
    text-decoration: none;
    font-weight: 400;

}

.header-fixed .header-limiter nav {
    display: flex;
    flex-flow: column;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 9px;
    gap: 10px;
    float: right;
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.header-fixed .header-limiter nav a {
    font-size: 10pt;
    padding: 0 5px;
    text-decoration: none;
    color: #000;
    opacity: 0.9;
}

/* Logged-in member greeting sits on one line with its Logout link */
.header-fixed .header-limiter nav .nav-user {
    font-size: 10pt;
    line-height: 18px;
    padding: 0 5px;
    color: #000;
    opacity: 0.9;
    white-space: nowrap;
}

.header-fixed .header-limiter nav a:hover {
    opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
    color: #608bd2;
    pointer-events: none;
    opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
    padding: 10px 40px;
    height: 88px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

body.fixed .header-fixed-placeholder {
    display: block;
}

body.fixed .header-fixed .header-limiter h1 {
    font-size: 24px;
    line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
    line-height: 28px;
    font-size: 13px;
}


/* Making the header responsive */

@media all and (max-width: 600px) {
    .header-fixed {
        padding: 20px 0;
        height: 115px;
        box-shadow: 0 0px 0px #d3d3d3;
    }

    .form-bar {
        border-left: none !important;
        border-right: none !important;
        padding: 0px 30px 0px 30px;
        margin: 0px !important;
    }

    .header-fixed .header-limiter h1 {
        float: none;
        margin: -8px 0 10px;
        text-align: center;
        font-size: 24px;
        line-height: 1;
    }

    .header-fixed .header-limiter nav {
        line-height: 1;
        float: none;
    }

    .header-fixed .header-limiter nav a {
        font-size: 13px;
    }

    body.fixed .header-fixed {
        display: none;
    }

    .doc {
        margin-top: 10px !important;
        line-height: 45px !important;
        font-size: 28px !important;
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .doc {
        margin-top: 10px !important;
        line-height: 45px !important;
        font-size: 28px !important;
    }

    .form-bar {
        border-left: none !important;
        border-right: none !important;
        padding: 0px 30px 0px 30px;
    }

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .doc {
        margin-top: 10px !important;
        line-height: 45px !important;
        font-size: 28px !important;
    }

    .form-bar {
        border-left: none !important;
        border-right: none !important;
        padding: 0px 30px 0px 30px;

    }
}


.logo {
    width: 32px;
}



.footer {
    background-color: #E5E5E5;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-links a {
    color: black;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: none;
}

.sec-logo {
    width: 163px;
    height: auto;
}

.btn-primary {
    background-color: #990400 !important;
    border: 0px !important;
    width: 100%;
    height: 50px;
}

.or {
    text-align: center;
    margin-top: 30px;
    background-color: white;
    color: black;
    z-index: 1;
}

form .for_pass a {
    color: #5bbcf9 !important;
}

.btn-info {
    height: 64px;
    color: #ffffff !important;
    background-color: #000000 !important;
    border: 0px !important;
    width: 100%;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb {
    display: none !important;
}

.owl-carousel video,
.owl-carousel .slide video {
    width: 100% !important;
    height: var(--slider-video-height) !important;
    max-height: var(--slider-video-height) !important;
    object-fit: cover !important;
    display: block !important;
}

.owl-nav {
    display: none !important;
}

.owl-dots {
    display: none !important;
}

.login-below-link {
    text-align: center;
    color: #000;
    font-size: 12px;
}

.owl-item>div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.owl-carousel .slide img,
.slide img {
    width: 100% !important;
    height: var(--slider-video-height) !important;
    max-height: var(--slider-video-height) !important;
    object-fit: cover !important;
    display: block !important;
}

.text {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.text {
    width: 80%;
    overflow: hidden;
    position: absolute;
    margin-top: 50px;
    z-index: 1;
    color: #000;
    background-color: #fff;
    padding: 20px 30px;
    font-size: 14px;
    margin-left: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #0000004d;
    word-wrap: break-word;
}


.text {
    display: none;
}


.video_text {
    width: 80%;
    overflow: hidden;
    position: absolute;
    margin-top: 300px;
    z-index: 1;
    color: #fff;
    background-color: #990400;
    padding: 20px 30px;
    font-size: 14px;
    margin-left: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #0000004d;
    word-wrap: break-word;
}

.fake-player {
    display: none !important;
}




@media only screen and (max-width: 767px) {

    #or::before,
    #or::after {
        width: 150px !important;
    }

    .owl-carousel {
        margin-top: 1% !important;
    }

    .footer-links {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }



    .footer {
        justify-content: left;
        align-items: left;
        padding: 20px 25px !important;
    }

    .doc {
        margin-top: 10px !important;
        line-height: 45px !important;
        font-size: 28px !important;
    }

    .Pre-logo {
        /* justify-content: unset !important; */
        width: 100%;
    }

    h1 {
        font-size: 30px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .bg .bg-text {
        font-size: 18px !important;
        width: 100%;
        line-height: 32px !important;
        margin-top: 20px !important;
    }

    .bg {
        width: 100% !important;
    }

    .model.modal-content {
        width: 100% !important;
        margin: 80% auto !important;
    }

    .form-bar {
        border-left: none !important;
        border-right: none !important;
        padding: 0px 30px 0px 30px !important;
    }

    video {
        width: 100% !important;
        object-fit: cover !important;
    }

    .video_text {
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        margin-top: 200px !important;
        padding: 12px 15px !important;
        font-size: 12px !important;
    }
}

.sec-logo1 {
    width: 128px;
    height: 180px;

}

.subscribe-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #990400;
    border: 4px solid #fff;
    outline: 1px solid #990400;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    cursor: pointer;
}

.subscribe-box:hover,
.subscribe-box:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.subscribe-box-line1 {
    font-size: 16px;
}

.subscribe-box-line2 {
    font-size: 12px;
    margin-top: 6px;
}

h1 {
    font-size: 25px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.owl-carousel {
    background-color: #000 !important;
    overflow: hidden !important;
    max-height: var(--slider-video-height) !important;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
    max-height: var(--slider-video-height) !important;
}

.owl-carousel .owl-stage {
    max-height: var(--slider-video-height) !important;
}

.owl-carousel .owl-item {
    max-height: var(--slider-video-height) !important;
    overflow: hidden !important;
}

.owl-carousel .owl-item .slide {
    max-height: var(--slider-video-height) !important;
    height: var(--slider-video-height) !important;
    overflow: hidden !important;
    position: relative !important;
}

.owl-carousel .slide .player1,
.owl-carousel .slide .player2,
.owl-carousel .slide .player3,
.owl-carousel .slide .player4,
.owl-carousel .slide .player5 {
    max-height: var(--slider-video-height) !important;
    height: var(--slider-video-height) !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

/* Owl's loop+center clones duplicate the play-button overlay markup onto cloned slides.
   A clone's overlay has no working <video> of its own, so it must never be shown/clickable. */
.owl-item.cloned .player1,
.owl-item.cloned .player2,
.owl-item.cloned .player3,
.owl-item.cloned .player4,
.owl-item.cloned .player5 {
    display: none !important;
    pointer-events: none !important;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.owl-carousel .owl-item img,
.owl-carousel .owl-item video {
    max-height: var(--slider-video-height) !important;
    height: var(--slider-video-height) !important;
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}


.icon-fullscreen {
    /* font-size: ; */
    color: black;
}

.doc {
    margin-top: 289px;
    padding: 0px 20px 0px 20px;
    font-size: 35px;
    line-height: 60px;
    text-align: left;
    font-weight: 700;
    color: #000;
}

.doc-small {
    padding: 0px 20px 0px 20px;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    font-weight: 600;
    color: #000;
}

.doc-littel {
    padding: 0px 20px 0px 20px;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    font-weight: 600;
    color: #000;
}

p {
    text-align: center;

}

form a {
    color: #5bbcf9;
    text-decoration: none;
}

.Pre-logo {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}

.bg {
    position: absolute;
    z-index: 1000000 !important;
    padding: 40px 40px 0px 40px;
    right: 0;
    display: block;
    float: right;
    height: var(--slider-video-height);
    width: 203%;

    background-color: #990400;
    /* -webkit-clip-path: polygon(0 0, 20% 100%, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0 0, 20% 100%, 100% 100%, 100% 100%, 100% 0%); */
}

.bg-text {
    color: white;
    font-size: 28px !important;
    /* float: right; */
    margin-top: 50px;
    line-height: 44px;
    text-align: center;

}

.slide .image-one {
    width: 100% !important;
    /* padding: 50px 0px 50px 0px; */
}

video .image-one {
    width: 80% !important;
    padding: 50px 0px 0px 50px;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    height: var(--slider-video-height) !important;
    min-height: var(--slider-video-height);
    max-height: var(--slider-video-height) !important;
    overflow: hidden !important;
    border-top: 10px solid #000000;
    border-bottom: 10px solid #000000;
}

.form-bar {
    border-left: 50px solid #990400;
    border-right: 50px solid #990400;
    padding: 0px 30px 0px 30px;
    margin: 0px 30px 0px 30px;
}

.bg-width {
    height: var(--slider-video-height);
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 370px !important;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn_cls {
    background-color: #990400;
    color: white;
    padding: 15px 15px !important;
    width: max-content;
    border-radius: 10px;
    border: 2px solid #990400;

}

.owl-carousel.owl-rtl .owl-item {
    float: left !important;
}

.goog-te-gadget .goog-te-combo {
    border: none !important;
}

#or {
    position: relative;
    width: 100%;
    height: 50px;

    line-height: 50px;
    text-align: center;
}

#or::before,
#or::after {
    position: absolute;
    width: 260px;
    height: 1px;

    top: 24px;

    background-color: #aaa;

    content: '';
}

#or::before {
    left: 0;
}

#or::after {
    right: 0;
}

form h2 {
    font-size: 22px;
}

.fa-twitter {
    width: 24px;
    height: auto;
}

.form-control:focus {
    border-color: unset !important;
    outline: 0;
    box-shadow: 0px !important;
}

/* Per-item Rate & Comment links on the /rateandcomment slider
   (only rendered when window.SLIDER_ITEM_LINKS is set). */
.rc-slide-link {
    display: block;
    height: 100%;
    cursor: pointer;
}
.rc-slide-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.72);
    color: #fff !important;
    font: 600 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: 0.3px;
    padding: 6px 9px;
    border-radius: 14px;
    text-decoration: none;
    white-space: nowrap;
}
.rc-slide-badge:hover {
    background: #800020;
}