/*

Tooplate 2136 Kool Form Pack

https://www.tooplate.com/view/2136-kool-form-pack

Bootstrap 5 Form Pack Template

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --body-bg-color:                #181717;
  --white-color:                  #ffffff;
  --primary-color:                #E07A5F;
  --secondary-color:              #F2CC8F;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #E07A5F;
  --custom-btn-bg-hover-color:    #F2CC8F;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --link-hover-color:             #F2CC8F;

  --body-font-family:             'Poppins', sans-serif;
  --heading-font-family:          'Unbounded', sans-serif;

  --h1-font-size:                 62px;
  --h2-font-size:                 36px;
  --h3-font-size:                 28px;
  --h4-font-size:                 24px;
  --h5-font-size:                 22px;
  --h6-font-size:                 20px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --btn-font-size:                14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
  background-color: var(--body-bg-color);
  font-family: var(--body-font-family); 
  scroll-behavior: smooth;
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-medium);
  letter-spacing: -1px;
}

h1 {
  font-size: 50px;
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-bg {
  background-color: var(--section-bg-color);
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.page-404-title {
  color: var(--primary-color);
  font-size: 100px;
}

.page-404-title + h3 {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 6px 18px;
  margin-bottom: -55px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}
.ham{
  margin-top: 25px;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.custom-border-btn:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-group .link {
  color: var(--white-color);
  font-weight: var(--font-weight-medium);
}

.custom-btn-group .link:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  SITE HEADER        
-----------------------------------------*/
.logo {
  width: 200px;
  height: auto;
}

.site-header {
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0px;
}

.nav-top {
  margin-right: 0%;
  width: 50%;
  
  height: 50px;
  margin-top: 0px;
}
.nav-top1 {
  margin-right: 0%;
  width: 50%;
  
  height: 50px;
  margin-top: 80px;
}
.nav-top1 a {
  margin-right: 5%;
  border: 1px solid #FFF3A5;
  padding: 5px;
  border-radius: 10px;
}

.margin-bottom1 {
  margin-bottom: 5%;
}

.bi-list {
  display: none;
}

.nav-top a {
  margin-right: 5%;
  border: 1px solid #FFF3A5;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.nav-top a:hover {
  
  border: 1px dashed #FFF3A5;
  /* color: #DF7A5E; */
  background-color: rgba(50, 49, 49, 0.521);
}


.site-header .container {
  border-radius: var(--border-radius-large);
  padding: 15px 25px;
  max-height: 70px;
  margin-top: -50px;
}

.site-header-text {
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
}

.site-header-text span {
  margin-left: 5px;
}

.site-header .social-icon {
  max-height: 35px;
}

.offcanvas {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}

.offcanvas.offcanvas-end {
  border-left: 0;
}

.offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

.offcanvas-header .btn-close:hover {
  transform: rotate(180deg);
}

.offcanvas-icon {
  font-size: var(--h3-font-size);
  color: var(--white-color);
  margin-left: 15px;
}

.offcanvas nav ul {
  margin: 0;
  padding: 0;
}

.offcanvas nav ul li {
  list-style: none;
  display: block;
}

.offcanvas nav ul li a {
  color: var(--white-color);
  font-family: var(--heading-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.offcanvas nav ul li a:hover,
.offcanvas nav ul li a.active {
  color: var(--link-hover-color);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 300px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(168, 135, 83) ;
  border-radius: 20px;
  display: none;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(78, 77, 77) ;
  /* rgb(244, 181, 79) */
  border-radius: 40px;
  height: 100px;
display: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(106, 106, 105) ;

}
.about-container:before{
  content: "";
  background-image: url('../images/pngwing.com\ \(25\).png');
  background-size: 85vw auto;
  position: absolute;
  background-repeat: no-repeat;
  width: 83vw;
  height: auto;
  top: 45%;
  right: 10%;
  bottom: 0px;
  left: 4%;
  opacity: 0.5;
  z-index: -1;
  /* content: " ";
  background: url("../images/pngwing.com\ \(25\).png");
  background-repeat:no-repeat;
  background-size: cover;
  opacity: 1; */
}
.about-container{
  background-color: rgba(216, 212, 212, 0.5);

  background-position: 500px 500px 500px 500px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  width: 100vw;
  height: 620px;
  margin-top: 120px;
  overflow: scroll;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  border-top: 2px solid rgb(244, 181, 79);
  border-left: 2px solid rgb(244, 181, 79);
  border-right: 2px solid rgb(244, 181, 79);
overflow-x: hidden;
}

.about-container h2{
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;

}
.about-container h4{
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;

}

.description{
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 20px;
} 
.description-content{
  display: block;
  margin-right: 10px;
  text-align: center;
  justify-content: center;
}

.description-content p{
  display: block;
  margin-right: 10px;
  font-size: 18px;
}
.description video{
  width: 800px;
  border-radius: 20px;

}
.description p{
  color: white;

}

.about-video{
  width: 80%;
  height: auto;
  text-align: center;
  justify-content: center;
  border-radius: 20px;
}

.about-container{
  text-align: center;
  justify-content: center;
}
.about-container .left{
  width: 400px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 20px;
  transition: 1s ease;
  margin-right: 50px;
  margin-left: 50px;

}
 
.about-container .left:hover{
  background-color: rgba(0, 0, 0, 0.7);
  transition: 1s ease;
  border: solid gold 2px;
}


.offer{
  margin-top: 50px;
  width: 100%;
 
}

.offer .p-container{
 justify-content: center;
 text-align: center;
}
.offer .p-box{
  width: 205px;
  height: 200px;
  margin: 10px;
  background-color: rgba(208, 208, 208, 0.8) ;
  border: 3px solid black;
  border-radius: 20px;
  padding: 10px;
  transition: 0.5s ease-in-out;

}
.offer a .p-box p{
  padding-top: 43%;
  font-size: 20px;
  color: black;
}
.offer a .p-box:hover{
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s ease-in-out;
}
.offer a .p-box:hover > p{
  transition: 0.8s ease-in-out;
  color: white;
}
.offer .top-row{
  text-align: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.offer .bottom-row{
  text-align: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.templates{
  display: flex;
  scroll-behavior: smooth;
  transition: 0.5s ease-in-out;

}
.templates img{
  width: 800px;
  height: auto;
  border-radius: 10px;
  transition: 0.5s ease-in-out;

}
.templates .txt{
  text-align: center;
  margin-top: 3%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 200px;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;

}
.templates .txt-appear{
  display: none;
  text-align: center;
  margin-top: 3%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 200px;
  padding: 5px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.templates .txt-appear h2{
  font-size: 30px;
  
}
.templates .space{
  margin-bottom: 120px;
}

.verse-txt{
  transform: rotate(-90deg);
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 675px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-bg {
  background-image: url('../images/people-practicing-social-integration.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}

.hero-bg::after {
  content: "";
  background: linear-gradient(to top, var(--dark-color), transparent 200%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-bg .container {
  position: relative;
  z-index: 2;
}

.hero-section small {
  color: var(--primary-color);
  display: block;
  font-size: 15px;
  position: relative;
  padding-left: 75px;
}

.hero-section small::before {
  content: "";
  background-color: var(--white-color);
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, 0);
}

.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-container .hero-title {
  color: var(--white-color);
  /* color: black; */
  font-size: 3rem;
}


/*---------------------------------------
  COUNTDOWN              
-----------------------------------------*/
.countdown {
  padding-left: 0;
}

.countdown-title {
  color: var(--white-color);
}

.countdown-item {
  list-style: none;
  flex: 0 0 13%;
  margin: 15px;
}

.countdown-text {
  color: var(--section-bg-color);
  font-size: var(--p-font-size);
  font-style: italic;
}


/*---------------------------------------
  MODAL EMAIL FORM        
-----------------------------------------*/
.modal-content {
  background-color: var(--dark-color);
  border-radius: 0;
  position: relative;
}
.sign-up-btn{
  height: 50px;
  margin-top: -4%;

}

.modal-content::after {
  content: "";
  background-color: var(--custom-btn-bg-color);
  border: 50px solid var(--secondary-color);
  border-radius: 100%;
  position: absolute;
  top: -100px;
  right: -120px;
  width: 250px;
  height: 250px;
  pointer-events: none;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 30px 40px;
}

.modal-header {
  background-color: var(--dark-color);
  border-radius: 0;
  border-bottom: 0;
  padding: 0;
}

.modal-body h2 {
  color: var(--white-color);
  font-size: var(--h4-font-size);
  position: relative;
  bottom: 30px;
}

.modal-header .btn-close {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 22;
  top: 20px;
  right: 20px;
  transition: all 0.3s;
}

.modal-header .btn-close:hover {
  transform: rotate(180deg);
}

.modal-body,
.modal-footer {
  position: relative;
  z-index: 2;
}

.modal-footer {
  border-top: 0;
  padding-top: 0;
}

.modal-footer p {
  font-size: var(--btn-font-size);
}

/*---------------------------------------
  Verse Scroll       
-----------------------------------------*/

@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}
.verse-container {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
}
.horizontal-scrolling-items {
  
  display: flex;
  font-size: 30px;
  color: rgb(244, 181, 79);
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.lm-btn{
  background-color: transparent;
  border: 1px solid rgb(244, 181, 79);
  color: white;
  border-radius: 20px;
  padding: 10px;
  margin-left: 37%;
  transition: 1s ease;
}
.lm-btn:hover{
  transition: 1s ease;
  background: rgb(244, 181, 79);
  color: black;
}




.custom-form .form-control {
  border-radius: var(--border-radius-large);
  border-width: 2px;
  box-shadow: none;
  color: var(--p-color);
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 20px;
  outline: none;
}

.custom-form .form-control:focus,
.custom-form .form-control:hover {
  border-color: var(--primary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--heading-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
  padding-left: 10px;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

.custom-form .form-check-label {
  color: var(--p-color);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 110px;
}

.login-form .custom-btn {
  font-family: var(--heading-font-family);
  padding: 10.25px 35px;
  font-size: var(--p-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1400px) {
  .description {
   
  }

  .about-container .left{

    width: 400px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .templates img{
    width: 600px;
    height: auto;
  }
  .templates .space{
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 991px) {
  .description {
    display: block;
   

  }

 

  .templates img{
    width: 500px;
    height: auto;
  }
  .templates .space{
    margin-bottom: 10%;
  }

  .about-container .left{
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .arrow{
    display: none;
  }
  /* h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  } */

  /* .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
}

@media screen and (max-width: 767px) {

  .templates img{
    width: 500px;
    height: auto;
  }
  .templates .space{
    margin-bottom: 10%;
  }

  .templates{
    flex-direction: row-reverse;
    display: block;
  }
  .templates .txt{
    display: none;
  }
  .templates .txt-appear{
    display: block;
  }

.offer{
  margin-top: 30px;
  width: 100%;
  justify-content: center;
 text-align: center;
}

.offer .p-container{
 justify-content: center;
 text-align: center;
}
.offer .p-box{
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 1px solid black;
}
.offer .top-row{
  text-align: center;
  justify-content: center;
  display: block;
  width: 100%;
}
.offer .bottom-row{
  text-align: center;
  justify-content: center;
  display: block;
  width: 100%;
}
}

@media screen and (max-width: 725px) {

  .hero-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 675px;
    max-width: 100vw;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .hero-section .container-pay {
    position: absolute;
    height: 70vh;
    display: block;
    bottom: 0px;
    overflow-y: scroll;
  }

  /* .hero-section .container .left-pay {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.65);
    
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    color: black;
    
  } */

  .templates .appear {
    width: 400px;
  }

  .templates .disapear {
    width: 400px;
  }

  .verse-container {
    position: absolute;
    max-width: 100vw;
    padding: 10px;
    overflow-x: hidden;
    text-align: center;
    color: var(--primary-color);
    margin-right: 0px;
    margin-left: 0px;
  }

  .verse-container h2 {
    font-size: 17px;
  }

  .bi-list {
    display: block;
  }

  .nav-top {
    display: none;
  }
  .nav-top1 {
    display: none;
  }

  .sign-up-btn{
    display: none;
  }
  .templates img {
    width: 500px;
    height: auto;
  }
  .logo{
    width: 150px;
  }
  .site-header{
    margin-top: 20px;
    margin-left: -20%;
  }

  .templates .space {
    margin-bottom: 10%;

  }

  .templates {
    flex-direction: row-reverse;
    display: block;
  }

  .templates .txt {
    display: none;
  }

  .templates .txt-appear {
    display: block;
  }


  .slide-templates {
    background-color: transparent;
    width: 0px;
    border-radius: 0px;
    margin-left: 1%;
  }

  .slide-templates:hover {
    background-color: transparent;
    width: 0px;
    border-radius: 0px;
  }

  .slide-templates:hover>.disapear {
    transition: 1s ease-in-out;
    opacity: 1;
    display: block;
  }

  .slide-templates .disapear {
    transition: 1s ease-in-out;
    opacity: 1;
    display: block;
  }

  .slide-templates .appear {
    transition: 1s ease-in;
    opacity: 1;

    display: none;

  }


  .slide-templates:hover>.appear {
    transition: 5s ease-in;
    display: none;

  }

}

@media screen and (max-width: 590px) {
  .verse-txt{
    display: none;
  }
  .logo{
    width: 150px;
  }
  .site-header{
    margin-top: 20px;
    margin-left: 0%;
  }


}
@media screen and (max-width: 480px) {
  .site-header .social-icon {
    display: none !important;
  }

  .offcanvas-icon {
    margin-left: 10px;
  }

  .countdown-item {
    margin: 10px;
  }
  .description {
    display: block;
   
  }

  .about-container .left{
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
    width: 290px;
  }
}

