/*

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); */
  background-color: #B2BEBF;
  font-family: var(--body-font-family);
  overflow-x: hidden;
}


/*---------------------------------------
  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               
-----------------------------------------*/

.sign-up-btn{
  height: 50px;
  margin-top: 0px;

}
.sign-up-btn1{
  height: 50px;
  margin-top: 77px;

}
.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;
}


.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.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; 
  width: 50px;
  height: 50px;
  margin-top: 15%;
  margin-left: 50px;
}

.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);
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 675px;
  padding-top: 150px;
  padding-bottom: 100px;
}

 .container-pay {
  display: flex;
  margin-top: 120px;
  width: 100vw;
  justify-content: center;
  text-align: center;
}

 .container .left-pay {
  width: 300px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.65);
  /* background-color: blue; */
  margin-top: 150px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  color: black;
}

 .container .left-pay p {
  color: black;

}

.hero-section .center {
  text-align: center;
}

.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: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-title {
  color: var(--white-color);
}




.contact-forms {
  display: flex;
  margin-top: 3%;
  overflow-y: scroll;
  /* height: 800px; */
}


.contact-forms .iframe-container {
  width: 640px;
  height: 500px;
  margin-right: 5%;
}
 .iframe-container {
  width: 640px;
  height: 500px;
  margin-right: 5%;
}
.iframe-container iframe{
  position: relative;
  width: 100%;
  min-height: 500px;
}
.contact-forms form {
  background-color: rgba(54, 54, 54, 0.761);
  height: auto;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  color: white;
  display: none;
}

.contact-forms form img {
  width: 200px;
  height: auto;
}

.contact-forms form input {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  padding: 0 10px;
  margin-bottom: 10px;
}

.contact-forms form h2 {
  font-size: 20px;
}

/* Form second */

form {
  background-color: rgba(54, 54, 54, 0.761);
  height: auto;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  color: white;
}

 img {
  width: 200px;
  height: auto;
}

 input {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  padding: 0 10px;
  margin-bottom: 10px;
}

 h2 {
  font-size: 20px;
}

/*---------------------------------------
  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;
}


.contact-us2{
  position: absolute;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 200px;
  padding-bottom: 100px;
display: flex;
justify-content: center;
text-align: center;
  /* padding: 50px; */
  /* background: rgba(255, 255, 255, 0.144); */
  /* background:url(../images/background4.png); */
  /* background-size: 100% 100%;
  background-repeat: no-repeat; */
}

.contact-us2 iframe{
  min-height: 900px;
}

.contact-us2 form{
margin-top: 0px;
}

.contact-us2 h2{
 color: white;
  }


.offer {
  margin-top: 50px;
  width: 100%;

  padding: 50px;
  background: rgba(255, 255, 255, 0.3);
  /* background:url(../images/background4.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.offer  .offer-background{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 500px;
  left: 0px;
  /* background:url(../images/background.png);
  background-size: contain;
  background-repeat: no-repeat; */
  z-index: -1;
}

.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;

}

.slide-templates {
  background-color: rgb(255, 255, 255);
  width: 50px;
  border-radius: 50px;
  margin-left: 5%;
}

.slide-templates:hover>.disapear {
  transition: all 1s ease-in-out;
  display: none;
}

.slide-templates .appear {
  transition: all 1s ease-in;
  display: none;
  opacity: 0;
}

.slide-templates .disapear {
  transition: all 1s ease-in;
}

.slide-templates:hover>.appear {
  transition: all 1s ease-in;
  display: block;
  opacity: 1;
}

.slide-templates:hover {
  background-color: rgb(255, 255, 255);
  width: 80vw;
  border-radius: 50px;
}



.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: rgb(255, 255, 255);
  padding-top: 200px;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
  margin-left: 2%;
  height: 50px;
  color: white;
}

.templates .txt h2{
  font-size: 35px;

}

#builder{
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: solid 5px white;
}
#servers{
  margin-top: 100px;
  margin-bottom: 100px;

}

#analytics {
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: solid 5px white;
}

#analytics h2 {
  margin-top: -30px;
}

#template{
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: solid 5px white;
}
#templates{

}
.content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-bottom: solid 5px white;

  border-radius: 8px;
  margin: 20px;
}

.content-text, .content-image {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.content-text {
  padding: 20px;
  /* background-color: #f9f9f9; */
  border-radius: 8px;
  text-align: center;
}

.content-text p{
  color: white;
  font-size: 20px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.content-image img {
  min-width: 400px;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .content-container {
      flex-direction: column;
      align-items: flex-start;
  }

  .content-text, .content-image {
      margin: 10px 0;
      min-width: 100%;
  }
}
.white-line{
  margin-top: 100px;
  border-bottom: solid 5px white;
}

/* .hover-pill .txt{
  text-align: center;
  margin-top: 3%;
  background-color: rgb(255, 255, 255);
  padding-top: 200px;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
  margin-left: 2%;
  height: 50px;
  color: white;
} */

.hover-pill .txt:hover {

  height: 380px;
  color: black;

}

.hover-pill1 .txt:hover {

  height: 380px;
  color: black;

}

.hover-pill2 .txt:hover {

  height: 290px;
  color: black;


}

.hover-pill3 .txt:hover {

  height: 200px;
  color: black;

}

.templates .txt-appear {
  display: none;
  text-align: center;
  margin-top: 3%;
  background-color: rgb(255, 255, 255);
  padding-top: 200px;
  padding: 20px;
  transition: 0.5s ease-in-out;
  margin-left: 2%;
  color: black;
  border-radius: 10px;
}

.templates .txt-appear h2 {
  font-size: 30px;

}

.templates .space {
  margin-bottom: 120px;
}

.verse-txt {
  transform: rotate(-90deg);
}

.templates .template-img {
  width: 700px;
  height: auto;
  border-radius: 10px;
  transition: 0.5s ease-in-out;

}


/*---------------------------------------
  MODAL EMAIL FORM        
-----------------------------------------*/
.modal-content {
  background-color: var(--dark-color);
  border-radius: 0;
  position: relative;
}



.home-container {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  padding: 20px;
  border: 2px solid rgb(244, 181, 79);

}

.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: 90vw;
  padding: 10px;
  overflow-x: hidden;
  text-align: center;
  color: var(--primary-color);
  margin-top: -35px;
  /* background-color: rgba(125, 125, 125, 0.8); */
  border-radius: 20px;
  margin-left: 5%;
  transition: 0.2s ease-in-out;
  /* border: solid 2px #FFF3A5; */
  border: solid 2px rgb(244, 181, 79);
  background: #282828;
}

.verse-container h2 {
  font-size: 20px;
}

.verse-container:hover {
  transition: 0.2s ease-in-out;
}

.horizontal-scrolling-items {

  display: flex;
  font-size: 30px;
  color: rgb(244, 181, 79);
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 40s;
  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: rgb(244, 181, 79);
  border-radius: 20px;
  padding: 10px;
  margin-left: 40%;
  transition: 1s ease;
}

.lm-btn:hover {
  transition: 1s ease;
  background: rgb(244, 181, 79);
  color: black;
}

.lm-btn:hover>a {

  color: black;
}

.neon {
  color: var(--primary-color);
  width: 100vw;
  text-align: center;
  margin-top: 1%;
  /* color: #f000ff; */
}

.paymentMethods {
  justify-content: center;
  text-align: center;
  /* margin-top: 500px; */
  /* background-color: blue; */
}
.section-pay{
  margin-top: 50px;
}

/* #paypal-button-container-P-6G081857HD576610MMZIIS7A{
  text-align: center;
  justify-content: center;
  padding-left: 15%;

} */


#payMonthly-popUp{
  opacity: 0;
  position: absolute;
  width: 80vw;
  height: auto;  
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  top: 200px;
  color: white;
  text-align: center;
  margin-left: 10vw;
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  justify-content: center;
  transition: .3s ease-in-out;
}

#payMonthly-popUp .payMonthlyClose{
  float: right;
  margin: 25px;
  cursor: pointer;
}
/* #payMonthly-popUp iframe{
  width: 500px;
  height: 100%;
} */


#payA-popUp{
  display: none;
  /* opacity: 0; */
  position: absolute;
  width: 100vw;
  height: 100px;  
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  top: 0px;
  color: white;
  text-align: center;
  /* margin-left: ; */
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  justify-content: center;
  transition: .3s ease-in-out;
}

#payA-popUp .payMonthlyClose{
  float: right;
  margin: 25px;
  cursor: pointer;
}
#payA-popUp iframe{
  width: 45vw;
  height: 100vh;
  margin-top: -20px;
}


.paymentMethods a {
  justify-content: center;
  text-align: center;
  margin: 10px;
  padding: 15px;
  border-radius: 20px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid var(--secondary-color);

}

.paymentMethods a span {
  font-size: 12px;
}

.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);
  background-color: red;
}


/*---------------------------------------
  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: 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


.footer {
  display: flex;
  background: rgba(45, 45, 45, 0.8);
  width: 100vw;
  border-radius: 20px;
  border: 1px solid #FFF3A5;
}

.footer .content-footer {
  display: flex;
  width: 100vw;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.footer .footer-left {}

.footer .footer-left img {
  width: 300px;
  height: auto;
}

.footer .footer-right {
  margin-left: 20%;
  background: rgba(86, 86, 86, 0.8);
  padding: 20px;
  border-radius: 20px;
  font-size: 20px;
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {

  
  .nav-top1 a {
    margin-right: 1%;
    border: 1px solid #FFF3A5;
    padding: 5px;
    border-radius: 10px;
  }

  .nav-top a {
    margin-right: 1%;
    border: 1px solid #FFF3A5;
    padding: 5px;
    border-radius: 10px;
  }
  .section-pay{
    margin-top: 150px;
  }
  .paymentMethods{
    margin-top: 50px;
  }
 .container .left-pay {
    width: 800px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.65);
    /* background-color: blue; */
    margin-top: 0px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    color: black;
  }

.container-pay {
    /* position: ; */
    width: 100vw;
    height: auto;
    display: block;
    bottom: 0px;
    /* background-color: grey; */
    top: 0px;
    justify-content: center;
    text-align: center;

  }
  
}

@media screen and (max-width: 1170px) {

  .templates .space {
    margin-bottom: 50px;
  }


  .hover-pill2 {
    margin-bottom: 50px;
  }

  .hover-pill2 h2 {
    padding-top: 20px;
    margin-bottom: 0px;
    font-size: 25px;

  }

  .hover-pill2 .txt:hover {

    height: 300px;
    color: black;


  }

  .hover-pill3 .txt:hover {

    height: 290px;
    color: black;


  }

  .templates .template-img {
    width: 600px;
  }

}

@media screen and (max-width: 991px) {
  .nav-top a {
    margin-right: 0%;
    margin-left: 20px;
    border: 1px solid #FFF3A5;
    padding: 5px;
    border-radius: 10px;
  }
  .nav-top1 a {
    margin-right: 0%;
    margin-left: 20px;
    border: 1px solid #FFF3A5;
    padding: 5px;
    border-radius: 10px;
  }

  .custom-btn {
    margin-right: -20%;
  }

  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;
  }

  .templates .template-img {
    width: 450px;
  }

  .templates .space {
    margin-bottom: 50px;

  }

  .templates .txt {
    text-align: center;
    margin-top: 0%;
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding: 20px;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    margin-left: 2%;
    height: 50px;
    color: white;
  }

  .templates .appear {
    width: 550px;
  }

  .templates .disapear {
    width: 550px;
  }

  .hover-pill .txt:hover {

    height: 170px;
    color: black;

  }

  .hover-pill1 .txt:hover {

    height: 170px;
    color: black;

  }


  .hover-pill2 {
    margin-bottom: 50px;
  }

  .hover-pill2 h2 {
    padding-top: 20px;
    margin-bottom: 0px;
    font-size: 23px;

  }

  .hover-pill2 .txt:hover {

    height: 220px;
    color: black;


  }


  .hover-pill3 .txt:hover {

    height: 170px;
    color: black;

  }

  .hero-section {}

  .hero-section .container-pay {
    position: absolute;
    height: 100vh;
    display: block;
    margin-top: 0px;
    overflow-y: scroll;
  }

}

@media screen and (max-width: 725px) {
  
.contact-us2{
  position: absolute;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 200px;
  padding-bottom: 100px;
display: block;
justify-content: center;
text-align: center;
  /* padding: 50px; */
  /* background: rgba(255, 255, 255, 0.144); */
  /* background:url(../images/background4.png); */
  /* background-size: 100% 100%;
  background-repeat: no-repeat; */
}
.contact-us2 iframe{
  min-height: 900px;
}
.contact-us2 form{
  margin-top: 400px;
}
  .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;
    
  }
  .sign-up-btn{
    display: none;
  }

  .sign-up-btn1{
    display: none;
  }

  .nav-top {
    display: none;
  }
  .nav-top1 {
    display: none;
  }

  .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;
  }


  .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;

  }
  .content-container {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-bottom: solid 5px white;
  
    border-radius: 8px;
    margin: 20px;
  }
  .content-text {
    width: 80vw;
    margin-left: -20%;
  }

}

@media screen and (max-width: 544px) {
  .logo {
    width: 100px;
  }
  .site-header{
    margin-top: 50px;
  }

  .verse-container {
    position: absolute;
    width: 100vw;
    padding: 10px;
    overflow-x: hidden;
    text-align: center;
    color: var(--primary-color);

  }

  .verse-container h2 {
    font-size: 15px;
  }

  .contact-forms {
    display: block;
    margin-top: 10%;
    position: relative;
    /* overflow-y: hidden; */
  }

  .contact-form .form-iframe {
    width: 100%;
    height: 100%;
  }
  .iframe-container{
    /* margin-top: 300px; */
    width: 100vw;
  }
  /* .iframe-container iframe{
    width: 80vw;
    min-height: 900px;
  } */

  /* form {
    height: 200px;
    padding: 20px;
    border-radius: 20px;
    margin-top: 200px;
    margin-bottom: 200px;
    height: 1000px;
    margin-top: 2000px;

  } */

  .contact-forms form h2 {
    font-size: 20px;
  }
  .content-image img {
    min-width: 200px;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

@media screen and (max-width: 510px) {
  .templates .disapear {
    width: 80vw;
  }

 
}

@media screen and (max-width: 480px) {
  .site-header .social-icon {
    display: none !important;
  }

  .offcanvas-icon {
    margin-left: 10px;
  }

  .countdown-item {
    margin: 10px;
  }

  .templates .template-img {
    width: 300px;
  }
}

@media screen and (max-width: 375px) {
  .logo {
    width: 80px;
  }

  .content-text{
    /* margin-left: 0px; */
  }

  .verse-container {
    position: absolute;
    width: 100vw;
    padding: 10px;
    overflow-x: hidden;
    text-align: center;
    color: var(--primary-color);
  }

  .verse-container h2 {
    font-size: 15px;
  }

  .site-header {
    margin-top: 30px;
  }

  .home-container {
    margin-top: 100px;
  }
  .templates .template-img {
    width: 250px;
  }
 
}