 body {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 100px;
    color: #ffffff;
    background-color: #ffffff;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

/* ----- universal ----- */

h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;
    color: #ffffff;
    padding-bottom: 5px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 30px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 10px;
    color: #ffffff;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

hr {
    background-color: #a72f33;
    border: 1px solid #a72f33;
    width: 2.5px;
    height: 40px;
    margin-left: 0px;
}

.line1 {
    100px
}

.botton {
    padding-top: 30px;
    text-align: center;
}


.text-primary {
    color: #000000ba;
}

.btn-primary, button {
    border-color: #ffc230;
}

.btn-primary {
    background-color: #ffc230;
}

.btn1-primary {
    background-color: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    font-size: 20px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 12px;
}

a:link, a:visited, a strong {
    text-decoration: none;
    color: #000000;
/*    margin: 3px;*/
}

.title-holder {
    text-align: left;
    padding-bottom: 30px;
    display: flex;
}

.botton1 {
    height: 50px;
    padding: 14px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #bc1f13;
}

.botton2 {
    background-color: #ffbf4f;
    height: 50px;
    padding: 14px;
    width: 140px;
}

.botton3 {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 170px;
    background-color: #d1d1d1;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-holder {
    justify-content: flex-end;
    display: flex;
    margin-top: 90px;
}

.botton-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.botton-holder1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding-top: 30px;
}

.botton-icon {
    background-color: #000000;
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-solid {
    margin: 5px;
    font-size: 25px;
    color: #dd3900;
}


/* ----- end universal ----- */



//* ----- carosel-container ----- */

#slider {
    background-color: #ffffff;
    color: #272727;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details {
    padding-top: 15px;
}

.container {
    margin: auto;
}

.subcontainer {
    margin: auto;
}

.controller {
    display: flex;
    justify-content: flex-end;
}

#controls i {
    color: #272727;
    font-size: 1rem;
}

.previous1, .next1 {
    margin: 3px;
    cursor: pointer;
    border-radius: 10%;
    outline: none;
    transition: 0.7s ease-in-out;
    border: 2px solid #272727;
    box-shadow: 0 0 5px #bbb;
}

.previous1:hover, .next1:hover {
    border: 3px solid gray;
}

.slide-img {
    width: 100%;
    height: 235px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.slide-img:hover {
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.9) inset;
}

.slide-img a {
    text-decoration: none;
    transform: scale(0);
    transition: 0.8s;
    font-size: 1.5rem;
    color: #ffffff;
    opacity: 0;
}

.slide-img:hover a {
    opacity: 1;
    transform: scale(1);
}

.img-1 {
    background-image: url("../images/game18.jpg");
}

.img-2 {
    background-image: url("../images/game15.jpg");
}

.img-3 {
    background-image: url("../images/game10.jpg");
}

.img-4 {
    background-image: url("../images/game11.jpg");
}

.img-5 {
    background-image: url("../images/game16.jpg");
}

.img-6 {
    background-image: url("../images/game14.jpg");
}

@media (max-width: 1600px) {
    .container {
        width: 100%;
    }
}



@media (max-width: 1680px) {
    .subcontainer {

        margin: auto;
    }
}

@media (max-width: 1440px) {
    .subcontainer {

        margin: auto;
    }
}

@media (max-width: 1024px) {
    .subcontainer {

        margin: auto;
    }
}

@media (max-width: 860px) {
    .subcontainer {

        margin: auto;
    }
}

@media (min-width: 100em) {
    .tns-item {
        padding-right: 20px;
        width: 150px;
    }
}

/* ----- end carosel-container ----- */




/* ----- navbar container ----- */

.navbar-content   {
    padding: 0px 200px 0px 200px;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text {
    padding: 10px;
}

.brand-title {
    padding-top: 5px;
}

.navbar-links {
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-links li a {
    text-decoration: none;
    color: #ffffff;
    padding: 1rem;
    display: block;
}

.navbar-links li a:hover {
    color: #585858;
}

.toggle-button {
    position: absolute;
    top: .45rem;
    right: .5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 85%;
    background-color: #ffffff;
    border-radius: 10px;
}

@media (max-width: 1680px) {
    .navbar-content {
        padding: 0px 200px 0px 200px;
    }
}

@media (max-width: 1440px) {
    .navbar-container {
    padding: 0px 150px 0px 150px;
    }
}

@media (max-width: 1024px) {
    .navbar-content {
    padding: 0px 50px 0px 50px;
    }
}

@media  (max-width: 860px) {

    .navbar-content {
    padding: 0px 50px 0px 50px;
    background-color: #55c2e5;
    }

    .toggle-button {
        display: flex;
        top: 1.1rem;

    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: left;
    }

    .navbar-links li a {
        padding: .5rem .1rem;
    }

    .navbar-links.active {
        display: flex;
        background-color: transparent;
    }

    div.navbar-links {
        padding-right: 10px;
    }

    .brand-title {
        margin: 10px 10px 10px 0px;
        padding-top: 5px;
    }


    .toggle-button .bar {
        background-color: #ffffff;
    }

    .navbar-container {
        background-color: #181818;
    }
    
    .navbar {
        background-color: none;
    }

    .navbar-links li a {
        color: #ffffff;
        padding-left: 30px;
    }

    .navbar-links li {
        border-bottom: .5px solid #74747433;
    }

    .banner-images {
        height: 100%;
    }
}


@media (max-width: 460px) {
    .navbar-content {
    padding: 0px 30px 0px 30px;
    background-color: #55c2e5;
    }
}


/* ----- end navbar container ----- */

/* ----- banner-container ----- */

.banner-container {
    background-image: url("../images/main-cover1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #ffffff;
    height: 83.5vh;

}

.banner-holder { 
    padding: 0px 200px 0px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 65vh;
}


.banner-right {
    color: #ffffff;
}

@media (max-width: 1680px) {
    .banner-holder { 
        padding: 0px 200px 0px 200px;
    }
}

@media (max-width: 1440px) {
    .banner-holder { 
        padding: 0px 200px 0px 200px;
    }
}

@media (max-width: 1024px) {
    .banner-holder { 
        padding: 0px 50px 0px 50px;
    }
}

@media  (max-width: 860px) {
    .banner-holder { 
        padding: 0px 50px 0px 50px;
    }
}


@media (max-width: 460px) {
    .banner-holder { 
        padding: 0px 30px 0px 30px;
    }
}


/* ----- banner-container ----- */


/* ----- feature container ----- */

.feature-container {

}

.feature-top-bar {
    background-color: #0b0b0b;
    height: 15vh;
}

.feature-header {
    text-align: center;
    height: 5vh;
}

.with-text {
    text-align: center;
    color: #ffffff;
}

.feature-detail {
    height: 13vh;
}

.feature-details {
    display: grid;
    grid-template-areas: 
    "feature1" 
    "feature2" 
    "feature3";
}

.feature-cover1 {
    display: grid;
    grid-template-areas: 
    "feature-header"
    "feature-ditail";
    padding: 50px;
    height: 35vh;
    background-image: url("../images/bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.feature-cover2 {
    display: grid;
    grid-template-areas: 
    "feature-header"
    "feature-ditail";
    padding: 50px;
    height: 35vh;
    background-image: url("../images/bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.feature-cover3 {
    display: grid;
    grid-template-areas: 
    "feature-header"
    "feature-ditail";
    padding: 50px;
    height: 35vh;
    background-image: url("../images/bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

@media (min-width: 780px) {
    .feature-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
    "feature1 feature2 feature3";
    }
}

@media (max-width: 1680px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 860px) {

}

@media (max-width: 460px) {

}




/* ----- end feature container ----- */


/* ----- video-container ----- */

.video-container {
    padding: 50px 250px 50px 250px;
    background-color: #e7e7e7;
    color: #000000;
}

.video-content {

}

.controllers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.container1 {
    position: relative;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }

.container1:hover .image {
    opacity: 0.5;
}


.video-details {
    padding-top: 10px;
}


.video-list1 {
    display: grid;
    grid-template-areas:
    "video1"
    "video2"
    "video3"
    "video4"
    "video5"
    "video6"
    "video7"
    "video8"
    "video9"
    "video10"
    "video11"
    "video12"
    "video13"
    "video14"
    "video15"
    "video16"
    "video17"
    "video18"
    "video19"
    "video20"
    "video21";
}

@media (min-width: 480px) {
    .video-list1 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "video1 video2 video3"
        "video4 video5 video6"
        "video7 video8 video9";
    }
}

.video-cover1 {
    background-image: url("../images/vid1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover2 {
    background-image: url("../images/vid2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover3 {
    background-image: url("../images/vid3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover4 {
    background-image: url("../images/vid4.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover5 {
    background-image: url("../images/vid5.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover6 {
    background-image: url("../images/vid6.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover7 {
    background-image: url("../images/vid7.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover8 {
    background-image: url("../images/vid8.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover9 {
    background-image: url("../images/vid9.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover10 {
    background-image: url("../images/vid10.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover11 {
    background-image: url("../images/vid11.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover12 {
    background-image: url("../images/vid12.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover13 {
    background-image: url("../images/vid13.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover14 {
    background-image: url("../images/vid14.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.video-cover15 {
    background-image: url("../images/vid15.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover16 {
    background-image: url("../images/vid16.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover17 {
    background-image: url("../images/vid17.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover18 {
    background-image: url("../images/vid18.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover19 {
    background-image: url("../images/vid19.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover20 {
    background-image: url("../images/vid20.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover21 {
    background-image: url("../images/vid21.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
    .video-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1440px) {
    .video-container {
        padding: 50px 150px 50px 150px;
    }
}

@media (max-width: 1024px) {
    .video-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .video-container {
        padding: 50px 50px 50px 50px;
    } 
}

@media (max-width: 460px) {
    .video-container {
        padding: 50px 30px 50px 30px; 
    }
}

/* ----- end video-container ----- */


/* ----- form container ----- */

.form-container {
    background-image: url("../images/main-cover2.jpg");
    padding: 50px 300px 50px 300px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.form-text {
    padding-left: 20px;
}


.join-form {
    padding-top: 200px;
}


@media (min-width: 1680px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1440px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1024px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 860px) {
    .join-form {
        height: 55vh;
    }
}

@media (max-width: 1680px) {
    .form-container {
        padding: 50px 300px 50px 300px;
    }
}

@media (max-width: 1440px) {
    .form-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1024px) {
    .form-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 860px) {
    .form-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .form-container {
        padding: 50px 30px 50px 30px;
    }

    .form-text {
        padding-left: 0px;
    }

    .banner-top {
        background-position: 10%;
    }
}

/* ----- end form container ----- */

/* ----- end footer-container ----- */

.footer-container {
    padding: 50px 250px 50px 250px;
    background-image: url("../images/main-cover2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.footer-content {
}


.footer-logo-holder {
    text-align: center;
    color: #ffffff;
    padding-bottom: 30px;
}

.footer-detail-holder {
    display: flex;
    justify-content: center;
}

.footer-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-holder {
    display: grid;
    grid-template-areas:
    "address"
    "contact"
    "email";
}


.address {
    margin: 10px;
    display: grid;
    height: 8vh;
}

.contact{
    margin: 10px;
    display: grid;
    height: 8vh;
}

.email {
    margin: 10px;
    display: grid;
    height: 8vh;
}


@media (min-width: 480px) {

}


@media (max-width: 1680px) {
    .footer-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1440px) {
    .footer-container {
        padding: 50px 150px 50px 150px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .footer-container {
        padding: 50px 30px 50px 30px;
    }

    .footer-thumbnails {
        display: none;
    }
}

/* ----- end footer-container ----- */

/* ----- joinform container ----- */
.joinform-container {
    background-image: url("../images/join-cover.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100vh;
}

.joinform-content {
    padding: 50px 250px 50px 250px;
    display: flex;
    justify-content: center;
}

.form-list {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}



@media (max-width: 1680px) {
    .joinform-content {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1440px) {
    .joinform-content {
        padding: 50px 150px 50px 150px;
    }
}

@media (max-width: 1024px) {
    .joinform-content {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .joinform-content {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .joinform-content {
        padding: 50px 30px 50px 30px;
    }
}

/* ----- end joinform container ----- */



