@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
}

.container{
    width: 1200px;
}

.row{
    padding: 0px -15px;
}
h1,h2,h3,h4,h5,h6{
   font-family: "Playfair Display", serif;
}

body{
     font-family: "Inter", sans-serif;
     background-color: #e7e7e7cd;
}


 .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }

[class*='col-sm-']{
    padding: 0px 15px;
}

header{
     width: 100%;
    position: fixed;
    z-index: 10;
    padding: 18px;
    height: 90px;
    backdrop-filter: blur(5px);
    
}
.h-con{
    display: flex;
}

.logo{
    width: 100%;
    position: relative;
}

.logo img{
    width: 26%;
}

.nav{
    display: flex;
    position: relative;
    top: 20px;
    left: 120px;
}

.nav ul li{
    display: inline-block;
}

.nav li{
    list-style: none;
    padding: 8px 7px;
}

.nav li a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
}

.nav ul li a i{
        font-size: 19px;
}

.line{
    width: 100%;
    border-bottom: 1px solid #2e2e2e;
    position: absolute;
    top: 90px;
    z-index: 10;
    position: fixed;
}

.banner{
     width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position:relative;
}

.banner::before{
    content: '';
    background-color: rgba(0, 0, 0, 42%);
    width: 100%;
    height: 550px;
    display: block;
    position: absolute;
    z-index: 9;
}


.bg-con{
      align-content: center;
    align-items: center;
    display: inline-block;
    position: relative;
    top: 205px;
    width: 55%;
    z-index: 9;
    margin-left: 78px;
}

.bg-con h1{
    font-size: 37px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.bg-con p{
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
    line-height: 24px;
    color: #fff;   
}



.ban1{
    background-color: #fff;
    width: 100%;
    height: 470px;
}

.con-ar{
  display:inline-flex;
  margin-top: 90px;
  text-align: center;
}

.con-ar a{
    text-decoration: none;
    color: #2e2e2e;
}

.con-ar a i{
  font-size: 47px;
  padding: 15px 0px;
  color: #2e2e2e;
}

.con-ar h2{
  font-size: 33px;
    color: #2e2e2e;
    font-weight: 500;
    letter-spacing: 1px;
}

.con-ar p{
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    color: #2e2e2e;
    font-weight: 200;
}
main{
    width: 100%;
    height: 729px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 20px;
}

.product-name{
    display: flex;
    margin-top: 0px;
}
.product-name h1{
    font-size: 204px;
    font-weight: bold;
    letter-spacing: 16px;
    color: #2e2e2e5c;
}

.product-img{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -73%);
}

.product-img img{
  width: 585px;
  height: auto;
}

.product-info{
    margin-top: 145px;
    display: flex;
    margin-right: 0px;
    width: 39%;
}

.product-info p{
      font-size: 14px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 21px;
}

.product-info1{
   width: 36%;
    margin-left: 19px;
}
.product-info1 p{
   font-size: 14px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 21px;
}

.btn{
   position: relative;
    top: 22px;
    left: 20px;
    z-index: 9;
}

.btn a{
    border: 1px solid #fff;
    color: #fff;
    padding: 11px 40px;
    text-decoration: none;
    transition: 0.5s;
}

.btn a:hover{
    background-color: #2e2e2e; 
    border: 1px solid #2e2e2e;
    color: #fff;
    transition: 0.5s;
}

.welcome .row{
  display: inline-block;
}

.welcome{
    width: 100%;
    text-align: center;
    
}

.w-con{
  padding: 36px;
  width: 67%;
}

.w-con h1{
    font-size: 37px;
    letter-spacing: 3px;
    font-weight: 500;
}

.p-con{
    font-size: 13px;
    width: 71%;
    line-height: 20px;
    font-weight: 200;
}

.w-area{
      margin-top: 65px;
}
.w-img{
    width: 100%;
    display: inline-flex
;
}

.w-img img{
    width: 100%;
    height: 454px;
    object-fit: cover;
    margin-bottom: 18px;
}

.w-img a{
     text-decoration: none;
    border-bottom: 1px solid #000;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
}

.product{
  margin-top: 60px;
}

.product .row{
  display: grid;
  grid-template-columns: 50% 50%;
  align-content: center;
}

.prod-con{
  display: contents;
}

.prod-con h2{
    width: 94%;
    font-size: 48px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 2px;
}

.prod-p {
    text-align: end;
    font-size: 11px;
    padding: 10px;
    line-height: 17px;
}

.slider{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 35px;
}

.slider-inner{
  display: flex;
    width: 230%;
    animation: slide 35s linear infinite;
}

.slider:hover .slider-inner{
  animation-play-state: paused;
}

@keyframes slide{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-200%);
  }
}

.slider-inner img{
    width: 471px;
    height: 343px;
    object-fit: cover;
    margin: 14px;
    transition: transform 0.2s;
}

.slider-inner img:hover{
  transform: scale(1.1);
  transition: transform 0.2s;
  z-index: 1;
}

footer{
    width: 100%;
    height: 600px;
    background-color: #000;
    color: #fff;
    padding: 28px;
}

.f-logo{
    width: 50%;
    margin-left: 13px;
}
.f-logo img{
    width: 100%;
    height: 25%;
    object-fit: cover;
}

.tag-line p{
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 21px;
    font-size: 11px;
    width: 60%;
    margin-left: 20px;
}

.tag ul{
    margin: 0;
    padding: 20px 15px;
}

.tag ul li{
    display: inline-block;
    margin-right: 39px;
}

.tag a{
    color: #fff;
    text-align: right;
    font-size: 24px;
}


.con1{
    margin-top: 62px;
}

.con1 ul{
    list-style: none;
}

.con1 a{
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    line-height: 32px;
    font-size: 15px;
}

.con3 h1{
    font-size: 55px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: right;
}

.con3 p{
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 29px;
    text-align: justify;
    margin-left: 14px;
}

.f-button input{
    padding: 20px 65px;
    background-color: #000;
    font-size: 14px;
    border: 1px solid #fff;
}

.f-button{
    display: flex;
    padding: 28px 0px;
}

.f-button button{
    padding: 20px 36px;
    background-color: #000;
    border: 1px solid #fff;
    color: #757575;
}

footer .row {
    display: flex;
    flex-direction: row;
}

.company-con{
      margin-top: 14%;
    color: #6a6767;
    font-weight: 300;
    letter-spacing: 1px;
}


@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .row, .welcome .row, .product .row, footer .row {
        display: block;
        padding: 0 10px;
    }

    header {
        height: auto;
        padding: 12px 15px;
    }

    .h-con {
        flex-direction: column;
        align-items: center;
    }

    .logo img {
        width: 50%;
    }

    .nav {
        top: 0;
        left: 0;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .nav li {
        display: block;
        text-align: center;
        padding: 6px 0;
    }

    .banner,
    .banner::before {
        height: 400px;
    }

    .bg-con {
        width: 90%;
        top: 140px;
        margin-left: 0;
        text-align: center;
    }

    .bg-con h1 {
        font-size: 24px;
    }

    .product-name h1 {
        font-size: 60px;
        letter-spacing: 4px;
        text-align: center;
    }

    .product-img {
        position: static;
        transform: none;
        margin: 0 auto;
        text-align: center;
    }

    .product-img img {
        width: 90%;
    }

    .product-info,
    .product-info1 {
        width: 90%;
        margin: 20px auto;
        display: block;
    }

    .btn {
        position: static;
        text-align: center;
        margin: 20px 0;
    }

    .con-ar {
        display: block;
        text-align: center;
    }

    .prod-con h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px;
    }

    .prod-p {
        text-align: center;
        font-size: 12px;
    }

    .slider {
        height: auto;
    }

    .slider-inner {
        flex-direction: column;
        width: 100%;
        animation: none;
    }

    .slider-inner img {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }

    .about-h {
        margin-left: 0;
        text-align: center;
    }

    .about-h h2 {
        width: 100%;
        font-size: 28px;
    }

    .about-h p {
        width: 100%;
        font-size: 14px;
    }

    .about-btn {
        display: inline-block;
        margin-top: 10px;
    }

    .w-con,
    .p-con {
        width: 100%;
    }

    .w-img {
        display: block;
    }

    .w-img img {
        height: auto;
    }

    footer {
        height: auto;
        padding: 20px;
    }

    .f-logo {
        width: 100%;
    }

    .tag-line p {
        width: 100%;
        font-size: 12px;
    }

    .tag ul li {
        margin-right: 15px;
    }

    .con1,
    .con3 {
        text-align: center;
    }

    .con3 h1 {
        font-size: 32px;
        text-align: center;
    }

    .con3 p {
        text-align: center;
        font-size: 14px;
    }

    .f-button {
        flex-direction: column;
        gap: 10px;
    }

    .f-button input,
    .f-button button {
        width: 100%;
    }

    .company-con {
        margin-top: 10%;
        text-align: center;
    }
}











/* Values Section Styles */
.neo-values-section {
    background-color: #fff;
    padding: 60px 0;
}

.neo-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.neo-value-box {
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.neo-value-icon {
    font-size: 48px;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.neo-value-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.neo-value-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #2e2e2e;
    font-weight: 300;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .neo-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .neo-value-box:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .neo-values-section {
        padding: 40px 0;
    }
    
    .neo-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .neo-value-box:last-child {
        grid-column: span 1;
    }
    
    .neo-value-box {
        padding: 25px 20px;
    }
    
    .neo-value-icon {
        font-size: 40px;
    }
    
    .neo-value-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .neo-values-section {
        padding: 30px 0;
    }
    
    .neo-value-title {
        font-size: 20px;
    }
    
    .neo-value-text {
        font-size: 13px;
    }
}





/* LIKE WHAT YOU SEE Section with Background Image */
/* .neo-about-us {
    background-color: #2e2e2e;
}

.neo-about-content {
    width: 100%;
    padding: 30px;
    color: #fff;
} */



/* LIKE WHAT YOU SEE Section */
.neo-about-us {
  background-color: #2e2e2e;
  padding: 50px 0; /* Adds some space above and below the section */
}

/* Add flex properties to the row for vertical alignment */
.neo-about-us .row {
  display: flex;
  align-items: center;
}

.neo-about-content {
  width: 100%;
  padding: 30px;
  color: #fff;
}


/* Mobile-only styles for Welcome section images */
@media (max-width: 768px) {
    .w-img {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .w-img .col-sm-4 {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    
    .w-img img {
        height: 220px;
        object-fit: cover;
        border-radius: 6px;
    }
    
    .w-img a {
        display: inline-block;
        margin-top: 12px;
        font-size: 15px;
        font-weight: 500;
        color: #2e2e2e;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: all 0.2s ease;
    }
    
    .w-img a:hover {
        border-bottom-color: #2e2e2e;
    }
}

/* Smaller mobile devices */
@media (max-width: 480px) {
    .w-img img {
        height: 180px;
    }
    
    .w-img a {
        font-size: 14px;
    }
}















/* Neo Footer Styles - Mobile Responsive */
.neo-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0 20px;
    font-family: "Inter", sans-serif;
}

.neo-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.neo-footer-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.neo-footer-col {
    margin-bottom: 30px;
}

.neo-footer-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.neo-footer-about-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    margin-bottom: 20px;
}

.neo-footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}

.neo-footer-links {
    list-style: none;
    padding: 0;
}

.neo-footer-links li {
    margin-bottom: 12px;
}

.neo-footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.neo-footer-links a:hover {
    color: #fff;
}

.neo-footer-contact {
    list-style: none;
    padding: 0;
}

.neo-footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
}

.neo-footer-contact i {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
}

.neo-footer-social {
    display: flex;
    gap: 15px;
}

.neo-footer-social a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s;
}

.neo-footer-social a:hover {
    color: #ccc;
}

.neo-footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    margin-top: 30px;
}

.neo-footer-bottom p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
    .neo-footer-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .neo-footer-row {
        grid-template-columns: 1fr;
    }
    
    .neo-footer-col {
        margin-bottom: 25px;
    }
    
    .neo-footer-title {
        margin-bottom: 15px;
    }
    
    .neo-footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .neo-footer {
        padding: 30px 0 15px;
    }
    
    .neo-footer-contact li {
        font-size: 13px;
    }
}










/* Mobile Footer Styles (max-width: 768px) */
@media only screen and (max-width: 768px) {
    footer {
        height: auto;
        padding: 30px 15px;
    }

    footer .row {
        flex-direction: column;
    }

    .col-sm-4, 
    .col-sm-2, 
    .col-sm-3 {
        width: 100% !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .f-logo {
        width: 70% !important;
        margin: 0 auto 20px;
    }

    .f-logo img {
        height: auto;
    }

    .tag-line p {
        width: 100% !important;
        margin: 0 auto 20px;
        text-align: center;
    }

    .tag ul {
        padding: 0;
        text-align: center;
    }

    .tag ul li {
        margin: 0 15px 10px;
    }

    .con1 ul, 
    .con3 {
        text-align: center;
    }

    .con3 h1 {
        font-size: 32px;
        text-align: center !important;
    }

    .con3 p {
        text-align: center !important;
        margin-left: 0;
    }

    .f-button {
        flex-direction: column;
        align-items: center;
    }

    .f-button input,
    .f-button button {
        width: 100%;
        margin-bottom: 10px;
    }

    .company-con {
        margin-top: 30px;
        text-align: center;
    }
}
.neo-about-us .row {
    display: flex;
    align-items: center;
}

.neo-about-us .img-fluid {
    max-width: 100%;
    height: auto;
}