/* portrait */

.portrait-content {
    display: none;
}

@media (min-width: 0px) and (max-width: 1024px) and (orientation: portrait) {
    .portrait-content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        height: 100vh;
        z-index: 99999999;
    }

    .portrait-center {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: translateY(-50%);
        text-align: center;
    }

    .portrait-center img {
        margin: 0 auto 10px;
        width: 200px;
        text-align: center;
    }

    .portrait-center p {
        font-size: 18px;
        color: #000;
        font-family: var(--head-font);
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }

    .countdown {
        display: none !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .login .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        height: 50%;
    }

    .login .login_form {
        width: 85%;
        margin: auto;
        margin-right: auto;
        margin-top: 2.5vh;
        background: #fff;
        padding: 0.75rem 1.5rem;
    }

    .login .left_img {
        width: 85%;
        text-align: center;
        margin: auto;
        margin-bottom: 7.5%;
    }

    .login .logo {
        margin-top: 0;
        width: 55px;
        left: 1%;
        top: 1%;
    }

    .login .login_form .form-control {
        padding: 1rem;
    }

    .login .login_form .heading {
        padding: 1rem 0rem 0.5rem;
    }

    .login .login_form .login_btn .btn {
        width: 50%;
        padding: 0.5rem;
        margin: 0.5rem 0;
    }

    .registration .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        height: 50%;
    }

    .registration .logo {
        margin-top: 0;
        width: 55px;
        left: 1%;
        top: 1%;
    }

    .registration .left_img {
        width: 85%;
        text-align: center;
        margin: auto;
        margin-bottom: 7.5%;
    }

    .registration .registration_form {
        width: 85%;
        margin: auto;
        margin-right: auto;
        margin-top: 2.5vh;
        background: #fff;
        padding: 0.75rem 1.5rem;
    }

    .registration .registration_form .login_btn .btn {
        padding: 0.25rem;
        margin-top: 0.25rem;
    }

    .registration .registration_form .heading {
        padding: 0rem 0rem 0.5rem;
    }

    .registration .registration_form .form-group {
        margin-bottom: 0.25rem;
    }

    .registration .foot_logo {
        width: 90%;
        display: none;
    }

    .headline {
        font-size: 12px;
    }

    #quesans {
        font-size: 10px;
    }

    #signinerror {
        font-size: 10px;
    }

    #fullscreen .col-1 {
        display: none;
    }

    #fullscreen .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
        height: 45%;
        margin-bottom: 1%;
    }

    #fullscreen .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #fullscreen #quesans {
        height: calc(25vh + 15px);
        margin-bottom: 3%;
    }

    .player_footer {
        width: 90% !important;
        margin-top: 1rem !important;
    }

    .container_parent {
        height: 70%;
    }

    #loginerror {
        font-size: 10px;
    }

    #timer .smalltext {
        margin-bottom: 0px;
        font-size: 0.7rem !important;
    }



}

@media (max-width: 767px) and (orientation: landscape) {
    .desktop {
        display: block;
    }

    .tab_name {
        padding: 3px 18px;
        margin-left: -5px;
        font-size: 15px;
    }

    .mobile {
        display: none;
    }

    .registration .registration_form {
        padding: 0.5rem 1rem;
        /* margin-top: 5vh; */
        width: 85%;
        margin: auto;
        margin-right: 5%;
    }

    /* .registration .registration_form .form-control {
    padding: 0.05rem;
  } */
    .registration .logo {
        width: 50px;
    }

    .registration .registration_form .login_btn .btn {
        padding: 0.5rem;
    }

    #loginerror {
        font-size: 12px;
    }

    .registration .registration_form .heading {
        padding: 0rem 0rem 0.5rem;
    }

    .registration .registration_form .form-group {
        margin-bottom: 0.5rem;
    }

    .registration .registration_form .col-4 {
        padding-right: 0px;
    }

    #loginerror {
        font-size: 12px;
    }

    .login .login {
        margin: auto;
        width: 35%;
        margin-left: 0%;
        margin-top: 10vh;
    }

    .login .login .login_form {
        margin-top: 1rem;
        padding: 0.5rem;
    }

    .login .login .login_form .form-control {
        padding: 0.5rem;
    }

    .login .login .login_form .login_btn .btn {
        padding: 0.5rem;
    }

    .login .login .login_form .form-control {
        margin-top: 0.5rem;
    }

    #quesans .direct-chat-name::before {
        display: none !important;
    }

    #player-wrapper {
        height: 90% !important;
    }

    #comment .comment .form-control {
        height: 32px !important;
    }

    #comment .btn {
        padding: 0px !important;
        height: 32px !important;
    }

    .player_footer {
        padding-top: 1rem !important;
    }

    .headline {
        font-size: 10px;
        padding-top: 1rem;
    }

    #quesans {
        font-size: 10px;
    }

    .login .logo {
        width: 50px;
    }

    .login .login_form {
        padding: 0.5rem 1rem;
    }

    .login .login_form .heading {
        padding: 1rem 0rem 0.5rem;
    }

    .login .login_form .login_btn .btn {
        width: 50%;
        margin: 0rem 0;
        padding: 0.25rem;
    }

    .login .login_form .form-control {
        padding: 1rem;
    }

    #signinerror {
        font-size: 10px;
    }

    #timer {
        top: 80vh;
    }

    #timer .smalltext {
        margin-bottom: 0px;
        font-size: 0.7rem !important;
    }

    /* =====================kick-off====================== */

    #txt_box {
        padding: 3%;
    }

    #txt_box h1 {
        font-size: 2rem;
    }

    .desc_txt {
        height: 35vh !important;
        overflow: auto;
    }

    #cust_box {
        margin-bottom: 30vh;
    }

    .desc_txt p {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .desc_txt span {
        font-size: 20px;
        font-weight: 900;
    }

    /* =================Travel Plans====================== */
    #myTab {
        justify-content: center;
    }

    .nav-link {
        padding: 0;
    }

    .tab_icon img {
        width: 35px;
    }

    .nav-tabs li {
        width: 50%;
        margin-bottom: 8% !important;
    }

    .tab_icon {
        padding: 25px 20px;
    }

    .ticket1 {
        margin-left: 0;
    }

    .ticket_title {
        width: 100%;
    }

    .submit {
        margin-top: 3%;
    }

    /*============ Agenda ==================*/
    .agenda_head {
        margin-top: 15px;
        font-size: 2.5rem;
    }

    .download_btn {
        margin-top: 2%;
    }

    /* ===========support================== */
    .info_details .title {
        display: block;
        text-align: center;
    }


    .info_details .title {
        padding: 13.5px 5px !important;
    }

    .info112 {
        padding: 10px 0 !important;
    }

    .info_details .title p {
        padding: 0;
        font-size: 15px;
    }

    .title img {
        height: 40px;
    }

    .title.title112 img {
        height: 30px;
        padding-top: 0;
    }

    .info112 {
        padding: 6.1% 0;
    }

    #myTabContent {
        overflow: visible !important;
        height: unset !important;
    }

    /* ================ Team ================*/
    #txt_box h1 {
        font-size: 2rem;
    }

    .vertical_icon {
        right: 10px;
    }

    .vertical_icon a {
        margin-bottom: 15px;
    }

    .vertical_icon img {
        height: 40px;
    }

    .cust-data p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .registration .registration_form {
        padding: 0.5rem 1rem;
        /* margin-top: 5vh; */
        width: 85%;
        margin: auto;
        margin-right: 5%;
    }

    /* .registration .registration_form .form-control {
    padding: 0.05rem;
  } */
    .registration .logo {
        width: 50px;
    }

    .registration .registration_form .login_btn .btn {
        padding: 0.5rem;
    }

    .registration .left_img {
        width: 75%;
    }

    #loginerror {
        font-size: 12px;
    }

    .registration .registration_form .heading {
        padding: 0rem 0rem 0.5rem;
    }

    .registration .registration_form .form-group {
        margin-bottom: 0.5rem;
    }

    .registration .registration_form .col-4 {
        padding-right: 0px;
    }

    #loginerror {
        font-size: 12px;
    }

    .login .login {
        margin: auto;
        width: 35%;
        margin-left: 0%;
        margin-top: 10vh;
    }

    .login .login .login_form {
        margin-top: 1rem;
        padding: 0.5rem;
    }

    .login .login .login_form .form-control {
        padding: 0.5rem;
    }

    .login .login .login_form .login_btn .btn {
        padding: 0.5rem;
    }

    .login .login .login_form .form-control {
        margin-top: 0.5rem;
    }

    #quesans .direct-chat-name::before {
        display: none !important;
    }

    #player-wrapper {
        height: 85% !important;
    }

    #comment .comment .form-control {
        height: 32px !important;
        font-size: 10px !important;
    }

    #comment .btn {
        padding: 0px !important;
        height: 32px !important;
        font-size: 10px !important;
    }

    .player_footer {
        padding-top: 0rem !important;
    }

    .headline {
        font-size: 12px;
    }

    #quesans {
        font-size: 10px;
        height: calc(40vh + 15px) !important;
    }

    .login .logo {
        width: 50px;
    }

    .login .login_form {
        padding: 0.5rem 1rem;
    }

    .login .login_form .heading {
        padding: 1rem 0rem 0.5rem;
    }

    .login .login_form .login_btn .btn {
        width: 50%;
        margin: 0rem 0;
        padding: 0.25rem;
    }

    .login .login_form .form-control {
        padding: 1rem;
    }

    #signinerror {
        font-size: 10px;
    }

    #timer .smalltext {
        margin-bottom: 0px;
        font-size: 0.7rem !important;
    }

    #timer {
        top: 80vh;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
    .navbar-brand {
        margin-right: 0 !important;
    }

    #maximum {
        font-size: 1rem;
    }

    #hilti-logo-mains {
        width: 30%;
        margin-top: 10px !important;
    }

    /* #hilti-logo-text{
        width: 80%;
        margin-top: 25vh;
    } */
    .login_form .login_btn .btn {
        margin-top: .5rem;
    }

    .ticket-info {
        width: 75%;
    }

    .ticket-info h5 {
        font-size: 16px;
        font-weight: bold;
    }

    .login_form {
        padding: 0;
    }

    .date {
        font-size: 26px;
    }

    table tr:nth-child(odd) td {
        font-size: 16px !important;
    }

    table tr:nth-child(even) td {
        font-size: 16px !important;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        font-size: 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:hover img {
        height: 25px !important;
    }

    #custom-nav {
        padding: 0px 15px !important;
    }

    .ticket_title {
        font-size: 20px;
    }

    table {
        margin-bottom: 30vh !important;
    }

    #myTab {
        margin-top: 2vh !important;
    }

    .form input[type=radio] {
        margin-top: 8px;
    }

    #agenda-box {
        padding-top: 15px;
    }

    .tab_icon {
        padding: 25px 14px;
    }

    #txt_box h1 {
        font-size: 2.5rem !important;
        margin-top: 12px;
    }

    .mem_detail h5 {
        font-size: 10px !important;
    }

    .mem_detail p {
        font-size: 10px !important;
    }

    /* .desc_txt {
        height: 50vh;
        overflow: auto;
    } */

    .desc_txt p {
        font-size: 17px;
        margin-bottom: 5px;
    }

    #kick-off-video {
        top: 4.5vh !important;
    }

    #txt_box {
        padding: 0px 3%;
    }

    #team {
        padding: 0 1% !important;
    }

    .table td,
    .table th {
        padding: 0 10px !important;
    }

    #t-plan {
        width: 80%;
    }

    .desc_txt span {
        font-size: 24px;
    }

    .vertical_icon {
        right: 0;
    }

    .vertical_icon img {
        width: 75%;
    }

    .icons_click img {
        width: 55%;
    }

    #cust_box {
        width: 60%;
        padding-top: 20vh;
    }

    #trade-wave-main {
        width: 65%;
        text-align: center;
    }

    #trade-wave-main .player {
        width: 80%;
    }

    .cust-data img {
        width: 25px;
    }

    .cust-data p {
        font-size: 14px;
    }

    .title img {
        height: 35px;
    }

    .info_details .title,
    .contact_info p {
        padding: 1px 10px;
    }

    .title.title112 {
        padding: 10px 20px !important;
    }

    .spocs_content h5 {
        font-size: 1.5rem;
    }

    .spocs_content2 h5 {
        font-size: 1.5rem;
    }

    .title.title112 img {
        height: 35px;
        padding-top: 0;
    }

    .title.title112 p {
        padding: 0 10px;
        font-size: 19px;
    }

    .info_details {
        margin-bottom: 10px;
    }

    .gm-video {
        width: 65%;
    }

    #player-wrapper {
        display: flex;
        justify-content: center;
    }

    #player-wrapper div[data-player] {
        width: 64% !important;
        height: 70vh !important;
    }

    #trade-wave-main #player-wrapper div[data-player] {
        width: 95% !important;
        height: 60vh !important;
    }

    /*  
    #txt_box h1 {
        font-size: 3.5rem;
    } */
}

.kick-of-new {
    /* margin-left: -46px; */
    margin-left: -32px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) and (orientation: landscape) {

    /* .issue label,
    .issue button {
        font-size: 18px;
    } */
    #d-btn {
        margin-bottom: 10vh;
    }

    .kick-vid {
        position: absolute !important;
        overflow: scroll !important;
    }

    .date {
        font-size: 20px;
    }

    .content_div {
        margin-top: 5vh;
    }

    .content_div img {
        width: 80%;
    }

    .spocs_content {
        padding: 0 3%;
        height: 700px;
        overflow: scroll;
    }

    .spocs_content2 {
        padding: 0 3%;
        height: 1000px;
        overflow: scroll;
    }

    .info112 {
        padding: 5.75px;
    }

    .login_form {
        width: 90%;
        padding: 0;
    }

    .login_form .form-control {
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    #addbtn {
        padding: 8px 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    #custom-nav {
        padding: 5px !important;
    }

    .navbar-brand img {
        width: 50% !important;
    }

    .vertical_icon img {
        width: 40px;
    }

    #stay-tuned-video {
        position: relative;
        height: 100%;
        width: 100%;
    }

    #agenda-box {
        padding-top: 10px;
    }

    .download_btn h3 {
        font-size: 22px;
    }

    .download_btn img {
        height: 25px;
    }

    .desc_txt {
        height: 60vh;
        overflow: auto;
    }

    .desc_txt p {
        margin-bottom: 5px;
        /* line-height: 1.5; */
        font-size: 16px;
        font-weight: normal;
    }

    /* .tab_icon {} */
    .navbar-dark .navbar-nav .nav-link {
        padding: 2px 0 !important;
        /* font-size: 18px !important; */

        font-size: 13px !important;
    }

    #navbarDropdownMenuLink {
        display: flex;
        align-items: center;
    }

    .nav-tabs li {
        width: 50%;
        /* margin-bottom: 35px !important; */
    }

    #myTab {
        margin-top: 5vh;
        display: flex;
        justify-content: center;
    }

    .e-ticket {
        margin: 1% auto 2%;
    }

    .nav-link img {
        margin-right: 0px;
    }

    .tab_icon {
        padding: 24px 14px;
    }

    #myTabContent {
        height: auto;
    }

    #txt_box h1 {
        font-size: 35px !important;
        margin-top: 12px;
    }


    .spocs_content h5 {
        font-size: 25px;
    }

    .spocs_content2 h5 {
        font-size: 25px;
    }

    .kick-of-new {

        font-size: 35px !important;
        /* margin-left: 2vh !important; */
        margin-left: -20px !important;

        margin-top: 5px;
    }

    #txt_box {
        padding: 0 3%;
    }

    #kick-off-video {
        top: 0;
    }

    .info_details .title p {
        font-size: 14px;

    }

    .info_details .title {
        /* padding: 17.5px 5px; */
        padding: 18.5px 5px;
    }

    .title.title112 img {
        height: 40px;
    }

    .title img {
        height: 40px;
    }

    /* .title.title112 {
        padding: 7px 20px;
        
    } */

    #kick-off-video {
        object-fit: cover;
    }

    .gm-video {
        width: 100vh;
    }

    /* .info_details .title{

    } */

    #player-wrapper {
        display: flex;
        justify-content: center;
    }

    #player-wrapper div[data-player] {
        width: 70% !important;
        height: 65vh !important;
    }

    #trade-wave-main #player-wrapper div[data-player] {
        width: 95% !important;
        height: 60vh !important;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .title.title112 {
        padding: 1px 4px !important;

    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) and (orientation: landscape) {
    /* .title.title112 {
        padding: 1px 8px !important;
    
    } */

    .desc_txt p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    .title.title112 {
        padding: 7px 20px;

    }

    /* .info_details .title {
        padding: 16.5px 5px;
    }
    .info_details .title {
        padding: 14px 5px;
    } */
}

@media only screen and (min-width: 0px) and (max-width: 700px) and (orientation: landscape) {
    .title.title112 {
        /* padding: 2px 20px; */
        padding: 2px 10px;

    }

}

@media screen and (min-width: 800px) and (max-width:1600px) {
    #player-wrapper {
        display: flex;
        justify-content: center;
    }

    #player-wrapper div[data-player] {
        width: 70% !important;
        height: 65vh !important;
    }

    #trade-wave-main #player-wrapper div[data-player] {
        width: 95% !important;
        height: 65vh !important;
    }

    #txt_box {
        padding: 3% 2.5%;
    }
    .agenda_head{
        padding-left: 8%;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2200px) {}

@media only screen and (min-width: 2200px) and (max-width: 2560px) {}