
/* for loading page font */
@font-face {
    font-family: loadingfont;
    src: url(Zerove-4nKDB.ttf);
}

/* for exotic places */
@font-face {
    font-family: exotic;
    src: url(FerroRosso-0v5X.ttf);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    height: 100%;
}
#main{
    width: 100%;
}
#loader{
    /* display: none; */
    
     /* SWTICH OFF TO RESTART ANIMATION */
    
    position: fixed;
    width:100%;
    height: 100vh;
    background-color: #3b0101;
    color:white;
    z-index: 99999;


}

#loader #topheading{
    /* display: flex; */
    font-family: "fancy";
    position: absolute;
    top:5%;
    left:50%;
    transform: translate(-50%,0);
}

#topheading h5{
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.reveal .parent{
    display: block;
    overflow: hidden;
}

.reveal .parent .child{
    display: block;
    /* transform: translateY(-80%); */
}

.parent .child span{
    display:inline-block;
}

#green{
    /* display:none; */

    /* SWTICH OFF TO RESTART ANIMATION */

    position: absolute;
    top: 100%;
    width:100%;
    z-index: 9999;
    height:0vh;
    background-color: #2b76a8;
}

/* #0B63C5 MS STOREFRONT COLOR */
/* 3b0101 MS OUTER BORDER COLOR */

#loader h2{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: exotic;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 8vw;
    font-weight: 500;
}


#trademark{
    position:absolute; 
    bottom:0;
    left:0;
    right:0;
    max-width: 4em;
    max-height: 4em;
    margin:auto;
    margin-bottom: 2%;
   
}

#home{
    width:100%;
    height:150vh;
    background-color: rgb(229, 254, 255);
}


/* MAIN CONTENT STYLING STARTS FROM HERE  */
#home #nav{
    width:100%;
    display :flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    height:100px;
}
#nav a{
    position:relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    color: black;  
}

#nav a #spinny{
    display:inline-block;
    right:0;
    bottom:0;
    position: absolute;
    width:100%;
    height:1px;
    background-color: black;

    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

#nav a:hover #spinny{
    width: 0;
}

.row{
    margin-top: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color:#333;
    padding: 0 7vw;
    line-height: 1;
    padding-right:12vw ;
}

.row h2{
    font-size: 18vw;
    font-weight: 500;
}
.row .text{
    margin-top : 1vw;

}

.row h5{
    opacity:0.6;
    font-size: 1vw;
    font-weight: 500;
    
}

.row:nth-child(3){
    margin-top:0;
}



.row svg{
    height: 8vw;
    margin-top:0 2.5vw;

}
/* experimental */


/* .row {
    align-items: center;
  
}


.row:nth-child(3) h1 {
    margin-left: 1em; 
}

#topper{
    font-size:1.2vh
} */


.c-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.c-head img {
    max-width: 80px;
    max-height: 80px; 
.row:nth-child(3) {
    justify-content: center;
}
}

.c-visual svg{
    width: 100%;
    height: auto;
    background-color: black;
    
}

#imagery{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20vw;    ;
    width: 100%;
    padding:0 7vw;
    
}

#imagery #imglef{
    width:30%;
    height:auto;
    
}

#imglef h2{
    font-size: 2.4vw;
    letter-spacing: 1px;
    font-weight:600;
   color: #333;
}
#imglef h4{
    font-size: 1vw;
    font-weight:300;
}

#imgrig{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:60%;

    /* oringinally height:300px */
    height:auto;  
}

#imgrig .imgcntnr{
    position: absolute;
    width:27vw;
    height:40vw;
    border-radius: 1vw;
    filter: grayscale();
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

#imgrig .imgcntnr:hover{
    filter: grayscale(0);
}

#imgrig .imgcntnr:nth-child(1){
    transform: translate(-40%,-8%)rotate(-20deg);
    background-image: url(assets/card1.png);
    background-size: cover;
    background-position: center;
}
#imgrig .imgcntnr:nth-child(2){
    transform: translate(-15%,0%) rotate(-15deg);
    background-image: url(assets/card2.jpg);
    background-size: cover;
    background-position: center;
}
#imgrig .imgcntnr:nth-child(3){
    transform: translate(20%,10%)rotate(-5deg);
    background-image: url(assets/card3.jpg);
    background-size: cover;
    background-position: center;
}



/* ms-maa-shitala-section */
/* ms-maa-shitala-styles */
.sections-wrapper {
    background: linear-gradient(45deg, #000428, #004e92);
    color: white;
}

.content-section {
    min-height: 100vh;
    padding: 5% 10%;
    position: relative;
    overflow: hidden;
}

.section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 4rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.section-inner.reverse {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
}

.section-title {
    font-family: exotic;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #fff, #d4d4d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.image-content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-15deg);
    transition: transform 0.5s ease;
}

.image-content:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-content:hover img {
    transform: scale(1.1);
}

/* ms-maa-shitala-styles */
.products-section {
    min-height: 100vh;
    background: linear-gradient(45deg, #3b0101, #800020);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.products-title {
    font-family: exotic;
    font-size: 4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
    position: relative;
    text-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.product-card {
    height: 300px;
    perspective: 1000px;
    cursor: pointer;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}

.product-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-back {
    transform: rotateY(180deg);
    background: rgba(255, 255, 255, 0.15);
}

.product-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.card-front h3 {
    font-size: 1.5rem;
    color: #fff;
    font-family: exotic;
}

.card-back p {
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

/* Particle effect styling */
.particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* retail section styles */
/* ms-maa-shitala-styles */
.retail-section {
    min-height: 100vh;
    background: linear-gradient(45deg, #2b76a8, #0b63c5);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    color: white;
}

.retail-section .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.retail-section .section-title {
    font-family: exotic;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #fff, #d4d4d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.retail-section .section-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
}


/* locations */
/* ms-maa-shitala-styles */
/* ms-maa-shitala-styles */
.location-wrapper {
    padding: 80px 5%;
    background: linear-gradient(135deg, #1e130c 0%, #9a8478 100%);
}

.location-title {
    text-align: center;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.location-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.3s ease;
}

.location-card:hover {
    transform: translateY(-10px);
}

.location-card h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.location-card p {
    color: #ddd;
    margin-bottom: 20px;
}

.map-frame {
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
}

.map-frame iframe {
    border: none;
    width: 100%;
    height: 100%;
}


/* form style */
.form-section {
    min-height: 100vh;
    background: #0f0f0f;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.form-container {
    width: 90%;
    max-width: 600px;
    padding: 4rem;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    z-index: 1;
    transform-style: preserve-3d;
}

.form-container h2 {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-align: center;
}

.input-group {
    position: relative;
    margin: 2.5rem 0;
}

/* Update input field selectors */
.input-group input,
.input-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    padding: 1.5rem 0 0.5rem;
    font-size: 1rem;
    color: #fff;
    outline: none;
    transition: border-color 0.3s ease;
    position: relative;
    z-index: 1;
}

.input-group label {
    position: absolute;
    left: 0;
    top: 1rem;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 0;
}

/* Add specific input focus and valid states */
.input-group input:focus ~ label,
.input-group input:valid ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:valid ~ label {
    top: -0.5rem;
    font-size: 0.8rem;
    color: #ff8e8e;
}

.input-group input:focus,
.input-group textarea:focus {
    border-bottom-color: #ff8e8e;
}

.input-group textarea {
    min-height: 100px;
    resize: vertical;
}

.magnetic-button {
    width: 100%;
    border: none;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 2rem;
}

.magnetic-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,110,110,0.3);
}

/* Error States */
.input-group.error input,
.input-group.error textarea {
    border-bottom-color: #ff4444;
}

.input-group.error label {
    color: #ff4444;
}

/* Success States */
.input-group.success input,
.input-group.success textarea {
    border-bottom-color: #00C851;
}

.input-group.success label {
    color: #00C851;
}

@media (max-width: 768px) {
    .form-container {
        padding: 2rem;
    }
    
    .form-container h2 {
        font-size: 2rem;
    }
}

/* footer styles */
.footer {
    background: #1a1a1a;
    padding: 1.5rem 0;
    color: white;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0 1rem;
    flex-wrap: wrap;
    text-align: center;
}

.separator {
    color: #555;
    display: none;
}

.hours, .contact, .copyright {
    font-size: 0.9rem;
    color: #ccc;
}

@media (min-width: 768px) {
    .separator {
        display: block;
    }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 0.5rem;
    }
}



/* to adjust product icons */
/* ms-maa-shitala-styles */

/* Adjust product icon size and alignment */
.product-icon {
    font-size: 2rem; /* Adjusted size */
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Set a fixed width */
    height: 50px; /* Set a fixed height */
    background: rgba(255, 255, 255, 0.1); /* Add a background for better visibility */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    transition: transform 0.3s ease; /* Add a hover effect */
}

.product-icon:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
}

/* Ensure product card content is centered */
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-front h3 {
    font-size: 1.5rem;
    color: #fff;
    font-family: exotic;
    margin-top: 1rem; /* Add margin to separate from icon */
}

.card-back p {
    color: #fff;
    text-align: center;
    line-height: 1.6;
}






/* RESPONSIVE STYLES */
/* ms-maa-shitala-styles */

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    /* Navigation fixes */
    #nav {
      padding: 0 3vw !important;
      height: auto !important;
      flex-direction: column;
      gap: 15px;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
    }
  
    /* Hero section fixes */
    .row {
      flex-direction: column;
      padding: 0 5vw !important;
      margin-top: 2rem !important;
      text-align: center;
    }
  
    .row h2 {
      font-size: 12vw !important;
      line-height: 1.2;
    }
  
    .row h5 {
      font-size: 3vw !important;
      margin: 1rem 0;
    }
  
    .row svg {
      height: 15vw !important;
      margin: 2rem 0;
    }
  
    /* Image section fixes */
    #imagery {
      flex-direction: column;
      margin-top: 10vw !important;
      gap: 2rem;
    }
  
    #imglef {
      width: 100% !important;
      text-align: center;
    }
  
    #imglef h2 {
      font-size: 6vw !important;
    }
  
    #imglef h4 {
      font-size: 3vw !important;
    }
  
    #imgrig {
      width: 100% !important;
      height: 80vh !important;
    }
  
    #imgrig .imgcntnr {
      width: 60vw !important;
      height: 80vw !important;
    }
  
    /* Sections wrapper fixes */
    .sections-wrapper .content-section {
      padding: 3rem 1rem !important;
    }
  
    .section-inner {
      grid-template-columns: 1fr !important;
      gap: 2rem !important;
      padding: 2rem !important;
    }
  
    .section-inner.reverse {
      direction: ltr !important;
    }
  
    .section-title {
      font-size: 2.5rem !important;
      text-align: center;
    }
  
    .section-text {
      font-size: 1rem !important;
      text-align: center;
    }
  
    .image-content {
      transform: none !important;
    }
  
    /* Products section fixes */
    .products-section {
      padding: 3rem 1rem !important;
    }
  
    .products-title {
      font-size: 2.5rem !important;
    }
  
    .products-grid {
      grid-template-columns: 1fr !important;
      gap: 1.5rem !important;
    }
  
    .product-card {
      height: 250px !important;
    }
  
    /* Location section fixes */
    .location-grid {
      grid-template-columns: 1fr !important;
    }
  
    .location-card {
      margin: 0 1rem;
    }
  
    /* Form section fixes */
    .form-container {
      width: 95% !important;
      padding: 2rem 1rem !important;
    }
  
    .input-group {
      margin: 1.5rem 0 !important;
    }
  
    .magnetic-button {
      padding: 0.8rem 1.5rem !important;
    }
  
    /* Footer fixes */
    .footer-content {
      padding: 1rem;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
  
  /* Small phone fixes */
  @media screen and (max-width: 380px) {
    .row h2 {
      font-size: 14vw !important;
    }
  
    .section-title {
      font-size: 2rem !important;
    }
  
    #imgrig .imgcntnr {
      width: 70vw !important;
      height: 90vw !important;
    }
  
    .product-card {
      height: 200px !important;
    }
  }
  
  /* Loader fixes for mobile */
  @media screen and (max-width: 768px) {
    #loader h2 {
      font-size: 12vw !important;
    }
  
    #loader #topheading h5 {
      font-size: 8px !important;
    }
  }
  
  /* Additional fixes for better UX */
  @media screen and (max-width: 768px) {
    * {
      -webkit-tap-highlight-color: transparent;
    }
  
    .card-front, .card-back {
      padding: 1rem !important;
    }
  
    .product-icon {
      width: 40px !important;
      height: 40px !important;
    }
  
    .card-front h3 {
      font-size: 1.2rem !important;
    }
  }


  /* RETAIL SECTION CHANGES */
  /* Retail Section Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .retail-section {
      padding: 2rem 1rem !important;
      margin: 1rem 0 !important;
    }
  
    .retail-section h2 {
      font-size: 2.5rem !important;
      margin-bottom: 2rem !important;
      text-align: center !important;
    }
  
    .retail-section .retail-grid {
      grid-template-columns: 1fr !important;
      gap: 2rem !important;
      padding: 1rem !important;
    }
  
    .retail-card {
      width: 100% !important;
      height: auto !important;
      min-height: 300px !important;
      margin: 0 !important;
    }
  
    .retail-card-content {
      padding: 1.5rem !important;
    }
  
    .retail-card h3 {
      font-size: 1.8rem !important;
      margin-bottom: 1rem !important;
      color: #ffffff !important;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
    }
  
    .retail-card p {
      font-size: 1rem !important;
      line-height: 1.6 !important;
      color: #ffffff !important;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.6) !important;
    }
  
    .retail-card .btn {
      padding: 0.8rem 1.5rem !important;
      font-size: 1rem !important;
      margin-top: 1rem !important;
      background: rgba(255,255,255,0.9) !important;
      color: #000 !important;
      font-weight: 600 !important;
    }
  
    .retail-card::before {
      background: rgba(0,0,0,0.4) !important;
    }
  }
  
  /* Extra small devices */
  @media screen and (max-width: 380px) {
    .retail-section h2 {
      font-size: 2rem !important;
    }
  
    .retail-card h3 {
      font-size: 1.5rem !important;
    }
  
    .retail-card {
      min-height: 250px !important;
    }
  }

/* RETAIL TEXT RESIZE */
/* Add after existing retail section styles */

@media screen and (max-width: 768px) {
    .retail-section h2 {
      font-size: 1.8rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .retail-card h3 {
      font-size: 1.3rem !important;
      margin-bottom: 0.8rem !important;
    }
  
    .retail-card p {
      font-size: 0.85rem !important;
      line-height: 1.4 !important;
    }
  
    .retail-card .btn {
      font-size: 0.9rem !important;
    }
  }
  
  @media screen and (max-width: 380px) {
    .retail-section h2 {
      font-size: 1.5rem !important;
    }
  
    .retail-card h3 {
      font-size: 1.1rem !important;
    }
  
    .retail-card p {
      font-size: 0.8rem !important;
    }
  }


/* quality section text alignment */
@media screen and (max-width: 768px) {
    #quality .section-inner {
      padding: 1rem !important;
      margin: 0 !important;
      display: flex !important;
      flex-direction: column !important;
    }
  
    #quality .text-content {
      width: 100% !important;
      padding: 1rem !important;
      margin: 0 !important;
      text-align: center !important;
    }
  
    #quality .section-title {
      margin-left: 0 !important;
      padding-left: 0 !important;
      width: 100% !important;
    }
  
    #quality .section-text {
      margin-left: 0 !important;
      padding: 0.5rem !important;
      width: 100% !important;
      max-width: 100% !important;
    }
  
    #quality .image-content {
      width: 100% !important;
      margin: 1rem 0 !important;
    }
  
    #quality .image-content img {
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important;
    }
  }


  /* UNCOMPROMISING OUT OF BOUNDS */
  @media screen and (max-width: 768px) {
    #quality .section-title {
      font-size: 1.6rem !important;
    }
  }
  
  @media screen and (max-width: 380px) {
    #quality .section-title {
      font-size: 1.4rem !important;
    }
  }


  /* TEMP FOR LOCOMOTIVE */

  /* FONT ALLOCATION */
.row h2{
    font-family: "Imperial Script", serif;
}

.card-front h3{
    font-family: "Tiro Bangla", serif;

}


/* Retail Section text issue fixed */
@media screen and (max-width: 768px) {
  .retail-section .section-text {
    word-spacing: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;  
    word-break: normal !important;
    white-space: normal !important;
    padding: 0 1rem !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }

  .retail-section .content-wrapper {
    padding: 2rem !important;
  }
}

/* mobile ui fixed  */
@media screen and (max-width: 768px) {
  #nav {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: space-between !important;
      height: 60px !important;
      width: 100% !important;
      padding: 0 15px !important;
      position: relative !important;
  }

  #nav a {
      flex: 0 0 auto !important;
      font-size: 14px !important;
      text-align: center !important;
      width: 70px !important;
  }

  #nav .c-head {
      flex: 0 0 auto !important;
      width: 40px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
  }

  #nav .c-head img {
      width: 100% !important;
      height: auto !important;
      object-fit: contain !important;
  }
}