
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Imperial+Script&display=swap');
/** ADD YOUR AWESOME CODES HERE **/

#home .background-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  #home .ct-slick-homepage h3{
    font-size: 110px;
  font-family: "Alex Brush", cursive;
  font-weight: bold;
  color: #194f54;
  }

  #about .about-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #home .extend-title {
  transform: translate(0px, -38px);
  font-size: 24px !important;
  color: #194f54;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.9);
}
  #about {
    position: relative;
  }

  #about p{
    position:relative;
    font-size: 16px;
  color: black;
  /* font-family: "Montez", cursive; */
  }
  #book{
  background: url(../images/book-background.png) no-repeat center;
  width:100%;
  background-size:cover
  }
  
   #about{
  background: linear-gradient(rgb(249, 244, 244), rgba(249, 248, 248, 0.24)), url(../images/about.png) no-repeat center center ;
  width:100%;
  background-size:cover
  }
  
  #make-a-purchase{
    background: url(../images/about.png) no-repeat center center ;
    width:100%;
    background-size:cover
    }
  /*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    padding: 40px 30px;
}

.contact_form .form-control {
    background-color: #333333;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
	border-radius: 0px;
}

.contact_form textarea {
    color: #000;
    height: 89px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

#contact {
  background: url(../images/bg.png) no-repeat center center #3e7782;
}


#contact .section-title p{
	color: #ffffff;
}

.contact_form textarea.form-control{
	min-height: 225px;
}

.form-group{
	position: relative;
}

.help-block{
	position: absolute;
	top: 100%;
	left: 0px;
}



#contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
#contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    margin-top: 11px;
    color:white;
}
#contact i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #dfdfdd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

#contact input, #contact textarea {
    padding: 8px;
    margin-bottom: -5px;
    box-sizing: border-box;
    z-index: 1;
}

input[type=text], select, textarea {
    width: 45%;
    padding: 12px;
    border: 1px solid #080808;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    width: 100%;
}
.wpcf7-textarea {
    height: 100px;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .3) !important;
  }





  input[type=text],
  select,
  textarea {
    width: 45%;
    padding: 12px;
    border: 1px solid #080808;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    width: 100%;
  }
  
  .wpcf7-textarea {
    height: 100px;
  }
  
  input[type="submit"] {
    position: relative;
    padding: 11px 25px;
    font-size: 18px;
    border: none;
    color: var(--inv);
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
      transition-delay: 0s;
    cursor: pointer;
    background: #faad3b;
    color: #ffffff;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  }

  .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: green;
    color: #000;
    transition-delay: .2s;
  }
  #contact .screen-reader-response {
    display: none;
  }

#contact .fa {
  color: black;
}
/* #contact p {
    font-size: 14px;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .3) !important;
  color: white;
} */
@media (max-width: 991px) {

#home .ct-slick-homepage h3{
		font-size: 71px;
	}
	#home .extend-title{
		font-size: 18px !important;
	}
}

@media (max-width: 458px) {

#home .ct-slick-homepage h3{
		font-size: 47px;
	}
	#home .extend-title{
		font-size: 14px !important;
	}
}

@media (max-width: 992px) {
 #book {
 background: url(../images/book-background2.png) no-repeat center;
  width:100%;
  background-size:cover
}
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: 100% !important;
  }
}

/* ============== VIDEO  ====================== */
#video{
  background: url(../images/video-background.png) no-repeat center;
  width:100%;
  background-size:cover;
  position:relative !important;
  padding-top:5rem;
  padding-bottom:5rem;
}
#video .background-video {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -2;
  }
.header-title{
    text-align: center;
    margin-top: 3rem;
    color: #fff;
    display:none
}
.video-container {
      display: grid;
      grid-template-columns: 2fr;
      /* grid-template-columns: 2fr 1fr;  */
      gap: 1rem;
      align-items: flex-start;
      padding: 4rem 5%;
      justify-content: center;
    }

    .video-container .video-player {
      background-color: rgb(250, 173, 59);
      border-radius: 5px;
      padding: 10px;
    }

    .video-container .video-player iframe {
      width: 100%;
      border-radius: 5px;
    }

    .video-container .video-list {
      /* background: var(--main-color); */
      border-radius: 5px;
      height: 450px;
      overflow-y: scroll;
    }

    .video-container .video-list::-webkit-scrollbar {
      width: 7px;
    }

    .video-container .video-list::-webkit-scrollbar-track {
      border-radius: 50px;
       background: none !important;
    }

    .video-container .video-list::-webkit-scrollbar-thumb {
      background: var(--main-color);
      border-radius: 50px;
    }

    .video-container .video-list .video-item img {
      width: 80px;
      height: 50px;
      border-radius: 3px;
    }

    .video-container .video-list .video-item {
      display: flex;
      align-items: center;
      gap: 15px;
      background: #ebeeeb;
      border-radius: 3px;
      margin: 10px;
      padding: 5px;
      border: 2px solid rgba(0, 0, 0, .1);
      cursor: pointer;
    }

    .video-container .video-list .video-item h3 {
      font-size: 12px !important;
      background: none !important;
      text-align: left;
      color: #000;
    }

    .video-container .video-list .video-item:hover {
      background: rgb(250, 173, 59);
  
    }

    .video-container .video-list .video-item.active {
      background: rgb(250, 173, 59);
    }

    .video-description {
      margin-top: 10px;
      color: #060506;
    }

    @media (max-width:960px) {
      .video-container {
        grid-template-columns: 1.5fr;
        /* grid-template-columns: 1.5fr 1fr; */
        padding: 2rem;
      }
    }

    @media (max-width: 768px) {
      .video-container {
        grid-template-columns: 1fr;
        padding: 0rem !important;
      }

      .video-container .video-player iframe {
        width: 100%;
        height: 300px !important;
        border-radius: 5px;
      }
    }
    #video{
        background-color: var(--color-dark);
    }

