.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* monrop font family */
@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-ExtraLight.woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-Light.woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-Regular.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-Medium.woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-SemiBold.woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-Bold.woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/manrope/Manrope-ExtraBold.woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: boxicons;
    src: url("../fonts/boxicons.woff2");
    font-style: normal;
    font-display: swap;
}

/* kabel font face */
@font-face {
    font-family: Kabel;
    src: url("../fonts/kabel/Kabel-heavy.woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* katamaran font face */
@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-ExtraLight.woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-Light.woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-Regular.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-Medium.woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-SemiBold.woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-Bold.woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Catamaran;
    src: url("../fonts/Catamaran/Catamaran-ExtraBold.woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: NoirPro;
    src: url("../fonts/NoirePro/NoirPro-Bold.woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-primary: #243666;
    --color-secondary: #e20001;
    --button-color: #e9ebf0;
    --monrope: 'Manrope';
    --kabel: 'Kabel';
    --Catamaran: 'Catamaran';
    --NoirPro: 'NoirPro';
}

.container {
    padding: 0 15px;
    max-width: 1800px;
    margin: 0 auto;
}

/* Typography */
html {
    font-size: 62.5%;

}

html {
    display: flex;
    justify-content: center;
    scroll-behavior: smooth;
}

body {
    /* font-family: Inter, Arial, Helvetica, sans-serif; */
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: var(--Catamaran);
    max-width: 3000px;
    scroll-behavior: smooth;

}


haeder {
    width: 100%;
    z-index: 10;
}

h1,
h2,
h3 {
    font-family: var(--monrope);
    font-weight: 700;
}

h4,
h5,
h6 {
    font-family: var(--Catamaran);
}

h4 {
    margin: 0;
}

ul {

    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}


/* flex pre defined classes */
.display-flex {
    display: flex !important;

}

.flex-row {
    flex-direction: row !important;
}

.flex-row-reverce {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}


/* font wights */
.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

/* spacing system */
.section-padding-top {
    padding-top: 90px;
}

.section-padding-bottom {
    padding-bottom: 90px;
}

/* typography and heading styles----------------------------------*/
.title-section {
    display: flex;
    flex-direction: column;

}

.title-section h4 {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: var(--Rubik);
    font-weight: 500;
    margin: 0;
}

.title-section h2 {
    font-size: 5rem;
    letter-spacing: -1px;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-family: var(--NoirPro);
}

.contact-us .title-section h4,
.blog .title-section h4,
.steps .title-section h4,
.products .title-section h4 {
    color: var(--color-secondary);
}

.whyUs .title-section h2,
.whyUs .title-section h4 {
    color: white;
}

.description {
    line-height: 170%;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    /* margin-bottom: 20px; */
}

.product-card .description {
    font-size: 16PX;
}

.description.gray {
    color: #243666;
}

.gray {
    color: #243666;
}

.description.white {
    color: white;
}

.services .description {
    font-size: 22px;
    text-align: left;
    color: rgba(255, 255, 255, 0.726);
    letter-spacing: .3px;
    line-height: 150%;
    font-family: var(--Catamaran);
    transition: all .3s ease-in;
    animation-delay: .2s;

}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.grid {
    display: grid;
    gap: 10px;
}

.grid-3-cols {
    grid-template-columns: repeat(3, 1fr);

}

.green-coffee-origins-list {
    width: 100%;

}

.list li {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list li:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--color-secondary);
}

ol .description {
    margin-bottom: 15px;
}

.header_text h4 {
    color: white;
    font-size: 2rem;
    width: fit-content;
    background-size: cover;
    font-weight: 400;
    letter-spacing: .5px;
}

.header_text h1 {
    font-size: 9rem;
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
    color: #ffff;
    font-weight: 700;
    font-family: var(--NoirPro);
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70); */
    text-transform: capitalize;
}

.header_text p {
    font-size: 2rem;
    line-height: 1.5;
    margin-block-start: 0em;
    color: #ffff;
    margin-top: -10px;
}



/* button styles */
.button {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    gap: 20px;
    align-items: center;
    flex-direction: row;
    border-radius: 100px;
    color: var(--color-primary);
    background-color: var(--button-color);
    padding: 10px 10px 10px 20px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    transition: all .5s ease-in;
    overflow: hidden;
    font-family: var(--monrope);
    width: fit-content;
}

.button:hover {
    background-color: #fce6e6;
    color: #710002;
    /* color: #808080; */
}

.button .circel {
    height: 35px;
    width: 35px;
    background-color: var(--color-primary);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in;
    transform-origin: center;
}

.button:hover .circel {
    background-color: var(--color-secondary);
    /* transform: rotate(-90deg); */
}

.button.read-more:hover .circel {
    transform: rotate(-90deg);
}

.button .circel img {
    height: 15px;
    width: 15px;
}

.button::after {
    content: "";
    position: absolute;
    background: linear-gradient(194deg, rgba(255, 255, 255, 0.00) 0%, #ffffffc5 50.39%, rgba(217, 217, 217, 0.00) 100%);
    width: 100%;
    height: 150%;
    width: 150%;
    top: 100%;
    left: -120%;
    transition: all.4s ease-in;

}

.button:hover::after {
    transform: translate(150%, -160%);
}


.button.slider-btn {
    margin-top: 35px;
    transition: all .3s ease-in;

}

.button.slider-btn .circel {
    background-position: center;
    background-size: cover;

}

/* top navbar----------------------------------------- */
.top-navbar {
    height: 50px;
    background-color: white;
    overflow: hidden;
    direction: ltr;

}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.top-navbar .container {
    border-bottom: 1px solid #e9ebf0;
}

.top-navbar .top-nav-flex {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0;
}

.navbar-right {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 18px;
}

.navbar-right .icon {
    height: 24px;
    width: 24px;
}

.navbar-right .address,
.navbar-right .email,
.navbar-right .email a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #737a8d;
}

.top-navbar .navbar-left {
    display: flex;
    gap: 20px;
}

.top-navbar .navbar-left .social-network-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-navbar .navbar-left .social-network-links>a>.icon,
.top-navbar .navbar-left .social-network-links .icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

/* main navbar */
nav {
    background: #fff;
    height: 80px;
    position: relative;
    direction: rtl;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    z-index: 999;
}

nav .toggle-navbar {
    cursor: pointer;
    position: relative;
    z-index: 200;
    transition: all .3s ease;
    display: none;
    color: var(--color-primary);
}

nav>.container {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
}

nav .brand {
    margin-right: auto;

}

nav .brand img {
    height: 70px;

}

nav .nav-menu {
    display: flex;
    gap: 40px;
    direction: ltr;

}

nav .nav-menu>li {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

nav .nav-menu>li>a {
    transition: all .3s ease;
    font-weight: 600;
    font-size: 22px;
    color: #737a8d;

}

nav .nav-menu>li:hover>a {
    color: var(--color-secondary);
}

nav .nav-menu>li>span>i {
    font-size: 30px;
    transition: all .3s ease;

}

nav .nav-menu>li:hover>span>i {
    color: var(--skin-color);
}

/* main slider styles--------------------------------*/
.header_text {
    position: absolute;
    z-index: 5;
    left: 50%;
    right: 0;
    text-align: center;
    width: 80%;
    top: 30%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;

}

.custom-slider-section {
    position: relative;
    height: 65vh;
    overflow: hidden;
    max-height: 750px;
}

.custom-slider-section .slideshow-container {
    position: relative;
}

.custom-slider-section .slideshow-container .mySlides {
    display: none;
    height: 100%;

}

.custom-slider-section .slideshow-container .next-slider-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%);
    height: 50px;
    width: 100px;
    border-radius: 100px;
    border: 2px solid white;
    z-index: 8;
    transition: all .2s ease-in;
    padding: 15px;
}

.products-slider .next-slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -60px;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    border-radius: 0 100px 100px 0;
    transition: all .2s ease-in;
}

.products-slider .next-slider-button::before {
    content: "";
    height: 30px;
    width: 30px;
    background-image: url(../PIC/icons/product-slider-arrow.svg);

}

.products-slider .preview-slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -60px;
    height: 50px;
    width: 50px;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%);
    transition: all .2s ease-in;

}


.products-slider .preview-slider-button::before {
    content: "";
    height: 30px;
    width: 30px;
    background-image: url(../PIC/icons/product-slider-arrow.svg);
    transform: rotate(180deg);
}

.products-slider.slick-slider .slick-slide {
    padding: 0 10px;
}

.custom-slider-section .slideshow-container .next-slider-button::before {
    content: "";
    background-image: url(../PIC/icons/line-left-arrow-white.svg);
    height: 20px;
    width: 17.2px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s ease-in;
    transform: rotate(180deg);

}

.custom-slider-section .slideshow-container .next-slider-button:hover::before {
    margin-left: 20px;

}

.custom-slider-section .slideshow-container .preview-slider-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%);
    height: 50px;
    width: 100px;
    border-radius: 100px;
    border: 2px solid white;
    z-index: 8;
    transition: all .2s ease-in;
    display: flex;
    justify-content: end;
    padding: 15px;

}

.custom-slider-section .slideshow-container .preview-slider-button::before {
    content: "";
    background-image: url(../PIC/icons/line-left-arrow-white.svg);
    height: 20px;
    width: 17.2px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s ease-in;

}

.custom-slider-section .slideshow-container .preview-slider-button:hover::before {
    margin-right: 20px;

}

.custom-slider-section .slideshow-container .next-slider-button:hover {
    right: -30px;
}


.custom-slider-section .slideshow-container .preview-slider-button:hover {
    left: -30px;
}


.custom-slider-section .slideshow-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.Slider-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000000;

}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.Slider-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
    top: 0;
    animation: zoom-in-zoom-out 8s ease-out;
    opacity: 60%;

}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.03, 1.03);
    }

    100% {
        transform: scale(1, 1);
    }
}

.custom-slider-section .slideshow-container .mySlides .text-section {
    position: absolute;
    width: 100%;
    top: 30%;
    transform: translate(0, -40%);
}

.custom-slider-section .slideshow-container .mySlides .text-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    text-align: right;
    margin-left: auto;
}

.slider-text {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.slider-text.text-1 {
    font-size: 28px;
    animation-delay: 1500ms;
    font-weight: 700;
    line-height: 48px;
    color: white;
}

.slider-text.text-2 {
    animation-delay: 500ms;
    font-size: 14px;
    color: white;
}

.custom-slider-section .slideshow-container .mySlides .text-box .btn-see-all {

    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: var(--skin-color);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease;
    width: fit-content;
    margin-top: 40px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 2200ms;
}

.custom-slider-section .slideshow-container .mySlides .text-box .btn-see-all .bx {
    font-size: 25px;
    transform: rotate(45deg);
}

.custom-slider-section .slideshow-container .mySlides .text-box .btn-see-all:hover {
    background: #cecece;
    color: #1a1b1b;
}

.custom-slider-section .slideshow-container .mySlides .text-box .btn-see-all .icon {
    height: 9px;
    margin-left: 4px;
}

.mySlides {
    display: none;
}

.custom-slider-section .slideshow-container .dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    gap: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 170px;
}

.custom-slider-section .slideshow-container .dots .dot {
    /* background-color: #fff; */
    border: 2px solid white;
    width: 15px;
    height: 15px;
    flex-grow: 1;
    cursor: pointer;
    flex-grow: 0;
    transition: all 0.4s ease;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    flex-direction: row;

}

.custom-slider-section .slideshow-container .dots .dot.active,
.custom-slider-section .slideshow-container .dots .dot.active:hover {
    background-color: white;
    width: 50px;
    color: white;


}

.custom-slider-section .slideshow-container .dots .dot:hover {
    background-color: #cecece;
    color: #1a1b1b;
}

.custom-slider-section .slideshow-container .dots .dot .text-section {
    width: 50%;
    height: full;
    padding: 30px;
    position: relative;
}

.custom-slider-section .slideshow-container .dots .dot .text-section img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 15px;
}

.custom-slider-section .slideshow-container .dots .dot .img-section {
    background-size: cover;
    width: 50%;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* slider */
.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*services styles-----------------------------------*/

.services {
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-rows: auto;
    color: aliceblue;
    height: fit-content;

    /* background and background animation */
    background: linear-gradient(-45deg, #2b3b68, #404f77, #1a233e, #b50e02);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
}

.services-flex-box {
    display: flex;
    flex-direction: row;
    justify-self: center;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.services .services_item {
    display: flex;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.164);
    animation-duration: 1500ms;
}

.services .services_item:last-child {
    border-right: none;
}

.services .services_item .services_item_text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s ease-in;
}

.services_item .services_item_text>h4 {
    display: flex;
    align-items: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffff;
    font-family: var(--NoirPro);
    font-weight: 700;
    transition: all .3s ease-in;

}

.services-icon-box {
    width: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 80px;
    align-items: center;
}


.services-icon-box .arrow-div img {
    height: 100%;
    width: 100%;
}

.services-icon-box .icon-div {
    height: 100px;
    width: 50%;
    transition: all .4s ease-in;
}

.services-icon-box .icon-div img {
    height: 100%;
    width: 100%;
}


/* sustainability ------------------------*/

.sustainability {
    display: flex;
    gap: 30px;
    height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    display: flex;
    flex-direction: row-reverse;
}

.sustainability .sustainability-img {
    width: auto;
    height: 100%;
    align-self: flex-start;
}

.sustainability .sustainability-description {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sustainability .description {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sustainability .parent-div {
    width: 60%;
}

.sustainability .sustainability-description .container {
    width: 100%;
}

.sustainability .sustainability-description .container {
    max-width: 500px;
}

.sustainability .sustainability-description h3 {
    font-size: 4.8rem;
    text-align: left;
    color: var(--color-primary);
    margin-bottom: 30px;
    line-height: 120%;
    font-family: var(--NoirPro);
    text-transform: capitalize;
}


/* contact us form style--------------------------------------*/
.contact-us {
    display: flex;
}

.contact-us .image {
    width: 50%;
    max-height: 820px;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}

.contact-us .image img {
    height: 100%;
    width: 100%;
    min-height: 700px;
    object-fit: cover;
}

.contact-us .title-section {
    position: absolute;
    max-width: 350px;
    min-width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 30px;
}

.contact-us .parent-div {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.contact-us .parent-div .contact-us-info {
    position: relative;
    overflow: hidden;
    width: 40%;
    border-radius: 10px;
    padding: 50px 50px 70px 50px;
    color: white;
    display: flex;
    gap: 50px;
    flex-direction: column;
    background: linear-gradient(-45deg, #2b3b68, #1a233e, #b50e02);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
}

.contact-us .parent-div .contact-us-info .title-section {
    display: flex;
    gap: 20px;
    z-index: 2;
    text-align: left;
}

.contact-us .parent-div .contact-us-info .title-section h2 {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: var(--monrope);
    text-transform: none;
    color: white;
}

.contact-us .parent-div .contact-us-info .title-section .sub-title {
    font-size: 22px;
    font-weight: 300;
    font-family: var(--monrope);
    opacity: 50%;
    text-transform: none;
    color: white;
}

.contact-us .parent-div .contact-us-info .contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: 20px;
    z-index: 2;
}

.contact-us .parent-div .contact-us-info .contact-info .item {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 200;
    font-size: 24px;

}

.contact-us .parent-div .contact-us-info .contact-info .item .icon {
    height: 35px;
    width: 35px;
    background-color: var(--color-secondary);
    padding: 6px;
    border-radius: 8px;
    transition: all .3s ease-in;

}

.contact-us .parent-div .contact-us-info .contact-info .item:hover .icon {
    background-color: var(--color-secondary);
}

.contact-us .parent-div .contact-us-info .contact-info .item a {
    color: white;
}

.contact-us .parent-div .contact-us-info .contact-info .item.phone {
    letter-spacing: 1.5px;

}

.contact-us .parent-div .contact-us-info .social-network-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
}

.contact-us .parent-div .contact-us-info .social-network-link {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-left: 20px;
    z-index: 2;


}

.z-2 {
    z-index: 2;
}

.contact-us .parent-div .contact-us-info .social-network-link .social-network-icon {
    transition: all .2s ease-in;
    height: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 8px;

}

.contact-us .parent-div .contact-us-info .social-network-link .social-network-icon:hover {
    transform: translate(0, -5px);
    background-color: var(--color-secondary);

}

.b-mask {
    -webkit-mask-image: url(../PIC/mask/b-mask.png);
    mask-image: url(../PIC/mask/b-mask.png);
    -webkit-mask-size: 40%;
    mask-size: 40%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}



.contact-us .parent-div .contact-us-info .contact-us-img {
    z-index: 1;
    transform: rotate(-20deg);
    position: absolute;
    top: 50%;
    left: 48%;
}

.contact-us .parent-div .contact-us-info .contact-us-img img {
    width: 600px;
    height: 400px;
    margin-right: 180px;
}

/* contct us form ----------------------------------------------*/
.contact-us-form {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}

.contact-us form {
    margin-bottom: 20%;
}

form h2 {
    font-size: 3rem;
    color: #3a4a75;
    text-align: left;

}

.contact-us-form form {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-us-form form .input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-us-form form textarea {
    resize: none;
    height: 176px;
}

.contact-us-form form textarea,
.contact-us-form form .input input {
    border: 1px solid rgba(211, 211, 211, 0.589);
    outline: none;
    font-size: 16px;
    padding: 10px 10px;
    transition: all .2s ease-in;
    border-radius: 5px;
}

.contact-us-form form .input input {
    height: 45px;
}

.contact-us-form form textarea::placeholder,
.contact-us-form form .input input::placeholder {
    font-family: var(--monrope);
    font-weight: 300;
    color: lightgray;
}

.contact-us .parent-div .contact-us-form form .row .input .error {
    color: var(--color-secondary);
    font-size: 14px;
}

/* drowpdown select list */
div.dropdown {
    position: relative;
}

div.dropdown>div.caption {
    height: 45px;
    border-bottom: 1px solid #929bb3;
    padding: 10px;
    cursor: pointer;
    color: #3a4a75;
    font-size: 18px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

div.dropdown>div.caption::before {
    content: "";
    position: absolute;
    background-image: url(../PIC/icons/arrow-down-form.svg);
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
}

div.dropdown>div.list {
    position: absolute;
    background-color: #e9ebf0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    display: none;
}

div.dropdown>div.list>div.item {
    padding: 20px 24px;
    cursor: pointer;
    color: #1d2b52;
    font-size: 16px;
}

div.dropdown>div.list>div.item.selected {
    font-weight: bold;
}

div.dropdown>div.caption:hover,
div.dropdown>div.list>div.item:hover {
    background-color: #e9ebf0;
    border-radius: 10px;
    border-bottom: none;


}

div.dropdown.open>div.caption {
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #999;
}

div.dropdown.open>div.list {
    display: block;
}

.row .button {
    margin-left: auto;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--monrope);
    font-weight: 700;
    letter-spacing: .5px;
}

/* link---------------------------------*/
.link-arrow {
    display: flex;
    color: var(--color-primary);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    align-items: center;
    transition: all .3s ease-in;
    padding: 10px 10px 10px 20px;
    background-color: #e9ebf0;
    width: fit-content;
    border-radius: 100px;
    transition: all .3s ease-in;

}

.blog-post:hover .link-arrow {
    background-color: #fce6e6;
    color: #710002;
}

.link-arrow::after {
    content: "";
    background-image: url(../PIC/icons/arrow-right-down-white.svg);
    /* background-size: cover; */
    background-position: center;
    height: 40px;
    width: 40px;
    background-color: var(--color-primary);
    border-radius: 100px;
    margin-left: 15px;
    transition: all 0.3s ease-in;
}

.blog-post:hover .link-arrow::after {
    transform: rotate(-90deg);
    background-color: var(--color-secondary);
}

/* footer --------------------------------*/
.footer {
    position: relative;
    background-color: #e9ebf0;
    color: #4d4d4d;
}

.footer_but_text {
    font-size: 30px;
    vertical-align: middle;
    font-size: 1.5rem;
}

.footer_but>img {
    margin-right: 1rem;
    vertical-align: middle;
}

.footer__heading {
    color: var(--color-primary);
    text-transform: capitalize;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    gap: 10px;
}

.footer__section {
    padding: 80px 20px 50px 20px;

}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe-form .label {
    color: var(--color-primary);
    font-weight: 600;
}

.subscribe-form input {
    border: none;
    height: 45px;
    padding: 15px 10px;
    border-radius: 10px;
    outline: none;
    position: relative;
    z-index: 1;

}

.subscribe-form .error {
    color: var(--color-secondary);
    font-size: 14px;
}

.subscribe-form button {
    border: none;
    height: 45px;
    background-color: var(--color-primary);
    color: white;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
}

.subscribe-form button:hover {
    background-color: var(--color-secondary);
}

.footer__section::after {
    content: '.';
    display: block;
    height: 1px;
    width: 80%;
    margin: 0px auto;
    text-indent: -9999px;
}

.subscribe-form {
    display: flex;
}

.footer__sections {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 4fr;
}

.footer__section .footer_list {
    margin: 0;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__section .footer_list .address {
    color: #4d4d4d !important;
    /* max-width: 500px; */
}

.footer__section .footer_list.contact-info li {
    padding-bottom: 10px;
}

.footer__section .footer_list li a {
    text-transform: capitalize;
}

.footer_list_icon {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}

.footer_list .email {
    text-transform: lowercase !important;
}

.footer__copyright {
    color: var(--color-primary);
    opacity: 1;
    font-size: 1.5rem;
    margin-top: 1rem;
}



.footer__icon {
    height: 50px;
}

.footer a {
    color: #4d4d4d;
    transition: color 0.3s;
}

.copy-right {
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
    border-top: 1px solid #d3d7e0;
}

.copy-right .copy-right-content {
    display: flex;
    justify-content: space-between;

}

.footer_logo {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.footer_logo p {
    margin-top: -4px;
    font-size: 13px;
    color: #a7afc2;

}

/* page road */
.page-road {
    margin-bottom: 30px;
    display: flex;
    gap: 5px;
}

.page-road a {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 700;
    transition: all .2s ease-in;
}

.page-road a::after {
    content: "/";
}

.page-road a:last-child:after {
    content: "";
}

.page-road a:hover {
    color: var(--color-secondary);
}

/* product page */
.baner {
    width: 100%;
    height: 300px;
    /* background and background animation */
    background: linear-gradient(-45deg, #2b3b68, #404f77, #1a233e, #b50e02);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
    position: relative;
}

.baner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .2;
}

.baner .baner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    font-family: var(--NoirPro);
    text-align: center;
    text-transform: capitalize;
}

.page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-hero-section {
    overflow: hidden;
    position: relative;
}

.product-hero-section .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-hero-section .our-products {
    height: 750px;
    background-color: var(--color-primary);
    display: flex;
}

.red-dots-div {
    position: absolute;
    width: 50%;
    height: 750px;
    right: 0;
    background-image: url(../PIC/icons/red-dot.svg);
}

.product-hero-section .our-products .text-div {
    width: 40%;
    align-items: center;
    display: flex;
    height: 100%;


}

.product-hero-section .our-products .description {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-hero-section .our-products .description .title {
    font-size: 5rem;
    margin-bottom: 10px;
    color: white;
    line-height: 110%;
    font-family: var(--NoirPro);

}

.product-hero-section .our-products .gallery {

    display: grid;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 10;
    justify-content: end;
    margin-top: 90px;
    grid-template-columns: repeat(2, minmax(0, 1fr));

}

.product-hero-section .our-products .gallery-item {
    width: 280px;
    height: 350px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, .15);
    position: relative;
    cursor: pointer;
    overflow: hidden;

}

.product-hero-section .our-products .gallery-item img {
    transition: all .4s ease-in;
}

.product-hero-section .our-products .gallery-item:hover img {
    transform: scale(1.2);

}

.product-hero-section .our-products .gallery-item:last-child {
    box-shadow: none;
}

.product-hero-section .our-products .gallery-item:nth-child(even) {
    transform: translate(0, 50%);
}

.product-hero-section .our-products .gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-hero-section .our-products .gallery-item .name {
    position: absolute;
    width: 100%;
    padding: 20px 10px;
    bottom: -40%;
    z-index: 100;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    transition: all .4s ease-in;

}

/* .product-hero-section .our-products .gallery-item .name:hover {
    color: var(--color-secondary);
    background-color: #fce6e6;
} */

.product-hero-section .our-products .gallery-item:hover .name {
    bottom: 0;
    top: auto;
}

.why-us {
    height: 1080px;
    background-color: #E9EBF0;
    width: 100%;

}

.why-us .container {
    display: flex;
}

.why-us .container .description {
    width: 40%;
    height: 100%;
    margin-top: 110px;
    max-width: 500px;

}

.why-us .container .description .title {
    font-size: 5rem;
    margin-bottom: 30px;
    color: var(--color-primary);
    font-family: var(--NoirPro);


}

.product-section {
    display: flex;
    gap: 30px;
    height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.product-section:nth-child(odd) {
    background-color: #E9EBF0;
    flex-direction: row;
    align-items: flex-start;

}

.product-section:nth-child(even) {
    background-color: white;
    display: flex;
    flex-direction: row-reverse;

}

.product-section .product-img {
    width: auto;
    height: 100%;
    align-self: flex-start;
}

.product-section .product-description {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-section .description {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-section .parent-div {
    width: 60%;
}

.product-section .product-description .container {
    width: 100%;
}

.product-section .product-description .container {
    max-width: 500px;
}

.product-section .product-description h3 {
    font-size: 2.9rem;
    text-align: left;
    color: var(--color-primary);
    margin-bottom: 30px;
    line-height: 120%;
    font-family: var(--NoirPro);
    text-transform: capitalize;
}

/* blog post details page */
.blog-post-main-title {
    font-size: 35px;
    color: #4a5464;
    font-weight: 700;
    margin-bottom: 30px;

}

/* philosiphy part--------------- */
.philosiphy {
    display: flex;
    gap: 30px;
    height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E9EBF0;
    flex-direction: row;
    align-items: flex-start;
}

.philosiphy .philosiphy-img {
    width: auto;
    height: 100%;
    align-self: flex-start;
}

.philosiphy .philosiphy-description {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.philosiphy .description {
    width: 100%;
    display: flex;
    justify-content: center;
}

.philosiphy .parent-div {
    width: 60%;
}

.philosiphy .philosiphy-description .container {
    width: 100%;
}

.philosiphy .philosiphy-description .container {
    max-width: 500px;
}

.philosiphy .philosiphy-description h3 {
    font-size: 4.8rem;
    text-align: left;
    color: var(--color-primary);
    margin-bottom: 30px;
    line-height: 120%;
    font-family: var(--NoirPro);
    text-transform: capitalize;
}


end of nav .nav-menu>li:last-child {
    border-bottom: none;
}

.video-baner {
    height: 800px;
}

.video-baner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section {
    overflow: hidden;
    position: relative;
    margin-top: -30px;
}

.about-us-section .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-us-section .about-us {
    height: 650px;
    background-color: var(--color-primary);
    display: flex;
}

.red-dots-div {
    position: absolute;
    width: 50%;
    height: 750px;
    right: 0;
    background-image: url(../PIC/icons/red-dot.svg);
}

.about-us-section .about-us .text-div {
    width: 40%;
    align-items: center;
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding-top: 50px;


}

.about-us-section .about-us .description {
    max-width: 500px;
    margin-top: 30px;

}

.about-us-section .about-us .description .title {
    font-size: 5rem;
    margin-bottom: 30px;
    color: white;
    line-height: 110%;
    font-family: var(--NoirPro);

}

.about-us-section .about-us .gallery {

    display: grid;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 10;
    justify-content: end;
    margin-top: 90px;
    grid-template-columns: repeat(2, minmax(0, 1fr));

}

.about-us-section .about-us .gallery-item {
    width: 280px;
    height: 350px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, .15);
    position: relative;
    cursor: pointer;
    overflow: hidden;

}

.about-us-section .logo {
    position: absolute;
    max-height: 35%;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.header-mobile-withe-space {
    height: 80px;
    display: none;
}