@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color:#e36036;
  --text-dark: #171717;
  --text-light: #737373;
  --extra-light: #f4f6f5;
  --white: #ffffff;
  --max-width: 1200px;
  --header-font: "Merriweather", serif;
  --red: hsl(0, 78%, 62%);
  --yellow: hsl(45, 100%, 51%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --grayishBlue: hsl(229, 6%, 66%);
  --varyDarkBlue:hsl (234, 12%, 34%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*topbar trial*/
/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
   padding-bottom:10px;
    background:#df6034;
}

.top-bar .logo {
    /*padding: 15px 40px;*/
    text-align: left;
    margin-bottom:0px;
    padding-bottom:0px;
    overflow: hidden;
}

.top-bar .logo a {
    margin: 0;
    color:white;
    font-size: 20px;
    font-weight: 700;
}
.top-bar .logo a:hover{
    text-decoration:none;
}


.top-bar .logo img {
    width:200px;
    margin-left:10px;
    /*transform: scale(1.5);*/
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    /* color:#069fe2; */
    color:#069fe2;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color:white;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color:white;
    font-size: 13px;
    font-weight: 400;
}
@media(max-width:600px){
    .top-bar .logo{
        padding:0px;
    }
    .top-bar .logo img{
        width:250px!important;
        /* background:white!important; */
        transform: scale(1);
       text-align: center;
    }
    .top-bar .top-bar-item 
    {
        display:none;
    }
} 

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    transition: .3s;
}
.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height:50px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 25px 8px 10px;
    color: #ffffff;
    font-size:14px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color:#ffcc00;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #069fe2;
    border-color: #069fe2;
}

/*@media(max-width:400px){*/
/*    .navbar {*/
/*    height:60px!important;*/
/*    width:100%;*/
/*    }*/
/*        #navbarCollapse{*/
/*        background:#df6034!important;*/
/*        padding:0px;*/
/*        height:300px;*/
/*        width:100%;*/
/*        z-index:1;*/
/*        margin-left:-20px;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .nav-bar {*/
/*        padding: 0 75px;*/
/*    }*/
    
/*    .nav-bar.nav-sticky {*/
/*        padding: 0;*/
/*    }*/
    
/*    .nav-bar .navbar {*/
/*        padding: 20px;*/
/*    }*/
    
/*    .nav-bar .navbar-brand {*/
/*        display: none;*/
/*    }*/
/*     .nav-bar a.nav-link {*/
/*        padding: 5px;*/
/*        line-height:50px;*/
/*    }*/
    
/*    .nav-bar a.nav-link {*/
/*        padding: 8px 15px;*/
/*        font-size: 15px;*/
/*        text-transform: uppercase;*/
/*    }*/

/*}*/

/*@media (max-width: 991.98px) {*/
/*    .nav-bar .navbar {*/
/*        padding: 15px;*/
/*    }*/
    
/*    .nav-bar .dropdown-menu {*/
/*        box-shadow: none;*/
/*    }*/
    
/*    .nav-bar .btn {*/
/*        display: none;*/
/*    }*/
/*}*/

#pdf span{
  background:#ffcc00;
  border:2px solid #df6034;
  border-radius:20px;
  font-size:14px;
  padding:10px;
  color:white;
  text-align: center;
  font-weight:bold;
}
#pdf span:hover{
  color:#df6034!important;
}

/* Extra Small Devices (phones up to 480px, including iPhone 15 Plus) */
@media (max-width: 480px) {
    .navbar {
        height: 60px !important;
        width: 100%;
    }
    #navbarCollapse {
        background: #df6034 !important;
        padding: 0px;
        height: 300px;
        width: 100%;
        z-index: 1;
        margin-left: -20px;
    }
}

/* Small Tablets & Landscape Phones (like iPhone 15 Plus, 430px+) */
@media (min-width: 481px) and (max-width: 767px) {
    .navbar {
        height: 60px !important;
        width: 100%;
    }
    #navbarCollapse {
        background: #df6034 !important;
        padding: 0px;
        height: 300px;
        width: 100%;
        z-index: 1;
        margin-left: -20px;
    }
}

/* iPads & Medium Tablets (Portrait iPads like 820px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
        height: 70px !important;
        width: 100%;
    }
    #navbarCollapse {
        background: #df6034 !important;
        padding: 0px;
        height: 320px;
        width: 100%;
        z-index: 1;
        margin-left: -20px;
    }
    .nav-bar .navbar {
        padding: 15px;
    }
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    .nav-bar .btn {
        display: none;
    }
}

/* Large Devices (Desktops & Landscape iPads) */
@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    .nav-bar.nav-sticky {
        padding: 0;
    }
    .nav-bar .navbar {
        padding: 20px;
    }
    .nav-bar .navbar-brand {
        display: none;
    }
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 50px;
    }
}


/*topbar trial end*/





































/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/


.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: var(--header-font);
  color: var(--primary-color);
}

.section__description {
  font-size: 1.1rem;
  color: var(--text-light);
}

/*.logo {*/
/*  font-size: 1.5rem;*/
/*  font-weight: 600;*/
/*  font-family: var(--header-font);*/
/*}*/



img {
  display: flex;
  width: 40%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}


.big-bg{
    background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),url(./assets/bannercollage1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-bg .bg-content{
    text-align: center;
    color: #FFF;
}
.big-bg .bg-content h1{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    font-size: 55px;
}

.big-bg .bg-content hr{
    background: #FFF;
    width: 35%;
    height: 1px;
    margin: 10px auto 13px auto;
}
.big-bg .bg-content .bg-link{
    margin-top: 16px;
}
.big-bg .bg-content .bg-link a{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #FFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.bg-content .bg-link a::before{
    position: absolute;
    content: "";
    background:#fff00f;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s ease-in-out;
}
.bg-content .bg-link a:hover::before{
    left: 0%;
}
.bg-content .bg-link a:hover{
    border-color: #e36036;
    color:#e36036;
}

@media(max-width: 991px){
    .big-bg .bg-content h1{
        font-size: 50px;
    }
    .big-bg .bg-content p{
        font-size: 15px;
    }
    .big-bg .bg-content .bg-link a{
        font-size: 15px;
    }
}

@media(max-width: 768px){
    .big-bg{
        z-index:0px;
    }
    .big-bg .bg-content h1{
        font-size: 43px;
    }
    .big-bg .bg-content p{
        font-size: 14px;
    }
    .big-bg .bg-content .bg-link a{
        font-size: 14px;
    }
}

@media(max-width: 576px){
    .big-bg .bg-content{
        padding: 0px 15px;
    }
    .big-bg .bg-content hr{
        width: 130px;
    }
    .big-bg .bg-content br{
        display: none;
    }
    .big-bg .bg-content h1{
        font-size: 28px;
    }
    .big-bg .bg-content p{
        font-size: 13px;
    }
    .big-bg .bg-content .bg-link a{
        font-size: 13px;
    }
}

.big-collection{
    width: 90%;
    margin: 50px auto;
    margin-bottom:0px;
}
.big-collection .collect-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction:row;
    flex-wrap: wrap;
    grid-row-gap: 20px;
}
.collect-flex .link{
    margin-top: 20px;
}
.big-collection .collect{
    margin: 0px 10px;
}
.collect-flex .link a{
    display: inline-block;
    color: var(--main-color);
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
}
.collect-flex .link a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--main-color);
    left: 0%;
    top: 23px;
    transform: scale(0);
    transition: .5s ease-in-out;
}
.collect-flex .collect:hover a::before{
    transform: scale(1);
}

.collect-flex .collect .image{
    position: relative;
}
.collect-flex .collect .image img {
 height:200px;
 width:160px;
 padding:20px;
 object-fit: cover;
}
.collect .image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0%;;
    object-fit: cover;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.big-collection .collect:hover .image::before{
    animation: animate1 .6s linear forwards;
}

@keyframes animate1 {
    0%{
        width: 0;
        height: 0;
        border-top-color: var(--main-color);
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 100%;
        height: 0;
        border-top-color: var(--main-color);
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: var(--main-color);
        border-right-color: var(--main-color);
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}

.collect .image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.big-collection .collect:hover .image::after{
    animation: animate2 .6s linear forwards;
}

@keyframes animate2 {
    0%{
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: var(--main-color);
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: var(--main-color);
        border-left-color: var(--main-color);
    }
}

@media(max-width: 1230px){
    .big-collection .collect-flex{
        justify-content: center;
    }
  }
@media(max-width: 500px){
    .big-collection .collect-flex{
        justify-content: center;
        flex-direction:column;
    }
  }
.section__container {
  max-width: var(--max-width);
  /* padding: 5rem 1rem; */
  margin: auto;
  padding-bottom:10px;
}

.section__subheader {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-light);
  text-align: center;
}

.section__header {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  line-height: 3.5rem;
}
.intro__grid {
  margin-top: 4rem;
  display:flex;
  gap: 2rem;
}
.intro__grid .intro_card{
    display:flex;
    flex-direction:row;
}
.intro__card {
  text-align: center;
}

.intro__card div {
  max-width: fit-content;
  margin-inline: auto;
  padding: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.intro__card:nth-child(1) div {
  background-image: url("assets/intro-1-bg.png");
}

.intro__card:nth-child(2) div {
  background-image: url("assets/intro-2-bg.png");
}

.intro__card:nth-child(3) div {
  background-image: url("assets/intro-3-bg.png");
}
.intro__card:nth-child(4) div {
  background-image: url("assets/intro-3-bg.png");
}

.intro__card div img {
  width: unset;
  height: 75px;
}

.intro__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.intro__card p {
  margin-bottom: 2rem;
  color: var(--text-light);
}

.intro__card a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 2px solid;
  border-radius: 5rem;
  transition: 0.3s;
}

.intro__card:nth-child(1) a {
  color: #ffc737;
  border-color: #ffc737;
}

.intro__card:nth-child(1) a:hover {
  color: var(--white);
  background-color: #ffc737;
}

.intro__card:nth-child(2) a {
  color: #257ae7;
  border-color: #257ae7;
}

.intro__card:nth-child(2) a:hover {
  color: var(--white);
  background-color: #257ae7;
}

.intro__card:nth-child(3) a {
  color: #cba9b6;
  border-color: #cba9b6;
}

.intro__card:nth-child(3) a:hover {
  color: var(--white);
  background-color: #cba9b6;
}
.intro__card:nth-child(4) a {
  color: #e36036;
  border-color: #e36036;
}

.intro__card:nth-child(4) a:hover {
  color: var(--white);
  background-color: #e36036;
}

@media(max-width:500px){
  .intro__grid{
    flex-direction: column;
    max-width:100%;
  }
}

.about__row {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  overflow: hidden;
}

.about__row:nth-child(3) {
  margin-top: 4rem;
}

.about__image {
  flex: 1;
  max-width: 400px;
  margin-inline: auto;
}

.about__content {
  flex: 1;
  text-align: center;
}

.about__content span {
  margin-inline: auto;
  margin-bottom: 1rem;
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.about__content span img {
  max-width: 40px;
}

.about__row:nth-child(3) .about__content span {
  background-color: #fdf2d9;
}

.about__row:nth-child(4) .about__content span {
  background-color: #e8f7fe;
}

.about__row:nth-child(5) .about__content span {
  background-color: #fbebf1;
}

.about__content h4 {
  max-width: 450px;
  margin-inline: auto;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 3rem;
}

.about__content p {
  max-width: 450px;
  margin-inline: auto;
  color: var(--text-light);
}


.deals__container {
  display: grid;
  gap: 2rem;
}
.deals__card{
  margin-top:-50px;
}
.deals__card .row{
display:flex;
justify-content: center;
align-items: center;
}
.deals__card span {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.deals__card img{
  border-radius:10px;
}
.deals__card ul{
  padding:50px;
  list-style-type:disc!important;
  margin-top:20px;
  margin:auto;
  margin-left:30px;
  justify-content: center;
  align-items: center;
}
#ind3{
  height:178px;
  width:100%;
}
#ind4{
  height:178px;
  width:100%;
}
@media(max-width:768px){
    #ind4{
  width:135%;
}
}
.deals__card ul li{
  margin:20px;
  margin:auto;
  color:black;
  font-weight:bold;
}

.deals__card .dealbtn{
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.75rem 2rem;
  outline: none;
  border: none;
  margin:auto;
  margin-left:40px;
  margin-top:20px;
  font-size: 1rem;
  color: var(--white);
  white-space: nowrap;
  background-color: var(--primary-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.deals__card .dealbtn a{
  color:white;
}
.deals__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.deals__card p {
  color: var(--text-light);
}

.about__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about__header .section__description {
  max-width: 600px;
}

.about__btn {
  width: fit-content;
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  white-space: nowrap;
  background-color: var(--primary-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.about__btn a{
  color:white;
}
.about__content {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
}

.about__grid {
  display: grid;
  gap: 2rem;
}

.about__image {
  overflow: hidden;
}

.about__image img{
  width:100%;
}
.about__card h3 {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--primary-color);
}

.about__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}

.about__card p {
  color: var(--text-light);
}

.product__grid {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}

.product__card {
  position: relative;
  isolation: isolate;
  padding: 2rem;
}

.product__card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: var(--extra-light);
  z-index: -1;
  transition: 0.3s;
}

.product__card:hover::before {
  height: 100%;
}

.product__card h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-dark);
}

.product__card p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: var(--text-light);
}

.product__card img {
  max-width: 275px;
  margin-inline: auto;
}

.client__content {
  padding: 4rem 1rem;
  background-color: var(--extra-light);
  border-radius: 1rem;
}

.client__content :is(.section__header, .section__description) {
  max-width: 550px;
  margin-inline: auto;
  text-align: center;
}

.client__content .section__header {
  font-size: 3.25rem;
}

.swiper {
  margin-top: 4rem;
  width: 100%;
}

.client__card {
  display: grid;
  gap: 2rem;
  max-width: 750px;
  margin-inline: auto;
  text-align: center;
}

.client__card img {
  max-width: 250px;
  margin-inline: auto;
}

.client__card p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: var(--text-light);
  font-style: italic;
}

.client__card h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-dark);
}

.client__card h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
}

#disclaimer{
  color:white;
  padding:20px;
  text-align:center;
}
.footer {
  background-color: var(--primary-color);
}

.footer__container {
  display: grid;
  gap: 4rem 2rem;
}

.footer__logo {
  margin-bottom: 1rem;
}

.footer__logo .logo {
  color: var(--white);
}
.footer #footerlogo{
  width:50%;
  margin-top:-30px;
  margin-left:0px;
}

.footer__col p {
  color: var(--extra-light);
  opacity: 0.8;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__socials a {
  font-size: 1.5rem;
  color: var(--white);
}

.footer__socials a:hover {
  opacity: 0.5;
}

.footer__col h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
}

.footer__links {
  display: grid;
  gap: 1rem;
}

.footer__links a {
  color: var(--extra-light);
  opacity: 0.8;
}

.footer__links a:hover {
  opacity: 1;
}

.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--extra-light);
  opacity: 0.8;
  text-align: center;
}

@media (width > 540px) {
  .deals__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 768px) {
  nav {
    position: static;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .nav__header {
    flex: 1;
    padding: 0;
    background-color: transparent;
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__logo .logo {
    color: var(--primary-color);
  }

  .nav__links {
    position: static;
    padding: 0;
    width: fit-content;
    flex-direction: row;
    gap: 3rem;
    background-color: transparent;
    transform: none;
  }

  .nav__links a {
    color: var(--text-dark);
  }

  .nav__links a:hover {
    color: var(--primary-color);
  }

  .nav__search {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }

  .nav__search input {
    padding-block: 5px;
    outline: none;
    border: none;
    width: 0;
    font-size: 1rem;
    color: var(--text-dark);
    border-bottom: 1px solid var(--text-light);
    transition: 0.3s;
  }

  .nav__search.open input {
    width: 100%;
    max-width: 15rem;
  }

  .nav__search span {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
  }

  .header__container {
    padding-top: 0;
  }

  .deals__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .deals__card:nth-child(1) {
    grid-column: 1/4;
  }

  .about__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .about__content {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .about__image {
    grid-area: 1/2/2/3;
  }

  .product__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .client__card {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: left;
  }

  .footer__container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width > 1024px) {
  .deals__container {
    grid-template-columns: repeat(4, 1fr);
  }

  .deals__card:nth-child(1) {
    grid-column: unset;
  }

  .about__grid {
    gap: 4rem 2rem;
  }
}

/* about page */
.big-bg1 {
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)) ,url(./assets/RE7-Picsart-AiImageEnhancer.jpg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-bg1 .bg-content1 {
    text-align: center;
    color: #FFF;
}
.big-bg1 .bg-content1 h1 {
    font-size: 55px;
}
.big-bg1 .bg-content1 hr {
    background: #FFF;
    width: 35%;
    height: 1px;
    margin: 10px auto 13px auto;
}
.big-bg1 .bg-content1 .bg-link {
    margin-top: 16px;
}
.big-bg1 .bg-content1 .bg-link a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #FFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.bg-content1 .bg-link a::before {
    position: absolute;
    content: "";
    background: #fff00f;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s ease-in-out;
}
.bg-content1 .bg-link a:hover::before {
    left: 0%;
}
.bg-content1 .bg-link a:hover {
    border-color: #e36036;
    color: #e36036;
}
.who{
    text-align:center;
    width:75%;
    margin:auto;
}
@media(max-width: 991px) {
    .big-bg1 .bg-content1 h1 {
        font-size: 50px;
    }
    .big-bg1 .bg-content1 p {
        font-size: 15px;
    }
    .big-bg1 .bg-content1 .bg-link a {
        font-size: 15px;
    }
    .who{
    text-align:left;
    width:100%;
    padding:10px;
    margin:auto;
}
}

@media(max-width: 768px) {
    .big-bg1 .bg-content1 h1 {
        font-size: 43px;
    }
    .big-bg1 .bg-content1 p {
        font-size: 14px;
    }
    .big-bg1 .bg-content1 .bg-link a {
        font-size: 14px;
    }
}

@media(max-width: 576px) {
    .big-bg1 .bg-content1 {
        padding: 0px 15px;
    }
    .big-bg1 .bg-content1 hr {
        width: 130px;
    }
    .big-bg1 .bg-content1 br {
        display: none;
    }
    .big-bg1 .bg-content1 h1 {
        font-size: 28px;
    }
    .big-bg1 .bg-content1 p {
        font-size: 13px;
    }
    .big-bg1 .bg-content1 .bg-link a {
        font-size: 13px;
    }
}


.about-us .container {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.about-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-img {
  flex: 1;
  min-width: 280px;
  border-radius: 8px;
  object-fit: cover;
}

.about-text {
  flex: 2;
  min-width: 300px;
}

.about-text h1 {
  font-size: 2.5rem;
  color: #333;
}

.about-text h5 span {
  color: #007BFF;
}

.about-text p {
  margin: 10px 0;
  width:80%;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .about-img {
    max-width: 100%;
    height: auto;
  }
  .about-text p{
      width:100%;
  }
}
/* core values */
.box p{
color:var(--grayishBlue);
}
.box{
  border-radius:5px;
  box-shadow:0px 30px 40px -20px var(--grayishBlue);
  padding:30px;
  margin:20px;
}
.box:hover{
    transform: translateY(-10px);
    transition: all 0.3s;
}
.box img{
  float:right;
}
@media(max-width:450px){
  .box{
    height:200px;
  }
  .box img{
    padding-bottom:100px;
    padding:20px;
    margin-top:-70px;
    margin-right:-20px;
  }
  .red img{
       padding-bottom:100px;
    padding:30px;
    margin-top:-50px;
    margin-right:-20px;
  }
    .blue img{
       padding-bottom:100px;
    padding:30px;
    margin-top:-50px;
    margin-right:-20px;
  }
      .wrapper2 .orange img{
       padding-bottom:100px;
    padding:30px;
    margin-top:-80px;
    margin-right:-20px;
  }
     .wrapper2 .yellow img{
       padding-bottom:100px;
    padding:30px;
    margin-top:-80px;
    margin-right:-20px;
  }
  .wrapper2  {
    margin-top:-100px;
    gap:0rem;
  }
    .wrapper2 .yellow  {
    margin-top:50px!important;
  }
  /*.wrapper2 .box img{*/
  /*  margin-top:-50px!important;*/
  /*}*/
}

@media(max-width: 950px) and (min-width: 450px){
.box{
  text-align:center;
height:180px;
}
}
.cyan{
  border-top:3px solid var(--cyan);
}
.red{
  border-top:3px solid var(--red);
}
.blue{
  border-top:3px solid var(--blue);
}
.orange{
  border-top:3px solid var(--orange);
}
.yellow{
  border-top:3px solid var(--yellow);
}
.box h2{
  color:var(--varDarkBlue);
  font-weight:var(--weight3);
}
.wrapper2 .orange{
 margin-top:150px;
}
.wrapper2 .yellow{
  margin-top:145px;
}
@media (min-width:950px){
  .wrapper1{
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper2{
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .box-down{
    position:relative;
    top:150px;
  }
  .box{
    width:20%;
  }
}
/* about card */
.card-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px;
  margin:auto;
  width: 100%;
  max-width: 1200px;
}

.card {
    background:#e36036;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card h2 {
  margin-bottom: 10px;
  font-size:20px;
  color: #ffcc00;
}

.card p {
  font-size: 14px;
  line-height: 1.5;
  color: #ddd;
}
/* services page */

.gallery-section{
  width: 100%;
  padding: 60px 0;
  background: #f1f1f1;
}

.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.gallery-section h2{
  text-align: center;
  text-transform: uppercase;
  color: #df6034;
}

.border{
  width: 180px;
  height: 4px;
  background: #333;
  margin: 30px auto;
}

.gallery-section .gallery{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.gallery-section .image{
  flex: 25%;
  overflow: hidden;
  cursor: pointer;
}

.gallery-section .image img{
  width: 100%;
  height: 100%;
  margin-left:10px;
  transition: 0.4s;
}


/*.gallery-section .image:hover img{*/
/*  transform: scale(1.4) rotate(15deg);*/
/*}*/

@media screen and (max-width:960px) {
  .gallery-section .image{
    flex: 33.33%;
  }
}

@media screen and (max-width:768px) {
  .gallery-section .image{
    flex: 50%;
  }
  .gallery-section h2{
      font-size:20px;
  text-align: center;
  text-transform: uppercase;
  color: #df6034;
}

}

@media screen and (max-width:480px) {
  .gallery-section .image{
    flex: 100%;
  }
}


/* industries page */
.client{
  width:100%;
  padding-bottom:30px;
}
.client .row{
  display:flex;
  justify-content: center;
  align-items: center;
}
.client .row div img{
 height:200px!important;
 width:100%;
  border-radius:20px!important;
}
.client .row div .section-subtitle{
  color:#df6034;
  font-weight:bold;
  font-size:20px;

}
/* contact us page */
.big-bg2{
    background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),url(./assets/2commercial-kitchen-.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-bg2 .bg-content2{
    text-align: center;
    color: #FFF;
}
.big-bg2 .bg-content2 h1{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    font-size: 55px;
}

.big-bg2 .bg-content2 hr{
    background: #FFF;
    width: 35%;
    height: 1px;
    margin: 10px auto 13px auto;
}
.big-bg2 .bg-content2 .bg-link{
    margin-top: 16px;
}
.big-bg2 .bg-content2 .bg-link a{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #FFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.bg-content2 .bg-link a::before{
    position: absolute;
    content: "";
    background:#fff00f;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s ease-in-out;
}
.bg-content2 .bg-link a:hover::before{
    left: 0%;
}
.bg-content2 .bg-link a:hover{
    border-color: #e36036;
    color:#e36036;
}

@media(max-width: 991px){
    .big-bg2 .bg-content2 h1{
        font-size: 50px;
    }
    .big-bg2 .bg-content2 p{
        font-size: 15px;
    }
    .big-bg2 .bg-content2 .bg-link a{
        font-size: 15px;
    }
}

@media(max-width: 768px){
    .big-bg2 .bg-content2 h1{
        font-size: 43px;
    }
    .big-bg2 .bg-content2 p{
        font-size: 14px;
    }
    .big-bg2 .bg-content2 .bg-link a{
        font-size: 14px;
    }
}

@media(max-width: 576px){
    .big-bg2 .bg-content2{
        padding: 0px 15px;
    }
    .big-bg2 .bg-content2 hr{
        width: 130px;
    }
    .big-bg2 .bg-content2 br{
        display: none;
    }
    .big-bg2 .bg-content2 h1{
        font-size: 28px;
    }
    .big-bg2 .bg-content2 p{
        font-size: 13px;
    }
    .big-bg2 .bg-content2 .bg-link a{
        font-size: 13px;
    }
}

.contact {
    position: relative;
    width: 100%;
    display:flex;
    padding: 45px 0;
}
.contact .section-header h2{
  color:#df6034;
  font-weight:bold;
  margin-bottom:20px;
  font-size:30px!important;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background:#ffc737;
}

.contact .col-md-6:last-child {
    background: #df6034;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid #df6034;
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #069fe2;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color:#df6034;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}
.form-group label{
    color:#ffc737;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color:#df6034;
    background:#ffc737;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color:#ffc737;
    background:#df6034;
    border:1px solid #ffc737;
    transform: scale(1.1);
    transition:0.3s;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
