@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Philosopher:wght@400;700&display=swap');

*{
    box-sizing: border-box;
}

body{
    font-family: 'Philosopher', sans-serif;
    scroll-behavior: smooth;
}
body.dragging {
    cursor: grab; /* Change cursor to hand while dragging */
}

h2 {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-right: 30px;
}

.navbar {
    background-color: transparent;
    padding: 20px 30px;
}
.navbar-brand {
    display: flex;
    justify-content: center;
    width: 100%;
}
.brand-logo {
    font-size: 36px;
    color: black;
}
.navbar-toggler {
    border: none;
    outline: none;
}
.navbar-toggler-icon {
    font-size: 24px;
    color: black;
}
.social-icons{
    display: flex;
    gap: 10px;
}

.burger-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px;
}

.burger-icon {
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none; /* Hide menu by default */
}

.menu li {
    margin-right: 20px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.menu li:hover {
    transform: translateX(5px); /* Move the link to the right on hover */
}

.burger-icon.active .bar:nth-child(2) {
    opacity: 0;
}

.burger-icon.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger-icon.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.menu {
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #e6e6e6;
    padding: 20px;
    border-bottom: 2px solid orange;
    z-index: 99;
}

.menu li {
    margin-right: 0;
    margin-bottom: 10px;
}

.menu a {
    padding: 10px;
}

/*header end */

.carousel-item > img{
    object-fit: cover;
    width:100%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: orange;
    font-size: 30px;

}
.carousel-indicators [data-bs-target] {
    background-color: orange;
    /*max-width: 15px;*/
    /*min-height: 15px;;*/
}
.carousel-caption {
    bottom: 28%;
    text-align: center;
    max-width:800px;
    right: 50%;
    transform: translate(50%, 0);
}
.carousel-caption h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 3px 9.1px rgba(0, 0, 0, 0.82);
}
.carousel-caption p {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 48px */
}
.new-collection__head{
    padding: 91px 0;
}
.new-collection__head hr{
    display: block;
    width: 100%;
    height: 5px;
    max-width: 420px;
    background: #F37100;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    opacity: 1;
    border-top: 0;
}
.new-collection__head h2{
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 66px */
    text-transform: uppercase;
    margin-right: 30px;
}

/* collection end */


.image-container {
    position: relative;
    text-align: center;
    margin-bottom: 150px;
    margin-top: 50px;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('data:image/<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134" fill="none"> <path d="M123.213 38.8013C122.542 36.3265 121.235 34.0704 119.422 32.2574C117.609 30.4443 115.353 29.1374 112.878 28.4665C103.699 26.0461 67 26.0461 67 26.0461C67 26.0461 30.3008 26.0461 21.1218 28.4665C16.0968 29.8149 12.1437 33.7763 10.787 38.8013C8.375 47.9719 8.375 66.9999 8.375 66.9999C8.375 66.9999 8.375 86.12 10.787 95.1985C12.1437 100.224 16.1051 104.185 21.1218 105.533C30.3008 107.954 67 107.954 67 107.954C67 107.954 103.699 107.954 112.878 105.533C115.353 104.862 117.609 103.555 119.422 101.742C121.235 99.9293 122.542 97.6733 123.213 95.1985C125.625 86.0279 125.625 66.9999 125.625 66.9999C125.625 66.9999 125.625 47.9719 123.213 38.8013Z" fill="#FF0000"/>  <path d="M55.2166 84.6712L85.7351 67.1005L55.2166 49.4292V84.6712Z" fill="white"/> </svg>');
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    /*background-color: #FF0000;*/
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon {
    color: #fff;
    font-size: 24px;
}
.content-section {
    text-align: center;
    color: #000;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.content-section p {
    color: #000;
    font-family: "Manrope";
    max-width: 1020px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 215%; /* 43px */
    text-align: left;

}
.section-title {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-left: 15px;
}
.title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
}
.title-line hr {
    width: 100%;
    height: 5px;
    max-width: 620px;
    background: #F37100;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    opacity: 1;
    margin-right: 15px;
    border-top: none;
}
.text-center{
    padding-top: 72px;
}
.text-center p{
    color: #000;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 48px */
    padding-bottom: 50px;
}
.brand-logo img{
    max-width: 323px;
    width: 100%;
    margin-bottom: 30px;
}
.section-img {
    position: relative;
}
.section-img img{
    width: 100%;
}

/* our goal end */

.orange-background {
    background: #F37100;
    color: #fff;
}
.icon-list {
    list-style: none;
    padding-left: 0;
}
.icon-list li {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
.icon-list li img{
    margin-right: 29px;
}
.icon-list li span{
    color: #454545;
    font-family: 'Manrope';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.icon-list li span b{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 27.5px */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.partners img{
    max-width:450px ;
}

.icon-list li span {
    vertical-align: top;
}
.contact-section {
    padding: 30px 0;
}
.contact-section h2 {
    margin-bottom: 15px;
}
.contact-section p {
    margin-bottom: 0;
}
.image-container {
    position: relative;
}
.image-container img {
    width: 100%;
    display: block;
}
.image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.call-us{
    padding: 80px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.call-us h2{
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 69px */
    text-transform: uppercase;
}
.call-us p {
    color: #FFF;
    text-align: center;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%; /* 33.2px */
    padding-bottom: 0;
    max-width: 800px;
}
.custom h2{
    margin-bottom: 80px;
    color: #000;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 60px */
    text-transform: uppercase;
}
.custom-block{
    max-height: 800px;
}
.custom-block img{
    height: 100%;
    max-height: 675px;
    width: 100%;
    object-fit: cover;
}
.custom-mar{
    margin-bottom: 80px;
}
.with-border li {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    padding: 40px 10px;
}
.points img{
    max-width: 600px;
}

/* collection points end */

.quality-control-section {
    background: #D9D8DF;
    padding: 50px 50px 0 50px;
    min-height: 450px;
}
.quality-control-section .contact-section {
    background-color: #FF6A00;
    color: #fff;
    padding: 50px;
}
.quality-control-section .image-container {
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 0;
}
.quality-control-section .image-container img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.quality-control-section h3{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 44px */
    text-transform: uppercase;
    margin-bottom: 13px;
}
.quality-control-section p {
    color: #000;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
}

/* quality control */

footer .contact-header {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
footer .contact-info {
    background-color: #ffffff;
}
footer .contact-info h2 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 52.5px */
    text-align: left;
    padding-left: 40px;
    margin-bottom: 50px;
}
footer .contact-info h2 span {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 37.5px */
}
footer .contact-info p {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 37.5px */
    display:flex;
}
footer .contact-info p span {
    padding-left: 12px;
    display: block;
}
footer .contact-info p i {
    color: #ff5722;
    margin-right: 10px;
}
footer .social-icons {
    font-size: 24px;
    margin-top: 20px;
}
footer .social-icons a {
    display: block;
}
footer .social-icons a img{
    width: 64px;
    height:64px;
}
footer .map-container {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
#map {
    width: 100%;
    height: 516px;
}
.numbers{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 60px */
}
.numbers_list{
    display: flex;
    flex-direction: column;
}
.numbers_list a{
    text-decoration: none;
    color: #000;
    font-size: 40px;
    font-style: normal;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 150%; /* 60px */
}
.why{
    margin-bottom: 80px;
}
.why h2{
    text-align: left !important;
    max-width: 870px;
    padding-left: 80px;
    margin-bottom: 66px !important;
}
.margin-b{
    margin-bottom: 90px;
}
.flex-class{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-cls{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
}
.desc-hide{
    display: none;
}
.footer-buttom{
    width: 100%;
    height: 100px;
    background: #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.footer-buttom span{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
@media (max-width: 1100px) {
    h2{
        font-size: 40px !important;
    }
    p{
        font-size: 18px !important;
    }
    b{
        font-size: 20px !important;
    }
}
@media (max-width: 768px) {
    h2{
        font-size: 23px !important;
    }
    p{
        font-size: 14px !important;
    }
    b{
        font-size: 20px !important;
    }
    .flex-class{
        flex-direction: column;
        justify-content: center;
    }
    .flex-cls{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin: 32px 0;
    }
    hr{
        max-width: 200px !important;
        margin-right: 0 !important;
        position: absolute;
        top: 27px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #purpose{
        position: relative;
    }
    .brand-logo img{
        max-width: 200px;
    }
    .carousel-caption{
        position: relative;
        bottom: unset;
        right: unset;
        left: unset;
        transform: unset;
        margin: 20px 0;
        display: flex;
        justify-content: center;
    }
    .carousel-caption h2 {
        margin-right: 0;
        color: #000;
        text-align: center;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 25.3px */
        text-transform: uppercase;
        text-shadow: none;
        max-width: 300px;
    }
    .carousel-item > img{
        max-height: 400px;
    }
    .new-collection__head hr{
        display: none;
    }
    .new-collection__head{
        padding: 40px 0;
    }
    .image-container{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .why h2{
        padding-top: 20px;
    }
    .icon-list li{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        border: 1px solid #DEDEDE;
        padding: 30px 20px;
    }
    .icon-list li span, .icon-list li span b{
        text-align: center;
    }
    .call-us{
        padding: 40px 20px;
    }
    .why{
        margin-bottom: 40px;
    }
    .why h2{
        padding-left: 0;
        margin-bottom: 20px !important;
    }
    .mobile-hide{
        display: none;
    }
    .desc-hide{
        display: block;
    }
    .custom h2{
        text-align: center;
    }
    .mob-flex .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .quality-control-section{
        background: #fff;
        padding: 15px 15px 0 15px;
        min-height: 200px;
    }
    .quality-control-section h3{
        text-align: center;
    }
    .quality-control-section p {
        text-align: center;
    }
    .margin-b{
        margin-bottom: 40px;
    }
    .mobile-text h2{
        text-align: center;
    }
    footer .contact-info h2{
        text-align: center;
    }
    footer .contact-info p{
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
    }
    .numbers_list a{
        font-size: 16px;
    }
    .numbers_list{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .numbers_list img{
        max-width: 30px;
    }
    footer .social-icons{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;
    }
    footer .social-icons a img{
        width: 40px;
        height: auto;
    }
    #map {
        width: 100%;
        height: 341px;
    }
    .footer-buttom{
        margin-top: 10px;
    }
    footer .contact-info p span{
        padding-left: 0;
    }
}