/*
Theme Name: Woostify Child
Template: woostify
Text Domain: woostify-child
Version: 1.0.0
Description: Child theme for Woostify
Author: Your Name
*/

/* Your custom CSS will go here */

.first {
    background: url(<?php echo get_stylesheet_directory_uri(); ?>/background.webp);
  width: 60%;
  height: 1300px !important;
  background-position: center center;
  background-size: cover;
}
.main {
  display: flex;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto;
  background-color: hsl(120, 80%, 50%);
  padding: 1.5em;
  border-radius: 3em;
  font-size: 1em;
}
.btn:hover {
  /* background-color: hsl(120, 50%, 50%);
  padding: 1.8em;
  transition: 100ms; */
}
.second {
}

/* Styles for the popup */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Styles for the overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 999;
}

@media screen and (max-width: 767px) {
  .main {
    flex-direction: column;
  }
  .first {
    width: 100vw;
    height: 60vh;
    background-position: left center;
   
  }
}

.colcontainer {
  margin: 0 auto;
  width: 400px;
  max-width: 400px;
}
.box-masonry {
  position: relative !important;
}
.item {
  min-height: 0px !important;
}
.box {
  overflow: hidden;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.form-group {
  margin-bottom: 5px;
}
.input-xlarge {
  width: 270px;
  max-width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.optin {
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.optin .content,
.optin_rgpd .content,
.button_submit .content {
  position: relative;
}

.boxcontainer {
  overflow: hidden;
  position: relative;
}
.boxcontainer .content {
  padding: 10px;
  position: relative;
}

.image img {
  max-width: 100%;
}

.txt {
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: auto;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.txt .content {
  padding: 5px 10px;
  position: relative;
}
.txt h2 {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.txt h4 {
  margin-top: 0px;
}

.txt p {
  margin: 0;
  padding: 0;
}
.txt ul {
  margin-left: 0px;
  padding: 3px 0px 3px 20px;
  margin-bottom: 0px;
}

.link {
  position: relative;
  text-align: center;
}
.link .content {
  padding: 5px 10px;
}
.link a {
  display: block;
}

.button_link img {
  max-width: 100%;
}
.button_link img:hover {
  opacity: 0.8;
}
.button_checkout input[type="image"]:hover {
  opacity: 0.8;
}
.button_checkout form {
  margin-bottom: 0px;
}

.image {
  display: block;
  position: relative;
  overflow: hidden;
}
.image a {
  display: block;
  position: relative;
}
@media (max-width: 980px) {
  .image img {
    max-width: 100%;
    height: auto !important;
  }
}

.texte img {
  box-sizing: border-box;
}

.bloc-center {
  margin: 0 auto !important;
  float: none !important;
}

.btn-xlarge {
  width: 100%;
  padding: 15px 19px;
  font-size: 24px;
  line-height: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}

.box-header {
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 10px;
  background-color: #efefef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  overflow: hidden;
}

.box-header h2 {
  font-size: 14px;
  line-height: 16px;
  float: left;
  margin-top: 2px;
  color: #646464;
  font-weight: normal;
  text-shadow: 0px 1px 0px #fff;
}

.box-icon a {
  color: #646464;
}
.box-header h2 i {
  margin: 1px 3px 0px 5px;
  opacity: 0.4;
}

.box-header .box-icon {
  float: right;
  margin-top: 1px;
}

.box-header .box-icon i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.4;
}

.box-header .box-icon i:hover {
  opacity: 0.8;
}

.box-header .box-icon a {
  margin: 0px 5px;
}

.box-content {
  margin-top: -1px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fcfcfc;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
}

.optin.template2 input {
  padding: 10px;
  font-size: 17px;
  height: 42px;
}
.optin.template2 textarea {
  padding: 10px;
  font-size: 17px;
}

.optin.template3 .form {
  text-align: center;
}
.optin.template3 .form-group,
.optin.template3 .form_action {
  display: inline-block;
}
.optin.template3 button:last-of-type {
  display: none;
}
.optin.template3 .template-inline-button,
.optin.template3 .template-inline-button .form_action {
  display: inline-block !important;
}
.optin.template3 .template-inline-button button:last-of-type {
  display: block;
}

.optin.template3 input,
.optin.template3 textarea {
  width: 170px;
  margin: 0;
  margin-right: 5px;
}

.optin.template4 .form {
  text-align: center;
}
.optin.template4 .form-group,
.optin.template4 .form_action {
  display: inline-block;
}
.optin.template4 button:last-of-type {
  display: none;
}
.optin.template4 .template-inline-button,
.optin.template4 .template-inline-button .form_action {
  display: inline-block !important;
}
.optin.template4 .template-inline-button button:last-of-type {
  display: block;
}

.optin.template4 input {
  width: 170px;
  padding: 10px;
  font-size: 16px;
  margin: 0;
  margin-right: 10px;
  height: 42px;
}
.optin.template4 textarea {
  width: 170px;
  padding: 10px;
  font-size: 16px;
  margin: 0;
  margin-right: 10px;
}

.optin.template5 .form {
  text-align: center;
}
.optin.template5 .form-group {
  display: inline-block;
}

.optin.template5 input,
.optin.template5 textarea {
  width: 170px;
  padding: 10px;
  font-size: 16px;
  margin: 0;
  margin-right: 10px;
}

.optin.template6 .form {
  text-align: center;
}
.optin.template6 .btn {
  width: 300px;
  padding: 15px 19px;
  font-size: 24px;
  line-height: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}
.optin.template6 input {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
  height: 52px;
}
.optin.template6 textarea {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
}

.optin.template7 .btn {
  padding: 15px 19px;
  font-size: 24px;
  line-height: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}
.optin.template7 input[type="text"],
.optin.template7 input[type="email"],
.optin.template7 input[type="password"] {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
  height: 52px;
  width: 100% !important;
}
.optin.template7 textarea {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
  width: 100% !important;
}

#Formulaire83616 * {
  box-sizing: border-box;
}
#Formulaire83616 .col-md-1 {
  width: 8.33333333%;
}
#Formulaire83616 .col-md-2 {
  width: 16.66666667%;
}
#Formulaire83616 .col-md-3 {
  width: 25%;
}
#Formulaire83616 .col-md-4 {
  width: 33.33333333%;
}
#Formulaire83616 .col-md-5 {
  width: 41.66666667%;
}
#Formulaire83616 .col-md-6 {
  width: 50%;
}
#Formulaire83616 .col-md-7 {
  width: 58.33333333%;
}
#Formulaire83616 .col-md-8 {
  width: 66.66666667%;
}
#Formulaire83616 .col-md-9 {
  width: 75%;
}
#Formulaire83616 .col-md-10 {
  width: 83.33333333%;
}
#Formulaire83616 .col-md-11 {
  width: 91.66666667%;
}
#Formulaire83616 .col-md-12 {
  width: 100%;
}
@media (max-width: 991px) {
  #Formulaire83616 .col-md-1,
  #Formulaire83616 .col-md-2,
  #Formulaire83616 .col-md-3,
  #Formulaire83616 .col-md-4,
  #Formulaire83616 .col-md-5,
  #Formulaire83616 .col-md-6,
  #Formulaire83616 .col-md-7,
  #Formulaire83616 .col-md-8,
  #Formulaire83616 .col-md-9,
  #Formulaire83616 .col-md-10,
  #Formulaire83616 .col-md-11,
  #Formulaire83616 .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #Formulaire83616 {
    width: 100% !important;
  }
}
#Formulaire83616 [class*="col-"] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
#Formulaire83616 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
#Formulaire83616 .row {
  margin: 0;
  position: relative;
}
#Formulaire83616 .row:before {
  display: table;
  content: " ";
}
#Formulaire83616 .row:after {
  display: table;
  content: " ";
  clear: both;
}
#Formulaire83616 .line {
  padding: 10px;
}
#Formulaire83616 input[type="text"],
#Formulaire83616 input[type="email"] {
  display: inline-block;
  border: 1px solid #bbb;
  background: white;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
#Formulaire83616 textarea {
  display: inline-block;
  border: 1px solid #bbb;
  background: white;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
#Formulaire83616 .background {
  margin-bottom: 10px;
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#Formulaire83616 .maincontainer {
  position: relative;
  display: block;
  box-sizing: border-box;
}
#Formulaire83616 .maincontainer .content {
  position: relative;
}
#Formulaire83616 .checkbox,
#Formulaire83616 .radio {
  position: relative;
  display: block;
}
#Formulaire83616 .checkbox label,
#Formulaire83616 .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
#Formulaire83616 input[type="radio"],
#Formulaire83616 input[type="checkbox"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
#Formulaire83616 label {
  font-weight: bold;
}
#Formulaire83616 {
  width: 400px;
  margin: 0 auto;
}
#Formulaire83616 #main-container {
  margin-top: 0px;
}
#Formulaire83616 #main-container {
  margin-bottom: 0px;
}
#Formulaire83616 #main-container {
  padding-top: 20px;
}
#Formulaire83616 #main-container {
  padding-bottom: 20px;
}
#Formulaire83616 #line115822 {
  padding-top: 20px;
  padding-bottom: 10px;
}

#formcontainer466545 #form_input466545 {
  font-family: Arial;
}
#formcontainer466545 #form_input466545 ::-webkit-input-placeholder {
  font-family: Arial;
}
#formcontainer466545 #form_input466545 :-moz-placeholder {
  font-family: Arial;
}
#formcontainer466545 #form_input466545 ::-moz-placeholder {
  font-family: Arial;
}
#formcontainer466545 #form_input466545 :-ms-input-placeholder {
  font-family: Arial;
}
#formcontainer466545 #form_input466545 {
  font-size: 18px;
}
#formcontainer466545 #form_input466545 ::-webkit-input-placeholder {
  font-size: 18px;
}
#formcontainer466545 #form_input466545 :-moz-placeholder {
  font-size: 18px;
}
#formcontainer466545 #form_input466545 ::-moz-placeholder {
  font-size: 18px;
}
#formcontainer466545 #form_input466545 :-ms-input-placeholder {
  font-size: 18px;
}
#formcontainer466545 label {
  font-family: Arial;
}
#formcontainer466545 label {
  font-size: 1px;
}

#formcontainer466543 #form_input466543 {
  font-family: ;
}
#formcontainer466543 #form_input466543 ::-webkit-input-placeholder {
  font-family: ;
}
#formcontainer466543 #form_input466543 :-moz-placeholder {
  font-family: ;
}
#formcontainer466543 #form_input466543 ::-moz-placeholder {
  font-family: ;
}
#formcontainer466543 #form_input466543 :-ms-input-placeholder {
  font-family: ;
}
#formcontainer466543 #form_input466543 {
  font-size: 18px;
}
#formcontainer466543 #form_input466543 ::-webkit-input-placeholder {
  font-size: 18px;
}
#formcontainer466543 #form_input466543 :-moz-placeholder {
  font-size: 18px;
}
#formcontainer466543 #form_input466543 ::-moz-placeholder {
  font-size: 18px;
}
#formcontainer466543 #form_input466543 :-ms-input-placeholder {
  font-size: 18px;
}
#formcontainer466543 label {
  font-family: ;
}
#formcontainer466543 label {
  font-size: 1px;
}
.first {
  background: url(background.webp);
  width: 100%;
  height: 100vh;
  background-position: 6px -500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.first {
  position: relative;
}
.second {
  position: absolute;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.heading-sec {
  font-size: 8em;
}
button.btn {
  padding: 5em 5em 5em 5em;
}
h1.heading-sec {
  margin-left: 1em;
}
.first {
  position: relative;
}

.second {
  position: absolute;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.heading-sec {
  font-size: 8em;
}

button.btn {
  padding: 1em; /* Adjust padding for smaller screens */
}

h1.heading-sec {
  margin-left: 1em;
}

/* Responsive Styles */

/* For screens 600px and below */
@media (max-width: 676px) {
  .second {
    top: 1% !important;
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .second::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 1em;

    mix-blend-mode: overlay;
    pointer-events: none;
    margin: auto;
    width: 90%;
  }

  .heading-sec {
    font-size: 1em; /* Adjust font size for smaller screens */
  }

  button.btn {
    padding: 0.5em; /* Adjust padding for smaller screens */
  }

  h1.heading-sec {
    margin-left: 0.5em; /* Adjust margin for smaller screens */
  }
  body {
    overflow: hidden;
  }
  .second {
    top: 5% !important;
  }
  button.btn {
    padding: 1em;
    font-size: 2em !important;
  }
}

/* For screens 900px and below */
@media (max-width: 900px) {
  .heading-sec {
    font-size: 3em; /* Adjust font size for medium-sized screens */
  }
}

.second {
  top: -1%;
  position: absolute;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.main {
}
button.btn {
  padding: 1em;
  font-size: 3em;
}

body {
  position: relative;
}
@media (max-width: 676px) {
  h1.heading-sec {
    font-size: 2em;
  }
  button.btn {
    padding: 1em;
    font-size: 1em !important;
  }
}
@media (max-width: 900px) {
  .heading-sec {
    font-size: ;
  }
}

h1.heading-sec {
  animation: myAnimation 1s linear infinite alternate;
}

button.btnl:hover,
button.btnl:focus {
  color: white;
  background-color: black;
}
button.btn {
  animation: buttonPopAnim 1s linear forwards;
}
.heading-sec {
  font-size: 6em;
}
h1.heading-sec {
  margin-top: 0;
}
img.second-img {
  margin-bottom: 0.9rem;
}
.womanText,
.manText {
  border-radius: 4145773px;
}
h1.heading-sec {
  text-align: center;
}
.second.headingMain {
  position: fixed; /* or position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
}
.survOneImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: flex-start;
}
.haeding {
  max-width: fit-content;
  /* text-align: center; */
}
.second-child {
  text-align: center;
}
.timer.myUzair.my-counter-animation {
  text-align: center;
}
.womanText_3,
.manText_3 {
  margin: auto;
}
.site-dialog-search.woostify-search-wrap {
    display: none !important;
}

@media (max-width: 676px) {
  .first {
    height: 40vh !important; /* Even smaller */
    background-size: cover;
    background-position: center 30%; /* Focus on important part */
  }
  
  .second {
    top: 15% !important;
    padding: 0 1rem; /* Add some padding */
  }
  
  .heading-sec {
    font-size: 1.3em !important;
    line-height: 1.2;
    text-align: center;
    margin: 0;
  }
  
  button.btn {
    padding: 0.6em 1.2em !important;
    font-size: 1em !important;
    margin-top: 0.5em;
  }
}
