/*==============================
** Main Scss
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;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");
@media only screen and (max-width: 767px) {
  .container {
    padding: 0px 20px;
  }
}

/*=====  section-title  ======*/
/*=====  section-title-end  ======*/
.section-title span.pretitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
  color: #2DA85C;
  text-transform: uppercase;
}
@media screen and (max-width: 1499px) {
  .section-title span.pretitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title span.pretitle {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-title h2 {
  margin-bottom: 16px;
}
.section-title img {
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .section-title img {
    max-width: 220px;
  }
}

/*=====  button-css-start  ======*/
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding: 13px 18px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 8px;
}
@media screen and (max-width: 1499px) {
  .btn {
    font-size: 17px;
    line-height: 24px;
    padding: 11px 18px;
  }
}
@media only screen and (max-width: 991px) {
  .btn {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 16px;
  }
}
.btn-main {
  background-color: #2DA85C;
  border-color: #2DA85C;
  color: #fff;
}
.btn-main:hover {
  background-color: #FF6347;
  border-color: #FF6347;
}
.btn-main:focus {
  background-color: #FF6347;
  border-color: #FF6347;
}
.btn-main:active {
  background-color: #FF6347;
  border-color: #FF6347;
}
.btn-secondary {
  background-color: #FF6347;
  border-color: #FF6347;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #2DA85C;
  border-color: #2DA85C;
}
.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
}
.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn-outline-light:hover {
  border-color: #2DA85C;
  background-color: #2DA85C;
  color: #fff;
}
.btn-outline-main {
  border-color: #2DA85C;
  color: #2DA85C;
}
.btn-outline-main:hover {
  border-color: #2DA85C;
  background-color: #2DA85C;
  color: #fff;
}

/*=====  button-css---end  ======*/
/*=====  social-css--start  ======*/
.social {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*=====  social-css----edn  ======*/
/*=====  checkbox  ======*/
.checkItem input {
  display: none;
}
.checkItem input:checked ~ label {
  color: #FF6347;
}
.checkItem input:checked ~ label span.ind::after {
  opacity: 1;
}
.checkItem label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 24px;
  line-height: 31px;
  color: #787878;
  cursor: pointer;
}
@media only screen and (max-width: 1399px) {
  .checkItem label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkItem label {
    font-size: 17px;
  }
}
.checkItem label span.ind {
  width: 25px;
  height: 25px;
  border: 2px solid #C6C6C6;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  top: 3px;
}
.checkItem label span.ind::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background-color: #FF6347;
  content: "";
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}

/*=====  checkbox  ======*/
/*===== swiper-js nav  ======*/
.sw-btns button {
  position: absolute;
  width: 48px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  top: 0px;
  z-index: 11;
  border: none;
  left: 0px;
}
.sw-btns button span {
  width: 33px;
  height: 33px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #080808;
  font-size: 24px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.sw-btns button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.sw-btns button:last-child {
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.1));
  left: auto;
  right: 0px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #D9D9D9;
}
.swiper-pagination-bullet-active {
  background: #3C3C3C;
}

/*===== swiper-js nav  ======*/
/*=====  Bradecrumb  ======*/
.breadcrumb li {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li::after {
  position: absolute;
  right: 0px;
  top: 8px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
}
.breadcrumb li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumb-bg li {
  background-color: #FF6347;
}
.breadcrumb-bg li a {
  background-color: #FF6347;
}

/*=====  Bradecrumb--end  ======*/
/*=====  Filter-start  ======*/
.filter-grid {
  background-color: #FEF2EF;
  border-radius: 8px;
  padding: 4px;
}
.filter-grid button {
  padding: 10px 18px;
  border-radius: 4px;
  border: none;
  background-color: #FEF2EF;
}
@media only screen and (max-width: 340px) {
  .filter-grid button {
    padding: 10px 10px;
  }
}
.filter-grid button.active {
  background-color: #FF6347;
}
.filter-grid button.active svg path {
  fill: #fff;
}
.filter-select .nice-select {
  border: 1px solid #787878;
  line-height: 47px;
  height: 47px;
  border-radius: 8px;
  flex: 0 0 auto;
  width: 200px;
  color: #787878;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .filter-select .nice-select {
    padding: 0px 10px;
    width: 180px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 340px) {
  .filter-select .nice-select {
    padding: 0px 10px;
    width: 160px;
    font-size: 14px;
  }
}
.filter-select .nice-select::after {
  border-color: #787878;
  width: 9px;
  height: 9px;
  right: 19px;
  margin-top: -5px;
}
.filter-select .nice-select .list {
  border-radius: 0px;
  width: 100% 0;
}

/*=====  Filter----end  ======*/
/*=====  Pagination-start  ======*/
.pagination {
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    gap: 6px;
  }
}
.pagination li a {
  border-color: #CECECE;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-family: "Inter";
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .pagination li a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
  }
}
.pagination li a.active {
  background-color: #2DA85C;
  color: #fff;
  border-color: #2DA85C;
}
.pagination li a:hover {
  background-color: #2DA85C;
  color: #fff;
  border-color: #2DA85C;
}
.pagination li a:focus {
  outline: none;
  background-color: #fff;
  box-shadow: none;
}

/*=====  pagination----end  ======*/
/*=====  Form  ======*/
.form-control {
  border-color: #CFCFCF;
  height: 72px;
  border-radius: 8px;
  padding: 0px 24px;
  font-size: 20px;
  color: #777777;
  font-weight: normal;
  resize: none;
}
@media only screen and (max-width: 1399px) {
  .form-control {
    height: 52px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .form-control {
    height: 48px;
    font-size: 16px;
    line-height: 25px;
  }
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FF6347;
}
.form-control::placeholder {
  columns: #777777;
  font-size: 20px;
}
@media only screen and (max-width: 1399px) {
  .form-control::placeholder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .form-control::placeholder {
    font-size: 16px;
  }
}

textarea.form-control {
  height: 230px;
  padding-top: 22px;
  padding-bottom: 22px;
}

/*=====  form  ======*/
/*=====  nice-select  ======*/
.nice-select {
  height: 72px;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  line-height: 72px;
  font-size: 20px;
  color: #3C3C3C;
  padding: 0px 24px;
}
@media only screen and (max-width: 1399px) {
  .nice-select {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nice-select {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
.nice-select:focus {
  outline: none;
  border-color: #FF6347;
}
.nice-select::after {
  width: 10px;
  height: 10px;
  border-color: #3C3C3C;
  right: 24px;
  margin-top: -6px;
}

/*=====  nice-select  ======*/
/*=====  magnigic popup  ======*/
img.mfp-img {
  width: 400px;
  max-width: 400px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  img.mfp-img {
    width: 300px;
  }
}

.mfp-pager {
  width: 100%;
  position: fixed;
  z-index: 20;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mfp-pager::after {
  clear: both;
  display: block;
  content: "";
}
.mfp-pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.mfp-pager li .arrow {
  position: relative;
  top: 2px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: url(/temas/claraboia/html/img/sprite.png) no-repeat;
  width: 18px;
  height: 11px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  position: relative;
}
.mfp-pager li .prev {
  background-position: -20px -22px;
}
.mfp-pager li .next {
  background-position: -20px -40px;
}
.mfp-pager .arrow {
  display: none;
}
.mfp-pager .arrow_next {
  display: inline-block;
}
.mfp-pager .arrow_next button {
  vertical-align: middle;
  border: none;
}
.mfp-pager .arrow_prev {
  display: inline-block;
}
.mfp-pager .arrow_prev button {
  vertical-align: middle;
  border: none;
}
.mfp-pager .dots {
  vertical-align: top;
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  position: relative;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .mfp-pager .dots {
    justify-content: flex-start;
  }
}
.mfp-pager .dots li {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 4px;
  flex: 0 0 auto;
  width: max-content;
}
.mfp-pager .dots li span {
  display: none !important;
}
.mfp-pager .dots li.active {
  border: 2px solid #FF6347;
}
.mfp-pager .dots li button {
  background-color: transparent;
  padding: 0px;
  border: none;
}
.mfp-pager .dots li button img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.mfp-pager .dots li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #666;
  text-indent: -9999px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  border: none;
}

/*=====  magnigic popup  ======*/
/*=====    ======*/
/*=====    ======*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px; /*  base font size  15px= 1em*/
  margin: 0;
  padding: 0 !important;
  color: #303030;
  overflow-x: hidden;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
  margin-bottom: 0.5416666667em;
}

h2 {
  font-size: 32px;
  line-height: 1.4444444444;
  margin-bottom: 0.7222222222em;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
  margin-bottom: 1.0833333333em;
}

h4 {
  font-size: 21px;
  line-height: 1.2380952381;
  margin-bottom: 1.2380952381em;
}

h5 {
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 1.4444444444em;
}

h6 {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 1.625em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.fs-1 {
  font-size: 48px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 1499px) {
  .fs-1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
  }
}
@media only screen and (max-width: 1399px) {
  .fs-1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
}

.fs-2 {
  font-size: 32px !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 1499px) {
  .fs-2 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
}

.ff-poppins {
  font-family: "Poppins", sans-serif !important;
}

.ff-inter {
  font-family: "Inter", sans-serif !important;
}

.ff-lato {
  font-family: "Inter", sans-serif !important;
}

p {
  font-size: 16px;
  color: #303030;
  margin: 0 0 1.625em;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #303030;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #2DA85C !important;
}

.text-secondary {
  color: #FF6347 !important;
}

.bg-primary {
  background-color: #2DA85C !important;
}

.bg-secondary {
  background-color: #FF6347 !important;
}

.bg-grey {
  background-color: #F4F4F4 !important;
}

/*header --- css  */
.header {
  background-color: #F8F8F9;
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 24px 0px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav {
    padding-top: 20px;
  }
}
.header-nav ul {
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  .header-nav ul {
    gap: 14px;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
}
.header-nav ul li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-nav ul li:hover > a {
  color: #2DA85C;
}
.header-nav ul li:hover > a svg path {
  fill: #2DA85C;
}
.header-nav ul li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #656262;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: 0.3s;
  padding: 58px 0px;
}
@media screen and (max-width: 1499px) {
  .header-nav ul li a {
    padding: 40px 0px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav ul li a {
    padding: 0px 0px;
    justify-content: flex-end;
  }
}
.header-nav ul li a.active {
  color: #2DA85C;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header-end {
    gap: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-end button.btn, .header-end a.btn {
    padding: 8px 14px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 340px) {
  .header-end button.btn, .header-end a.btn {
    padding: 7px 10px;
    border-radius: 8px;
  }
}
.header-search {
  background-color: #F8F8F9;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-top: 1px solid #CFCFCF;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1490196078);
  transition: 0.3s;
  opacity: 0;
  display: none;
}
.header-search.active {
  opacity: 1;
  display: flex;
}
.header-search form {
  max-width: 80vw;
  width: 100%;
}
.header-search form input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.header-search form button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/*header --- css  end*/
/*megamenu --- css  */
.megamenu {
  position: absolute;
  left: 0px;
  top: 110%;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 111;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1490196078);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.megamenu.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.megamenu-pd-1 {
  padding: 36px 0px 90px;
}
@media only screen and (max-width: 767px) {
  .megamenu-pd-1 {
    padding: 27px 20px;
  }
}
.megamenu-leaves {
  position: absolute;
  left: 0px;
  top: -50px;
  max-width: 100%;
}
.megamenu-item {
  margin-bottom: 40px;
}
.megamenu-item h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.megamenu-item ul li a {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #787878;
  padding: 5px 0px;
}
@media only screen and (max-width: 767px) {
  .megamenu-item ul li a {
    font-size: 18px;
  }
}
.megamenu-offer .figure {
  max-width: 506px;
}
.megamenu-offer .figure img {
  max-width: 100%;
  height: 476px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.megamenu-offer .figure-caption {
  margin-top: 15px;
  font-size: 24px;
  line-height: 36px;
  color: #787878;
}

/*megamenu --- css  end*/
/* hero */
.hero-page {
  padding: 100px 0px 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1399px) {
  .hero-page {
    padding: 70px 0px 80px;
  }
}
.hero-page__content {
  max-width: 920px;
}
@media only screen and (max-width: 1399px) {
  .hero-page__content {
    max-width: 720px;
  }
}
.hero-page__content h1 {
  font-size: 64px;
  line-height: 83px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  .hero-page__content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-page__content h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 340px) {
  .hero-page__content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero-page__content p {
  font-size: 24px;
  line-height: 43px;
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1399px) {
  .hero-page__content p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-page__content p {
    font-size: 16px;
    line-height: 28px;
  }
}

/* hero---emd */
/*cat-csss --- css  */
.cat {
  background-color: #fff;
}
.cat .container {
  padding: 0px 0px;
}
.cat-pd-1 {
  padding: 57px 0px 37px;
}
@media only screen and (max-width: 767px) {
  .cat-pd-1 {
    padding: 40px 0px 20px;
  }
}
@media only screen and (max-width: 340px) {
  .cat-pd-1 {
    padding: 0px 0px 20px;
  }
}
.cat-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cat-wrapper {
    display: flex;
    gap: 0px;
    margin-bottom: 0px;
  }
}
.cat-item {
  min-height: 320px;
  width: 100%;
  position: relative;
  transition: 1s;
  overflow: hidden;
  border-radius: 16px;
}
.cat-item:hover .cat-item__img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1399px) {
  .cat-item {
    min-height: 270px;
  }
}
@media only screen and (max-width: 1199px) {
  .cat-item {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .cat-item {
    height: 619px;
    border-radius: 0px;
  }
}
.cat-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .cat-item__img {
    border-radius: 0px;
  }
}
.cat-item__content {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 24px 35px 24px 24px;
}
@media only screen and (max-width: 991px) {
  .cat-item__content {
    padding: 20px 18px 20px 18px;
  }
}
@media only screen and (max-width: 991px) {
  .cat-item__content {
    padding: 40px 20px 40px 20px;
  }
}
.cat-item__content h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cat-item__content h3 br {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .cat-item__content h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .cat-item__content h3 {
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .cat-item__content h3 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .cat-item__content h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
.cat-item-1 {
  grid-area: 1/1/2/2;
}
.cat-item-2 {
  grid-area: 1/2/2/3;
}
.cat-item-3 {
  grid-area: 2/1/3/2;
}
.cat-item-4 {
  grid-area: 2/2/3/3;
}
.cat-item-5 {
  grid-area: 1/3/3/4;
}
.cat-select {
  padding: 41px 0px 41px;
}
.cat-select__wrapper {
  max-width: 800px;
  border: 1px solid #CECECE;
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .cat-select__wrapper {
    border: none;
    flex-wrap: wrap;
    max-width: 335px;
  }
}
@media only screen and (max-width: 340px) {
  .cat-select__wrapper {
    border: none;
    flex-wrap: wrap;
    max-width: 280px;
  }
}
.cat-select__wrapper .nice-select {
  height: 100%;
  height: inherit;
  border: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #3C3C3C;
  font-weight: 400;
  gap: 14px;
  flex: 0 0 auto;
  width: 190px;
}
@media only screen and (max-width: 767px) {
  .cat-select__wrapper .nice-select {
    border: 1px solid #CECECE;
    border-radius: 30px;
    line-height: 60px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 340px) {
  .cat-select__wrapper .nice-select {
    line-height: 48px;
    margin-bottom: 12px;
  }
}
.cat-select__wrapper .nice-select::after {
  border-color: #3C3C3C;
  right: auto;
  position: inherit;
  margin-top: 0pc;
  top: 0;
  width: 10px;
  height: 10px;
}
.cat-select__wrapper .nice-select .list {
  width: 100%;
  border: 1px solid #CECECE;
  box-shadow: none;
  border-radius: 0px;
  border-bottom-left-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .cat-select__wrapper .nice-select .list {
    border-radius: 0px;
  }
}
.cat-select__wrapper .nice-select .list li {
  padding: 19px 30px;
  font-size: 16px;
  line-height: 1;
  height: auto;
  border-bottom: 1px solid #CECECE;
}
.cat-select__wrapper .nice-select .list li:last-child {
  border-bottom: none;
}
.cat-select__wrapper input {
  flex-grow: 1;
  border: none;
  border-left: 1px solid #CECECE;
  height: 68px;
  padding: 0px 16px;
  color: #656262;
  font-size: 18px;
  line-height: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  .cat-select__wrapper input {
    height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .cat-select__wrapper input {
    border: 1px solid #CECECE;
    height: 60px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 340px) {
  .cat-select__wrapper input {
    height: 52px;
  }
}
.cat-select__wrapper input::placeholder {
  color: #656262;
  font-size: 18px;
  line-height: 1;
}
.cat-select__wrapper button.btn {
  flex: 0 0 auto;
  width: 86px;
  padding: 0px;
  border-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.cat .sw-btns button {
  width: 50px;
  height: 100%;
  background: linear-gradient(to left, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0.7));
  border-radius: 0px;
  left: 0px;
  box-shadow: none;
}
.cat .sw-btns button span {
  width: 33px;
  height: 33px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #080808;
  font-size: 24px;
  border: none;
  background-color: #fff;
}
.cat .sw-btns button:last-child {
  left: auto;
  right: 0px;
  background: linear-gradient(to right, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0.7));
}

/*cat-csss --- css  end*/
/*Features-css --- css  */
.featured {
  background-color: #F8FBF5;
}
.featured-pd-1 {
  padding: 100px 0px 110px;
}
@media only screen and (max-width: 1399px) {
  .featured-pd-1 {
    padding: 80px 0px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-pd-1 {
    padding: 50px 0px 70px;
  }
}
.featured .section-title {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1399px) {
  .featured .section-title {
    margin-bottom: 50px;
  }
}
.featured-item {
  max-width: 225px;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .featured-item {
    max-width: 200px;
  }
}
.featured-item:hover span.bg svg path {
  fill: green;
  opacity: 1;
}
.featured-item__img {
  position: relative;
  height: 225px;
  width: 225px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1399px) {
  .featured-item__img {
    height: 180px;
    width: 180px;
  }
}
.featured-item__img .icon {
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .featured-item__img .icon {
    max-width: 60px;
  }
}
.featured-item__img span.bg {
  position: relative;
  display: block;
}
@media only screen and (max-width: 1399px) {
  .featured-item__img span.bg svg {
    height: 180px;
    width: 180px;
  }
}
.featured-item__img span.bg svg path {
  transition: 0.3s;
}
.featured-item__text h2 {
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1399px) {
  .featured-item__text h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }
}
.featured-item__text p {
  font-size: 16px;
  color: #5E5E5E;
}
@media only screen and (max-width: 767px) {
  .featured-obj {
    max-width: 100px;
  }
}

/*Features-css --- css  end*/
/*Newsletter --- css  */
.newsletter-pd-1 {
  padding: 76px 0px 50px;
}
@media only screen and (max-width: 767px) {
  .newsletter-obj-2 {
    max-width: 100px;
  }
}
.newsletter-content {
  max-width: 840px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .newsletter-content {
    max-width: 533px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content {
    max-width: 310px;
  }
}
.newsletter-content h2 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399px) {
  .newsletter-content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.newsletter-content p {
  font-size: 24px;
  line-height: 36px;
  color: #8C8C8C;
}
@media only screen and (max-width: 1399px) {
  .newsletter-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.newsletter-content p:not(:last-child) {
  margin-bottom: 30px;
}
.newsletter-content form {
  max-width: 598px;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .newsletter-content form {
    flex-wrap: wrap;
    gap: 28px;
  }
}
.newsletter-content form input {
  height: 55px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #EEEEEE;
  border: none;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .newsletter-content form input {
    height: 55px;
    border-radius: 8px;
  }
}
.newsletter-content form input::placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.newsletter-content form button.btn {
  flex: 0 0 auto;
  width: 146px;
  padding: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .newsletter-content form button.btn {
    height: 55px;
    border-radius: 8px;
    width: 100%;
  }
}
.newsletter-img {
  width: 387px;
  height: 394px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .newsletter-img {
    width: 100%;
    height: 310px;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter-img {
    width: 310px;
    height: 310px;
    margin: 0 auto;
  }
}
.newsletter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 21px;
  box-shadow: 0px 0px 60px rgba(69, 69, 69, 0.1490196078);
}

/*Newsletter --- css  end*/
/*article --- css  */
@media only screen and (max-width: 767px) {
  .article-area .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .article-area .container .col-lg-4 {
    max-width: 540px;
    margin: 0 auto;
  }
}
.article-area .swiper {
  overflow: visible;
}
.article-pd-2 {
  padding: 80px 0px 60px;
}
@media only screen and (max-width: 767px) {
  .article-pd-2 {
    padding: 50px 0px 10px;
  }
}
.article-pd-3 {
  padding: 0px 0px 80px;
}
@media only screen and (max-width: 991px) {
  .article-pd-3 {
    padding: 0px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .article-pd-3 {
    padding: 0px 0px 30px;
  }
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .article-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .article-grid.swiper-wrapper {
    display: flex;
    gap: 0px;
    padding-bottom: 40px;
  }
}
.article-wrapper .swiper-wrapper {
  display: block;
}
@media only screen and (max-width: 767px) {
  .article-wrapper .swiper-wrapper {
    display: flex;
    gap: 0px;
    padding-bottom: 40px;
  }
}
.article-item {
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 16px;
  transition: 0.3s;
}
.article-item:hover {
  box-shadow: 0px 11px 24px 0px rgba(143, 143, 143, 0.1764705882);
}
.article-item:hover .article-item__thumbnail img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .article-item {
    box-shadow: 0px 10px 40px rgba(143, 143, 143, 0.1490196078);
  }
}
.article-item__thumbnail {
  height: 274px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 1399px) {
  .article-item__thumbnail {
    height: 225px;
  }
}
.article-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: 1s;
}
.article-item__content {
  padding: 16px 30px 25px 20px;
}
@media only screen and (max-width: 1199px) {
  .article-item__content {
    padding: 16px 18px 23px 18px;
  }
}
.article-item__content h4 {
  line-height: 36px;
  margin-bottom: 8px;
  font-size: 24px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .article-item__content h4 {
    line-height: 31px;
    margin-bottom: 4px;
    font-size: 20px;
  }
}
.article-item__content p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .article-item__meta {
    flex-wrap: wrap;
  }
}
.article-item__meta .cat {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #2DA85C;
}
.article-item__view {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #787878;
  font-size: 16px;
  line-height: 20px;
}
.article-item__list {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .article-item__list {
    flex-wrap: wrap;
  }
}
.article-item__list:not(:last-child) {
  margin-bottom: 30px;
}
.article-item__list .article-item__thumbnail {
  flex: 0 0 auto;
  width: 290px;
  min-height: 323px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 1399px) {
  .article-item__list .article-item__thumbnail {
    width: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .article-item__list .article-item__thumbnail {
    min-height: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .article-item__list .article-item__thumbnail {
    width: 100%;
  }
}
.article-item__list .article-item__thumbnail img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  border-radius: 0px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .article-item__list .article-item__thumbnail img {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
  }
}
.article-item__list .article-item__meta {
  margin-bottom: 12px;
}
.article-sm {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px;
  background-color: #FBFBFB;
  border-radius: 12px;
  transition: 0.3s;
}
.article-sm:not(:last-child) {
  margin-bottom: 16px;
}
.article-sm:hover {
  box-shadow: 0px 11px 24px rgba(143, 143, 143, 0.1019607843);
}
.article-sm:hover .img img {
  transform: scale(1.1);
}
.article-sm .img {
  flex: 0 0 auto;
  width: 110px;
  height: 106px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .article-sm .img {
    width: 90px;
    height: 100px;
  }
}
.article-sm .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: 0.3s;
}
.article-sm .content .title {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .article-sm .content .title {
    font-size: 15px;
  }
}
.article-sm .content .cat {
  color: #9B9999;
}
.article-obj-1 {
  top: 0px;
}
.article-obj-2 {
  bottom: 200px;
}
.article-list ul li a {
  color: #787878;
  font-size: 20px;
  line-height: 30px;
  display: block;
  position: relative;
  padding: 5px 0px;
  padding-left: 16px;
}
.article-list ul li a:hover {
  color: #2DA85C;
}
.article-list ul li a::after {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #787878;
  border-radius: 50%;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .article-list ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .article-list ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .article-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .article-related {
    display: flex;
    gap: 0px;
  }
}
.article .swiper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .article .swiper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .article-slider {
    overflow: hidden;
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
  }
}

/*article --- css  end*/
/*sidebar --- css  */
.sidebar-item {
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 20px 20px 30px;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-item__title {
  margin-bottom: 25px;
  padding-top: 5px;
}
.sidebar-item__title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  color: #3C3C3C;
  margin-bottom: 0px;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .sidebar-item__title h3 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
  }
}
.sidebar-item__title h3::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #D0D0D0;
}

.special {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  position: relative;
  min-height: 590px;
  padding-bottom: 45px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .special {
    min-height: 520px;
  }
}
.special-obj {
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .special-obj {
    max-width: 60px;
  }
}
.special-obj-1 {
  top: 18px;
  left: 17px;
}
.special-obj-2 {
  right: 32px;
  top: 207px;
}
@media only screen and (max-width: 1399px) {
  .special-obj-2 {
    right: 14px;
    top: 158px;
  }
}
.special-obj-3 {
  left: 18px;
  top: 225px;
}
@media only screen and (max-width: 1399px) {
  .special-obj-3 {
    top: 167px;
  }
}
.special-text {
  max-width: 68%;
}
.special:hover .special-item div {
  opacity: 1;
}
.special:hover .special-item::after {
  opacity: 1;
}
.special-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.special-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.special-item h3 {
  color: #fff;
}
.special-item div {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
.special-slider {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 310px;
  width: 100%;
  height: 310px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1399px) {
  .special-slider {
    max-width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .special-slider {
    max-width: 280px;
    height: 249px;
  }
}
@media only screen and (max-width: 991px) {
  .special-slider {
    max-width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .special-slider {
    max-width: 250px;
    height: 250px;
  }
}
.tags-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.tags-wrapper a.tag-item {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #FF6347;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .tags-wrapper a.tag-item {
    font-size: 12px;
    line-height: 19px;
  }
}
.tags-wrapper a.tag-item:hover {
  background-color: #2DA85C;
}

.category .accordion-item {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: none;
  outline: none;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .category .accordion-item {
    background-color: #fff;
    margin-bottom: 14px;
    border-radius: 8px;
  }
}
.category .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 0px;
  padding-left: 32px;
  color: #3C3C3C;
}
@media only screen and (max-width: 1399px) {
  .category .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .category .accordion-button {
    font-size: 18px;
    padding: 6px 0px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .category .accordion-button[aria-expanded=true] {
    background-color: #FF6347;
    color: #fff;
  }
}
.category .accordion-button[aria-expanded=true]::after {
  transform: rotate(-180deg);
  top: 40%;
}
@media only screen and (max-width: 1199px) {
  .category .accordion-button[aria-expanded=true]::after {
    top: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .category .accordion-button[aria-expanded=true]::after {
    transform: rotate(0deg);
    background-image: url(../imgs/icons/arrow-white.svg);
  }
}
.category .accordion-button::after {
  position: absolute;
  left: 0px;
  top: 43%;
  transform: translateY(-50%);
  background-image: url(../imgs/icons/arrow-down.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0px;
  height: 11px;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1199px) {
  .category .accordion-button::after {
    top: 32%;
    height: 16px;
    width: 16px;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .category .accordion-button::after {
    left: auto;
    right: 14px;
    transform: rotate(0deg);
  }
}
.category .accordion-body {
  padding-left: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .category .accordion-body {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.category .accordion-body ul li a {
  position: relative;
  color: #757575;
  font-size: 18px;
  line-height: 32px;
  padding-left: 20px;
  font-weight: 500;
}
.category .accordion-body ul li a::after {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #757575;
  content: "";
}

.newsletter-widget {
  padding: 38px 33px 52px;
}
@media only screen and (max-width: 1399px) {
  .newsletter-widget {
    padding: 38px 25px 45px;
  }
}
.newsletter-widget .content {
  text-align: center;
}
.newsletter-widget .content h4 {
  font-size: 30px;
  color: #3C3C3C;
  font-weight: 500;
}
.newsletter-widget .content p {
  font-size: 16px;
  line-height: 27px;
  color: #787878;
  margin-bottom: 20px;
}
.newsletter-widget form input {
  width: 100%;
  height: 55px;
  background-color: #fff;
  padding: 14px 16px 14px 16px;
  color: #787878;
  border: none;
  margin-bottom: 16px;
}
.newsletter-widget form input::placeholder {
  color: #787878;
  font-size: 16px;
}
.newsletter-widget form button {
  margin-bottom: 20px;
}
.newsletter-widget form p {
  text-align: center;
  font-weight: 500;
  color: #787878;
  margin-bottom: 0px;
}

.vote h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
@media only screen and (max-width: 1199px) {
  .vote h4 {
    font-size: 20px;
    line-height: 29px;
  }
}
.vote ul {
  margin-bottom: 28px;
}
.vote ul li {
  padding: 8px 0px;
}
@media only screen and (max-width: 1199px) {
  .vote ul li {
    padding: 6px 0px;
  }
}

.instaFeed {
  padding: 0px;
  background-color: transparent;
}
.instaFeed a {
  display: block;
}
.instaFeed a img {
  border-radius: 8px;
  width: 100%;
}

/*sidebar --- css  end*/
/*offer-css --- css  */
.offer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offer-pd-1 {
  padding: 108px 0px 109px;
}
@media only screen and (max-width: 1199px) {
  .offer-pd-1 {
    padding: 70px 0px 70px;
  }
}
.offer-content {
  max-width: 550px;
}
@media only screen and (max-width: 1399px) {
  .offer-content {
    max-width: 453px;
  }
}
.offer-content span.tag {
  padding: 6px 14px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
  background-color: #2DA85C;
}
.offer-content h2 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 600;
}
@media only screen and (max-width: 1399px) {
  .offer-content h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.offer-content p {
  font-size: 22px;
  line-height: 33px;
  color: #CACACA;
}
@media only screen and (max-width: 1399px) {
  .offer-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.offer-content p:not(:last-child) {
  margin-bottom: 40px;
}
.offer-img {
  max-width: 290px;
  margin: 0 auto;
}

/*offer-css --- css  end*/
/*testimonial --- css  */
.testimonial-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonial-pd-1 {
  padding: 115px 0px 125px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-pd-1 {
    padding: 80px 0px 90px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-pd-1 {
    padding: 70px 0px 50px;
  }
}
.testimonial-title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-title {
    margin-bottom: 50px;
  }
}
.testimonial-title h2 {
  margin-bottom: 0px;
  line-height: 64px !important;
}
@media only screen and (max-width: 1399px) {
  .testimonial-title h2 {
    line-height: 46px !important;
  }
}
.testimonial-item {
  max-width: 809px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .testimonial-item {
    max-width: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-item {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 0px;
  }
}
.testimonial-item__img {
  flex: 0 0 auto;
  width: 234px;
  min-height: 256px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-item__img {
    width: 200px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-item__img {
    width: 100%;
    height: 255px;
  }
}
.testimonial-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-item__img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.testimonial-item__content {
  padding: 17px 8px 20px;
}
@media only screen and (max-width: 767px) {
  .testimonial-item__content {
    flex: 0 0 auto;
    width: 100%;
    padding: 17px 18px 20px;
  }
}
.testimonial-item__content p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-item__content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.testimonial-item__content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-item__content h5 {
    line-height: 1;
  }
}
.testimonial-item__content .rattings {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.testimonial-slider {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider {
    margin-bottom: 0px;
  }
}
.testimonial-slider#testimonial1 .swiper-wrapper {
  animation: marqueeLeft 40s linear infinite;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider#testimonial1 .swiper-wrapper {
    -webkit-transition-timing-function: none !important;
    transition-timing-function: none !important;
    padding-bottom: 70px;
    animation: none 40s linear infinite !important;
  }
}
.testimonial-slider#testimonial2 .swiper-wrapper {
  animation: marqueeRight 40s linear infinite;
  justify-content: flex-end;
}
.testimonial-slider .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 0.5;
}
.testimonial-slider .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueeRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*testimonial --- css  end*/
/* Contact area css start */
@media screen and (max-width: 1499px) {
  .contact-obj-1 {
    max-width: 140px;
  }
}
.contact-pd-1 {
  padding: 60px 0px 80px;
}
.contact-content {
  position: relative;
  z-index: 1;
  max-width: 530px;
  background-color: #fff;
}
.contact-content h2 {
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .contact-content h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 340px) {
  .contact-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
.contact-content p {
  margin-bottom: 20px;
  color: #787878;
  font-family: "Inter";
  font-size: 20px;
  line-height: 34px;
}
.contact-content p.lead {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 1399px) {
  .contact-content p.lead {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content p.lead {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 14px;
  }
}
.contact-list li a {
  font-size: 20px;
  font-family: "Inter";
  line-height: 22px;
  color: #3C3C3C;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0px;
}
@media only screen and (max-width: 1399px) {
  .contact-list li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-list li a {
    font-size: 16px;
    padding: 8px 0px;
  }
}
.contact-list li a:hover {
  color: #2DA85C;
}
.contact-list li a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
}
.contact-input {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-input {
    margin-bottom: 20px;
  }
}
.contact-form h3 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .contact-form h3 {
    font-size: 24px;
  }
}

/* Contact area css end */
/* Details-page css-start */
.details-pd-1 {
  padding: 80px 0px 60px;
}
@media only screen and (max-width: 991px) {
  .details-pd-1 {
    padding: 50px 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .details-pd-1 {
    padding: 40px 0px 40px;
  }
}
.details-header h1 {
  font-size: 48px;
  line-height: 62px;
}
@media only screen and (max-width: 1399px) {
  .details-header h1 {
    font-size: 40px;
    line-height: 57px;
  }
}
@media only screen and (max-width: 1199px) {
  .details-header h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.details-header p {
  color: #787878;
}
@media only screen and (max-width: 1399px) {
  .details-header p {
    font-size: 20px !important;
  }
}
.details-meta__left ul {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .details-meta__left ul {
    gap: 10px;
  }
}
.details-meta__left ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .details-meta__left ul li {
    gap: 8px;
  }
}
.details-meta__left ul li.author-info a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.details-meta__left ul li.author-info a .img {
  flex: 0 0 auto;
  width: 40px;
}
.details-meta__left ul li.author-info a .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .details-block h2 {
    font-size: 26px !important;
    line-height: 33px !important;
  }
}
.details-block p {
  font-size: 20px;
  line-height: 34px;
  color: #787878;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1399px) {
  .details-block p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .details-block p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.details-block p strong {
  color: #3C3C3C;
}
.details-block p a {
  color: #2DA85C;
  text-decoration: underline;
}
.details-block p a:hover {
  text-decoration: none;
}
.details-block.quoted {
  background-color: #F0F0F0;
  border-radius: 24px;
  text-align: center;
  position: relative;
  padding: 53px 80px 52px;
  font-size: 24px;
  line-height: 38px;
}
@media only screen and (max-width: 1399px) {
  .details-block.quoted {
    padding: 48px 50px 35px;
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .details-block.quoted {
    padding: 38px 30px 25px;
    font-size: 24px;
    line-height: 35px;
  }
}
.details-block.quoted .quote-icon {
  width: 64px;
  height: 64px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .details-block.quoted .quote-icon {
    height: 45px;
    top: -22px;
  }
}
.details-block .checkList li {
  position: relative;
  font-size: 24px;
  line-height: 38px;
  color: #3C3C3C;
  padding: 4px 0px;
  padding-left: 36px;
}
@media only screen and (max-width: 1399px) {
  .details-block .checkList li {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .details-block .checkList li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }
}
.details-block .checkList li::after {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 32px;
  height: 32px;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #FF6347;
  text-align: center;
  line-height: 32px;
}
@media only screen and (max-width: 1399px) {
  .details-block .checkList li::after {
    top: 5px;
    font-size: 17px;
    line-height: 32px;
  }
}
.details-block figure img {
  border-radius: 24px;
  max-width: 100%;
}
.details-block figure figcaption {
  padding-left: 52px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Inter";
  position: relative;
  text-decoration: underline;
  margin-top: 10px;
}
@media only screen and (max-width: 1399px) {
  .details-block figure figcaption {
    padding-left: 32px;
    font-size: 15px;
    line-height: 25px;
  }
}
.details-block figure figcaption::after {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 40px;
  height: 1.5px;
  background-color: #787878;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .details-block figure figcaption::after {
    width: 24px;
  }
}
.details-block .list-dice.list-article li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.details-block .list-dice.list-article li:hover a {
  text-decoration: none;
}
.details-block .list-dice.list-article li a {
  color: #FF6347;
  transition: 0.2s;
  text-decoration: underline;
}
.details-block .list-dice.list-article li::after {
  top: 18px;
  background-color: #FF6347;
}
.details-block .list-dice li {
  position: relative;
  padding-left: 14px;
  font-size: 20px;
  line-height: 34px;
  color: #787878;
}
@media only screen and (max-width: 1399px) {
  .details-block .list-dice li {
    font-size: 17px;
    line-height: 32px;
  }
}
.details-block .list-dice li::after {
  width: 5px;
  height: 5px;
  background-color: #787878;
  position: absolute;
  left: 0px;
  top: 14px;
  border-radius: 50%;
  content: "";
}
.details-block .list-boxed li {
  display: block;
  padding: 19px 20px;
  background-color: #F4F4F4;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 1399px) {
  .details-block .list-boxed li {
    padding: 16px 18px;
    font-size: 17px;
  }
}
.details-block .list-boxed li:hover {
  background-color: #FF6347;
  color: #fff;
}
.details-block .list-boxed li:not(:last-child) {
  margin-bottom: 12px;
}
.details-block .list-orderd {
  padding-left: 20px;
  margin-bottom: 0px;
}
.details-block .list-orderd li {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #787878;
}
@media only screen and (max-width: 1399px) {
  .details-block .list-orderd li {
    font-size: 17px;
    line-height: 28px;
  }
}
.details-block .list-orderd li strong {
  font-weight: 600;
  color: #3C3C3C;
}
.details-block .list-checkbox li:not(:last-child) {
  margin-bottom: 12px;
}
.details-block .list-checkbox .checkdel {
  padding: 19px 20px;
  border-radius: 8px;
  background-color: #F4F4F4;
}
.details-block .table {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .details-block .table {
    width: 700px;
  }
}
.details-block .table-wrapper {
  border: 1px solid #CECECE;
  border-radius: 24px;
}
.details-block .table tr th {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  padding: 16px 20px;
  border-right: 1px solid #CECECE;
}
.details-block .table tr th:last-child {
  border-right: 0px;
}
@media only screen and (max-width: 1399px) {
  .details-block .table tr th {
    font-size: 17px;
    padding: 14px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .details-block .table tr th {
    font-size: 15px;
    padding: 14px 12px;
  }
}
.details-block .table tr td {
  font-size: 18px;
  color: #787878;
  line-height: 1;
  padding: 16px 20px;
  border-right: 1px solid #CECECE;
}
.details-block .table tr td:last-child {
  border-right: 0px;
}
@media only screen and (max-width: 1399px) {
  .details-block .table tr td {
    font-size: 16px;
    padding: 14px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .details-block .table tr td {
    font-size: 15px;
    padding: 14px 12px;
  }
}
.details-block .table tr:last-child td {
  border-bottom: none;
}
.details-block .table tr:last-child td:last-child {
  border-bottom: none;
}
.details-block .accordion-item {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0px 20px;
}
.details-block .accordion-button {
  border-radius: 8px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding: 17px 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  color: #0C2922;
  font-family: "Inter";
}
.details-block .accordion-button[aria-expanded=true] {
  background-color: transparent;
  border-bottom: 1px solid #EFEFEF;
}
.details-block .accordion-button[aria-expanded=true]::after {
  background-image: url("../imgs/details/remove.png");
}
.details-block .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url("../imgs/details/add.png");
}
.details-block .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.details-block .accordion-body {
  padding: 16px 0px;
  font-size: 14px;
  font-weight: 500;
}
.details-block.tags .tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #FF6347;
  background-color: transparent;
  color: #787878;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 30px;
}
.details-block.articles h2 {
  font-size: 20px !important;
}

.social {
  display: flex;
  align-items: center;
  gap: 9px;
}
.social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.social a:hover {
  opacity: 0.8;
}
.social a.share {
  background-color: #FF6347;
}
.social a.facebook {
  background-color: #1877F2;
}
.social a.twitter {
  background-color: #1DA1F2;
}
.social a.linkdin {
  background-color: #2867B2;
}

.checkdel input {
  display: none;
}
.checkdel input:checked ~ label span.ind {
  border-color: #FF6347;
}
.checkdel input:checked ~ label span.ind::after {
  opacity: 1;
  visibility: visible;
}
.checkdel input:checked ~ label span.text {
  color: #FF6347;
  text-decoration: line-through;
}
.checkdel label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.checkdel label span.ind {
  width: 21px;
  height: 21px;
  border-radius: 2px;
  border: 2px solid #787878;
  display: inline-block;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1399px) {
  .checkdel label span.ind {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}
.checkdel label span.ind::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f00c";
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  font-weight: 400;
  color: #FF6347;
  font-family: "FontAwesome";
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399px) {
  .checkdel label span.ind::after {
    font-size: 11px;
  }
}
.checkdel label span.text {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .checkdel label span.text {
    font-size: 17px;
  }
}
.checkdel label span.text::after {
  position: absolute;
  top: 1;
}

/* Details-page css----end */
/* About-section-css start */
.about-pd-1 {
  padding: 79px 0px 90px;
}
@media only screen and (max-width: 1199px) {
  .about-pd-1 {
    padding: 60px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-pd-1 {
    padding: 40px 0px 40px;
  }
}
.about-content {
  max-width: 957px;
  margin: 0 auto;
}
@media only screen and (max-width: 1399px) {
  .about-content {
    max-width: 820px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-content {
    max-width: 700px;
  }
}
.about-content h2 {
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1399px) {
  .about-content h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 340px) {
  .about-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px;
  }
}
.about-content h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about-content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.about-content p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1399px) {
  .about-content p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

/* About-section-css --end */
/* Team css start */
.team {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.team-pd-1 {
  padding: 80px 0px 80px;
}
@media only screen and (max-width: 1399px) {
  .team-pd-1 {
    padding: 60px 0px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-pd-1 {
    padding: 40px 0px 40px;
  }
}
.team-title {
  margin-bottom: 84px;
}
@media only screen and (max-width: 1399px) {
  .team-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-title {
    margin-bottom: 20px;
  }
}
.team-title h2 {
  font-size: 48px;
  line-height: 62px;
}
@media only screen and (max-width: 1399px) {
  .team-title h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .team-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 340px) {
  .team-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.team-item {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.team-item:hover {
  z-index: 2 !important;
}
.team-item:hover .team-item--img::after {
  opacity: 1;
  visibility: visible;
  transform: translate(10%, -50%);
}
.team-item:hover .team-item--img img.team-cover {
  opacity: 0;
  visibility: hidden;
}
.team-item:hover .team-item--img img.team-main {
  opacity: 1;
  visibility: visible;
}
.team-item:hover .team-item__content {
  top: 85%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .team-item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .team-item {
    margin-bottom: 30px;
  }
}
.team-item--img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .team-item--img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-item--img {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item--img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 340px) {
  .team-item--img {
    width: 120px;
    height: 120px;
  }
}
.team-item--img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 142px;
  height: 132px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background-image: url("../imgs/team/obj.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .team-item--img::after {
    width: 90px;
    height: 90px;
  }
}
.team-item--img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.team-item--img img.team-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s;
}
.team-item--img img.team-main {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
}
.team-item__content {
  background-color: #fff;
  padding: 57px 36px 31px;
  border-radius: 12px;
  width: 527px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1399px) {
  .team-item__content {
    width: 344px;
    padding: 40px 20px 21px;
  }
}
@media only screen and (max-width: 991px) {
  .team-item__content {
    width: 282px;
  }
}
@media only screen and (max-width: 991px) {
  .team-item__content {
    padding: 40px 20px 21px;
    position: inherit;
    width: 100%;
    margin-top: -30px;
    opacity: 1;
    visibility: visible;
  }
}
.team-item__content .social a {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #FF6347;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team-slider {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .team-slider {
    overflow: hidden;
  }
}

/* Team css start--end */
/* Comments-css start */
.comment-item {
  padding: 24px 24px;
  border-radius: 24px;
  border: 1px solid #CECECE;
}
.comment-item:not(:last-child) {
  margin-bottom: 30px;
}
.comment-item__reply {
  width: calc(100% - 24px);
  margin: 0 0 0 auto;
  position: relative;
}
.comment-item__reply::after {
  position: absolute;
  right: calc(100% + 4px);
  bottom: 95%;
  width: 20px;
  height: 40px;
  background-image: url("../imgs/comment-riplay.png");
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.comment-author {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .comment-author {
    gap: 12px;
    margin-bottom: 10px;
  }
}
.comment-author__img {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
}
.comment-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.comment-author__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .comment-author__meta {
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }
}
.comment-author__meta h5 {
  margin-bottom: 0px;
}
.comment-author__meta span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
}
.comment-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #787878;
  margin-left: 80px;
  margin-top: -30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .comment-text {
    font-size: 17px;
    line-height: 29px;
    margin-left: 80px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-text {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.comment-bottom {
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-bottom__btns button {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins";
  border: none;
  background-color: transparent;
  text-decoration: underline;
  padding: 0px;
  color: #3C3C3C;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comment-bottom__btns button.comment-riplay {
    color: #2DA85C;
  }
}
.comment-bottom__btns button::after {
  position: absolute;
  left: 4px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background-color: #2DA85C;
}
.comment-bottom__btns button:first-child {
  padding-left: 0px;
}
.comment-bottom__btns button:first-child::after {
  display: none;
}
@media only screen and (max-width: 1399px) {
  .comment-bottom__btns button {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-bottom {
    margin-left: 0px;
  }
}
.comment-bottom .comment-like__count {
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 4px;
  color: #FF6347;
}

/* Comments-css ---end */
/*Example --- css  */
/*Example --- css  end*/
/*footer-css --- css  */
.footer {
  background-color: #13181F;
}
.footer-top {
  padding: 78px 0px 62px;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 42px 0px 50px;
  }
}
.footer-content {
  max-width: 532px;
}
@media only screen and (max-width: 1399px) {
  .footer-content {
    max-width: 415px;
  }
}
.footer-content h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  .footer-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.footer-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 1399px) {
  .footer-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-widget h4 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.footer-widget h4 span.icon {
  position: relative;
  top: 0px;
  transition: 0.3s;
  transform: rotate(180deg);
}
.footer-widget h4[aria-expanded=true] span.icon {
  top: -2px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 1399px) {
  .footer-widget h4 {
    font-size: 20px !important;
  }
}
.footer-widget ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: "Inter", sans-serif;
  padding: 8px 0px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget ul li a {
    font-size: 17px;
    line-height: 24px;
  }
}
.footer-widget ul li a:hover {
  color: #2DA85C;
}
.footer-bottom {
  background-color: #1D2228;
  padding: 28px 0px;
}
@media only screen and (max-width: 1399px) {
  .footer-bottom {
    padding: 20px 0px;
  }
}
.footer-bottom p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  .footer-bottom p {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-bottom .payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

/*footer-css --- css  end*/

/*# sourceMappingURL=style.css.map */
