* { font-family:'Archivo'!important;}
h1,h2,h3 {font-family:'Dela Gothic One'!important;}
h4,h5,h6{font-weight:bold;}
.navbar-expand-lg {padding-top:20px!important;padding-bottom:20px!important;}
h1 {color:#ffd200!important;}

/* Style the container */
        .preview-video-container {
            position: relative;

        }

        /* Style the preview-thumbnail */
        .preview-thumbnail {
            width: 320px; /* Adjust width as needed */
            height: 180px; /* Adjust height as needed */
            cursor: pointer;
        }

        /* Style the video player */
        #preview-vimeo-player {
            position: absolute;
            top: 0;
            left: 0;
            width: 320px; /* Adjust width as needed */
            height: 180px; /* Adjust height as needed */
            display: none;
            z-index: 3;
            margin: 0;
            padding: 0;
        }

        .preview-download-button {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            height: 40px;
            width: 40px;
            z-index: 5;
            background: #fff;
            color: #000;
        }

        .preview-overlay-link {
            display:none;
            width: 320px; /* Adjust width as needed */
            height: 180px; /* Adjust height as needed */
            position: absolute;
            top: 0;
            left: 0;
            z-index: 4;
        }


    /* Container for the thumbnail and video player */
    .thumbnail-container {
    position: relative;
    width: 100%;
    max-width: 940px; /* Set your desired maximum width */
    margin: 0 auto; /* Center the container horizontally */
}

/* Style the iframe (Vimeo player) */
.thumbnail-container iframe {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%; /* Make sure we overlay the img */
    height: 102%; /* Make sure we overlay the img  */
    z-index: 3;
}

/* Style the thumbnail (make it fill the container) */
.thumbnail-container img {
    width: 100%;
    height: auto;
    display: block;
}

#hero_video_loader {
    position:absolute;
    left:25%;
    top:25%;
    z-index:2;
    height: 50% !important;
    width: 50% !important;
}

        /* Custom styles */
        .column,.collection-column {
            position: relative;
            padding: 0;
            margin-bottom: 20px;
        }

        .download-button {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 5;
            padding: 3px 8px;
            border-radius: 0;
            border: 0;
            background: #ffd200;
        }
        .download-button:hover {
            background: #87c192;
        }
        .download-button-modal {
            position: relative;
        }
        #downloadModal {
            z-index:999999999;
        }

        .col-lg-2 a.download-button {
            padding:0px 7px 2px 7px;
        }
        .col-lg-2 a.download-button img {
            width:10px!important;
            height:10px!important;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0); /* transparent */
            z-index: 4;
            display: none; /* Initially hidden */
            color: #fff;
            cursor: pointer;
        }
        .overlay:hover {
            text-decoration: none;
        }
        .column:hover .overlay {
            display: block; /* Show overlay on hover */
        }

        .thumbnail {
            width: 100%;
            height: auto;
            z-index: 2;
        }

        .video-name {
            text-align: center;
            padding: 10px;
            background-color: #333;
            color: #fff;
            text-decoration: none;
            z-index: 1;
            position: relative;
            display: block;
        }

        a {color:#fff; text-decoration:none;}
        a:hover {text-decoration: underline;}
        a button:hover,a.btn:hover {text-decoration: none;}
        .dark-border {border:1px solid #2b2a2a;}
        .divider {padding:0.5rem 0;}
        body {
            background:#535353;

}

.darkgrey {
    background: linear-gradient(to bottom, #0d0d0d  30%, #717171);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}

main {           
    min-height: 70vh;
}
@media (min-width: 2600px) {
    main {
        min-height: 100vh;
    }
}

.loading {
  background-image: url('spinner.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%; /* Adjust the size as needed */
}

.z-0 {z-index:0;}

@media (max-width: 767px) {
    .endless-carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    .endless-carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.endless-carousel .carousel-inner .carousel-item.active,
.endless-carousel .carousel-inner .carousel-item-next,
.endless-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

.not-mobile-page {
    display:none;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .not-mobile-page {
        display:inline-block;
    }

    .endless-carousel .carousel-inner .carousel-item-end.active,
    .endless-carousel .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .endless-carousel .carousel-inner .carousel-item-start.active, 
    .endless-carousel .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.endless-carousel .carousel-inner .carousel-item-end,
.endless-carousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}


/* CSS for "carousel-control-next" button */
.carousel-control-prev {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
}

/* CSS for "carousel-control-prev" button */
.carousel-control-next {
    background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
}

.carousel-control-prev, .carousel-control-next {
    width:8%;
    height:86%;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    background:rgb(0,0,0,1) !important;
    color:#fff;
}

footer .link-secondary {
    display:block;
    margin-bottom:0.4rem;
}

.tr-no-top-border {
    border-top:0!important;
}
.tr-no-top-border th {
    border-top:1px solid #515151;
    background-color: #000;
}
.darker-tr td {
    background:#111;
}

.greyish, .greyish a {
    color:#c4c4c4;
    border-color:#c4c4c4!important;
}
a.greyish:hover, .greyish a:hover {
    color:#fff;
    border-color:#fff!important;
    text-decoration: none;
}
.modal-backdrop.show {
    opacity:0.8;
}

.underline-links a {
    text-decoration: underline;
}
.underline-links a:hover {
    text-decoration: none;
    color:#ffd200;
}

.team .img-circle {
  margin: 0 auto;

  max-height: 180px;

}
.img-circle {
  border-radius:50%;
}

.nextBtn,.prevBtn {
  width: 40px!important; /* Adjust the width and height to control the button size */
  height: 40px!important;
  border-radius: 50%!important; /* Makes the button circular */
  font-size: 20px; /* Adjust font size as needed */
  text-align: center;
  line-height: 30px; /* Vertical alignment */
  cursor: pointer;
  font-weight: bold;

  background-color: #111; /* Change the background color on hover */
  border: 2px solid #eee!important; /* Remove the button border */
  color: #fff; /* Text color */

  outline: none; /* Remove the button outline when focused */
  transition: background-color 0.3s; /* Add a hover effect */
  display: inline-block;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.nextBtn:hover, .prevBtn:hover {


  background-color: #000; /* Background color for the button */
  border: 2px solid #fff!important; /* Remove the button border */
  color: #eee;


  text-decoration: none;


}

.fl-form {
    margin:0 auto;
}

.mw-30 {
    max-width:30vw;
}
.h-lg-100{
    height:100vh;
}
@media (max-width: 991px) {
.h-lg-100{
    height:auto;
}
    .mw-sm-100 {
    max-width: 100vw!important;
  }
 .w-sm-100 {
    width: 100%!important;
  }
  .preview-notice {
    font-size: 0.7rem;
  }
  .carousel-indicators {
    display:none;
  }
  .sm-rem-11 {
    font-size: 1.1rem;
  }
}

.met, .password-strength-strong {
    color: #87c192; /* Change text color to green */
    font-weight: bold; /* Apply bold font weight */
    /*text-decoration: line-through; /* Apply line-through text decoration */
}

.fl-form .border-top {
    border-top:1px solid #5b5b5b !important;
}

.page-btn {
  text-decoration: none;
  border-color: #000 !important;
}
a.page-btn:hover {
  text-decoration: none;
  background: #2f2f2f;
  color: #fff !important;
  border-color: #9f9f9f !important;
}

/* homepage specific */

.homepage .hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    z-index:99998;
}

.homepage .thumbnail-container iframe {
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.homepage .navbar {
    position:relative;
    z-index:100000;
}

@media (max-width: 1176px) {
    .homepage .thumbnail-container iframe, .homepage .hero_overlay {
        top:125px;
    }
}

.highlight {
    border:8px solid rgb(207, 244, 252) !important
}

.border-most-popular {
    border:2px solid #ffd200!important
}
.border-complete {
    border:2px solid #87c192!important
}


.fc-flgreen {
    color:#87c192;
}
.btn-success {
    background-color:#87c192!important;
    color:#000!important;
}

/* Hide the 4th column on small screens */
@media (max-width: 768px) {
    th:nth-child(4),
    td:nth-child(4) {
      display: none;
    }
  }

  h1,h2,h3,h4 {font-weight: bold;}
  .footer h5 {font-size:1rem;}
  .nav-link:hover{
    text-decoration: none;
    color:#fff;
  }
  .nav-link-active,.nav-link-active:hover {
    color:#fff;
    font-weight:bold;
  }

  @media (min-width: 1168px) {
    .justify-lg-content-start {
        justify-content: left!important;
    }
    .nav-link {
        padding-right:1rem!important;
    }
  }

.fl-form li {
    list-style-type: none; /* Remove the default bullet point */
}
  li.met {
    list-style-type: none; /* Remove the default bullet point */
    padding-left: 0; /* Add some left padding for the checkmark */
}

li.met::before {
    content: "\2713"; /* Unicode checkmark character */
    display: inline-block;
    width: 1em; /* Adjust the width as needed */
    margin-left: -1em; /* Negative margin to overlap with the padding */
    font-size: 1em; /* Adjust the size as needed */
}

.gallery-image-container {
    position: relative;
    overflow: hidden;
}

.gallery-image-container img {
    width: 100%;
    height: auto;
}

.gallery-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; /* Adjust the size of the play button */
    height: 100px;
    background: url('play-button2.svg') no-repeat; /* Replace 'play-button.png' with your play button image */
    background-size: cover;
    cursor: pointer;
    opacity: 0.7; /* Adjust the opacity as needed */
}

.gallery-play-button:hover {
    opacity: 1;
}

input:focus {
    box-shadow: none!important;
  }

.ss {
    position: absolute;
    top: -2px;
    right: -2px;
  font-size: 0.7rem;
  display: block;
  background: #ffd200;
  border-radius: 3px;
  color: #000;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.border-complete .ss {
    display:none;
}
.ssl {
  left: -2px;
  top: -2px;
  right: auto;
  background: #fff;
}

.freetag {
    left: 0px;
    right: auto;
    border-radius: 0; 
    position: absolute;
    top: 0px;
    font-size: 0.55rem;
    display: block;
    background: #333;
    color: #fff;
    padding: 3px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 999;      
}

.promotion-bar {
  position: relative;
  z-index: 99999;
  background: #ffd200;
  color: #000;
  padding: 10px;
  text-align: center;
}

#loader {
  display: none;
}