/*
* Title: OUITAX HTML
* Description: OUITAX HTML MAIN CSS FILE
* Date: May 15, 2022
* Author: Koffi Eli KPONBLANOU
*
*/
:root {
  --ouitax-large-padding: 16px;
  --ouitax-default-color: #fff;
  --ouitax-orange-color: #f47820;
  --ouitax-blue-color: #00355f;
  --ouitax-grey-color: #000000;
}

*{
  transition: all 1s;
}
body {
  margin: 0;
  scroll-behavior: smooth;
  transition: all 1s;
}

.ouitax-primary__color {
  background-color: var(--ouitax-blue-color);
}
.ellipse11{
position: absolute;
  top: -5rem;
  height: 80%;
  right: 0;
}
.ellipse31{
  position: absolute;
  height: 80%;
  left: 0;
  bottom: -5rem

}
.ouitax-white-text {
  color: #ffffff;
}

#ouitax-main-content {
  padding-bottom: 20px;
  background-color: #e9e9e9;

}

#ouitax-header {
  background-color: var(--ouitax-blue-color);
}

#ouitax-navbar {
  height: 97px;
  transition: all 0.5s;
}

#ouitax-logo {
  height: 100%;
  box-sizing: border-box;
  padding: var(--ouitax-large-padding);
}

#ouitax-logo svg {
  height: 100%;
  width: auto;
}

#pattern image {
  background: #ffffff;
}

/*
 ========================
   OUTAX GENERIC STYLES
 ========================
*/

.productSection{

  width: 100%;
  background-color: #e9e9e9;
}

.wave{
  flex: 1;
  height: 100%;
}


.ouitax-container {
  padding: 0 15%;
  width: 100%;
  display: flex;
  gap: 2rem;


}


.ouitax-centered-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: center;
  /*
  max-width: 80vw;
  */
  margin: auto;
}

.ouitax-col-lg--12 {
  width: 100%;
}

.ouitax-col-lg--9 {
  width: 75%;
}

.ouitax-col-lg--8 {
  width: 66.6666666667%;
}

.ouitax-col-lg--6 {

  height: 100%;
}

.ouitax-col-lg--4 {
  width: 33.3333333333%;
}

.ouitax-col-lg--3 {
  background: #000;

}

.ouitax-col-lg--1 {
  width: 8.33333333333%;
}

.highlited-text {
  color: var(--ouitax-orange-color);
}

/*
=============================
HERO SECTION
=============================
*/

#ouitax-hero {
  height: calc(100vh - 97px);

  width: 100%;
  position: relative;
  background-color: #e9e9e9;
}

.ouitax-hero-layer {
  width: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;

}

#ouitax-hero-ellipse {
  height: 100%;
  width: 100%;
}


#ouitax-hero-ellipse_first  {
  width: max-content;
  height:100%;
  left: -20px;
  top: -100px;

  position: absolute;
}
#ouitax-hero-ellipse_second  {
  width: max-content;
  height:100%;
  right: -10px;
  top: -50px;

  position: absolute;
}
.elipse{
  width:100%;
  height: 100%;
}

/* .ellipse2 img{
    width: 80% !important;
} */

#ouitax-hero-description {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#ouitax-hero-description_content {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 96px;
}

#ouitax-hero-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ouitax-btn-secondary {
  background: var(--ouitax-orange-color);
  color: #ffffff;
}

/*
=========================
OUITAX PRODUCT SECTION
=========================
*/

#ouitax-product-section {
  background-color: #e9e9e9;
  padding-bottom: 0;
}

#ouitax-porduct-presentation-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*#ouitax-product-section__wrapper {
  background: url(./images/Vector1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12vw;
}*/
.productSectionBg{
transition: all 1s;
/*
z-index: -10;
*/
  width: 100%;
  height: 20rem;
  position: sticky;
  margin-bottom: -10rem;

}
.productSectionBg2{

  width: 100%;
  height: 20rem;
  position: absolute;
  top: -5rem;

}
.sectionGrid{
  background: #ffffff;
  position: relative;
  margin-top: 8rem;
  gap: 10rem;
  padding: 0 10%;
  display: flex;
  flex-direction: row;
  height: max-content;

}
.constat_grid{
  display: flex;
  margin-top: 0;
  height: 100vh;

}
.constat_section{
  height: max-content;

  background: #fff;
}
.section-padding{
  /*
  padding:100px 0 0 100px;
  */

}
.footer{
  display: flex;

  gap: 10rem;

  /*
  padding: 50px 70px ;
  */
}

.target{
  height: 80vh;
  position: relative;

}
.targetsContainer{
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.targetItem{
  width: 32%;

  flex-direction: column;
  display: flex;

}
.icon{
  display: flex;
  justify-self: center;
  place-self: center;
}
.target-title{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;

  /* identical to box height */
  text-align: center;

  color: #F47820;
}
.target_description{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;

  color: #000000;
}
#ouitax-product-section-text {
  /*
  background: #b90d0d;
  */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#ouitax-product-section-text-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 75px;
  position: relative;
}

.underlined-text::before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 4px;
  top: 100%;
  left: -20px;
  background-color: var(--ouitax-orange-color);
}

#ouitax-product-section-text-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: var(--ouitax-grey-color);
}

.ouitax-btn-lg {
  cursor: pointer;
  border-radius: 20px;
  padding: 1.5vw 2vw;
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  /* identical to box height */

  text-align: center;
}

.ouitax-section {

  background-color: var(--ouitax-default-color);
}
#ouitax-how-itworks-section{
  height: max-content;
  /*
  padding: 100px 0;
  */
}
.soft-section{

  background-color: #F4E8DF;
  display: flex;
  flex-direction:row;
  gap: 20px;
  position: relative;
  background-repeat: no-repeat;
  height: max-content;
  background-image: url("./images/section_bg.png");
  background-size:cover ;
}
#ouitax-soft-hard-section-content{
  flex: 2;
}
#ouitax-soft-hard-section-svgs{
  flex: 2;
}
#ouitax-constat-section {
  overflow: hidden;
}

#ouitax-constat-image {
  height: 100%;
  width: 100%;
  position: relative;
}

#ouitax-constat-image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: -10vw;
  transform: translateY(-50%);
  border: yellow;
}

#ouitax-constat-image-wrapper img {

}

.const_ig{
  object-fit: contain;

  width: 100%;
  border-radius: 24px 0 0 24px;
}

#ouitax-footer {
  background-color: var(--ouitax-blue-color);
  padding: 64px 10%;
}

#ouitax-footer-logo-image {
  height: 97px;
}

.ouitax-footer-logo-textcontent {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.ouitax-footer-menu-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  letter-spacing: -0.4px;
}

.ouitax-footer-menu-list {
  padding-left: 0;
}

.ouitax-footer-menu-list li {
  list-style-type: none;

  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
}

#ouitax-footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
.target_container{
  flex: 1;
  margin:0 100px
}
#ouitax-before-footer-section {
  height: 200%;

  background-color: #e9e9e9;
  margin: 50px 100px;

}

.text-only-box-wrapper {
  border-radius: 24px;
  background: var(--ouitax-default-color);

  padding: 32px;
}

.text-only-box-content {
  margin: 0;
  text-align: justify;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;

  color: var(--ouitax-grey-color);
}

.ouitax-divider {
  height: 2px;
  margin: 16px 0;
  background-color: var(--ouitax-grey-color);
}

#ouitax-soft-hard-section {
  position: relative;
  background-color: #f4e8df;
  padding-bottom: 0;
  height: 1080px;
  overflow: hidden;
}

#ouitax-soft-hard-section-svg1 {
  position: absolute;
  height: 100%;
}

#soft-svg1 {
  position: absolute;
  left: -15vw;
}

#soft-svg2 {
  position: absolute;
  top: 75%;
  transform: translateY(-75%);
  left: 0;
}

#ouitax-soft-hard-section-features-list {
  padding-left: 0;
}

#ouitax-soft-hard-section-features-list li {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

#ouitax-soft-hard-section-features-list li p {
  margin: 0;
}

.centered-text {
  text-align: center;
}

#ouitax-how-it-works-section-text-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 75px;
  position: relative;
}
.constat_container{
  flex: 1;
}

#ouitax-how-it-works-section-text-title::before {
    content: " ";
    position: absolute;
    width: 128px;
    height: 4px;
    top: 100%;
    left: calc(50%);
    transform: translateX(-50%);
    background-color: var(--ouitax-orange-color);
}


.ouitax-simple-text{

    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--ouitax-grey-color);
}

.text-with-icon{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
}

.text-with-icon p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--ouitax-grey-color);
}


.ouitax-centered-image{
    width: 100%;
    height: 50vh;
    overflow: hidden;
    border-radius: 32px;
}

.ouitax-centered-image img{
    max-width: 100%;
}
.methodeSection{
  display: flex;
  margin: 0 10%;
}
.methode{
  position: relative;
  display: flex;
  flex-direction:row;
  height: max-content;
  background: #ffffff;

}

.methode_texts{

  flex: 1;
}
.rectangle{
/*  position: absolute;

  right:100px;*/
  z-index: 0;
}
.image_dash{
  width: 35rem;
  position: absolute;
  right: 30px;
  top:80px;
  z-index: 1;
  border-radius: 20px;
  background: #000;
}
.dash-container{
  background: #000;
  position: absolute;
  bottom:100px
}
.methode_image{
  width: 50%;
position: relative;
  margin-top: 5rem;
}
.methode-description{
  position: relative;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;

  color: #5A5A5A;


}
.methode-item-text{

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;

  color: #5A5A5A;
}
.methode-item{
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: row;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: max-content;
}
.methodeImg{
  justify-self: center;
  align-self: center;
  justify-items: center;
}
.input{

  height: 50px;
  border-radius: 10px;
  width:500px;
  border: 3px solid #555;


}
input[type=text]:focus {
  border: 3px solid #555;
}
.form-btn{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  background: #f47820;
  height: 50px;
  border-radius: 10px;
  width:500px;
  border: 3px solid #555;
}
.area{
  height: auto;
}
.form{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 50px 20px;

}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media all and (min-width: 1024px) and (max-width: 1280px) {

}

/*@media all and (min-width: 1024px) and (max-width: 1024px) {
  #ouitax-hero{
    background: #b46f6f;
  }
.ouitax-hero-layer-withcontent{
  display: block;
  padding: 0 20px;
}
  #ouitax-hero-description {

    place-items: center;
    margin:0;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .ouitax-col-lg--6 {
    padding: 0 20px;
    width: 100%;
  }
  #ouitax-soft-hard-section-content{
    margin:0 10px;
  }
  #ouitax-soft-hard-section-svgs{
    display: none;


  }

  .soft-section{
    background-image: none;
  }
.methode_texts{
  margin-left: 10px
}
  .target_container{
    margin:0 10px
  }
  .constat_container{
   margin-left: 10px
  }
  .wave{

    margin-left: 10px;
    height: 50%;
  }
  #ouitax-hero-phone {
    display: none;
  }
  #ouitax-hero-description_content {
    width: 100%;
    font-size: 55px;
    line-height: 50px;
    text-align: center;
  }


  .ouitax-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .methode{

    flex-direction:column;

  }
  .methode_texts{
    width: 100%;

    margin: 10px 0;
  }
  .methode_image{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #ouitax-navbar {
    height: 77px;
  }
  .ouitax-btn-secondary {
    padding: 0;
    margin: 0;
  }
}*/


@media all and (max-width: 1024px) {
#ouitax-product-section-text-title{
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 75px;
  margin:0;
}
  .underlined-text::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 4px;
    top: 70%;
    left: 30%;
    background-color: var(--ouitax-orange-color);
  }
  #ouitax-hero {
    display: flex;
    flex-direction: column;
  }
  .target{
    height:150vh ;
  }
  .wave {
    width: 36%;
  }
  #ouitax-hero-description_content {
    width: 100%;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }
  .heroImg{
    display:none;

    width: 80%;
  }
  #ouitax-hero-description {

    place-items: center;
    margin:0;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #ouitax-hero-phone-image{
    display: flex;
    justify-items: center;
    justify-content: center;
    place-items: center;
  }
  #ouitax-hero-phone {
    width: 70%;
  }
  .productSectionBg {
    height: 10rem;

  }
  .ouitax-container {
    place-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;

  }
  #ouitax-hero {
    height: calc(100vh - 97px);
  }
  .ouitax-hero-phone-image{
    height: 100%;
    width: auto;
  }
  .target_container{
    flex: 1;
    margin:0 10px
  }
  .sectionGrid{
    display: flex;
    flex-direction: column;
    height: max-content;
    place-items: center;

  }
  .productContainer{
    margin: 0 10px;
  }
  .wave{
    flex: 1;
    margin-left:0;
  }
  .ouitax-col-lg--6 {
    padding: 0 ;
    width: 100%;
  }
  .constat_container{
    margin:0 10px
  }
  .targetsContainer{
    flex-direction: column;
  }
  .targetItem{
    width: 100%;

  }
  .methode_texts{
    width: 100%;

    margin: 10px 0;
  }

  .methode{

    flex-direction:column;

  }
  #ouitax-soft-hard-section-svgs{
    display: none;


  }
  #ouitax-product-section-text-description {
    text-align: center;
    color: var(--ouitax-grey-color);
  }


  #ouitax-soft-hard-section-content{
    margin:0 10px;
  }
  .soft-section{
    background-image: none;
  }
  #ouitax-before-footer-section {

    margin: 5px 10px;

  }
  #ouitax-how-itworks-section{
    height: 150vh;
    padding:0 10px;
  }
  .ouitax-btn-secondary {
    padding: 0;
    margin: 0;
  }
  .ouitax-footer-logo-textcontent {
    width: 100%;
    text-align: justify;
  }
  .image_dash{
    width: 20rem;
    position: absolute;
    left: 30px;
    top:-80px;
    z-index: 1;
    border-radius: 20px;
    background: #000;
  }
.methodeImg{
  justify-self: center;
  align-self: center;
  justify-items: center;
}
  .methode_image{



    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }


  .ouitax-btn-lg {
    cursor: pointer;
    width: 75%;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 45px;

  }
  .ouitax-centered-container {

    gap: 20px;
    justify-content: center;
    align-items: center;
    width:100%;
  }
  .ellipse11{
    position: absolute;
    top: -5rem;
    height: 40%;
    right: 1px;
  }
  .ellipse31{
    position: absolute;
    height: 40%;
    left: 1px;
    bottom: -5rem

  }
  .input{
    width:250px;

  }
  .form-btn{
    width:250px;
  }
  #ouitax-navbar {
    height: 67px;
  }
  #ouitax-product-section-text-description {
    font-size: 1.25rem;
    line-height:30px;
    padding: 0 20px;
  }
  .sectionGrid {
   gap: 0;
  }
  .const_ig {
  border-radius: 0
  }
  .methode-description {
    font-size: 1.25rem;
    line-height:30px;
    text-align: center;
  }
  .methode-text-container{
    margin: 0 10px;

  }
  .methode-item-text {
    position: relative;
    font-size: 1.25rem;
    line-height:30px;

  }
  .text-only-box-content {
    font-size: 1.25rem;
    line-height:30px;
  }
  #ouitax-how-it-works-section-text-title {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    line-height: 75px;
    margin:0;
  }
  .ouitax-simple-text{

    font-size: 1.25rem;
    line-height:30px;
}
  .text-with-icon p {

    font-size: 1.25rem;
    line-height:30px;
  }
  #ouitax-how-itworks-section {
    height: 91vh;
  }
  #ouitax-soft-hard-section-features-list li {
    gap: 5px;
  }
  #ouitax-soft-hard-section-features-list li p {
    text-align: start;
  }
  .ouitax-col-lg--4 {
    width: 100%;
  }
  .ouitax-col-lg--8 {
    width: 100%;
  }
  .target_description {
    font-size: 1.25rem;
    line-height:30px;
  }
  .footer{
    display: flex;
    flex-direction: column;
    gap: 1rem;

    /*
    padding: 50px 70px ;
    */
  }
  .methode_image {
    width: 80%;

  }
  .methodeSection {
    display: block;
    margin: 0 10%;
  }
  .target {
    height: 183vh;
  }

  #ouitax-how-itworks-section {
    height: 153vh;
  }
}
