@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');



:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #222222;
  --bs-secondary: #767676;
  --bs-success: #def2d7;
  --bs-info: #cde9f6;
  --bs-warning: #f7f3d7;
  --bs-danger: #ecc8c5;
  --bs-light: #e4e4e4;
  --bs-lighter: #faf9f8;
  --bs-dark: #222222;
  --bs-red: #c32929;
  --bs-beige: #b9a16b;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}



body {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
}

:root {
    --green: #125e5e;
    --green-2: #64938d;
    --orange: #e9a944;
    --gray: #767685;
    --menu-background: #222831;
    --menu-text-color: #EEEEEE;
    --hover-text-color: #A2FF86;
    --transition-250ms: all 250ms ease-in-out;
    --transition-300ms: all 300ms ease-in-out;
    --transition-500ms: all 500ms ease-in-out;
}
#mobil{
    display: flex;
    align-items: center;
    justify-content: space-between
}
#mobil a{
    display: inline-block;
    width: 35%;
}

.mobil-header {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mobil-menu {
    /* display: none; */
    position: relative;
    background: var(--menu-background);
    width: 20%;
    color: var(--menu-text-color);
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: 250ms ease-in-out;
    left: -100%;
    padding: 20px;
    z-index: 5;
}

.mobil-menu .top-submenu .submenu-content li,
.mobil-menu ul li {
    padding: 25px 0px 10px 0px;
    border-bottom: 1px solid #8080804d;
}



.mobil-menu a {
    color: var(--menu-text-color);
    width: 100%;
    font-family: 'Gotham-Book', sans-serif;
}

.mobil-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00000030;
    transition: 300ms ease-in-out;
    width: 100%;
    height: 100%;
    left: -100%;
    z-index: 99;
}

.mobil-menu-overlay.active,
.mobil-menu.active {
    left: 0;
}

.mobil-menu .top-submenu .submenu {
    position: relative;
}

.mobil-menu .top-submenu .submenu::before {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M256 120.768L306.432 64 768 512l-461.568 448L256 903.232 659.072 512z' fill='%23E7F6F2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms ease-in-out;
}

.mobil-menu .top-submenu .submenu-content label:hover,
.mobil-menu .top-submenu .submenu:hover {
    color: var(--hover-text-color);
    transition: 300ms ease-in-out;
}

.mobil-menu .top-submenu .submenu-content label:hover::before,
.mobil-menu .top-submenu .submenu:hover::before {
    transform: rotate(180deg);
    transition: 300ms ease-in-out;
}



.mobil-menu .top-submenu .submenu-content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--menu-background);
    transition: 300ms ease-in-out;
    padding: 20px;
    z-index: 99;
}

.mobil-menu .top-submenu .submenu-content.active {
    left: 0%;

}


.mobil-menu .top-submenu .submenu-content label {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid white;
    padding: 10px;
    text-align: center;
    position: relative;
}

.mobil-menu .top-submenu .submenu-content label::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%23E7F6F2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms ease-in-out;
}

.btn-open {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    /* width: 75px; */
}

.btn-open svg {
    width: 50px;
    height: 50px;
    /* margin-right: 10px; */
}

.btn-open .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-open .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.btn-open .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.btn-open .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.btn-open.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.btn-open.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.btn-open.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

@media screen and (max-width:1199px) {
    .mobil-menu {
        width: 100%;
    }
}

/* ======================================================== Desktop Header ======================================================== */

.d_header {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.d_header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_header .content .sub_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_header .sub_menu li {
    margin-inline-start: 15px;
    font-size: 16px;
}

.d_header .sub_menu li {
    position: relative;
    cursor: pointer;
    height: 90px;
    transition: var(--transition-300ms);
}

.d_header .sub_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0px 10px;
    transition: var(--transition-500ms);
	color: #222222;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
	font-family: "Rajdhani", "Jost", sans-serif;
    font-size: 0.875rem;
	
	
}

.d_header .sub_menu li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--orange);
    transition: var(--transition-300ms);
}

.d_header .sub_menu li:hover {
    color: #1e1e2b;
    transition: var(--transition-300ms);

}

.d_header .sub_menu li:hover::before {
    width: 100%;
}

.d_header .sub_menu li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: var(--orange);
    transition: 0.4s ease;
    z-index: -1;
}

.d_header .sub_menu li:hover::after {
    height: 100%;
    transition-delay: 0.4s;
}

.d_header .sub_menu li:hover a {
    color: white;
    transition: var(--transition-500ms);
}

.d_header .top_btn {
    padding: 10px;
    border-radius: 10px;
    color: #000;
    z-index: 1;
    background: white;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    border: 1px solid var(--gray);
    transition: var(--transition-250ms);
}

.d_header .top_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: var(--orange);
    z-index: -1;
    transition: var(--transition-250ms);
}

.d_header .top_btn:hover {
    color: #e8e8e8;
}

.d_header .top_btn:hover::before {
    width: 100%;
}

/* ======================================================== Home Slider ======================================================== */
.home_slider .homeSwiper {
    width: 100%;
    height: 100%;
}

.home_slider .homeSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home_slider .homeSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_slider .homeSwiper .swiper-slide .text_conteiner {
    position: absolute;
    width: 40%;
    height: 50%;
    z-index: 2;
    background: #ffffff40;
    backdrop-filter: blur(5px);
    top: 25%;
    left: 30%;
    padding: 1%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.home_slider .homeSwiper .swiper-slide .text_conteiner .title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.home_slider .homeSwiper .swiper-slide .text_conteiner .text {
    font-size: 22px;
}


/* ======================================================== Product Slider ======================================================== */
.product_slider {
    margin: 5rem 0;
}

.product_slider .productSwiper .product_slider .productSwiper {
    width: 100%;
    height: 100%;
}

.product_slider .productSwiper  {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
}

.product_slider .productSwiper  .card {
    background: #fefefd;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.product_slider .productSwiper  .card .img_container {
    padding-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
    overflow: hidden;
}

.product_slider .productSwiper  .card .img_container img {
    transition: var(--transition-250ms);
}

.product_slider .productSwiper  .card .text_conteiner {
    padding: 20px;
    position: relative;
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_slider .productSwiper  .card .text_conteiner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
 
}

.product_slider .productSwiper  .card .text_conteiner .text,
.product_slider .productSwiper  .card .text_conteiner .title {
    position: relative;
    z-index: 1;
}

.product_slider .productSwiper  .card .text_conteiner .title {
    font-size: 19px;
    font-weight: 700;
}

.product_slider .productSwiper  .card .text_conteiner .text {
    line-height: 25px;
}

.product_slider .productSwiper  .card:hover .img_container img {
    transform: scale(1.5);
    transition: var(--transition-250ms);
}

.product_slider .productSwiper  .bottom {
    margin-top: 2rem;
    text-align: center;
}

.product_slider .productSwiper  .bottom .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

.product_slider .productSwiper  .bottom .price {
    font-size: 18px;
}


/* ======================================================== Quick Form ======================================================== */


.quick_form .left_column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.quick_form .left_column .title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}

.quick_form .left_column .text {
    font-size: 18px;
}

.quick_form .left_column form {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quick_form .left_column form .btn,
.quick_form .left_column form .input {
    border: 2px solid #e4e4e4;
    width: 17em;
    height: 2.5em;
    padding-left: 0.8em;
    outline: none;
    overflow: hidden;
    background-color: #f8f8f861;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: var(--transition-500ms);
}

.quick_form .left_column form .input:hover,
.quick_form .left_column form .input:focus {
    border: 2px solid var(--green-2);
    box-shadow: 0px 0px 0px 7px rgba(85, 236, 74, 0.2);
    background-color: white;
}

.quick_form .left_column form .btn:hover {
    background: var(--green-2);
    color: white;
    transition: var(--transition-500ms);
}




/* ======================================================== footer ======================================================== */
footer {
    padding: 1rem 0;
    background: #ebeceb;
}

footer .top {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

footer .top h6 span {
    padding: 0 5px;
    font-size: 16px;
}
.mb-10{
	margin-bottom:5rem;
}
footer .top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .top ul li a svg {
    width: 28px;
    height: 28px;
    margin-inline-start: 10px;
}

footer .center {
    margin: 2rem 0;
}

footer .center .footerSwiper {
    width: 100%;
    height: 100%;
}

footer .center .footerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .center .footerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .bottom ul {
    width: 100%;
}

footer .bottom ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

footer .bottom ul li a {
    color: var(--gray);
	font-family: "Rajdhani", "Jost", sans-serif;
    font-size: 0.875rem;
}

footer .bottom .col_center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer .bottom .col_center .title {
    font-size: 22px;
    margin: 20px 0;
}

footer .bottom .col_center .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}






 .block-newsletter {
      padding: 0 1rem;
    }

    .block-newsletter .block__title {
      color: #222222;
      margin-bottom: 1.125rem;
    }

    .block-newsletter p {
      margin-bottom: 1.5rem;
      font-weight: 400;
      font-size: 14px;
    }

    .block-newsletter .block-newsletter__form {
      display: flex;
      gap: 1.25rem;
    }

    .block-newsletter .form-control {
      border-width: 1px;
      border-color: #e4e4e4;
    }

    .block-newsletter .btn {
      font-size: 0.875rem;
      background-color: #222222;
    }

    .block-newsletter.dark .block__title {
      color: inherit;
    }

    .block-newsletter.dark .form-control {
      border-color: #353535;
      background-color: #353535;
      color: #ffffff;
    }

    .block-newsletter.dark .form-control::placeholder {
      color: #e4e4e4;
    }

    .block-newsletter.dark .btn {
      border-color: #5C5C5C;
      background-color: #5C5C5C;
      color: #ffffff;
    }

    .newsletter-popup {
      width: 56.25rem;
      max-width: calc(100% - 1rem);
    }

    .newsletter-popup .modal-content {
      overflow: hidden;
    }

    .newsletter-popup .modal-content .btn-close {
      position: absolute;
      right: 0.75rem;
      top: 1rem;
    }

    .newsletter-popup .block-newsletter {
      padding: 1.875rem 1.25rem;
    }

    @media (min-width: 768px) {
      .newsletter-popup .block-newsletter {
        padding: 3.5rem 2.5rem;
      }
    }

    .modal-dialog {
      display: flex;
      align-items: center;
      min-height: calc(100% - 1rem);
    }

    .modal-lg {
      max-width: 60%;
    }

    .d-flex {
      display: flex !important;
    }

    .align-items-center {
      align-items: center !important;
    }

    .h-100 {
      height: 100% !important;
    }

    .w-100 {
      width: 100% !important;
    }

