@font-face {
    font-family: 'Libre Caslon Text';
    src: url('../font/LibreCaslonText-Regular.woff2') format('woff2'),
        url('../font/LibreCaslonText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Caslon Text';
    src: url('../font/LibreCaslonText-Italic.woff2') format('woff2'),
        url('../font/LibreCaslonText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
body { 
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000000;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a{ transition: 0.2s; }
a:focus{
  text-decoration: none;
}
h1{
  font-family: 'Libre Caslon Text';
  font-size: 40px;
  font-weight: 700;
}
h2{
  font-family: 'Libre Caslon Text';
  font-size: 36px;
  font-weight: 700;
}
h3{
  font-family: 'Libre Caslon Text';
  font-size: 24px;
  color: #003366;
  font-weight: 300;
}
h4{
  font-family: 'Libre Caslon Text';
  font-size: 18px;
  color: #003366;
  font-weight: 300;
}
p{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}
header{
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #45474a;
}
.banner-bottom-area{
  width: 100%;
  display: flex;
  padding: 150px 0;
  background: #f4e0c7;
  text-align: center;
  letter-spacing: 0.5px;
}
.banner-bottom-area p{
  max-width: 1000px;
  margin: 5px auto;
  line-height: 30px;
  font-size: 16px;
}
.banner-bottom-area p:last-child{
  margin-bottom: 0;
}
.banner-area{
  width: 100%;
  position: relative;
  display: flex;
  background: #45474a;
  padding: 100px 0 150px;
}
.banner-img {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 62%;
}
.banner-img img {
  width: 100%;
}
.nav-area{
  width: 100%;
  display: flex;
}

.banner-link{
  width: 100%;
  display: flex;
  gap:15px;
}
.banner-link a {
  background: #f4e0c7;
  border: 1px solid #f4e0c7;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #45474a;
  transition: 0.5s;
  letter-spacing: 0.3px;
  display: inline-flex;
  text-decoration: none;
  padding: 6px 24px;
  margin-top: 20px;
  border-radius: 40px;
}
.banner-link a:hover{
  background: #45474a;
  color: #f4e0c7;
  border: 1px solid #f4e0c7;
}
.banner-text-area h2 {
    color: #f4e0c7;
    max-width: 500px;
    margin-bottom: 25px;
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 70px;
}
.banner-text-area p {
    color: #f4e0c7;
    letter-spacing: 0.5px;
    max-width: 400px;
}
.map-area{
  width: 100%;
  display: flex;
}
.order-area{
  width: 100%;
  display: flex;
  padding: 150px 0;
}
.product-img-text-area{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-img-1 , .product-text-1{
  width: 100%;
  display: flex;
}
.product-panel-area h2{
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Libre Caslon Text';
  margin: 15px 0 10px 0;
}
.product-area{
  width: 100%;
  display: flex;
  background: #fff;
  padding: 150px 0;
}
.product-panel-area img{
  width: 100%;
  height: 380px;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.product-text h2 {
  color: #000;
  font-weight: 500;
  font-size: 48px;
  font-family: 'Libre Caslon Text';
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  margin-top: 0;
  position: relative;
  max-width: 350px;
  line-height: 64px;
}
.product-text p {
  max-width: 250px;
}
.product-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.map-area{
  width: 100%;
  display: flex;
  position: relative;
}
.map-area h2{
  color: #000;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Libre Caslon Text';
  line-height: 44px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.order-left{
  width: 100%;
  display: inline-block;
  background: #45474a;
  padding: 50px;
  border-radius: 30px;
  flex-direction: column;
}
.order-left h2{
  color: #f4e0c7;
  font-weight: 600;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;
  margin-bottom: 15px;
}
.order-area h3{
  color: #000;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Libre Caslon Text';
  line-height: 54px;
  margin: 30px 0;
  max-width: 400px;
}
.order-left p{
  color: #f4e0c7;
  max-width: 400px;
  letter-spacing: 0.5px;
}
.order-left a {
  background: #f4e0c7;
  border: 1px solid #f4e0c7;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #45474a;
  transition: 0.5s;
  letter-spacing: 0.3px;
  display: inline-flex;
  text-decoration: none;
  padding: 6px 24px;
  margin-top: 20px;
  border-radius: 40px;
}
.order-left a:hover{
  background: #45474a;
  color: #f4e0c7;
  border: 1px solid #f4e0c7;
}
.order-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banner-under-sec{
  width: 100%;
  display: flex;
  padding: 40px 15px;
  background: #45474a;
  overflow: hidden;
}
.footer-bg{
  width: 100%; 
  padding: 100px 0 60px;
  background: #45474a;
  display: flex;
  flex-direction: column;
}
.footer-menu h2 {
    color: #f4e0c7;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Libre Caslon Text';
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-top: 0;
    position: relative;
    max-width: 210px;
    line-height: 36px;
}
.footer-first-area h2{
    color: #f4e0c7;
    font-weight: 500;
    font-size: 30px;
    font-family: 'Libre Caslon Text';
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    margin-top: 0;
    position: relative;
    max-width: 210px;
    line-height: 36px;
}


.panel-4 h3{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.footer-logo img{
  width: 200px;
}

.footer-menu p{
  color: #003366; 
  font-weight: 400; 
  font-size: 13px;
  line-height: 24px; 
  font-family: "Montserrat", sans-serif;
}
.panel-3 p {
    color: #003366;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    line-height: 26px;
    width: 100%;
    display: inline-block;
}
.panel-3 p strong {
    font-weight: 700;
    color: #003366;
    width: 115px;
    float: left;
}
.footer-menu{     font-size: 14px; font-weight: 400; line-height: 2.31; color: #323232;  }
.footer-menu ul {padding: 0; margin: 0;}
.footer-menu ul li {display: inline-block; width: 100%;  }
.footer-menu ul li:last-child { border-bottom: none; }
.footer-menu ul li a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #f4e0c7;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}
.footer-menu ul li a:hover { opacity: 0.8;  }

footer{
  position: relative; 
}
.panel-3{
  width: 20%;
}
.panel-1{
  width: 35%;
  padding-right: 50px;
}
.panel-2{
  width: 20%;
}
.panel-4{
  width: 25%;
}
.footer-first-area p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #f4e0c7;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    max-width: 340px;
    letter-spacing: 1px;
}
.footer-logo{
  width: 100%;
  display: flex;
  color: #f4e0c7;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Libre Caslon Text';
  letter-spacing: 0.5px;
  line-height: 30px;
  justify-content: center;
  margin-top: 150px;
}


/****menu****/


.global-page-area{
    width: 100%;
    display: flex;
    padding: 80px 0;
}
.global-page-area h2 , .global-page-area h3 , .global-page-area h4 {
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}
.global-page-area h2{
  font-size: 26px;
}
.global-page-area p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 300;
    margin-top: 10px;
}


.menu-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu ul{
   list-style: none; 
   margin:0; 
   padding:0; 
   text-align:left;
}
.menu ul li {
    position:relative; 
    float:left; 
    font-size:14px; 
    color:#fff; 
    display:block; 
    line-height:normal; 
    font-weight:300;
}
.menu ul li a{
    font-family: "Montserrat", sans-serif; 
    text-transform: uppercase; 
    font-size: 14px; 
    text-decoration: none;  
    color:#f4e0c7;  
    font-weight: 400; 
    letter-spacing: 1px; 
    padding: 10px 0; 
    margin: 30px 10px; 
    display:block; 
    transition:all 0.4s; 
    -moz-transition:all 0.4s; 
    -webkit-transition:all 0.4s; 
    -o-transition:all 0.4s; 
    position:relative;
}
.menu ul li a:hover, .menu ul li a.current{
    color:#f4e0c7; 
    text-decoration:none;
}
/* RESET */
.menu {
  position: relative;
}

/* DESKTOP MENU */
.menu-list {
  display: flex;
  gap: 20px;
  list-style: none;
}

.menu-list li a {
  text-decoration: none;
  color: #000;
}

/* TOGGLE ICON */
.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle img {
  width: 25px;
}

.cross-icon {
  display: none;
}
.menu ul li:last-child a{
  border: 1px solid #f4e0c7;
  padding: 10px 24px;
  border-radius: 40px;
}
.menu ul li:last-child a:hover{
  border: 1px solid #f4e0c7;
  background: #f4e0c7;
  color: #45474a;
}
.nav-area-logo a{
    color: #f4e0c7;
    font-weight: 500;
    font-size: 30px;
    font-family: 'Libre Caslon Text';
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 30px;
}
.nav-area .row{
  align-items: center;
}

.contact-contant h3{ font-family: "Montserrat", sans-serif; font-size: 30px; font-weight: bold; color: #000; text-align: left; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.contact-contant h3::before{ position: absolute; content: ''; width: 120px; height: 2px; background: #000; bottom: 0; left: 0;  } 
.contact-contant a{
  color: #000;
}
.contact-details-section{ text-align: left; width: 100%; display: flex; align-items: center; gap:20px; margin-top: 30px; }
.contact-details-section img{ width: 60px; }
.send-text span{ color: #1b2945; }
.send-text label{ color: #000; margin-bottom: 5px; margin-top: 20px; font-size: 14px; letter-spacing: 1px; font-family: "Montserrat", sans-serif;font-weight: 500;}
.contact-details-section h2{
  font-size: 17px;
  letter-spacing: 1px;
  font-family: 'Libre Caslon Text';
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 8px;
}
.send-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.send-text h2::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 1px #000;
}
.send-free{ width: 100%; border:none; margin-top: 15px; font-family: "Montserrat", sans-serif;text-transform: uppercase; letter-spacing: 1px; font-size: 18px; font-weight: 600; padding: 15px 0; color: #fff; background: #000; transition: 0.3s; text-align: center; }
.send-free:hover{ background:#45474a;}
.input-text{ border-radius: 0; resize: none; font-size: 14px; font-family: "Montserrat", sans-serif;letter-spacing: 0.5px; }
.contact-contant{ 
  width: 100%;
  display: inline-block;
  padding: 80px 0;
 }
.contact-contant h3{ font-family: "Montserrat", sans-serif;letter-spacing: 1px; font-size: 30px; font-weight: bold; color: #000; text-align: left; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.contact-contant h3::before{ position: absolute; content: ''; width: 120px; height: 2px; background: #000; bottom: 0; left: 0;  } 
.contact-contant span{ color: #000; }
.contact-contant p{
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.contact-contant a{
  color: #000;
  text-decoration: none;
}
.contact-map-area{
    width: 100%;
    float: left;
    margin: 10px 0 -10px;
}
.contact-details-section span {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #45474a;
    height: 100px;
    border-radius: 50%;
}



/* MOBILE STYLE */
@media (max-width: 991px) {

  .menu-toggle {
    display: block;
  }

  .menu-list {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #45474a;
    flex-direction: column;
    padding: 60px 20px;
    transition: 0.3s ease;
    z-index: 999999;
  }

  .menu-list.active {
    left: 0;
    padding-top: 60px;
  }
  .menu-icon.active{
    display: none;
  }
  .cross-icon.active{
    display: block;
  }

  /* show cross when active */
  .menu-toggle.active .menu-icon {
    display: none;
  }

  .menu-toggle.active .cross-icon {
    display: inline-block;
  }
}
.owl-nav , .owl-dots{
  display: none;
}
.nav-area-logo img{
  width: 100px;
}
