
@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../fonts/DINNextLTPro-Light.woff2') format('woff2'),
        url('../fonts/DINNextLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../fonts/DINNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/DINNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family:'Didot';
    src: url('../fonts/Didot.eot');
	src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Didot.woff2') format('woff2'),
        url('../fonts/Didot.woff2') format('woff2'),
		url('../fonts/Didot.woff') format('woff'),
		url('../fonts/Didot.svg#Didot') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}




body {
    margin: 0;
    padding: 0;
    color: #014D55;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    font-family: 'DIN Next LT Pro';
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*Comman Css Start*/

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    color: #014D55;
    font-family:'Didot';
}
h1,h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.5px;
}

p {
    margin: 0;
    color: #014D55;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 20px;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container,
.container-fluid {
    padding: 0 15px;
}
.offcanvas {
    z-index: 1111;
    overflow-y: visible;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}
.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Comman Css End*/



/* Navigation */
.top-closebar,
.last-menu-button{
    display: none;
}
.top-header{
    background: linear-gradient(90deg,rgba(191, 174, 168, 1) 0%, rgba(147, 122, 113, 1) 100%);
    padding: 23px 0;
}
.top-text p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
    text-align: center;
    gap: 0 10px;
}
.top-text p img{
    margin: -3px 0 0 0;
}

.header {
    z-index: 11111111111;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
}
 /* .header.fixed{
  position: fixed!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #014D55;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 111px;
    padding: 0px 0;
    width: 100%;
    margin: 0;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
    display: table;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.navbar-brand img{
    width: 100%;
    max-width: 132px;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 20px 0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    border: none;
    color: #014D55;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.header-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 17px;
}
.cart-btn,.search-btn,.user-btn{
    background-color: transparent;
    border: none;
}
.lang-select select{
    background-color: transparent;
    color: #014D55;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 80%;
    letter-spacing: 2%;
    text-transform: uppercase;
}


/*Common Part*/
.btn.btn-primary{
    background-color: #014D55!important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 10px 19px 10px;
    border: none;
    border: 1px solid #145A5A;
    border-radius: 3px;
    transition: all 0.5s ease;
    min-width: 200px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background-color: #824734!important;
    color: #FFFFFF;
    border: 1px solid #824734;
}
.btn.border-btn{
    border: 1px solid #fff;
    background-color: transparent!important;
    color: #fff;
}










































/* Footer */

.footer{
    padding: 44px 0 0 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg,rgba(191, 174, 168, 1) 0%, rgba(189, 171, 165, 1) 36%, rgba(182, 164, 157, 1) 52%, rgba(172, 151, 144, 1) 75%, rgba(156, 134, 125, 1) 93%, rgba(145, 120, 111, 1) 100%);
}
.foot-img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 161px;
    height: 372px;
    z-index: -1;
    object-fit: cover;
    object-position: right;
    pointer-events: none;
}
.newsletter-block{
    max-width: 366px;
    width: 100%;
}
.newsletter-block h2{
    margin: 0 0 16px 0;
    color: #014D55;
    font-size: 38px;
    line-height: 44px;
    font-weight: normal;
}
.newsletter-block p{
    margin: 0 0 33px 0;
    color: #014D55;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 300;
}

.newsletter-form .form-control{
    width: 100%;
    height: 52px;
    background-color: #fff;
    border-radius: 5.57px;
    border: none;
    color: #014D55;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    padding-left: 24px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.newsletter-form .form-control::placeholder{
    color: #014D55;
}
.newsletter-form .btn-primary{
    color: #014D55;
    font-size: 16px;
    line-height: 19px;
    padding: 18px 24px 14px 24px;
    text-align: left;
    border-radius: 5.67px;
    border-color: #fff!important;
    min-width: 100%;
    background: linear-gradient(-90deg,rgba(191, 174, 168, 1) 0%, rgba(189, 171, 165, 1) 36%, rgba(182, 164, 157, 1) 52%, rgba(172, 151, 144, 1) 75%, rgba(156, 134, 125, 1) 93%, rgba(145, 120, 111, 1) 100%);
}

.footer-links h3{
    margin: 0 0 21px 0;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
.footer-links{
    padding: 0 0 0 80px;
}
.footer-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li{
    margin: 0 0 16px 0;
}
.footer-links ul li a{
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.service-link{
    padding: 0 0 0 ;
}


.copyright{
    padding: 99px 0 71px 0;
}
.copyright-text{
    display: flex;
    align-items: flex-end;
    min-height: 100%;
}
.copyright-text p{
    font-size: 17px;
    margin: 0;
    color: #fff;
    line-height: 20px;
}
.payment-list ul{
    list-style: none;
    margin: 0 -120px 0 80px;
    padding: 0;
    display: flex;
    gap: 5px 13px;
}
.payment-list ul li{
    width: 52px;
    height: 33px;
    border-radius: 3.82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.32px solid #fff;
}






























/* Routine Section */
.routine-section{
    padding: 101px 0 139px 0;
}

