body {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300px;
    color: #121212;
    background-color: #000000;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

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

h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1em;
    color: #ffffff;
}

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

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}

h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #ffc230;
}

hr {
    border: 1px solid #e4e4e4;
    margin-left: 10px;
    margin-right: 10px;
    height: 70px;
}

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


.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: #ffffff;
    margin: 3px;
}

.title-holder {
    text-align: center;
    padding-bottom: 20px;
}

.title-content {
    padding-bottom: 20px;
}

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

.botton2 {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 150px;
    background-color: #d22697;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.botton3 {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 150px;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.botton-holder {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
}

.category-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

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


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



/* --------------- Start Slide Show --------------- */

*, *::before, *::after {
    box-sizing: border-box;
  }

  .carousel-container {
    padding: 50px 200px 50px 200px;
    background-color: #131313;
    color: #ffffff;
  }
  
  .carousel {
    height: 55vh;
    position: relative;
  }
  
  .carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
  }
  
  .slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
  }
  
  .carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .1);
  }
  
  .carousel-button:hover,
  .carousel-button:focus {
    color: white;
    background-color: rgba(0, 0, 0, .2);
  }
  
  
  .carousel-button.prev {
    left: 1rem;
/*    margin-left: 40px;*/
  }
  
  .carousel-button.next {
    right: 1rem;
/*    margin-right: 40px;*/
  }
  
  
  /* @media (max-width: 425px) {
    .carousel {
      display: none;
    }
  } */

  .star-holder {
    text-align: center;
    padding-bottom: 15px;
  }

  .text-primary {
    color: #ffffff;
  }

  .slide-content {
    margin: 50px 200px 50px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

@media (max-width: 1600px) {
    .slide-content {
        margin: 49px 200px 49px 200px;
    }

    .carousel-container {
    padding: 50px 200px 50px 200px;
    }

  }

  @media (max-width: 1440px) {
    .slide-content {
        margin: 49px 200px 49px 200px;
      }

    .carousel-container {
    padding: 50px 100px 50px 100px;
    }
  }

  @media (max-width: 1024px) {
    .slide-content {
        margin: 40px 70px 40px 70px;
      }

          .carousel-container {
    padding: 50px 50px 50px 50px;
    }
  }

  @media (max-width: 860px) {
    .slide-content {
        margin: 30px 50px 30px 50px;
      }

        .carousel-container {
    padding: 50px 50px 50px 50px;
    }
  }

  @media (max-width: 460px) {
    .carousel {
        height: 65vh;
    }

    .carousel-container {
    padding: 50px 10px 50px 10px;
    background-color: #131313;
    }
  }
  
  /* --------------- End Slide Show --------------- */




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

.top-bar {
    background-color: #d22697;
    height: 40px;
}

.topbar-btn-holder {
    padding: 0px 300px 0px 300px;
    display: flex;
    justify-content: flex-end;
}

.navbar-content {
    background-color: #ffffff;
    padding: 0px 300px 0px 300px;
}

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

.text {
    padding: 10px;
}

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

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

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

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

.navbar-links li a active {
    color: #d22697;
}

.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;
    }

    .topbar-btn-holder {
    padding: 0px 200px 0px 200px;
    }

}

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

        .topbar-btn-holder {
    padding: 0px 200px 0px 200px;
    }

}

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

        .topbar-btn-holder {
    padding: 0px 50px 0px 50px;
    }

}

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

        .topbar-btn-holder {
    padding: 0px 0px 0px 0px;
    }

    .toggle-button {
        display: flex;
        top: 3.4rem;
    }

    .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;
    }

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

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

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

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

    .navbar-links li {
/*        border-bottom: .5px solid #d9d9d9a8;*/
    }

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


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

    .topbar-btn-holder {
    padding: 0px 0px 0px 0px;
    }
}


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

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

.banner-content {
    background-image: url("../images/cover3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 60vh;
    color: #ffffff;
}

.title {
    padding-bottom: 20px;
    text-align: left;
}

.title1 {
    padding-bottom: 20px;
    text-align: left;
}


.banner-details {
    padding: 50px 300px 50px 300px;
}

.banner-text {
    padding-bottom: 30px;
}

.banner-btn-holder {
    display: grid;
    grid-template-areas:
    "botton2"
    "botton3";
}


@media(min-width: 460px) {
    .banner-btn-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "botton2 botton3";
    width: 350px;
}

}

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

@media (max-width: 1440px) {
    .banner-details {
        padding: 50px 100px 50px 100px;
    }

}

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

}

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


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

    .botton3 {
    margin-top: 15px;
    }
}


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


/* ----- feature-container ----- */
.feature-container {
    background-color: #000000;
    color: #ffffff
}

.feature-content {
    padding: 50px 300px 50px 300px;
}

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

.feature-details {
    padding-left: 15px;
}

.feature-title {
    display: flex;
}

.icon {
    padding-right: 15px;
}

.feature1 {
    background-color: #d22697;
    color: #ffffff;
    padding: 20px;
    margin: 10px;
}

.feature2 {
    background-color: #d22697;
    color: #ffffff;
    padding: 20px;
    margin: 10px;

}

.feature3 {
    background-color: #d22697;
    color: #ffffff;
    padding: 20px;
    margin: 10px;

}


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

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

}

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

}

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

}

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

}


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

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


/* ----- category container ----- */

.category-container {
    padding: 50px 300px 50px 300px;
    background-color: #ffffff;
}


.category-text {
    margin: 0px 20px 0px 20px;
    padding: 20px;
    text-align: center;
    margin-top: -60px;
    height: 15vh;
}

    .category-text {
        height: 25vh;
        background-color: #ffffff;
        border-radius: 5px;
        text-align: left;
    }

.category-holder {
    display: grid;
    grid-template-columns: 
    "category1"
    "category2"
    "category3";
}

.category1 {
    display: grid;
    margin: 10px;
    grid-template-rows:
    "category-photo1"
    "category-text";
}

.category2 {
    display: grid;
    margin: 10px;
    grid-template-rows:
    "category-photo1"
    "category-text";
}

.category3 {
    display: grid;
    margin: 10px;
    grid-template-rows:
    "category-photo1"
    "category-text";
}

.category-photo1 {
    background-image: url("../images/cat1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 30vh;
}

.category-photo2 {
    background-image: url("../images/cat2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 30vh;
}

.category-photo3 {
    background-image: url("../images/cat3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 30vh;
} 

@media (min-width: 860px) {
    .category-holder {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
        "category1 category2 category3";
    }
}

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

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

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

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

@media (max-width: 460px) {
    .category-container {
        padding: 50px 30px 50px 30px;
    }
}
/* ----- end category container ----- */


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

.video-container {
    background-image: url("../images/bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #000000;
}

.video-container1 {
    background-image: url("../images/bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #000000;
}

.video-content {
    padding: 50px 300px 50px 300px;
}

.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;
}

.video1 {
    margin: 10px;
}

.video2 {
    margin: 10px;
}

.video3 {
    margin: 10px;
}

.video4 {
    margin: 10px;
}

.video5 {
    margin: 10px;
}

.video6 {
    margin: 10px;
}

.video7 {
    margin: 10px;
}

.video8 {
    margin: 10px;
}

.video-detail {
    background-color: #ffc230;
    padding: 20px;
    text-align: center;
}


.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/game1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

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

.video-cover9 {
    background-image: url("../images/game9.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-cover10 {
    background-image: url("../images/game10.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-cover11 {
    background-image: url("../images/game11.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-cover12 {
    background-image: url("../images/game12.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-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;
}

.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;
}

.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-content {
        padding: 50px 200px 50px 200px;
    }
}

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

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

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

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

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





/* ----- banner1 container ----- */

.videolist-content {
    padding: 50px 300px 50px 300px;
    background-color: #000000;
}

.icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -36px;
}

/* .vl-holder1 {
    display: grid;
    grid-template-areas: 
    "list1"
    "icon-holder";
}

.vl-holder2 {
    display: grid;
    grid-template-areas: 
    "list2"
    "icon-holder";
}

.vl-holder3 {
    display: grid;
    grid-template-areas: 
    "list3"
    "icon-holder";
} */

.videolist-holder {
    display: grid;
    grid-template-areas: 
    "list1"
    "list2"
    "list3";
}

/* .list-holder {
    padding: 25px;
} */


.vl-holder1 {
    margin: 10px;
    background-color: #f7f7f7;
}

.vl-holder2 {
    margin: 10px;
    background-color: #f7f7f7;
}

.vl-holder3 {
    margin: 10px;
    background-color: #f7f7f7;
}

.list1 {
    color: #121212;
    padding: 25px;
    text-align: left;
}

.list2 {
    color: #121212;
    padding: 25px;
    text-align: left;
}

.list3 {
    color: #121212;
    padding: 25px;
    text-align: left;
}

@media (min-width: 860px) {
    .videolist-holder {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
        "list1 list2 list3";
    }
}

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

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

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

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

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


/* ----- end banner1 container ----- */


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

.form-container {
    padding: 50px 300px 50px 300px;
    background-color: #000000;
}

.form-content {
    display: grid;
    grid-template-areas: 
    "form-details" 
    "contact-details";
}

.form-details {
    margin: 10px;
}

.contact-details {
    margin: 10px;
    color: #ffffff;
}

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

.address {
    margin: 10px;
    display: grid;
}

.contact{
    margin: 10px;
}

.email {
    margin: 10px;
    display: grid;
}


.footer-info {
    padding-left: 83px;
}


.footer-detail1 {
    display: flex;
    align-items: center;
    height: 50px;
}

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

@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 (min-width: 460px) {
    .form-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "form-details contact-details";
    }

        .contact-detail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "address contact"
        "email email";
    }
}

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

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

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

@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 300px 50px 300px;
    background-color: #d22697;
    color: #ffffff;
}

.footer-details {
    display: flex;
    justify-content: flex-start;
}

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

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

@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 ----- */



