body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Karla", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  padding: 0px 36px;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  display: inline-block;
  z-index: 99999;
  background-color: #fff;
}

.header .navbar {
  justify-content: space-between !important;
  align-items: center;
}

.header .web-logo {
  flex-grow: 1;
}

.header .navbar-brand img {
  /* width: 351px;
  height: 74px;
  object-fit: cover; */
  height:32px;
  object-fit: contain;
}

.header .navbar-brand{
  margin-right:0px;
}

.header .header-icons {
  flex-grow: 1;
  text-align: right;
}

.header .header-icons i {
  color: #000;
  font-size: 28px;
  margin-left: 20px;
  gap: 15px;
}

header .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.header .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px 16px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-toggle::after {
  display: none;
}

.chat-icon {
  position: fixed;
  bottom: 10px;
  right: 0px;
}

.common-btn {
  background-color: #fff;
  color: #202844;
  padding: 16px 45px;
  line-height: 79px;
  border-radius: 4px solid #fff;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}

.common-btn:hover {
  background-color: transparent;
  border: 4px solid #fff;
  color: #fff;
}

/* banner section start */

.banner-section {
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner-section video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-section .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-section .banner-content p {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  line-height: 23px;
  font-family: "Karla", sans-serif;
}

.banner-section .banner-content h2 {
  font-size: 60px;
  line-height: 60px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Karla", sans-serif;
}

/* banner section end */

/* slider section start */

.slider-section {
  padding: 25px 0;
}

.slider-section .slider-box img {
  width: 100%;
  height: 430px;
  object-fit: contain;
}

.slider-section .owl-nav button.owl-prev,
.slider-section .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  background-color: #fff;
  height: 50px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Karla", sans-serif;
}

.slider-section .owl-nav button.owl-prev {
  left: -1%;
}

.slider-section .owl-nav button.owl-next {
  right: -1%;
}

.slider-section .owl-nav i {
  color: #000;
  font-size: 20px;
}

.slider-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.slider-section .slider-content {
  margin-top: 10px;
}

.slider-section .slider-content p {
  color: #d84242;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.slider-section .slider-content h4 {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 5px;
}

.slider-section .slider-content del {
  color: #989898;
}

/* slider section end */

/* cloths section start */

.cloths-section {
  padding-top: 30px;
}

.cloths-section .cloths-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cloths-section .cloths-content h4 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

/* cloths section end */

/* images sction start */

.images-section {
  padding-top: 15px;
}

.images-section .images-box {
  position: relative;
}

.images-section .images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-section .images-box .images-content {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.images-section .images-content h4 {
  color: #fff;
  font-size: 25px;
  font-family: "Karla", sans-serif;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  margin-bottom: 20px;
}

.images-section .images-content .shop-btn {
  font-size: 20px;
  border: 3px solid #fff;
  padding: 12px 61px;
  color: #fff;
}

.images-section .images-content .shop-btn:hover {
  background-color: #fff;
  color: #000;
}

/* images sction start */

.collection-section {
  margin-top: 20px;
  background-image: url(../images/Thermal_Hero2.webp);
  width: 100%;
  height: 700px;
  position: relative;
}

.collection-section .box {
  position: absolute;
  top: 50%;
  right: 9%;
}

.collection-section .box .collection-content p {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.collection-section .box .collection-content h2 {
  color: #fff;
  font-size: 40px;
  line-height: 22px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  font-family: "Karla", sans-serif;
  font-weight: 700;
}

.comfort-section {
  padding-top: 20px;
}

.comfort-section .image-box {
  position: relative;
}

.comfort-section .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comfort-section .image-box .image-content {
  position: absolute;
  left: 4%;
  bottom: 3%;
}

.comfort-section .image-box .image-content p {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  font-family: "Karla", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.comfort-section .image-box .image-content h2 {
  color: #fff;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
}

.amenties-section {
  padding-top: 30px;
}

.amenties-section .slider-card {
  text-align: center;
}

.amenties-section .slider-card span {
  color: #000;
  font-size: 60px;
}

.amenties-section .slider-card h4 {
  color: #000;
  font-size: 24px;
}

.amenties-section .slider-card img {
  width: 170px;
  height: 60px;
  margin: auto;
}

.amenties-section .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background-color: #989898;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 127px;
  left: 0px;
}

.amenties-section .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  background-color: #989898;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 127px;
  right: 0px;
}

.seller-section .seller-img-box {
  position: relative;
}

.seller-section .seller-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seller-section .seller-img-box .seller-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.seller-section .seller-img-box .seller-content p {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-family: "Karla", sans-serif;
}

.seller-section .seller-img-box .seller-content h2 {
  font-size: 60px;
  color: #fff;
}
.footer-section {
  background-color: #97999b;
  color: #fff;
  padding-left: 48px;
  padding-top: 56px;
}

.footer-section .footer-top h3 {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 8px;
  font-family: "Karla", sans-serif;
  color: #fff;
}
.footer-section .footer-top ul a {
  color: #fff;
  font-size: 12px;
  font-family: "Karla", sans-serif;
}

.footer-section .form-content {
  display: flex;
  justify-content: center;
}

.footer-section .form-content form h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Karla", sans-serif;
  line-height: 24px;
}

.footer-section .form-content form span {
  color: #fff;
  font-size: 12px;
  font-family: "Karla", sans-serif;
  margin-top: 8px;
}

.footer-section .form-content form .input-box {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section .form-content form input {
  border: 1px solid #e8e8e8;
  padding: 12px 20px;
}

.footer-section .form-content form input::placeholder {
  font-size: 12px;
}

.footer-section .form-content form button {
  border: 1px solid #c0c0c0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding: 14px 15px;
  font-weight: bold;
}

.footer-section .form-content form button:hover {
  border: 1px solid #000;
}

.footer-section .social-icon {
  display: flex;
  gap: 6px;
  margin-top: 100px;
}

.icons2 {
  margin-left: 16px;
}

.footer-section .social-icon .app-store {
  margin-right: -10px;
}

.footer-section .social-icon .icons {
  display: flex;
  align-items: center;
}

.footer-section .social-icon .icons i {
  font-size: 27px;
  color: #fff;
  margin-right: 4px;
}

.footer-section .copyright {
  margin-top: 41px;
  margin-bottom: 19px;
}

.footer-section .copyright p {
  font-size: 14px;
}

.footer-section .select-box {
  margin-top: 100px;
  text-align: center;
}

.footer-section .select-box select {
  padding: 1px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #625c5c;
}

.footer-logo {
  display: none;
}
.footer-top ul {
  margin: 0;
  list-style: none;
}
.slider-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.chat-icon {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 43px;
  bottom: 26px;
  z-index: 28;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px #0000000d, 0 4px 8px 3px #00000013;
  /* cursor: pointer; */
  /* background-color: transparent; */
}

.chat-icon:hover {
  color: #000;
}

.social-icon-box {
  display: flex;
  align-items: center;
  margin-top: 86px;
}

.footer-section .social-icon {
  margin-top: 0px;
}

.comfort-section .image-box3{
  height:622px;
}

/* media quries  */

@media (max-width: 992px) {
  .header {
    padding:13px 22px;
  }

  .header .navbar {
    justify-content: space-between !important;
    align-items: center;
  }
  .header .header-icons i {
    font-size: 23px;
    margin-left: 0px;
  }

  .header .navbar-brand img {
    width: 132px;
    height: auto;
    object-fit: contain;
}

.header .navbar-toggler i{
  font-size:27px;
}


  .banner-section {
    height: 461px;
  }
  .banner-section .banner-content {
    top: 74%;
  }

  .banner-section .banner-content p {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .banner-section .banner-content h2 {
    font-size: 20px;
    line-height: 37px;
  }

  .common-btn {
    padding: 15px 34px;
  }

  .header .header-icons {
    flex-grow: 0;
    text-align: right;
  }

  .header .web-logo {
    flex-grow: 0;
  }

  .navbar-brand {
    margin-right: 0px;
  }


  .navbar-brand {
    margin-right: 0px;
  }

  .banner-section .banner-content p {
    font-size: 14px;
  }

  .banner-section .banner-content h2 {
    font-size: 37px;
    line-height: 17px;
  }

  .images-section .images-box .images-content {
    bottom: 8%;
  }

  .images-section .images-content h4 {
    margin-bottom: 18px;
  }

  .images-section .images-content .shop-btn {
    font-size: 17px;
    border: 3px solid #fff;
    padding: 8px 9px;
    color: #fff;
  }

  .comfort-section .image-box3 {
    height: auto;
}

  .collection-section {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .footer-section {
    /* padding-left: 23px; */
    padding: 28px;
  }

  .footer-section .footer-top h3 {
    font-size: 25px;
    padding-top: 20px;
  }

  .footer-section .footer-top ul a {
    color: #fff;
    font-size: 15px;
  }

  .social-icon-box {
    flex-direction: column-reverse;
  }

  .footer-section .select-box {
    margin-top: 0px;
  }

  .social-icon-box {
    margin-top: 0px;
  }

  .footer-section .social-icon {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-logo {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .footer-logo img {
    height: 31px;
    object-fit: contain;
  }

  .footer-section .form-content {
    width: 100%;
    display: block;
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .footer-section .form-content form input {
    width: 100%;
  }

  .chat-icon {
    right: 11px;
    bottom: 10px;
}
}

@media (max-width: 768px) {
  .header {
    padding: 10px;
  }

  .header .navbar {
    justify-content: space-between !important;
    align-items: center;
  }
  .header .header-icons i {
    font-size: 23px;
    margin-left: 0px;
  }

  .header .navbar-brand img {
    height: 23px;
    object-fit: contain;
  }
  .banner-section {
    height: 461px;
  }
  .banner-section .banner-content {
    top: 74%;
  }

  .banner-section .banner-content p {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .banner-section .banner-content h2 {
    font-size: 20px;
    line-height: 37px;
  }

  .common-btn {
    padding: 15px 34px;
  }

  .ico-hide {
    display: none;
  }

  .header .header-icons {
    flex-grow: 0;
    text-align: right;
  }

  .header .web-logo {
    flex-grow: 0;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  .slider-section .owl-nav button.owl-prev {
    left: -2%;
  }

  .slider-section .owl-nav button.owl-prev,
  .slider-section .owl-nav button.owl-next {
    height: 33px;
    width: 33px;
  }

  .slider-section .owl-nav button.owl-prev,
  .slider-section .owl-nav button.owl-next {
    top: 23%;
  }

  .slider-section .owl-nav button.owl-next {
    right: -2%;
  }

  .images-section .images-box {
    padding-bottom: 27px;
  }

  .images-section .images-box .images-content {
    position: absolute;
    bottom: 12%;
    left: 5%;
  }

  .images-section .images-content h4 {
    margin-bottom: 23px;
  }

  .images-section .images-content .shop-btn {
    padding: 9px 19px;
  }

  .collection-section {
    height: 351px;
    background-position-x: right;
  }

  .collection-section .box {
    top: 28%;
    left: 18%;
  }

  .collection-section .box .collection-content h2 {
    font-size: 32px;
    line-height: 31px;
  }

  .comfort-section .image-box .image-content {
    bottom: 6%;
  }

  .comfort-section .image-box {
    padding-bottom: 18px;
  }

  .comfort-section .image-box .image-content p {
    font-size: 14px;
    line-height: 5px;
  }

  .seller-section .seller-img-box .seller-content h2 {
    font-size: 14px;
    line-height: 1px;
  }

  .seller-section .seller-img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .seller-section .seller-img-box .seller-content {
    top: 73%;
  }

  .footer-section {
    /* padding-left: 23px; */
    padding: 28px;
  }

  .footer-section .footer-top h3 {
    font-size: 25px;
    padding-top: 20px;
  }

  .footer-section .footer-top ul a {
    color: #fff;
    font-size: 15px;
  }

  .social-icon-box {
    flex-direction: column-reverse;
  }

  .footer-section .select-box {
    margin-top: 0px;
  }

  .social-icon-box {
    margin-top: 0px;
  }

  .footer-section .social-icon {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-logo {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-logo img {
    height: 31px;
    object-fit: contain;
  }

  .chat-icon {
    right: 9px;
    bottom: 9px;
}
}