@font-face {
    font-family: Poppins-Black;
    src: url("/assets/fonts/Poppins-Black.otf") format("opentype");
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url("/assets/fonts/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: Cairo-Font;
    src: url("/assets/fonts/Cairo-VariableFont_slnt,wght.ttf") format("truetype");
}
body {
  all: initial;
  font-family: "Sora", sans-serif;
  background-color: #f2fafa;
  
}

:root {
  --primary-color: #0b2f32;
  --sub-color: #0c4a4f;
}

#wrapper, body {
    /* max-width: 1320px; */
    margin: auto;
    background: #3B6E70 !important;
}
#wrapper {
    overflow:hidden;
}

/* __burger_menu */
.burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: transform 0.3s;
}

.__burger_menu.open .burger-icon span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.__burger_menu.open .burger-icon span:nth-child(2) {
  opacity: 0;
}

.__burger_menu.open .burger-icon span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-items {
  display: block;
}

.__burger_menu .menu-items {
    padding: 0;
    display: inline-flex;
    gap: 30px;
    font-family: Cairo-Font;
}

.__burger_menu .menu-items li {
  list-style: none;
}

.__burger_menu .menu-items li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/* button hover */
.menu-items li a {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.menu-items li a {
  --hovered-color: #c84747;
  position: relative;
}

.menu-items li a:hover {
  color: #0f9fa8;
  opacity: 0.7;
  transition: all 0.3s;
}

.menu-items li a::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: #fff;
  height: 2px;
  transition: 0.3s ease-out;
}

.menu-items li a:hover::after {
  width: 100%;
}

/* Hero */
.hero_section {
  overflow: hidden;
 /* background: rgb(12, 74, 79);
  background: radial-gradient(
    circle,
    rgba(12, 74, 79, 1) 0%,
    rgba(11, 24, 24, 1) 100%
  );*/

}

.hero_section .__header {
/*  max-width: 1320px;
*/  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.hero_content {
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  /* min-height: 600px; */
  padding: 0 16px;
}
.btn-primary {
    background-color: #fd9443 !important;
    border-color: #fd9443 !important;
    border-radius: 40px !important;
}
.hero_content .__des {
  padding-bottom: 100px;
}
.card.wow.fadeIn.text-center {
    height: 290px;
    background: rgb(118 172 176) !important;
    border-radius: 20px !important;
}

.card, .___item.wow.bounceIn.d-flex.flex-column.justify-content-between {
    background: rgb(118 172 176) !important;
    border-radius: 20px !important;
}
    .card.wow.fadeIn.text-center img {
        width: 100px;
        height: 100px;
        margin: 20px;
    }
    .card.wow.fadeIn.text-center h4 {
        text-align: justify;
        font-family: Poppins-SemiBold;
        color: white;
    }

.hero_content .__des h2, h5 {
    font-family: Poppins-Black;
    color: #fff;
}

.hero_content .__img {
  font-size: 0;
}

.hero_content .__des p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  max-width: 650px;
  font-weight: 100;
}
.hero_content .___links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.hero_content .___links a {
  transition: opacity 0.3s ease;
}
.hero_content .___links a:hover {
  opacity: 0.6;
}

/* ABOUT */
.about_section {
  background: linear-gradient(
    0deg,
    rgba(242, 250, 250, 1) 18%,
    rgba(151, 213, 218, 1) 100%
  );
  text-align: center;
  /* padding-top: 80px; */
}
[dir="rtl"] .about_section {
  overflow: hidden;
}
.about_section .__content {
/*  max-width: 1200px;
*/  margin: auto;
/*  margin-top: 30px;
*/}
.about_section .__content .___items {
  display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive columns */
    gap: 1rem; /* Spacing between items */
}
.about_section .__header h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 400;
}
.about_section .__header p {
  font-size: 18px;
  max-width: 50%;
  line-height: 35px;
  margin: 15px auto;
}
.about_section .__content .___item {
  background: #ffffff;
  box-shadow: 9.87817px 5.64467px 29.6345px #e1f2f3;
  border-radius: 56px;
  min-height: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  flex: 1;
  
}
.about_section .__content .___item .icon {
  width: 80px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_section .__content .___item img {
  width: 75px;
}
.about_section .__content .___item h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
}
.about_section .__content .___mission {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 90px 0;
}
.about_section .__content .___mission .imgs .circle {
  width: 450px;
  height: 450px;
  background-color: #84bbbe;
  border-radius: 5%;
}
    .about_section .__content .___mission .imgs .circle img {
        width: 710px;
        /* margin-top: -22px; */
        position: relative;
        right: 133px;
    }
.about_section .__content .___mission .des {
  text-align: left;
}
[dir="rtl"] .about_section .__content .___mission .des {
  text-align: right;
}
.about_section .__content .___mission .des h3 {
    font-weight: bold;
    font-size: 40px;
    margin: 0;
    font-family: 'Poppins-Black';
    color:white
}
#about {
    background: #437C7C;
}
.about_section .__content .___mission .des p {
    font-weight: 400;
    margin-top: 14px;
    color: rgb(40, 75, 99);
    font-family: 'Cairo-Font';
}

/* WHY? */

[dir="rtl"] .why_section {
  overflow: hidden;
}

.why_section .__header h1{
    font-family: 'Poppins-Black';
    color:white
}

.why_section .__header p {
    font-family: 'Poppins-SemiBold';
    color: white
}
.why_section .__content .___items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive columns */
    gap: 1rem; /* Spacing between items */
}


    .why_section .__content .___items .___item {
        background-color: #3c8e9b;
        padding: 0 40px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s;
    }
.why_section .__content .___items .___item:hover {
  background-color: #fff;
}
.why_section .__content .___item {
    background: #3c8e9b;
    border-radius: 28px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
/*.why_section .__content .___items .___item .icon {
  background: #3c6e71;
  box-shadow: 3px 3px 5px rgba(13, 25, 235, 0.0784314);
  border-radius: 16px 16px 56px 16px;
  padding: 8px 16px;
  margin-bottom: 15px;
  width: 72px;
  height: 55px;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}*/
.why_section .__content .___items .___item .icon img {
    width: 80px;
    height: 80px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon {
    border-radius: 56px 16px 16px 16px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon.icon_2 {
  padding: 16px 12px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon.icon_1 {
  padding: 11px 7px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon.icon_4 {
  padding: 6px 20px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon.icon_6 {
  padding: 11px 16px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon.icon_7 {
  padding: 11px 16px;
}
[dir="rtl"] .why_section .__content .___items .___item .icon.icon_8 {
  padding: 14px 15px;
}
.why_section .__content .___items .___item .icon.icon_2 {
  padding: 12px 10px;
}
.why_section .__content .___items .___item .icon.icon_3 {
  padding: 8px 10px;
}
.why_section .__content .___items .___item .icon.icon_4 {
  padding: 6px 13px;
}
.why_section .__content .___items .___item .icon.icon_7 {
  padding: 8px 14px;
}
.why_section .__content .___items .___item .icon.icon_8 {
  padding: 12px 14px;
}
.why_section .__content .___items .___item .icon.icon_5 {
  padding: 10px 14px;
}
.why_section .__content .___items .___item h4 {
    font-size: 18px;
    color: white;
    margin: 0;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins-Black';
}
.why_section .__content .___items .___item p {
    font-size: 10px;
    color: white;
    margin-top: 8px;
    text-align: left;
    font-family: 'Poppins-SemiBold';
}
[dir="rtl"] .why_section .__content .___items .___item p{
  text-align: right;
}

/* HOW IT WORK */
.how_it_work {
    background-color: #437C7C;
    text-align: center;
}
[dir="rtl"] .how_it_work {
  overflow: hidden;
}
.how_it_work .__header span {
    font-size: 20px;
    font-weight: 400;
    color: white;
    font-family: 'Poppins-SemiBold';

}
.how_it_work .__header h2 {
    margin: 0;
    font-family: Poppins-Black;
    color: white;
}
.how_it_work .__content {
  max-width: 1320px;
  margin: auto;
  position: relative;
}
    .how_it_work .__content .___items {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 80px;
        flex-wrap: wrap;
    }
@media (max-width: 991.98px) {
    .how_it_work .__content .___items .___item {
        flex: 1 1 calc(50% - 1rem); /* 2 items per row on medium screens */
    }
}

@media (max-width: 575.98px) {
    .how_it_work .__content .___items .___item {
        flex: 1 1 33%; /* 1 item per row on small screens */
    }
}
.how_it_work .__content .___items .___item .icon {
  height: 70px;
}
    .how_it_work .__content .___items .___item span {
        font-size: 20px;
        color: white;
        font-family: 'Poppins-Black';
    }
    .how_it_work .__content .___items .___item p {
        font-size: 16px;
        color: white;
        margin: 0;
        font-family: 'Cairo-Font';
    }


    .___item svg path {
        color: white;
        fill: currentcolor;
    }
.how_it_work .slideInLeft img {
    width: 70px;
    height: 70px
}
.icon_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.how_it_work .__content .sofa_img {
  position: absolute;
  right: -40px;
  top: -30%;
}
[dir="rtl"] .arrow_s {
  transform: scaleX(-1);
}

/* INTERFACE LOOK */

/* [dir="rtl"] .interface_Look {
  overflow: hidden;
} */
.interface_Look .__header h1 {
    font-family: 'Poppins-Black';
    color: white;
}
img {
    width: inherit;
}
.interface_Look img {
    border-radius: 30px;
}
.interface_Look .__header p {
    color: white;
    font-family: 'Poppins-SemiBold';
}
.interface_Look .__content {
  max-width: 1350px;
  margin: auto;
}

/* FREQUENTLY */
.frequently, .sub-footer, .__copy_write {
    background-color: #437C7C;
}
[dir="rtl"] .frequently {
  overflow: hidden;
}
.footer-text {
    color: #ACB1AF;
    font-size: 18px;
}
.footer-link {
    text-decoration-thickness: 1.2px;
    color: white;
    text-decoration: underline;
}
.frequently .__header h1 {
    font-family: 'Poppins-Black';
    color: white;
}
.frequently .__header p {
    font-family: 'Poppins-SemiBold';
    color: white;
}
.accordion_main {
    border-bottom: 2px solid #495057 !important;
}
    .accordion_main .head h2 {
        color:white;
        padding:5px;
        font-family:Poppins-SemiBold;
    }
    .accordion_main .head {
        padding: 0;
    }
        .accordion_main .head:hover, .accordion_main .active {
            background-color: #3B6E70;
        }
    .write {
        color: white;
        padding-top: 30px;
        font-family: Poppins-SemiBold;
    }
    .write span {
        color: #fd9443;
    }

/* footer_section */
.footer_section {
  text-align: center;
  
}
[dir="rtl"] .footer_section {
  overflow: hidden;
}
.footer_section img {
  margin: auto;
}
.footer_section .__text h4 {
    font-size: 55px;
    /* margin: 0; */
    /* font-weight: 400; */
    font-family: 'Poppins-Black';
    color: white;
}
.footer_section .__text p {
    font-size: 18px;
    color: white;
    font-family: 'Poppins-SemiBold';
}
.footer_section .___links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  margin-top: 40px;
}
.footer_section .___links a {
  transition: opacity 0.3s ease;
}
.footer_section .___links a:hover {
  opacity: 0.6;
}
.icon {
    width: 100px;
    height: 100px !important;
    margin: auto;
}
.___item.arrow_s.wow.fadeIn {
    position: relative;
    top: 30px;
}
.footer_section .__text {
    /*  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 73%;
  z-index: 99999;
*/
}
.__copy_write {
    font-size: 14px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-top: 1px solid #999b9f;
    position: relative;
    margin: auto;
    color: #535553;
}
.footer_section .__img_p img {
  margin: auto;
}

/* RESPONSIVE */

@media (min-width: 375px) and (max-width: 768px) {
  .why_section .__content .___items {
    grid-template-columns: repeat(1, 1fr);
  }
  .how_it_work .__content .___items {
    gap: 20px;
    margin-top: 40px;
  }
  .interface_Look {
    display: none !important;
  }
  .frequently {
    margin-top: 0;
  }
  .about_section .__content .___item{
    width: 50%;
  }
}
@media (min-width: 992px) {
  .burger-icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero_content .___links {
    flex-direction: column;
  }
  .hero_content .__des h1 {
    font-size: 40px;
  }

  .hero_content .__des {
    padding-bottom: 40px;
  }
  .about_section .__content .___items,
  .__content .___mission {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .why_section .__content .___items {
    grid-template-columns: repeat(2, 1fr);
  }
  .how_it_work .__content .___items {
    gap: 30px;
    margin-top: 40px;
  }
  .about_section .__content .___items{
    flex-wrap: wrap;
  }
  .about_section .__content .___item{
    flex: auto;
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_section .__content .___items{
    flex-wrap: wrap;
  }
  .about_section .__content .___item{
    flex: auto;
    width: 40%;
  }
  .why_section .__content .___items {
    grid-template-columns: repeat(3, 1fr);
  }
  .how_it_work .__content .sofa_img {
    display: none;
  }
}
@media (max-width: 992px) {
  .how_it_work .__content .sofa_img {
    display: none;
  }
  .how_it_work .__content .___items .arrow_s {
    display: none;
  }
  .about_section .__header p,
  .why_section .__header p {
    max-width: none;
    padding: 0 20px;
  }
  .__content .___mission .imgs {
    display: none;
  }
  .about_section {
    padding-top: 40px;
  }
  .__content .___mission {
    margin: 40px 0;
  }
  .__content .___mission .des {
    text-align: center;
    padding: 0 12px;
  }
  .hero_content {
    padding: 16px;
    margin: 0;
    display: block;
  }
  .hero_content .__des br {
    display: none;
  }
  .hero_section .__header .__logo img {
    width: 200px;
  }
  .hero_section .__header {
    padding: 0 16px;
  }
  .hero_content .__img {
    display: none;
  }
  .show {
    display: none !important;
  }
  .menu-items {
    position: absolute;
    flex-direction: column;
    width: 100%;
    background: #fff;
    right: 0;
    top: 49px;
    gap: 0 !important;
  }
  .menu-items li {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 12px;
  }
  .menu-items li a {
    color: #333 !important;
  }
  .burger-icon span {
    background-color: #fff;
  }
  .menu-items li a::after {
    display: none;
  }
  .hero_content {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 1199.98px) {
  .about_section .__content .___items {
    padding: 0 16px;
  }
}
@media (max-width: 1200px) {
  
  .footer_section .__img_p img {
    width: 100%;
  }
  .footer_section .__text {
    position: initial;
    transform: none;
  }
  .hero_content {
    padding: 16px;
    margin: 0;
  }
  .hero_section .__header {
    padding: 0 16px;
  }
  .hero_content .__des {
    padding-bottom: 0;
  }
  .hero_content {
    padding-bottom: 0;
  }
  .hero_content .__des h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

/* WOW.js */
/* [dir="rtl"] .wow {
  direction: ltr !important;
} */
