
html, body{
  height: 100% !important;
  width: 100% !important;
  margin: 0;
  box-sizing: border-box;
  font-family: Inter;
  font-weight: 400;
}
#root{
  min-height: 100%;
}
:root{
  --button-bg : linear-gradient(to right, #CB8D39,#B76900);
  --main-color : #FFC91D;
  /* --light-black : #6a5e54; */
  --light-black : #494745;
  --dark-black : #313131;
  --description-color: #545454;
  --light-grey: #F7F7F7;
  --common-description: #8b8b8b;
  --blue: #0B409C;
  --dark-blue: #011B41;
  --light-yellow: #FFE867;
}
.common-container{
  position: relative;
  width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
.main-heading{
  font-size: 32px;
  font-family: Inter;
  font-weight: 800;
  color: #FFF;
}
.sub-heading{
  font-size: 24px;
  font-family: Inter;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: uppercase;
}
.clients-section-heading{
  font-family: Inter;
  font-weight: 700;
  font-size: 38px;
  line-height: 130%;
  text-transform: uppercase;
  padding-top: 90px;
  max-width: 600px;
  color: var(--dark-blue);
  text-align: 'center';
}
.content-wrapper{
  padding-top: 60px;
  padding-bottom: 60px;
}
.common-description{
  font-size: 20px;
  color: var(--description-color);
  font-family: Inter;
  font-weight: 400;
}
.common-subtitle{
  font-size: 20px;
  color: var(--description-color);
  font-family: Inter;
  font-weight: 400;
}
.get-quote-btn{
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  border: none;
  color: white;
  outline: none;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  background: var(--dark-black);
  transition: all 0.1s;
  border-radius: 4px;
}
.get-quote-btn:hover{
  background: #6e6e6e;
}
.home-top-quote-button{
  margin-top: 60px;
}
.common-section-padding{
  padding: 60px 0;
}
.product-description-title{
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 20px;
}
.home-blog-title {
  font-size: 18px;
  font-family: Inter;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  transition: all 0.2s;
}
.home-blog-title:hover,
.home-blog-read-more:hover {
  color: #464646;
}
.home-blog-decription {
  font-size: 15px;
  font-family: Inter;
  font-weight: 400;
  color: var(--light-black);
  margin-top: 4px;
  margin-bottom: 12px;
}
.home-blog-read-more {
  font-size: 15px;
  font-family: Inter;
  font-weight: 500;
  color: var(--main-color);
}

.term-title{
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  color: var(--dark-black);
  margin-bottom: 14px;
}
.term-description{
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  color: var(--light-black);
  margin-bottom: 30px;
}
.food-box-content{
  display: none;
}
.food-box-content-active{
  display: block;
}
.cartoon-box{
  height: 150px;
}
.specification-name{
  font-size: 18px;
  font-family: Inter;
  font-weight: 600;
  color: var(--dark-black);
  min-width: 300px;
}
.specification-value{
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  color: var(--common-description);
}


.thanks-modal-container{
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  padding: 30px;
  display: none;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.thanks-modal-container-active{
  display: flex;
  visibility: visible;
  transition: all 0.3s;
}
.modal-card{
  padding: 30px;
  width: 400px;
  width: 100%;
  background: #FFF;
  border: 2px solid var(--main-color);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thanks-title{
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  color: var(--dark-black);
}
.thanks-decsription{
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  color: var(--common-description);
  margin: 8px 0 20px 0;
  text-align: center;
}
.modal-close-btn{
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  padding: 6px 16px;
  color: white;
  background: #011B41;
  border: none;
  outline: none;
  border-radius: 12px;
}


@media(max-width: 1400px){
  .common-container{
    width: 1100px;
  }
  .main-heading{
    font-size: 32px;
  }
  .common-subtitle{
    font-size: 18px;
  }
  .content-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sub-heading{
    font-size: 22px;
  }
  .common-description{
    font-size: 18px;
  }
  .clients-section-heading{
    font-size: 34px;
    padding-top: 60px;
  }
}


@media(max-width: 1200px){
  .common-container{
    width: 980px;
  }
  .main-heading{
    font-size: 24px;
  }
  .common-subtitle{
    font-size: 16px;
  }
  .sub-heading{
    font-size: 20px;
  }
  .clients-section-heading{
    font-size: 32px;
    padding-top: 60px;
  }
}

@media(max-width: 991px){
  .common-container{
    width: 760px;
  }
  .main-heading{
    font-size: 26px;
  }
  .sub-heading{
    font-size: 18px;
  }
  .clients-section-heading{
    font-size: 28px;
    padding-top: 60px;
  }
  .common-description{
    font-size: 16px;
  }
}

@media(max-width: 768px){
  .common-container{
    padding: 0 24px;
    width: 100%;
  }
  .common-subtitle {
    font-size: 14px;
  }
  .common-section-padding{
    padding: 40px 24px;
  }
  .get-quote-btn{
    font-size: 13px;
    padding: 0 16px;
  }
  .product-description-title{
    font-size: 20px;
    margin-bottom: 14px;
  }
  .home-blog-title{
    font-size: 17px;
  }
  .term-title{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .term-description{
    font-size: 13px;
    margin-bottom: 24px;
  }
  .specification-name{
    font-size: 14px;
    min-width: 140px !important;
  }
  .specification-value{
    font-size: 14px;
  }
  .clients-section-heading{
    font-size: 24px;
    padding-top: 50px;
  }
  .common-description{
    font-size: 14px;
  }
}
