/* :root {
    --r-color: #ca4d3b;
    --g-color: rgb(233, 231, 224);
    --b-color: #7b8a92
} */


header {
    background: transparent;
    padding: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.5s;
}

.nav-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85px;
    width: 95%;
    padding: 0 16px;
    max-width: 1400px;
}

.logo-pic {
    height: 65px;
    transition: 0.5s;
}

#logo {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-mid {
    margin-left: 35%;
    margin-top: 28%;
}

.logo-mid>img {
    height: 200px
}

.logonone {
    text-shadow: none
}

.img-back {
    width: 100%;
    height: 100vh;
    min-height: 540px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

#nav-icon1 {
    float: right;
    z-index: 2;
    width: 40px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #A0412D;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0px
}

#nav-icon1 span:nth-child(2) {
    top: 12px;
    left: -25px
}

#nav-icon1 span:nth-child(3) {
    top: 24px
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.nav-e {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.nav-e a li {
    color: #E9E7E1;
    font-weight: 1000;
    font-size: 17px;
    text-transform: uppercase
}

.nav-lang {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.nav-lang a {
    cursor: pointer
}

.nav-lang a li {
    color: #E9E7E1;
    font-weight: 800
}

.homeIcon {
    margin: 0 -10px 0 30px;
    height: 100%
}

.homeIcon img {
    padding-top: 5px;
    height: 100%;
    width: 100%;
    max-height: 50px
}

.header-text-cont {
    max-width: 1400px;
    /* width: 100%; */
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-left: 15%;
}

.header-text {
    width: 40%;
    /* float: right; */
    /* margin: auto; */
    z-index: 7;
}

.header-text-h1 {
    color: #E9E7E1;
}

.header-text-p {
    color: #E9E7E1;
    font-size: clamp(11px, calc(1vw + 9px), 20px);
    line-height: 1.4;
    /* Dynamically adjust based on viewport width with a minimum */
}

.header-text-p>span {
    font-size: clamp(13px, calc(2vw + 9px), 34px);
    /* Dynamically adjust based on viewport width with a minimum */
}

@media (min-width: 1650px) {
    .logo-mid>img {
        height: 240px
    }
}

@media (max-width: 1350px) {
    .nav-e a li {
        font-size: 15px
    }

    .homeIcon img {
        max-height: 35px
    }

    .logo-mid>img {
        height: 200px
    }


}

@media (min-width: 1000px) {
    #nav-icon1 {
        display: none
    }

    .nav-e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .logo-mid {
        margin-right: unset;
        /* margin-left: unset; */
        margin-top: 27%;
        margin-left: 31%;
    }
}

@media (max-width: 1000px) {
    #nav-icon1 {
        display: block
    }

    .nav-e {
        display: none
    }

    .nav-lang {
        display: none
    }

    .logo-mid>img {
        height: 180px
    }

    .logo-mid {
        margin-right: calc(79vw - 50%);
        margin-left: unset;
        margin-top: 350px;
    }

    .nav-c {
        flex-direction: row-reverse;

    }
}

@media (max-width: 600px) {
    .logo-mid>img {
        height: 150px
    }

    .logo-mid {
        margin-right: calc(75vw - 50%);
        /* 50% is half of the element width */
        margin-left: unset;

        margin-top: 230px;
    }
}

@media (max-width: 500px) {
    .logo-mid>img {
        height: 130px
    }

    .logo-mid {
        margin-right: calc(69vw - 50%);
        /* 50% is half of the element width */
        margin-left: unset;

        margin-top: 237px;
    }

    .header-text {
        width: 70%;
        margin-bottom: -35px;
    }
}

@media (max-width: 400px) {
    .logo-mid>img {
        height: 110px
    }

    .logo-mid {
        margin-right: calc(69vw - 50%);
        /* 50% is half of the element width */
        margin-left: unset;

        margin-top: 187px;
    }

    .header-text {
        width: 70%;

    }

    .header-text {
        width: 80%;
        margin-top: 20px;
        /* float: right; */
        /* margin: auto; */
        z-index: 7;
    }
}

@media (max-width: 1100px) {
    header ul li {
        margin: 0 11px
    }
}