/*==========================
  01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-raleway: 'Raleway', sans-serif;
  --font-inter: 'inter', sans-serif;
  --font-manrope: 'Manrope', sans-serif;
  --font-bai-jamjuree: 'Bai Jamjuree', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #020202;
  --black-color-opc: 17, 15, 15;
  --title-color: #000000;
  --title-color-opc: 0, 0, 0;
  --text-color: #808080;
  --dark-text-color: #AAAAAA;
  --primary-color1: #DC8514;
  --primary-color1-opc: 220, 133, 20;
  --primary-color2: #1F1F2F;
  --primary-color2-opc: 31, 31, 47;
  --borders-color: #E8E8E8;
}

/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-inter);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-dmSans);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

.pb-130 {
  padding-bottom: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 110px;
}

@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .mt-120 {
    margin-top: 70px;
  }
}

.mt-110 {
  margin-top: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-110 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .mt-110 {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .mt-110 {
    margin-top: 60px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media (max-width: 1399px) {
  .mt-80 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-80 {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .mt-80 {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .mt-80 {
    margin-top: 50px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .mb-110 {
    margin-bottom: 35px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-130 {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .mb-130 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 1399px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 34px;
  }
}

@media (max-width: 576px) {
  .mb-65 {
    margin-bottom: 25px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .mb-60 {
    margin-bottom: 55px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .mb-60 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-30 {
  margin-bottom: 34px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 20px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .mt-60 {
    margin-top: 25px;
  }
}

.mt-65 {
  margin-top: 65px;
}

@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.primary-btn1 {
  font-family: var(--font-raleway);
  background-color: var(--primary-color1);
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 15px 27px;
  position: relative;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .primary-btn1 {
    padding: 17px 27px;
  }
}

@media (max-width: 576px) {
  .primary-btn1 {
    padding: 16px 25px;
    font-size: 15px;
  }
}

.primary-btn1>span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.primary-btn1>span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

.primary-btn1>span svg {
  fill: var(--white-color);
  transition: 0.5s;
}

.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--primary-color1);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}

.primary-btn1:hover {
  color: var(--white-color);
}

.primary-btn1:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}

.primary-btn1:hover>span {
  transform: translateY(-150%);
  opacity: 0;
}

.primary-btn1:hover>span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}

.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}

.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}

.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}

.primary-btn1.white-bg:hover {
  color: var(--white-color);
}

.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}

.primary-btn1.black-bg::after {
  background-color: var(--primary-color1);
}

.primary-btn1.black-bg:hover {
  color: var(--white-color);
}

.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
  padding: 16px 17px;
}

.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}

.primary-btn1.transparent span svg {
  fill: var(--title-color);
}

.primary-btn1.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}

.primary-btn1.transparent:hover span svg {
  fill: var(--white-color);
}

.secondary-btn {
  color: var(--primary-color1);
  font-family: var(--font-bai-jamjuree);
  font-weight: 500;
  font-size: 16px;
  line-height: 1px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--primary-color1) 0%, var(--primary-color1) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.secondary-btn svg {
  transition: 0.5s;
}

.secondary-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.secondary-btn:hover svg {
  transform: translateX(3px);
}

.select {
  margin-bottom: 25px;
}

.nice-select {
  background: var(--white-color);
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  line-height: 1;
  outline: none;
  padding: 12px 18px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nice-select span {
  font-family: var(--font-inter);
  color: var(--text-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}

.nice-select svg {
  fill: var(--text-color);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--title-color);
  background: var(--white-color);
}

.nice-select:after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  max-height: 220px;
  overflow-y: scroll;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background: var(--white-color);
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .list .option:hover,
.nice-select .list .option.focus,
.nice-select .list .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .list .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.modal .modal-body {
  padding: 0;
}

.modal .modal-content {
  padding: 30px;
  min-width: 648px;
  max-width: 648px;
  left: -15%;
}

.modal .modal-content .close-btn {
  position: absolute;
  top: -25px;
  right: -25px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
}

.order-history-wrap form h3 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.order-history-wrap form .form-inner {
  position: relative;
}

.order-history-wrap form .form-inner label {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.order-history-wrap form .form-inner .arrow {
  position: absolute;
  right: 20px;
  top: 42px;
}

.order-history-wrap form .cancel-btn {
  background-color: #E7F0FA;
  color: var(--primary-color1);
}

.order-history-wrap form .cancel-btn::after {
  background-color: #E7F0FA;
}

.order-history-wrap form .primary-btn1>span svg {
  fill: none;
}

.section-title h2 {
  font-family: var(--font-poppins);
  color: var(--primary-color2);
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.tag-title.section-title h2 {
    color: var(--title-color);
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 42px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 32px;
  }
}

.section-title h2 span {
  color: var(--primary-color1);
}

.form-inner {
  line-height: 1;
}

.form-inner label {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--title-color);
}

@media (max-width: 1199px) {
  .form-inner label {
    margin-bottom: 8px;
  }
}

@media (max-width: 576px) {
  .form-inner label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.form-inner label span {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
}

.form-inner input {
  width: 100%;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  height: 44px;
  border: 1px solid #E4E5E8;
  border-radius: 5px;
  background-color: var(--white-color);
  height: 60px;
}

@media (max-width: 991px) {
  .form-inner input {
    height: 50px;
  }
}

.form-inner input::-moz-placeholder {
  color: #767F8C;
  font-size: 14px;
  font-weight: 400;
}

.form-inner input::placeholder {
  color: #767F8C;
  font-size: 14px;
  font-weight: 400;
}

.form-inner input:focus {
  border-color: #282829;
  background-color: #fff;
}

.form-inner textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  color: #9199A3;
  border: 1px solid var(--borders-color);
  outline: none;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 18px;
  min-height: 198px;
  resize: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-inner textarea {
    min-height: 80px;
  }
}

@media (max-width: 767px) {
  .form-inner textarea {
    min-height: 70px;
  }
}

@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
    min-height: 74px;
  }
}

.form-inner textarea:focus {
  border-color: var(--title-color);
  background-color: var(--white-color);
}

.form-inner textarea::-moz-placeholder {
  color: #A0A0A0;
}

.form-inner textarea::placeholder {
  color: #A0A0A0;
}

.form-inner.two label {
  font-family: var(--font-inter);
}

/*=====================================
  03. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}

@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.header-topbar-wrap.home-page-header {
  position: absolute;
}
.header-topbar-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
}

.header-topbar-wrap header.style-1 {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 0 82px 0 13px;
}

@media (max-width: 1699px) {
  .header-topbar-wrap header.style-1 {
    padding: 0 30px 0 30px;
  }
}

@media (max-width: 1399px) {
  .header-topbar-wrap header.style-1 {
    padding: 0 32px;
  }
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .header-topbar-wrap header.style-1 {
    padding: 5px 10px;
  }
}

@media (max-width: 576px) {
  .header-topbar-wrap header.style-1 {
    padding: 0;
  }
}

.header-topbar-wrap header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: var(--white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 9999;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.header-topbar-wrap header.style-1 .language-area {
  position: relative;
}

.header-topbar-wrap header.style-1 .language-area .language-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .language-area .language-btn {
    min-width: 410px;
    justify-content: end;
  }
}

@media (max-width: 767px) {
  .header-topbar-wrap header.style-1 .language-area .language-btn {
    min-width: 300px;
  }
}

@media (max-width: 576px) {
  .header-topbar-wrap header.style-1 .language-area .language-btn {
    min-width: 125px;
  }
}

.header-topbar-wrap header.style-1 .language-area .language-btn img {
  margin-right: 2px;
}

.header-topbar-wrap header.style-1 .language-area .language-btn svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}

.header-topbar-wrap header.style-1 .language-area .language-btn span {
  color: #4C4C59;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: 0.5s;
}

.header-topbar-wrap header.style-1 .language-area .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 25px;
  left: -6%;
  z-index: 9999;
  width: 180px;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  border-radius: 10px;
  overflow: hidden;
  display: none;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .language-area .language-list {
    left: 80%;
  }
}

@media (max-width: 767px) {
  .header-topbar-wrap header.style-1 .language-area .language-list {
    left: 66%;
  }
}

@media (max-width: 576px) {
  .header-topbar-wrap header.style-1 .language-area .language-list {
    left: 0;
  }
}

.header-topbar-wrap header.style-1 .language-area .language-list.active {
  display: block;
  transform: scaleY(1) translateX(0);
  animation: fade-up 0.5s linear;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateY(0px) translateX(-50%);
    visibility: visible;
  }
}

.header-topbar-wrap header.style-1 .language-area .language-list li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 12px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-topbar-wrap header.style-1 .language-area .language-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color1);
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .header-logo {
    padding: 15px 0;
  }
}

.header-topbar-wrap header.style-1 .header-logo a img {
  width: 148px;
}

@media (max-width: 1399px) {
  .header-topbar-wrap header.style-1 .header-logo a img {
    width: 120px;
  }
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .header-logo a img {
    width: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .header-logo a img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .header-topbar-wrap header.style-1 .header-logo a img {
    width: 130px;
  }
}

.header-topbar-wrap header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 72px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .header-topbar-wrap header.style-1 .nav-right {
    gap: 60px;
  }
}

@media (max-width: 1399px) {
  .header-topbar-wrap header.style-1 .nav-right {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .nav-right {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .nav-right {
    gap: 20px;
  }
}

.header-topbar-wrap header.style-1 .nav-right .profile-area {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .nav-right .profile-area {
    gap: 18px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header-topbar-wrap header.style-1 .nav-right .profile-area {
    gap: 10px;
    margin-left: 15px;
  }
}

.header-topbar-wrap header.style-1 .nav-right .profile-area .bell-icon {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  position: relative;
}

.header-topbar-wrap header.style-1 .nav-right .profile-area .bell-icon svg {
  fill: none;
  stroke: #18191C;
}

.header-topbar-wrap header.style-1 .nav-right .profile-area .bell-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E05151;
}

.header-topbar-wrap header.style-1 .nav-right .primary-btn1 {
  border-radius: 35px;
  padding: 15px 39px;
}

@media (max-width: 1399px) {
  .header-topbar-wrap header.style-1 .nav-right .primary-btn1 {
    padding: 15px 20px;
  }
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .nav-right .primary-btn1 {
    padding: 14px 17px;
    font-size: 15px;
  }
}

.header-topbar-wrap header.style-1 .nav-right .primary-btn1.two {
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid var(--primary-color1);
}

.header-topbar-wrap header.style-1 .nav-right .primary-btn1.two::after {
  background-color: var(--white-color);
}

.header-topbar-wrap header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }

  .header-topbar-wrap header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
}

.header-topbar-wrap header.style-1 .main-menu {
  display: inline-block;
  position: relative;
}

.header-topbar-wrap header.style-1 .main-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 70px 0;
}

@media (max-width: 1399px) {
  .header-topbar-wrap header.style-1 .main-menu>ul {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .main-menu>ul {
    gap: 15px;
  }
}

@media (max-width: 992px) {
    .header-topbar-wrap header.style-1 .main-menu>ul {
      gap: 30px;
      display: inline-block;
  }
}

@media (min-width: 992px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li:first-child {
    padding-left: 0;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li:first-child a {
    padding-left: 0;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li:last-child {
    padding-right: 0;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li>a {
  color: var(--black-color);
  display: block;
  letter-spacing: 0.4px;
  position: relative;
  font-family: var(--font-raleway);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  padding: unset;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li>a {
    background: unset;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li>a>svg {
  transition: 0.5s;
  opacity: 0;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li>a>svg {
    display: none;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li>a:hover {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li i {
    opacity: 1;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li i.active {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li i.active::before {
  content: "\f2ea";
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 45px;
  right: 0;
  top: 100px;
  margin: 0;
  display: none;
  min-width: 200px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  text-align: left;
  transform-origin: top;
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu {
    top: 76px;
  }
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu {
    box-shadow: none;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li i {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: var(--black-color);
  font-size: 12px;
  height: 12px;
  opacity: 1;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 18px;
  font-size: 14px;
  right: 10px;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .dropdown-icon {
    right: 0;
    top: 8px;
    font-size: 20px;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li {
  padding: 0;
  display: block;
  position: relative;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a {
  display: block;
  padding: 15px 15px;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--font-Hanken-Grotesk);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #fff, var(--primary-color1), #fff);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a {
    border-color: rgba(233, 228, 228, 0.5);
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a:hover {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a:hover::before {
  transform: scale(1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a.active {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li>a.active::before {
  transform: scale(1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child a {
  border-bottom: none;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child a::before {
  display: none;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child .sub-menu li a {
  border-bottom: 1px solid var(--border-color);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child .sub-menu li a::before {
  display: block;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a {
  border-bottom: none;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child .sub-menu li:last-child a::before {
  display: none;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li.active>a {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu {
  left: 200px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  top: 0;
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu {
    box-shadow: none;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu::before {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu>li i {
  display: block;
}

@media (min-width: 992px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:hover>.sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:hover>a {
  color: var(--primary-color1);
  transition: 0.3s;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li:hover i {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}

@media (min-width: 992px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li:hover>ul.sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li:hover>a {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li:hover>a {
    color: var(--title-color);
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li:hover>a svg {
  fill: var(--primary-color1);
  opacity: 1;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li:hover::after {
  color: var(--primary-color1);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li:hover .dropdown-icon2 {
  color: var(--primary-color);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.active>a {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li.active>a {
    color: var(--title-color);
    border-bottom: unset;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.active>a span::before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 0;
  width: 70%;
  height: 1px;
  background-color: var(--primary-color1);
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>ul>li.active>a span::before {
    display: none;
  }
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.active>a svg {
  fill: var(--primary-color1);
  opacity: 1;
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.active::after {
  color: var(--primary-color);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.active .dropdown-icon2 {
  color: var(--primary-color);
}

.header-topbar-wrap header.style-1 .main-menu>ul>li.active.position-inherit>a::after {
  color: var(--primary-color);
}

.header-topbar-wrap header.style-1 .main-menu>ul li.menu-item-has-children>i {
  display: none;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .button-area {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
  }
}

.header-topbar-wrap header.style-1 .main-menu .button-area .primary-btn1 {
  width: 100%;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .language-area .language-list.active {
    transform: scaleY(1) translateX(-75%);
  }
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .language-area .language-btn {
    justify-content: center;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .mobile-logo-area .menu-close-btn {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
  }

  .header-topbar-wrap header.style-1 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    margin-top: 2px;
    color: var(--title-color);
    transition: 0.35s;
  }

  .header-topbar-wrap header.style-1 .mobile-logo-area .menu-close-btn:hover {
    background-color: var(--title-color);
  }

  .header-topbar-wrap header.style-1 .mobile-logo-area .menu-close-btn:hover i {
    color: var(--white-color);
  }

  .header-topbar-wrap header.style-1 .mobile-logo-area .mobile-logo-wrap {
    width: 130px;
  }

  .header-topbar-wrap header.style-1 .dropdown-icon {
    color: var(--white-color);
  }

  .header-topbar-wrap header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-right: 1px solid #eee;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }

  .header-topbar-wrap header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }

  .header-topbar-wrap header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }

  .header-topbar-wrap header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li {
    display: block;
    position: relative;
    padding: 0 5px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li i {
    display: none;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li a {
    padding: 10px 0;
    display: block;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    padding-left: 10px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li {
    border-bottom: 1px solid transparent;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li a {
    color: var(--title-color);
    padding: 12px 0px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li a.active {
    color: var(--primary-color);
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li ul.sub-menu>li i {
    color: var(--primary-color);
    right: -13px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul>li .bi {
    top: 8px;
    font-size: 20px;
    color: var(--title-color);
  }

  .header-topbar-wrap header.style-1 .main-menu>ul.button-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul.button-area .primary-btn1 {
    text-decoration: none;
    border-radius: 20px;
    padding: 7px 19px;
    background-color: transparent;
    font-family: var(--font-bai-jamjuree);
    color: var(--title-color);
    font-size: 13px;
    font-weight: 600;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul.button-area .primary-btn1 .content>span:nth-child(2) {
    left: 10px;
    text-decoration: none;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul.button-area .primary-btn1 svg {
    fill: var(--title-color);
    transition: 0.5s;
  }

  .header-topbar-wrap header.style-1 .main-menu>ul.button-area .primary-btn1:hover {
    background-color: var(--button-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
  }

  .header-topbar-wrap header.style-1 .main-menu>ul.button-area .primary-btn1:hover svg {
    fill: var(--white-color);
  }

  .header-topbar-wrap header.style-1 .main-menu>.contact-area {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) and (max-width: 1199px) {
  .header-topbar-wrap header.style-1 .main-menu>.contact-area {
    background: unset;
    border: unset;
  }
}

@media only screen and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu>.contact-area li {
    position: relative;
  }

  .header-topbar-wrap header.style-1 .main-menu>.contact-area li:first-child::before {
    display: none;
  }

  .header-topbar-wrap header.style-1 .main-menu>.contact-area li a {
    color: var(--title-color);
    font-family: var(--font-Hanken-Grotesk);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
  }

  .header-topbar-wrap header.style-1 .main-menu>.contact-area li a>svg {
    fill: var(--title-color);
    transition: 0.5s;
  }

  .header-topbar-wrap header.style-1 .main-menu>.contact-area li a:hover svg {
    fill: var(--primary-color);
  }

  .header-topbar-wrap header.style-1 .main-menu>.contact-area li a:hover {
    color: var(--primary-color);
  }

  .header-topbar-wrap header.style-1 .main-menu .login-btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 13px 19px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .login-btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .login-btn svg {
    fill: var(--black-color);
  }

  .header-topbar-wrap header.style-1 .main-menu .login-btn:hover svg {
    fill: var(--white-color);
  }

  .header-topbar-wrap header.style-1 .main-menu .login-btn::after {
    background-color: var(--black-color);
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .primary-btn1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .header-topbar-wrap header.style-1 .main-menu .form-inner {
    display: flex;
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
  }

  .header-topbar-wrap header.style-1 .main-menu .form-inner input {
    border: none;
    height: 44px;
    padding: 10px 12px;
  }

  .header-topbar-wrap header.style-1 .main-menu .form-inner input:focus {
    border: none;
  }

  .header-topbar-wrap header.style-1 .main-menu .primary-btn1 {
    margin-bottom: 0;
  }
}

.header-topbar-wrap header.style-1.two {
  max-width: 1120px;
  margin-left: 90px;
}

@media (max-width: 1199px) {
  .header-topbar-wrap header.style-1.two {
    max-width: unset;
    margin-left: 0;
  }
}

.header-topbar-wrap header.style-1.two .main-menu>ul>li {
  padding: 79px 25px;
}

@media (max-width: 991px) {
  .header-topbar-wrap header.style-1.two .main-menu>ul>li {
    padding: 3px 5px;
  }
}

@media (max-width: 576px) {
  .header-topbar-wrap.market-topbar header.style-1 .language-area .language-btn {
    min-width: 100px;
  }
}

.header-topbar-wrap.company-topbar {
  position: relative;
}

.header-topbar-wrap.two {
  position: relative;
}

/*=====================
   Banner Start CSS
======================*/
.banner-section {
  background-color: rgba(220, 133, 20, 0.1411764706);
  position: relative;
}

.banner-section .banner-content {
  padding: 300px 176px 123px 290px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content {
    padding: 230px 0px 80px 140px;
  }
}

@media (max-width: 1399px) {
  .banner-section .banner-content {
    padding: 300px 0 80px 110px;
  }
}

@media (max-width: 1199px) {
  .banner-section .banner-content {
    padding: 190px 0 60px 30px;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-content {
    padding: 190px 30px 60px 30px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-content {
    padding: 190px 15px 0 15px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content {
    padding: 140px 5px 0 5px;
  }
}

.banner-section .banner-content h1 {
  font-family: var(--font-poppins);
  color: var(--primary-color2);
  font-weight: 700;
  font-size: 54px;
  line-height: 58px;
  margin-bottom: 58px;
  max-width: 530px;
}

@media (max-width: 1199px) {
  .banner-section .banner-content h1 {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-content h1 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content h1 {
    font-size: 32px;
    margin-bottom: 21px;
    line-height: 43px;
  }
}

.banner-section .banner-content h1 span {
  color: var(--primary-color1);
}

.banner-section .banner-content P {
  font-family: var(--font-raleway);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 55px;
  max-width: 530px;
}

@media (max-width: 1199px) {
  .banner-section .banner-content P {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-content P {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

.banner-section .banner-content .search-filter-area {
  margin-left: 120px;
}

@media (max-width: 1399px) {
  .banner-section .banner-content .search-filter-area {
    margin-left: 65px;
  }
}

@media (max-width: 1199px) {
  .banner-section .banner-content .search-filter-area {
    margin-left: 46px;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-content .search-filter-area {
    margin-left: 0;
  }
}

.banner-section .banner-content .search-filter-area .search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white-color);
  padding: 16px;
}

@media (max-width: 767px) {
  .banner-section .banner-content .search-filter-area .search-box {
    gap: 17px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box {
    flex-wrap: wrap;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box {
    padding-left: 40px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box {
    position: relative;
    padding-left: 0;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 991px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input {
    padding-right: 0;
    border-right: unset;
    justify-content: space-between;
    width: 100%;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input label {
  color: #6A6A6A;
  font-family: var(--font-bai-jamjuree);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown {
  width: 100%;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
  color: var(--primary-color1);
  font-family: var(--font-bai-jamjuree);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3px;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input::-moz-placeholder {
  color: var(--title-color);
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input::placeholder {
  color: var(--title-color);
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
  color: var(--title-color);
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: -8px;
}

@media (max-width: 991px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
    right: 0;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
  padding: 10px 0;
  background-color: var(--white-color);
  border-radius: 5px;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-track {
  background: #f5f4f4;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-thumb {
  background-color: #ddd;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* creates padding around scroll thumb */
}

@media (max-width: 1199px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    max-width: 100%;
    min-width: 100%;
    top: 75px;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 59px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 65px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    left: 50%;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 44px;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 5px 10px;
  padding-bottom: 5px;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area i {
  color: var(--primary-color1);
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list {
  padding: 0;
  margin: 0;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  transition: 0.5s;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
  display: block;
  width: 100%;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:last-child {
  margin-bottom: 0;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h2 {
  font-family: var(--font-bai-jamjuree);
  color: var(--title-color);
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h2 {
    font-size: 13px;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  position: relative;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: var(--title-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover {
  background: rgba(211, 211, 211, 0.231372549);
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover::before {
  opacity: 1;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}

@keyframes fade-down2 {
  0% {
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
    transform: scaleY(1) translateX(-50%);
    animation: fade-down2 0.3s linear;
  }
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.no-scroll {
  overflow-y: initial;
  max-width: unset;
}

.banner-section .banner-content .search-filter-area .search-box .single-search-box .searchbox-input input {
  background-color: transparent;
  font-family: var(--font-bai-jamjuree);
  font-weight: 300;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.banner-section .banner-content .search-filter-area .search-box .search-area {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--primary-color1);
}

@media (max-width: 767px) {
  .banner-section .banner-content .search-filter-area .search-box .search-area {
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .search-area {
    border-right: unset;
  }
}

.banner-section .banner-content .search-filter-area .search-box .search-area button {
  background: unset;
  line-height: 1;
}

.banner-section .banner-content .search-filter-area .search-box .search-area input {
  font-family: var(--font-bai-jamjuree);
  color: var(--primary-color1);
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  border: none;
  padding: 0;
  line-height: 1;
  min-width: 145px;
  max-width: 145px;
}

@media (max-width: 767px) {
  .banner-section .banner-content .search-filter-area .search-box .search-area input {
    min-width: 110px;
    max-width: 110px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .search-area input {
    min-width: 225px;
  }
}

.banner-section .banner-content .search-filter-area .search-box .search-area input::-moz-placeholder {
  color: var(--primary-color1);
}

.banner-section .banner-content .search-filter-area .search-box .search-area input::placeholder {
  color: var(--primary-color1);
}

.banner-section .banner-content .search-filter-area .search-box .primary-btn1 {
  padding: 20px 38px;
  border-radius: 0;
  margin-bottom: 0;
  width: unset;
}

@media (max-width: 576px) {
  .banner-section .banner-content .search-filter-area .search-box .primary-btn1 {
    padding: 15px 38px;
    border-radius: 0;
    width: 100%;
  }
}

.banner-section .banner-content .offer-area {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  margin-left: 120px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content .offer-area {
    gap: 18px;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-content .offer-area {
    justify-content: flex-start;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-content .offer-area {
    gap: 12px;
  }
}

.banner-section .banner-content .offer-area svg {
  width: 196px;
  height: 56px;
}

@media (max-width: 767px) {
  .banner-section .banner-content .offer-area svg {
    width: 135px;
    height: 40px;
  }
}

.banner-section .banner-content .offer-area>p {
  font-family: var(--font-bai-jamjuree);
  color: var(--primary-color1);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .banner-section .banner-content .offer-area>p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-content .offer-area>p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-content .offer-area>p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content .offer-area>p {
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-image {
    text-align: center;
    display: none;
  }
}

.banner-section .banner-image {
  position: absolute;
  bottom: 0;
}

@media (max-width: 991px) {
  .banner-section .banner-image img {
    position: relative;
  }
}

.banner-section .shape {
  position: absolute;
  top: 20%;
  right: 22%;
  width: 651px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .shape {
    top: 25%;
    right: 20%;
    width: 410px;
  }
}

@media (max-width: 1399px) {
  .banner-section .shape {
    top: 21%;
    right: 20%;
    width: 400px;
  }
}

@media (max-width: 1199px) {
  .banner-section .shape {
    top: 15%;
    right: 21%;
    width: 300px;
  }
}

@media (max-width: 991px) {
  .banner-section .shape {
    top: 21%;
    right: 3%;
    width: 280px;
  }
}

@media (max-width: 767px) {
  .banner-section .shape {
    top: 27%;
    right: 3%;
    width: 180px;
  }
}

@media (max-width: 576px) {
  .banner-section .shape {
    width: 204px;
    z-index: -1;
    top: 25%;
  }
}

/*=====================
   Logo Start CSS
======================*/
.logo-section {
  padding: 0 159px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .logo-section {
    padding: 0 90px;
  }
}

@media (max-width: 1399px) {
  .logo-section {
    padding: 0 80px;
  }
}

@media (max-width: 1199px) {
  .logo-section {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .logo-section {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .logo-section {
    padding: 10px 20px;
  }
}

.logo-section .title h2 {
  font-family: var(--font-raleway);
  color: var(--title-color);
  font-weight: 600;
  font-size: 22px;
  line-height: 64px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .logo-section .title h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .logo-section .title h2 {
    font-size: 17px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  .logo-section .title h2 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
}

.logo-section .title h2 span {
  color: var(--primary-color1);
}

.logo-section .logo-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 135px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .logo-section .logo-area ul {
    gap: 30px 80px;
  }
}

@media (max-width: 1399px) {
  .logo-section .logo-area ul {
    gap: 30px 60px;
  }
}

@media (max-width: 991px) {
  .logo-section .logo-area ul {
    gap: 20px 55px;
  }
}

@media (max-width: 767px) {
  .logo-section .logo-area ul {
    gap: 15px 50px;
  }
}

.logo-section .logo-area ul li img {
  width: 189px;
  height: 89px;
}

@media (max-width: 1399px) {
  .logo-section .logo-area ul li img {
    width: 155px;
  }
}

@media (max-width: 1199px) {
  .logo-section .logo-area ul li img {
    width: 125px;
    height: 55px;
  }
}

/*=====================
   Category Start CSS
======================*/
.category-section {
  background-color: #FBF0E2;
  padding: 100px 134px;
}

@media (max-width: 1399px) {
  .category-section {
    padding: 100px 60px;
  }
}

@media (max-width: 1199px) {
  .category-section {
    padding: 90px 30px;
  }
}

@media (max-width: 767px) {
  .category-section {
    padding: 80px 30px;
  }
}

@media (max-width: 576px) {
  .category-section {
    padding: 50px 5px 70px;
  }
}

.category-section .category-card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .category-section .category-card-wrapper {
    justify-content: center;
    gap: 60px 60px;
  }
}

@media (max-width: 1399px) {
  .category-section .category-card-wrapper {
    justify-content: center;
    gap: 50px 30px;
  }
}

@media (max-width: 1199px) {
  .category-section .category-card-wrapper {
    gap: 45px 30px;
  }
}

@media (max-width: 991px) {
  .category-section .category-card-wrapper {
    gap: 45px 65px;
  }
}

@media (max-width: 576px) {
  .category-section .category-card-wrapper {
    gap: 20px 65px;
  }
}

.category-section .category-card-wrapper .category-card {
  background-color: var(--white-color);
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 343px;
  height: 131px;
  padding: 31px 41px;
  border-radius: 4px;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .category-section .category-card-wrapper .category-card {
    height: 125px;
    padding: 29px 15px;
  }
}

@media (max-width: 767px) {
  .category-section .category-card-wrapper .category-card {
    width: unset;
    height: unset;
    padding: 30px 30px;
  }
}

@media (max-width: 576px) {
  .category-section .category-card-wrapper .category-card {
    gap: 16px;
  }
}

.category-section .category-card-wrapper .category-card .content h3 {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
  max-width: 188px;
  transition: 0.5s;
}

.category-section .category-card-wrapper .category-card .content p {
  font-family: var(--font-raleway);
  color: var(--text-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
  transition: 0.5s;
}

.category-section .category-card-wrapper .category-card:hover {
  background-color: var(--primary-color1);
}

.category-section .category-card-wrapper .category-card:hover .content h3 {
  color: var(--white-color);
}

.category-section .category-card-wrapper .category-card:hover .content p {
  color: var(--white-color);
}

/*=====================
  How It Work Start CSS
======================*/
.how-tow-work-section .how-it-work-card-wrapper {
  padding: 0 140px;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .how-tow-work-section .how-it-work-card-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 1399px) {
  .how-tow-work-section .how-it-work-card-wrapper {
    padding: 0 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .how-tow-work-section .how-it-work-card-wrapper {
    padding: 0 20px;
  }
}

.how-tow-work-section .how-it-work-card-wrapper .how-it-work-card {
  text-align: center;
}

.how-tow-work-section .how-it-work-card-wrapper .how-it-work-card .icon {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  background-color: rgba(255, 100, 100, 0.1294117647);
  margin: 0 auto;
  border-radius: 27px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

@media (max-width: 1199px) {
  .how-tow-work-section .how-it-work-card-wrapper .how-it-work-card .icon {
    min-width: 75px;
    max-width: 75px;
    height: 75px;
  }
}

.how-tow-work-section .how-it-work-card-wrapper .how-it-work-card .icon img {
  transform: rotate(-40deg);
}

.how-tow-work-section .how-it-work-card-wrapper .how-it-work-card .content h3 {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.how-tow-work-section .how-it-work-card-wrapper .how-it-work-card .content p {
  font-family: var(--font-raleway);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 252px;
  margin: 0 auto;
}

.how-tow-work-section .how-it-work-card-wrapper .arrow {
  width: 212px;
  position: absolute;
  left: 23%;
  top: 20%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow {
    width: 200px;
    left: 18%;
  }
}

@media (max-width: 1399px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow {
    width: 175px;
    left: 18%;
  }
}

@media (max-width: 1199px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow {
    width: 130px;
    left: 19%;
  }
}

@media (max-width: 991px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow {
    width: 180px;
    left: 38%;
    top: 8%;
  }
}

@media (max-width: 767px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow {
    width: 150px;
    left: 36%;
    top: 10%;
  }
}

@media (max-width: 576px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow {
    display: none;
  }
}

.how-tow-work-section .how-it-work-card-wrapper .arrow2 {
  width: 212px;
  position: absolute;
  left: 44%;
  top: 20%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow2 {
    width: 200px;
    left: 43%;
  }
}

@media (max-width: 1399px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow2 {
    width: 170px;
    left: 43%;
  }
}

@media (max-width: 1199px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow2 {
    width: 130px;
    left: 43%;
  }
}

@media (max-width: 991px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow2 {
    display: none;
  }
}

.how-tow-work-section .how-it-work-card-wrapper .arrow3 {
  width: 212px;
  position: absolute;
  left: 66%;
  top: 20%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow3 {
    width: 200px;
    left: 67%;
  }
}

@media (max-width: 1399px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow3 {
    width: 175px;
    position: absolute;
    left: 67%;
  }
}

@media (max-width: 1199px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow3 {
    width: 130px;
    left: 68%;
  }
}

@media (max-width: 991px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow3 {
    width: 180px;
    left: 38%;
    top: 56%;
  }
}

@media (max-width: 767px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow3 {
    width: 150px;
    left: 36%;
    top: 57%;
  }
}

@media (max-width: 576px) {
  .how-tow-work-section .how-it-work-card-wrapper .arrow3 {
    display: none;
  }
}

/*=====================
  Job Post Start CSS
======================*/
.job-post-section {
  padding: 0 160px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .job-post-section {
    padding: 0 35px;
  }
}

@media (max-width: 1399px) {
  .job-post-section {
    padding: 0 35px;
  }
}

@media (max-width: 1199px) {
  .job-post-section {
    padding: 0 15px;
  }
}

.job-post-section .section-title {
  display: flex;
  align-items: center;
  gap: 55px;
}

@media (max-width: 991px) {
  .job-post-section .section-title {
    flex-wrap: wrap;
  }
}

.job-post-section .section-title h2 {
  font-family: var(--font-bai-jamjuree);
  position: relative;
}

.job-post-section .section-title h2 svg {
  position: absolute;
  left: 35%;
  bottom: 0;
}

.job-post-section .section-title img {
  width: 637px;
}

@media (max-width: 1399px) {
  .job-post-section .section-title img {
    width: 450px;
  }
}

@media (max-width: 1199px) {
  .job-post-section .section-title img {
    width: 360px;
  }
}

.job-post-section .job-post-card-wrapper .job-post-card {
  border: 1px solid rgba(128, 128, 128, 0.168627451);
  max-width: 350px;
  padding: 30px 20px;
  border-radius: 8px;
}

@media (max-width: 1399px) {
  .job-post-section .job-post-card-wrapper .job-post-card {
    max-width: 330px;
  }
}

@media (max-width: 1199px) {
  .job-post-section .job-post-card-wrapper .job-post-card {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .job-post-section .job-post-card-wrapper .job-post-card {
    max-width: unset;
  }
}

.job-post-section .job-post-card-wrapper .job-post-card .icon-and-content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
.job-post-section .job-post-card-wrapper .job-post-card .icon-and-content img {
  width: 60px;
}

.job-post-section .job-post-card-wrapper .job-post-card .icon-and-content .content h3 {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
}

.job-post-section .job-post-card-wrapper .job-post-card .icon-and-content .content span {
  font-family: var(--font-poppins);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.job-post-section .job-post-card-wrapper .job-post-card .main-content h4 {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 2px;
}

.job-post-section .job-post-card-wrapper .job-post-card .main-content span {
  font-family: var(--font-poppins);
  color: var(--primary-color1);
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  background-color: rgba(220, 133, 20, 0.0784313725);
  padding: 2px 4px;
  border-radius: 24px;
  margin-bottom: 10px;
  display: inline-block;
}

.job-post-section .job-post-card-wrapper .job-post-card .main-content p {
  font-family: var(--font-poppins);
  color: var(--text-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.job-post-section .job-post-card-wrapper .job-post-card .price-and-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .job-post-section .job-post-card-wrapper .job-post-card .price-and-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.job-post-section .job-post-card-wrapper .job-post-card .price-and-content h5 {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
}

.job-post-section .job-post-card-wrapper .job-post-card .price-and-content h5 span {
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--dark-text-color);
}

.job-post-section .job-post-card-wrapper .job-post-card .price-and-content .primary-btn1 {
  border-radius: 35px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
}

.job-post-section .job-post-card-wrapper .job-post-card .price-and-content .primary-btn1:hover {
  color: var(--white-color);
}

.job-post-section .job-post-card-wrapper .gy-5 {
  --bs-gutter-y: 75px;
}

@media (max-width: 991px) {
  .job-post-section .job-post-card-wrapper .gy-5 {
    --bs-gutter-y: 65px;
  }
}

/*=====================
   Work Start CSS
======================*/
.work-section {
  padding: 90px 100px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .work-section {
    padding: 90px 30px;
  }
}

@media (max-width: 1399px) {
  .work-section {
    padding: 90px 30px;
  }
}

@media (max-width: 991px) {
  .work-section {
    padding: 70px 20px;
  }
}

@media (max-width: 767px) {
  .work-section {
    padding: 70px 10px;
  }
}

@media (max-width: 576px) {
  .work-section {
    padding: 70px 5px;
  }
}

.work-section .section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
}

@media (max-width: 991px) {
  .work-section .section-title {
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .work-section .section-title {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.work-section .section-title h2 {
  font-family: var(--font-bai-jamjuree);
  position: relative;
}

@media (max-width: 576px) {
  .work-section .section-title h2 {
    line-height: 1.2;
  }
}

.work-section .section-title h2 svg {
  position: absolute;
  left: 41%;
  bottom: 0;
}

@media (max-width: 991px) {
  .work-section .section-title h2 svg {
    left: 51%;
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .work-section .section-title h2 svg {
    left: 41%;
    bottom: 0px;
  }
}

@media (max-width: 576px) {
  .work-section .section-title h2 svg {
    left: 34%;
    bottom: 35px;
  }
}

.work-section .section-title>img {
  width: 637px;
}

@media (max-width: 1399px) {
  .work-section .section-title>img {
    width: 400px;
  }
}

@media (max-width: 576px) {
  .work-section .section-title>img {
    width: 315px;
  }
}

.work-section .work-card-wrapper {
  background-color: rgba(220, 133, 20, 0.1411764706);
  border: 1px solid var(--primary-color1);
  padding: 88px 55px 50px;
  border-radius: 50px;
}

@media (max-width: 1399px) {
  .work-section .work-card-wrapper {
    padding: 88px 25px 50px;
  }
}
@media (max-width: 1199px) {
  .work-section .work-card-wrapper {
    padding: 80px 45px 40px;
  }
}

@media (max-width: 767px) {
  .work-section .work-card-wrapper {
    padding: 60px 30px 30px;
  }
}

@media (max-width: 576px) {
  .work-section .work-card-wrapper {
    padding: 50px 30px 30px;
  }
}

.work-section .work-card-wrapper .work-card {
  position: relative;
  text-align: center;
}

.work-section .work-card-wrapper .work-card .work-img {
  position: relative;
}

.work-section .work-card-wrapper .work-card .work-img img {
  border-radius: 50px;
}

.work-section .work-card-wrapper .work-card .work-content {
  padding: 18px;
  border-radius: 10px;
  background-color: rgba(220, 133, 20, 0.6117647059);
  max-width: 275px;
  position: absolute;
  bottom: 40px;
  left: 50px;
  transition: 0.4s;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .work-section .work-card-wrapper .work-card .work-content {
    max-width: 220px;
    bottom: 25px;
    left: 32px;
  }
}

@media (max-width: 1399px) {
  .work-section .work-card-wrapper .work-card .work-content {
    max-width: 200px;
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 1199px) {
  .work-section .work-card-wrapper .work-card .work-content {
    left: 28px;
  }
}

@media (max-width: 991px) {
  .work-section .work-card-wrapper .work-card .work-content {
    max-width: 242px;
  }
}

@media (max-width: 767px) {
  .work-section .work-card-wrapper .work-card .work-content {
    max-width: 280px;
    bottom: 35px;
    left: 98px;
  }
}

@media (max-width: 576px) {
  .work-section .work-card-wrapper .work-card .work-content {
    max-width: 200px;
    bottom: 25px;
    left: 28px;
    min-width: 200px;
    padding: 12px;
  }
}

.work-section .work-card-wrapper .work-card .work-content h3 {
  font-family: var(--font-bai-jamjuree);
  color: var(--white-color);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .work-section .work-card-wrapper .work-card .work-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 1399px) {
  .work-section .work-card-wrapper .work-card .work-content h3 {
    font-size: 26px;
  }
}

.work-section .work-card-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  z-index: 9;
  gap: 8px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .work-section .work-card-wrapper .pagination {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .work-section .work-card-wrapper .pagination {
    margin-top: 30px;
  }
}

.work-section .work-card-wrapper .pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: var(--primary-color1);
  opacity: 1;
  position: relative;
  border-radius: 50%;
  margin: 0;
}

.work-section .work-card-wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 54px;
  border-radius: 50px;
  background-color: var(--primary-color1);
}

.work-section .work-card-wrapper .pagination.two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--title-color);
}

.work-section .work-card-wrapper .pagination.three .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color3);
}

/*=====================
  Recruiters Start CSS
======================*/
.recruiters-section .section-title {
  display: flex;
  align-items: center;
  gap: 54px;
  padding: 0 150px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .recruiters-section .section-title {
    padding: 0 40px;
  }
}

@media (max-width: 1399px) {
  .recruiters-section .section-title {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .recruiters-section .section-title {
    justify-content: start;
    gap: 40px;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .recruiters-section .section-title {
    gap: 30px;
  }
}

.recruiters-section .section-title h2 {
  font-family: var(--font-bai-jamjuree);
  position: relative;
}

.recruiters-section .section-title h2 svg {
  position: absolute;
  left: 36%;
  bottom: 0;
}

.recruiters-section .section-title img {
  width: 637px;
}

@media (max-width: 1399px) {
  .recruiters-section .section-title img {
    width: 550px;
  }
}

@media (max-width: 1199px) {
  .recruiters-section .section-title img {
    width: 380px;
  }
}

@media (max-width: 991px) {
  .recruiters-section .section-title img {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .recruiters-section .section-title img {
    width: 360px;
  }
}

@media (max-width: 576px) {
  .recruiters-section .section-title img {
    width: 315px;
  }
}

.recruiters-section .recruiters-card-wrapper {
  background-color: rgba(220, 133, 20, 0.1411764706);
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap {
  padding: 55px 150px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap {
    padding: 55px 25px;
  }
}

@media (max-width: 1399px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap {
    padding: 55px 25px;
  }
}

@media (max-width: 991px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap {
    padding: 50px 15px;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card {
  background-color: var(--white-color);
  max-width: 433px;
  border: 1px solid rgba(128, 128, 128, 0.168627451);
  border-radius: 15px;
}

@media (max-width: 991px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card {
    max-width: 346px;
    min-width: 346px;
  }
}

@media (max-width: 767px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card {
    max-width: unset;
    min-width: unset;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .icon-and-locaton-area {
  padding: 20px 20px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}


.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .icon-and-locaton-area .icon img {
  width: 96px;
  height: 87px;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .icon-and-locaton-area .icon img {
    width: 84px;
    height: 78px;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area {
  margin-bottom: 30px;
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area span {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  display: block;
  margin-bottom: 10px;
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-poppins);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul li {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul li {
    font-size: 14px;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul li {
    font-size: 15px;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul li {
    font-size: 14px;
    line-height: 1.3;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .location-area ul li:last-child {
  margin-bottom: 0;
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 40px 17px;
}

@media (max-width: 991px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content {
    padding: 0 20px 35px 17px;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content p {
  font-family: var(--font-poppins);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 576px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content p {
    font-size: 15px;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content p span {
  color: var(--title-color);
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content a {
  font-family: var(--font-bai-jamjuree);
  color: var(--text-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content a {
    font-size: 15px;
  }
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content a svg {
  stroke: #808080;
  transition: 0.5s;
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content a:hover {
  color: var(--primary-color1);
}

.recruiters-section .recruiters-card-wrapper .recruiters-card-wrap .recruiter-card .bottom-content a:hover svg {
  fill: var(--primary-color1);
  stroke: var(--primary-color1);
  transition: 0.5s;
}

/*=====================
  Shop Start CSS
======================*/
.shop-section .section-title {
  display: flex;
  justify-content: center;
}

.shop-section .section-title h2 {
  margin-bottom: 20px;
}

.shop-section .btn-area {
  display: flex;
  justify-content: end;
  padding: 0 110px;
}

@media (max-width: 1399px) {
  .shop-section .btn-area {
    padding: 0 40px;
  }
}

@media (max-width: 576px) {
  .shop-section .btn-area {
    padding: 0;
    justify-content: flex-start;
  }
}

.shop-section .shop-card-wrapper {
  padding: 0 170px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-section .shop-card-wrapper {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper {
    padding: 0 20px;
  }
}

.shop-section .shop-card-wrapper .shop-card {
  position: relative;
}

.shop-section .shop-card-wrapper .shop-card .shop-img {
  margin-bottom: 28px;
}

.shop-section .shop-card-wrapper .shop-card .shop-img img {
  max-width: 350px;
  min-width: 350px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 4px 50px 2px #DC8514;
  border-radius: 25px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-section .shop-card-wrapper .shop-card .shop-img img {
    max-width: 300px;
    min-width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .shop-card .shop-img img {
    max-width: 250px;
    min-width: 250px;
    max-height: 250px;
  }
}

@media (max-width: 1199px) {
  .shop-section .shop-card-wrapper .shop-card .shop-img img {
    max-width: 275px;
    min-width: 275px;
    max-height: 275px;
  }
}

@media (max-width: 991px) {
  .shop-section .shop-card-wrapper .shop-card .shop-img img {
    max-width: 325px;
    min-width: 325px;
    max-height: 325px;
  }
}

@media (max-width: 767px) {
  .shop-section .shop-card-wrapper .shop-card .shop-img img {
    max-width: 512px;
    min-width: 512px;
    max-height: 400px;
    box-shadow: unset;
  }
}

@media (max-width: 576px) {
  .shop-section .shop-card-wrapper .shop-card .shop-img img {
    max-width: 285px;
    min-width: 285px;
    max-height: 285px;
  }
}

.shop-section .shop-card-wrapper .shop-card .shop-content {
  margin-left: 23px;
}

.shop-section .shop-card-wrapper .shop-card .shop-content .logo-and-location-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.shop-section .shop-card-wrapper .shop-card .shop-content .logo-and-location-area .location-area h6 {
  font-family: var(--font-poppins);
  color: var(--primary-color1);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: -3px;
}

.shop-section .shop-card-wrapper .shop-card .shop-content .logo-and-location-area .location-area span {
  font-family: var(--font-poppins);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.shop-section .shop-card-wrapper .shop-card .shop-content>p {
  font-family: var(--font-raleway);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 250px;
  margin-left: 55px;
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .shop-card .shop-content>p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .shop-section .shop-card-wrapper .shop-card .shop-content>p {
    font-size: 15px;
  }
}

.shop-section .shop-card-wrapper .shop-card .video-area {
  position: absolute;
  top: 95px;
  left: 100px;
  opacity: 0;
  transition: 0.5s;
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .shop-card .video-area {
    top: 66px;
    left: 66px;
  }
}

.shop-section .shop-card-wrapper .shop-card .video-area .icon img {
  width: 154px;
  height: 154px;
  fill: none;
  stroke: #FB0000;
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .shop-card .video-area .icon img {
    width: 130px;
    height: 130px;
  }
}

.shop-section .shop-card-wrapper .shop-card:hover .video-area {
  opacity: 1;
}

.shop-section .shop-card-wrapper .slider-btn-grp {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.shop-section .shop-card-wrapper .slider-btn-grp .slider-btn {
  border: 1px solid var(--primary-color1);
  min-width: 88px;
  max-width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  z-index: 1;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .slider-btn {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .slider-btn {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .slider-btn {
    display: none;
  }
}

.shop-section .shop-card-wrapper .slider-btn-grp .slider-btn svg {
  width: 39px;
  height: 58px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .slider-btn svg {
    width: 25px;
  }
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .slider-btn svg {
    width: 25px;
  }
}

.shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-prev {
  position: absolute;
  top: -346px;
  left: -110px;
  z-index: 1;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-prev {
    top: -290px;
    left: -60px;
  }
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-prev {
    top: -270px;
    left: -31px;
  }
}

@media (max-width: 1199px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-prev {
    top: -290px;
    left: -32px;
  }
}

.shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-next {
  position: absolute;
  top: -346px;
  right: -110px;
  z-index: 1;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-next {
    top: -305px;
    right: -60px;
  }
}

@media (max-width: 1399px) {
  .shop-section .shop-card-wrapper .slider-btn-grp .shop-slider-next {
    top: -280px;
    right: -33px;
  }
}

/*===================== 
  News Start CSS
======================*/
.latest-news-section .news-card-wrapper {
  padding: 0 25px 0 130px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .latest-news-section .news-card-wrapper {
    padding: 0 25px 0 20px;
  }
}

@media (max-width: 1399px) {
  .latest-news-section .news-card-wrapper {
    padding: 0 2px 0 10px;
  }
}

.latest-news-section .news-card-wrapper .news-card {
  max-width: 434px;
}

@media (max-width: 767px) {
  .latest-news-section .news-card-wrapper .news-card {
    max-width: unset;
  }
}

.latest-news-section .news-card-wrapper .news-card .news-img {
  margin-bottom: 18px;
}

.latest-news-section .news-card-wrapper .news-card .news-img a img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .latest-news-section .news-card-wrapper .news-card .news-img a img {
    width: 100%;
  }
}

.latest-news-section .news-card-wrapper .news-card .blog-date {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}

.latest-news-section .news-card-wrapper .news-card .blog-date .date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.latest-news-section .news-card-wrapper .news-card .blog-date .date span {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #747474;
}

.latest-news-section .news-card-wrapper .news-card .blog-date .comment {
  display: flex;
  align-items: center;
  gap: 15px;
}

.latest-news-section .news-card-wrapper .news-card .blog-date .comment span {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #747474;
}

.latest-news-section .news-card-wrapper .news-card .card-content h3 {
  margin-bottom: 15px;
}

.latest-news-section .news-card-wrapper .news-card .card-content h3 a {
  font-family: var(--font-montserrat);
  color: var(--primary-color1);
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 576px) {
  .latest-news-section .news-card-wrapper .news-card .card-content h3 a {
    font-size: 20px;
    line-height: 20px;
  }
}

.latest-news-section .news-card-wrapper .news-card .card-content p {
  font-family: var(--font-montserrat);
  color: #747474;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #747474;
}

@media (max-width: 576px) {
  .latest-news-section .news-card-wrapper .news-card .card-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.latest-news-section .news-card-wrapper .news-card .author-and-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.latest-news-section .news-card-wrapper .news-card .author-and-btn-area .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.latest-news-section .news-card-wrapper .news-card .author-and-btn-area .author-area span {
  font-family: var(--font-montserrat);
  color: #747474;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
}

.latest-news-section .news-card-wrapper .news-card .author-and-btn-area .author-area img {
  border-radius: 50%;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}

.latest-news-section .news-card-wrapper .news-card .author-and-btn-area .read-more-btn {
  padding: 10px 17px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-montserrat);
  color: var(--white-color);
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  background-color: var(--primary-color1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-section .news-card-wrapper .news-card .author-and-btn-area .read-more-btn {
    padding: 8px 10px;
  }
}

.latest-news-section .news-card-wrapper .news-card.style-1 {
  margin-top: 138px;
}

@media (max-width: 991px) {
  .latest-news-section .news-card-wrapper .news-card.style-1 {
    margin-top: 0;
  }
}

.latest-news-section .news-card-wrapper .news-card.style-2 {
  margin-top: -138px;
}

@media (max-width: 991px) {
  .latest-news-section .news-card-wrapper .news-card.style-2 {
    margin-top: 40px;
  }
}

.latest-news-section .news-card-wrapper .news-card-two {
  background-color: var(--white-color);
  padding: 30px;
  max-width: 434px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 60px 0px rgba(25, 90, 148, 0.1490196078);
  border-radius: 8px;
}

@media (max-width: 1399px) {
  .latest-news-section .news-card-wrapper .news-card-two {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .latest-news-section .news-card-wrapper .news-card-two {
    margin-top: 95px;
  }
}

@media (max-width: 767px) {
  .latest-news-section .news-card-wrapper .news-card-two {
    max-width: unset;
    margin-top: 45px;
  }
}

@media (max-width: 576px) {
  .latest-news-section .news-card-wrapper .news-card-two {
    padding: 15px;
  }
}

.latest-news-section .news-card-wrapper .news-card-two .news-img {
  margin-bottom: 10px;
}

.latest-news-section .news-card-wrapper .news-card-two .news-img img {
  min-width: 372px;
  max-width: 372px;
  max-height: 282px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .latest-news-section .news-card-wrapper .news-card-two .news-img img {
    min-width: 352px;
    max-width: 352px;
  }
}

@media (max-width: 1399px) {
  .latest-news-section .news-card-wrapper .news-card-two .news-img img {
    min-width: 315px;
    max-width: 315px;
  }
}

@media (max-width: 1199px) {
  .latest-news-section .news-card-wrapper .news-card-two .news-img img {
    min-width: 246px;
    max-width: 246px;
  }
}

@media (max-width: 991px) {
  .latest-news-section .news-card-wrapper .news-card-two .news-img img {
    min-width: 302px;
    max-width: 302px;
    min-height: 285px;
  }
}

@media (max-width: 767px) {
  .latest-news-section .news-card-wrapper .news-card-two .news-img img {
    min-width: unset;
    max-width: unset;
    min-height: 285px;
    width: 100%;
  }
}

.latest-news-section .news-card-wrapper .news-card-two .content h3 {
  margin-bottom: 15px;
}

.latest-news-section .news-card-wrapper .news-card-two .content h3 a {
  font-family: var(--font-montserrat);
  color: var(--primary-color1);
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 991px) {
  .latest-news-section .news-card-wrapper .news-card-two .content h3 a {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .latest-news-section .news-card-wrapper .news-card-two .content h3 a {
    font-size: 20px;
  }
}

.latest-news-section .news-card-wrapper .news-card-two .date-and-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.latest-news-section .news-card-wrapper .news-card-two .date-and-btn-area .date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.latest-news-section .news-card-wrapper .news-card-two .date-and-btn-area .date span {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #747474;
}

.latest-news-section .news-card-wrapper .news-card-two .date-and-btn-area .read-more-btn {
  padding: 10px 17px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-montserrat);
  color: var(--white-color);
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  background-color: var(--primary-color1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-section .news-card-wrapper .news-card-two .date-and-btn-area .read-more-btn {
    padding: 8px 10px;
  }
}

@media (max-width: 576px) {
  .latest-news-section .news-card-wrapper .news-card-two .date-and-btn-area .read-more-btn {
    padding: 6px 12px;
  }
}

.latest-news-section .news-card-wrapper .news-card-two.style-1 {
  margin-top: -168px;
}

@media (max-width: 991px) {
  .latest-news-section .news-card-wrapper .news-card-two.style-1 {
    margin-top: -515px;
  }
}

@media (max-width: 767px) {
  .latest-news-section .news-card-wrapper .news-card-two.style-1 {
    margin-top: 0;
  }
}

/*===================== 
  Testimonial Start CSS
======================*/
.testimonial-section {
  background: url(/assets/img/home/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.testimonial-section .testimonial-slider-wrapper {
  padding: 0 150px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 1399px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding: 0 5px;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card {
  max-width: 441px;
  min-height: 441px;
  border-radius: 32px;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card {
    max-width: unset;
    min-height: unset;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area {
    margin-top: 0;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area>img {
  width: 151px;
  height: 151px;
  border-radius: 50%;
}

@media (max-width: 1399px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area>img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area>img {
    width: 100px;
    height: 100px;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area ul li img {
  width: 40px;
  height: 40px;
}

@media (max-width: 1399px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area ul li img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-img-and-review-area ul li img {
    width: 28px;
    height: 28px;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content {
  background-color: var(--white-color);
  padding: 72px 50px 45px;
  border-radius: 32px;
  box-shadow: 0px 57.87px 123.12px 0px rgba(21, 21, 21, 0.1490196078);
  margin-top: -75px;
}

@media (max-width: 1399px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content {
    padding: 72px 35px 45px;
  }
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content {
    padding: 72px 30px 25px;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content p {
  font-family: var(--font-inter);
  color: var(--title-color);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content p {
    font-size: 27px;
    margin-bottom: 36px;
  }
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content p {
    font-size: 23px;
    margin-bottom: 28px;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content .author-area {
  text-align: center;
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content .author-area h5 {
  font-family: var(--font-manrope);
  color: var(--primary-color1);
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content .author-area h5 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content .author-area h5 {
    font-size: 24px;
  }
}

.testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content .author-area span {
  font-family: var(--font-manrope);
  color: #505050;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-slider-wrapper .testimonial-card .testimonial-content .author-area span {
    font-size: 16px;
  }
}

.testimonial-section .testimonial-slider-wrapper .swiper-wrapper {
  align-items: center;
}

.testimonial-section .testimonial-slider-wrapper .swiper-slide {
  transition: all 0.5s ease;
}

.testimonial-section .testimonial-slider-wrapper .swiper-slide .testimonial-card {
  transform: translateY(60px);
  transition: all 0.5s ease;
}

.testimonial-section .testimonial-slider-wrapper .swiper-slide-active {
  z-index: 2;
}

.testimonial-section .testimonial-slider-wrapper .swiper-slide-active .testimonial-card {
  transform: translateY(0);
}

@media (min-width: 992px) {

  .testimonial-section .testimonial-slider-wrapper .swiper-slide-prev .testimonial-card,
  .testimonial-section .testimonial-slider-wrapper .swiper-slide-next .testimonial-card {
    transform: translateY(60px);
  }

  .testimonial-section .testimonial-slider-wrapper .swiper-slide-active .testimonial-card {
    transform: translateY(-40px);
  }
}

/*===================== 
  Footer Start CSS
======================*/
.footer-section {
  background-color: rgba(55, 66, 250, 0.0588235294) !important;
  padding: 0 140px;
  margin-top: 170px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-section {
    padding: 0 60px;
  }
}

@media (max-width: 1399px) {
  .footer-section {
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding: 0 10px;
  }
}

.footer-section .footer-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
  padding: 30px 50px;
  min-width: 1039px;
  margin-top: -60px;
  border-radius: 10px;
  box-shadow: 0px 57.87px 123.12px 0px rgba(21, 21, 21, 0.1490196078);
}

@media (max-width: 1399px) {
  .footer-section .footer-top-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-top-area {
    min-width: 850px;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-top-area {
    min-width: 650px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-top-area {
    min-width: unset;
    padding: 20px 25px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-top-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }
}

.footer-section .footer-top-area h3 {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-section .footer-top-area h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-top-area h3 {
    font-size: 22px;
  }
}

.footer-section .footer-top-area .primary-btn1 {
  border-radius: 35px;
}

.footer-section .footer-bottom-area {
  margin-top: 70px;
  padding-bottom: 70px;
}

.footer-section .footer-bottom-area .footer-widget .widget-title h3 {
  font-family: var(--font-raleway);
  color: var(--primary-color1);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-bottom-area .footer-widget .widget-title h3 {
    font-size: 16px;
  }
}

.footer-section .footer-bottom-area .footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section .footer-bottom-area .footer-widget ul li a {
  font-family: var(--font-raleway);
  color: var(--title-color);
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
  display: block;
  transition: 0.5s;
}

.footer-section .footer-bottom-area .footer-widget ul li a:hover {
  color: var(--primary-color1);
  transition: 0.5s;
}

.footer-section .footer-bottom-area .footer-widget ul li:last-child a {
  margin-bottom: 0;
}

.footer-section .footer-bottom-area .subscribe-area h4 {
  font-family: var(--font-bai-jamjuree);
  color: var(--primary-color1);
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-bottom-area .subscribe-area h4 {
    font-size: 22px;
  }
}

.footer-section .footer-bottom-area .subscribe-area p {
  font-family: var(--font-bai-jamjuree);
  color: var(--title-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  max-width: 358px;
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area {
  position: relative;
  z-index: 1;
  max-width: 416px;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom-area .subscribe-area .location-search-area {
    max-width: unset;
  }
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area {
  padding: 15px 0px 15px 30px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 576px) {
  .footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area {
    padding: 15px 0px 15px 15px;
  }
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area .primary-btn1 {
  padding: 22px 34px;
  background-color: var(--primary-color1);
  font-family: var(--font-bai-jamjuree);
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  transition: 0.5s;
  margin-right: -20px;
  margin-bottom: -30px;
  border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area .primary-btn1 {
    padding: 22px 9px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area .primary-btn1 {
    padding: 15px 10px;
    margin-right: -10px;
  }
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area .primary-btn1 svg {
  fill: var(--title-color);
  transition: 0.5s;
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area .primary-btn1:hover svg {
  fill: var(--title-color);
  rotate: 45deg;
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area input {
  font-family: var(--font-plus-jakarta-sans);
  color: rgba(var(--text-color-opc), 0.6);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  width: 100%;
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area input::-moz-placeholder {
  color: rgba(var(--text-color-opc), 0.7);
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area input::placeholder {
  color: rgba(var(--text-color-opc), 0.7);
}

.footer-section .footer-bottom-area .subscribe-area .location-search-area .search-area input:focus {
  color: var(--title-color);
}

.footer-section .copyright-area-and-social-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .footer-section .copyright-area-and-social-area ul {
    margin-top: -30px;
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .footer-section .copyright-area-and-social-area ul {
    margin-top: -40px;
    padding-bottom: 20px;
  }
}

.footer-section .copyright-area-and-social-area ul li {
  padding-right: 3px;
  border-right: 1px solid #000000;
}

.footer-section .copyright-area-and-social-area ul li:last-child {
  padding-right: unset;
  border-right: unset;
}

.footer-section .copyright-area-and-social-area p {
  font-family: var(--font-raleway);
  color: var(--title-color);
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  border-top: 1px solid rgba(128, 128, 128, 0.2117647059);
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.home-two-footer-socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px;
  padding-bottom: 40px;
}

.home-two-footer-socials li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #112b27;
  line-height: 1;
}

.home-two-footer-socials li:last-child {
  border-right: 0;
}

.home-two-footer-socials a {
  color: #dc8514;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.home-two-footer-socials a:hover {
  color: #b66f10;
}

@media (max-width: 991px) {
  .home-two-footer-socials {
    margin-top: -30px;
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .home-two-footer-socials {
    margin-top: -40px;
    padding-bottom: 20px;
  }

  .home-two-footer-socials li {
    padding: 0 12px;
  }

  .home-two-footer-socials a {
    font-size: 22px;
  }
}

/*===================== 
  Market Start CSS
======================*/
.market-banner-section {
  padding: 5% 5% 3%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2117647059);
}

@media (max-width: 991px) {
  .market-banner-section {
    padding: 9% 5% 3%;
  }
}

.market-banner-section .banner-content h1 {
  font-family: var(--font-poppins);
  color: #1F1F2F;
  font-weight: 600;
  font-size: 96px;
  line-height: 64px;
  margin-bottom: 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-banner-section .banner-content h1 {
    font-size: 85px;
  }
}

@media (max-width: 1399px) {
  .market-banner-section .banner-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .market-banner-section .banner-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .market-banner-section .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .market-banner-section .banner-content h1 {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .market-banner-section .banner-content h1 {
    font-size: 32px;
    text-align: center;
    line-height: 1.1;
  }
}

/*===================== 
  Market Card Start CSS
======================*/
.market-section {
  padding: 0 40px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-section {
    padding: 0 10px;
  }
}

@media (max-width: 1399px) {
  .market-section {
    padding: 0 15px;
  }
}

.market-section .market-wrapper .card-title {
  padding: 30px 0 45px;
  position: relative;
}

@media (max-width: 1399px) {
  .market-section .market-wrapper .card-title {
    padding: 20px 0 25px;
  }
}

@media (max-width: 1199px) {
  .market-section .market-wrapper .card-title {
    padding: 10px 0 15px;
  }
}

@media (max-width: 576px) {
  .market-section .market-wrapper .card-title {
    padding: 0;
  }
}

.market-section .market-wrapper .card-title h2 {
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-section .market-wrapper .card-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1399px) {
  .market-section .market-wrapper .card-title h2 {
    font-size: 26px;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .market-section .market-wrapper .card-title h2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .market-section .market-wrapper .card-title h2 {
    font-size: 26px;
    position: absolute;
    top: -60px;
    left: 57%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .market-section .market-wrapper .card-title h2 {
    left: 15%;
    width: unset;
  }
}

@media (max-width: 576px) {
  .market-section .market-wrapper .card-title h2 {
    position: relative;
    left: unset;
    font-size: 22px;
    line-height: 1.3;
    top: -15px;
  }
}

.market-section .market-wrapper .left-side-card {
  border-right: 1px solid rgba(128, 128, 128, 0.2117647059);
}

@media (max-width: 991px) {
  .market-section .market-wrapper .left-side-card {
    border-right: unset;
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .market-section .market-wrapper .left-side-card {
    padding-top: 35px;
  }
}

.market-section .market-wrapper .right-side-card {
  padding-top: 143px;
  display: grid;
  grid-template-columns: 43% 43%;
  padding-left: 100px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-section .market-wrapper .right-side-card {
    grid-template-columns: 44% 44%;
    padding-left: 70px;
  }
}

@media (max-width: 1399px) {
  .market-section .market-wrapper .right-side-card {
    grid-template-columns: 47% 47%;
    padding-left: 75px;
    padding-top: 117px;
  }
}

@media (max-width: 1199px) {
  .market-section .market-wrapper .right-side-card {
    grid-template-columns: 50% 50%;
    padding-left: 5px;
    padding-top: 95px;
  }
}

@media (max-width: 991px) {
  .market-section .market-wrapper .right-side-card {
    grid-template-columns: unset;
    padding-left: 0;
  }
}

.market-section .market-wrapper .right-side-card .shop-card {
  padding-left: 0;
}

.market-section .market-wrapper .right-side-card .shop-card .video-area {
  top: 105px;
  left: 100px;
}

@media (max-width: 576px) {
  .market-section .market-wrapper .right-side-card .shop-card .video-area {
    top: 90px;
    left: 90px;
  }
}

.market-section .market-wrapper .right-side-card .shop-card.mb-20 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .market-section .market-wrapper .right-side-card .shop-card.mb-20 {
    margin-bottom: 35px;
  }
}

.market-section .shop-card {
  position: relative;
  padding-left: 105px;
  max-width: 485px;
  min-width: 485px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-section .shop-card {
    padding-left: 45px;
  }
}

@media (max-width: 1399px) {
  .market-section .shop-card {
    padding-left: 20px;
    max-width: 270px;
    min-width: 270px;
  }
}

@media (max-width: 1199px) {
  .market-section .shop-card {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .market-section .shop-card {
    max-width: 326px;
    min-width: 326px;
  }
}

@media (max-width: 576px) {
  .market-section .shop-card {
    max-width: 285px;
    min-width: 285px;
  }
}

.market-section .shop-card .shop-img {
  margin-bottom: 28px;
}

.market-section .shop-card .shop-img img {
  max-width: 350px;
  min-width: 350px;
  max-height: 350px;
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 4px 50px 2px #DC8514;
  border-radius: 25px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-section .shop-card .shop-img img {
    max-width: 300px;
    min-width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 1399px) {
  .market-section .shop-card .shop-img img {
    max-width: 250px;
    min-width: 250px;
    max-height: 250px;
  }
}

@media (max-width: 1199px) {
  .market-section .shop-card .shop-img img {
    max-width: 270px;
    min-width: 270px;
    max-height: 270px;
  }
}

@media (max-width: 991px) {
  .market-section .shop-card .shop-img img {
    max-width: 325px;
    min-width: 325px;
    max-height: 325px;
  }
}

@media (max-width: 767px) {
  .market-section .shop-card .shop-img img {
    max-width: 512px;
    min-width: 512px;
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .market-section .shop-card .shop-img img {
    max-width: 295px;
    min-width: 295px;
    max-height: 285px;
  }
}

.market-section .shop-card .shop-content {
  margin-left: 23px;
}

.market-section .shop-card .shop-content .logo-and-location-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.market-section .shop-card .shop-content .logo-and-location-area img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.market-section .shop-card .shop-content .logo-and-location-area .location-area h6 {
  font-family: var(--font-poppins);
  color: var(--primary-color1);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: -3px;
}

.market-section .shop-card .shop-content .logo-and-location-area .location-area span {
  font-family: var(--font-poppins);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.market-section .shop-card .shop-content>p {
  font-family: var(--font-raleway);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 250px;
  margin-left: 55px;
}

@media (max-width: 1399px) {
  .market-section .shop-card .shop-content>p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .market-section .shop-card .shop-content>p {
    font-size: 15px;
  }
}

.market-section .shop-card .video-area {
  position: absolute;
  top: 99px;
  left: 215px;
  opacity: 0;
  transition: 0.5s;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-section .shop-card .video-area {
    top: 80px;
    left: 120px;
  }
}

@media (max-width: 1399px) {
  .market-section .shop-card .video-area {
    top: 66px;
    left: 85px;
  }
}

@media (max-width: 576px) {
  .market-section .shop-card .video-area {
    top: 90px;
    left: 90px;
  }
}

.market-section .shop-card .video-area .icon img {
  width: 154px;
  height: 154px;
  fill: none;
  stroke: #FB0000;
}

@media (max-width: 1399px) {
  .market-section .shop-card .video-area .icon img {
    width: 130px;
    height: 130px;
  }
}

.market-section .shop-card:hover .video-area {
  opacity: 1;
}

/*===================== 
  Market1 Banner Start CSS
======================*/
.market1-banner-section {
  padding: 5% 5% 3%;
}

@media (max-width: 991px) {
  .market1-banner-section {
    padding: 10% 5% 3%;
  }
}


/*================================
  Market Details Section Start CSS
==================================*/
.market-details-section {
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .market-details-section {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .market-details-section {
    padding: 0 5px;
  }
}

.market-details-section .img-wrapper {
  position: relative;
}

.market-details-section .img-wrapper .video-area {
  position: absolute;
  top: 230px;
  left: 240px;
  opacity: 0;
  transition: 0.5s;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-details-section .img-wrapper .video-area {
    top: 135px;
    left: 135px;
  }
}

@media (max-width: 1399px) {
  .market-details-section .img-wrapper .video-area {
    top: 115px;
    left: 120px;
  }
}

@media (max-width: 1199px) {
  .market-details-section .img-wrapper .video-area {
    top: 230px;
    left: 230px;
  }
}

@media (max-width: 767px) {
  .market-details-section .img-wrapper .video-area {
    top: 155px;
    left: 155px;
  }
}

@media (max-width: 576px) {
  .market-details-section .img-wrapper .video-area {
    top: 85px;
    left: 90px;
  }
}

.market-details-section .img-wrapper .video-area .icon img {
  width: 400px;
  height: 400px;
  fill: none;
  stroke: #FB0000;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .market-details-section .img-wrapper .video-area .icon img {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 1399px) {
  .market-details-section .img-wrapper .video-area .icon img {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 1199px) {
  .market-details-section .img-wrapper .video-area .icon img {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 991px) {
  .market-details-section .img-wrapper .video-area .icon img {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 767px) {
  .market-details-section .img-wrapper .video-area .icon img {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 767px) {
  .market-details-section .img-wrapper .video-area .icon img {
    width: 150px;
    height: 150px;
  }
}

.market-details-section .img-wrapper:hover .video-area {
  opacity: 1;
}

.market-details-section .market-details-content h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-decoration: underline;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .market-details-section .market-details-content h2 {
    margin-bottom: 12px;
  }
}

@media (max-width: 576px) {
  .market-details-section .market-details-content h2 {
    margin-bottom: 10px;
  }
}

.market-details-section .market-details-content p {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .market-details-section .market-details-content p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .market-details-section .market-details-content p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .market-details-section .market-details-content p {
    font-size: 15px;
  }
}

.market-details-section .market-details-content .list-area {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}

.market-details-section .market-details-content .list-area li {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .market-details-section .market-details-content .list-area li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .market-details-section .market-details-content .list-area li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .market-details-section .market-details-content .list-area li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.market-details-section .market-details-content .list-area li:last-child {
  margin-bottom: 0;
}

.market-details-section .market-details-content .social-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}

@media (max-width: 576px) {
  .market-details-section .market-details-content .social-list {
    flex-wrap: wrap;
  }
}

.market-details-section .market-details-content .social-list li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.market-details-section .market-details-content .social-list li:first-child {
  padding-right: 15px;
}

.market-details-section .market-details-content .social-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border: 1px solid #EDEFF5;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .market-details-section .market-details-content .social-list li a {
    padding: 10px 10px;
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .market-details-section .market-details-content .social-list li a {
    padding: 12px 12px;
    gap: 10px;
  }
}

.market-details-section .market-details-content .social-list li .facebook {
  color: #0066FF;
}

.market-details-section .market-details-content .social-list li .twitter {
  color: #1DA1F2;
}

.market-details-section .market-details-content .social-list li .pinterest {
  color: #CA2127;
}

.market-details-section .market-details-content .first-para {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .market-details-section .market-details-content .first-para {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .market-details-section .market-details-content .first-para {
    margin-bottom: 20px;
  }
}

.market-details-section .market-details-content .second-para {
  margin-bottom: 10px;
}

.market-details-section .market-details-content .third-para {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .market-details-section .market-details-content .third-para {
    margin-bottom: 25px;
  }
}

.market-details-section .market-details-content .second {
  text-decoration: none;
}

/*================================
  Shop Card Section Start CSS
==================================*/
@media (max-width: 576px) {
  .shop-card-section .section-title h2 {
    line-height: 45px;
  }
}

.shop-card-section .shop-card {
  position: relative;
  max-width: 400px;
  min-width: 400px;
}

@media (max-width: 1399px) {
  .shop-card-section .shop-card {
    max-width: 339px;
    min-width: 339px;
  }
}

@media (max-width: 1199px) {
  .shop-card-section .shop-card {
    max-width: 270px;
    min-width: 270px;
  }
}

@media (max-width: 991px) {
  .shop-card-section .shop-card {
    max-width: 326px;
    min-width: 326px;
  }
}

@media (max-width: 576px) {
  .shop-card-section .shop-card {
    max-width: 324px;
    min-width: 324px;
  }
}

.shop-card-section .shop-card .shop-img {
  margin-bottom: 28px;
}

.shop-card-section .shop-card .shop-img img {
  max-width: 400px;
  min-width: 400px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 4px 50px 2px #DC8514;
  border-radius: 25px;
}

@media (max-width: 1399px) {
  .shop-card-section .shop-card .shop-img img {
    max-width: 339px;
    min-width: 339px;
    max-height: 350px;
  }
}

@media (max-width: 1199px) {
  .shop-card-section .shop-card .shop-img img {
    max-width: 270px;
    min-width: 270px;
    max-height: 270px;
  }
}

@media (max-width: 991px) {
  .shop-card-section .shop-card .shop-img img {
    max-width: 325px;
    min-width: 325px;
    max-height: 325px;
  }
}

@media (max-width: 767px) {
  .shop-card-section .shop-card .shop-img img {
    max-width: 512px;
    min-width: 512px;
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .shop-card-section .shop-card .shop-img img {
    max-width: 325px;
    min-width: 325px;
    max-height: 285px;
  }
}

.shop-card-section .shop-card .shop-content {
  margin-left: 23px;
}

.shop-card-section .shop-card .shop-content .logo-and-location-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.shop-card-section .shop-card .shop-content .logo-and-location-area .location-area h6 {
  font-family: var(--font-poppins);
  color: var(--primary-color1);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: -3px;
}

.shop-card-section .shop-card .shop-content .logo-and-location-area .location-area span {
  font-family: var(--font-poppins);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.shop-card-section .shop-card .shop-content>p {
  font-family: var(--font-raleway);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 250px;
  margin-left: 55px;
}

@media (max-width: 1399px) {
  .shop-card-section .shop-card .shop-content>p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .shop-card-section .shop-card .shop-content>p {
    font-size: 15px;
  }
}

.shop-card-section .shop-card .video-area {
  position: absolute;
  top: 110px;
  left: 125px;
  opacity: 0;
  transition: 0.5s;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .shop-card-section .shop-card .video-area {
    top: 80px;
    left: 120px;
  }
}

@media (max-width: 1399px) {
  .shop-card-section .shop-card .video-area {
    top: 115px;
    left: 110px;
  }
}

@media (max-width: 1199px) {
  .shop-card-section .shop-card .video-area {
    top: 80px;
    left: 75px;
  }
}

@media (max-width: 576px) {
  .shop-card-section .shop-card .video-area {
    top: 80px;
    left: 100px;
  }
}

.shop-card-section .shop-card .video-area .icon img {
  width: 154px;
  height: 154px;
  fill: none;
  stroke: #FB0000;
}

@media (max-width: 1399px) {
  .shop-card-section .shop-card .video-area .icon img {
    width: 130px;
    height: 130px;
  }
}

.shop-card-section .shop-card:hover .video-area {
  opacity: 1;
}

@media (max-width: 767px) {
  .shop-card-section.mb-120 {
    margin-bottom: 100px;
  }
}

/*================================
  Company Banner Section Start CSS
==================================*/
.job-details {
  background-color: #F1F2F4;
  padding: 0 315px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .job-details {
    padding: 0 55px;
  }
}

@media (max-width: 1399px) {
  .job-details {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .job-details {
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .job-details {
    padding: 0 15px;
  }
}

.job-details .banner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 24px 0;
}

@media (max-width: 576px) {
  .job-details .banner-wrapper {
    flex-wrap: wrap;
  }
}

.job-details .banner-wrapper h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.job-details .banner-wrapper .job-category ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

@media (max-width: 576px) {
  .job-details .banner-wrapper .job-category ul {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}

.job-details .banner-wrapper .job-category ul li {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.job-details .banner-wrapper .job-category ul li:last-child {
  color: #18191C;
}

.job-details.style-1 {
  padding: 24px 315px 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .job-details.style-1 {
    padding: 24px 45px 30px;
  }
}

@media (max-width: 1399px) {
  .job-details.style-1 {
    padding: 24px 35px 30px;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 {
    padding: 24px 30px 30px;
  }
}

.job-details.style-1 .banner-wrapper {
  padding: unset;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .job-details.style-1 .banner-wrapper {
    margin-bottom: 16px;
  }
}

.job-details.style-1 .search-filter-area {
  box-shadow: 0px 12px 40px 0px rgba(0, 44, 109, 0.0392156863);
  border: 1px solid #EDEFF5;
}

.job-details.style-1 .search-filter-area .search-box {
  display: flex;
  align-items: center;
  background: var(--white-color);
  padding: 12px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .job-details.style-1 .search-filter-area .search-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 60px;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box {
    gap: 25px 60px;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box {
    flex-wrap: wrap;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 14px;
  border-right: 1px solid var(--primary-color1);
}

@media (max-width: 1399px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box {
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box {
    border-right: unset;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box {
    padding-left: unset;
    padding-right: unset;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box {
    position: relative;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 991px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input {
    padding-right: 0;
    border-right: unset;
    justify-content: space-between;
    width: 100%;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input label {
  color: #6A6A6A;
  font-family: var(--font-bai-jamjuree);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown {
  width: 100%;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
  color: #9199A3;
  font-family: var(--font-bai-jamjuree);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3px;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input::-moz-placeholder {
  color: var(--title-color);
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input::placeholder {
  color: var(--title-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
    font-size: 14px;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
  color: var(--title-color);
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: -8px;
}

@media (max-width: 991px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
    right: 0;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
  padding: 10px 0;
  background-color: var(--white-color);
  border-radius: 5px;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-track {
  background: #f5f4f4;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-thumb {
  background-color: #ddd;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* creates padding around scroll thumb */
}

@media (max-width: 1199px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    max-width: 100%;
    min-width: 100%;
    top: 75px;
  }
}

@media (max-width: 991px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 59px;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 45px;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    left: 50%;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 44px;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 5px 10px;
  padding-bottom: 5px;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area i {
  color: var(--primary-color1);
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list {
  padding: 0;
  margin: 0;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  transition: 0.5s;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
  display: block;
  width: 100%;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:last-child {
  margin-bottom: 0;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h2 {
  font-family: var(--font-bai-jamjuree);
  color: var(--title-color);
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h2 {
    font-size: 13px;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  position: relative;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: var(--title-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover {
  background: rgba(211, 211, 211, 0.231372549);
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover::before {
  opacity: 1;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}

@keyframes fade-down2 {
  0% {
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
    transform: scaleY(1) translateX(-50%);
    animation: fade-down2 0.3s linear;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.no-scroll {
  overflow-y: initial;
  max-width: unset;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box .searchbox-input input {
  background-color: transparent;
  font-family: var(--font-bai-jamjuree);
  font-weight: 300;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.job-details.style-1 .search-filter-area .search-box .single-search-box.two {
  min-width: 300px;
  max-width: 300px;
}

@media (max-width: 1399px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box.two {
    min-width: 230px;
    max-width: 230px;
  }
}

@media (max-width: 1199px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box.two {
    min-width: 210px;
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box.two {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box.three {
  min-width: 167px;
  border-right: unset;
}

@media (max-width: 1399px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box.three {
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box .single-search-box.three {
    min-width: unset;
    width: 100%;
  }
}

.job-details.style-1 .search-filter-area .search-box .single-search-box.three input {
  min-width: 100px;
  max-width: 100px;
}

.job-details.style-1 .search-filter-area .search-box .search-area {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--primary-color1);
  min-width: 340px;
  max-width: 340px;
}

@media (max-width: 1399px) {
  .job-details.style-1 .search-filter-area .search-box .search-area {
    min-width: 340px;
    max-width: 340px;
  }
}

@media (max-width: 1199px) {
  .job-details.style-1 .search-filter-area .search-box .search-area {
    min-width: 210px;
    max-width: 210px;
  }
}

@media (max-width: 991px) {
  .job-details.style-1 .search-filter-area .search-box .search-area {
    border-right: unset;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box .search-area {
    gap: 8px;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .search-area {
    border-right: unset;
  }
}

.job-details.style-1 .search-filter-area .search-box .search-area button {
  background: unset;
  line-height: 1;
}

.job-details.style-1 .search-filter-area .search-box .search-area input {
  font-family: var(--font-bai-jamjuree);
  color: #9199A3;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  border: none;
  padding: 0;
  line-height: 1;
  min-width: 145px;
  max-width: 145px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .job-details.style-1 .search-filter-area .search-box .search-area input {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .job-details.style-1 .search-filter-area .search-box .search-area input {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .search-area input {
    min-width: 225px;
  }
}

.job-details.style-1 .search-filter-area .search-box .search-area input::-moz-placeholder {
  color: #9199A3;
}

.job-details.style-1 .search-filter-area .search-box .search-area input::placeholder {
  color: #9199A3;
}

.job-details.style-1 .search-filter-area .search-box .primary-btn1 {
  padding: 20px 38px;
  border-radius: 5px;
}

@media (max-width: 576px) {
  .job-details.style-1 .search-filter-area .search-box .primary-btn1 {
    padding: 15px 38px;
    border-radius: 0;
    width: 100%;
  }
}

.company-banner-section .single-job-wrapper .top-content .profile-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 991px) {
  .company-banner-section .single-job-wrapper .top-content .profile-content {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .company-banner-section .single-job-wrapper .top-content .profile-content {
    flex-wrap: wrap;
  }
}

.company-banner-section .single-job-wrapper .top-content .profile-content img {
  border-radius: 50%;
}

.company-banner-section .single-job-wrapper .top-content .profile-content .designer-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .company-banner-section .single-job-wrapper .top-content .profile-content .designer-area {
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 25px;
  }
}

.company-banner-section .single-job-wrapper .top-content .profile-content .designer-area li {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.company-banner-section .single-job-wrapper .top-content .profile-content .designer-area li>span {
  font-family: var(--font-inter);
  color: #FF4F4F;
  background-color: #FFEDED;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 83px;
  height: 26px;
  padding: 4px 12px;
  border-radius: 52px;
}

.company-banner-section .single-job-wrapper .top-content .profile-content .designer-area li:last-child span {
  color: #0066FF;
  background-color: #E8F1FF;
}

.company-banner-section .single-job-wrapper .top-content .profile-content .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  .company-banner-section .single-job-wrapper .top-content .profile-content .social-area {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

@media (max-width: 991px) {
  .company-banner-section .single-job-wrapper .top-content .profile-content .social-area {
    gap: 10px 12px;
  }
}

.company-banner-section .single-job-wrapper .top-content .profile-content .social-area>li {
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.company-banner-section .single-job-wrapper .top-content .profile-content .social-area>li a {
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 576px) {
  .company-banner-section .single-job-wrapper .top-content .profile-content .social-area>li a {
    font-size: 15px;
  }
}

.company-banner-section .btn-area {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .company-banner-section .btn-area {
    justify-content: start;
  }
}

.company-banner-section .btn-area .fav-area {
  max-width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E7F0FA;
  border-radius: 5px;
}

.company-banner-section .btn-area .apply-btn {
  font-family: var(--font-inter);
  background-color: var(--primary-color1);
  color: var(--white-color);
  max-width: 248px;
  min-width: 248px;
  height: 56px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.company-banner-section .btm-area h6 {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .company-banner-section .btm-area h6 {
    text-align: left;
  }
}

.company-banner-section .btm-area h6 span {
  font-family: var(--font-inter);
  color: #E05151;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

/*======================================
  Job Description Area Section Start CSS
========================================*/
.job-description-area .job-description-wrapper h2 {
  font-family: var(--font-inter);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}

.job-description-area .job-description-wrapper p {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 576px) {
  .job-description-area .job-description-wrapper p {
    font-size: 15px;
    line-height: 23px;
  }
}

.job-description-area .job-description-wrapper .first-para {
  margin-bottom: 20px;
}

.job-description-area .job-description-wrapper .second-para {
  margin-bottom: 25px;
}

.job-description-area .job-description-wrapper .responsibilities-area {
  margin: 0;
  margin-bottom: 28px;
}
.job-description-area .job-description-wrapper .responsibilities-area ul {
  padding-left: 20px;
}

.job-description-wrapper ul {
  padding-left: 20px;
}


.job-description-area .job-description-wrapper .responsibilities-area li {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .job-description-area .job-description-wrapper .responsibilities-area li {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.job-description-area .job-description-wrapper .responsibilities-area li:last-child {
  margin-bottom: 0;
}

.job-description-area .job-description-wrapper .social-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .job-description-area .job-description-wrapper .social-list {
    flex-wrap: wrap;
  }
}

.job-description-area .job-description-wrapper .social-list li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.job-description-area .job-description-wrapper .social-list li:first-child {
  padding-right: 15px;
}

.job-description-area .job-description-wrapper .social-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border: 1px solid #EDEFF5;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .job-description-area .job-description-wrapper .social-list li a {
    padding: 10px 10px;
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .job-description-area .job-description-wrapper .social-list li a {
    padding: 12px 12px;
    gap: 10px;
  }
}

.job-description-area .job-description-wrapper .social-list li .facebook {
  color: #DC8514;
}

.job-description-area .job-description-wrapper .social-list li .twitter {
  color: #1DA1F2;
}

.job-description-area .job-description-wrapper .social-list li .pinterest {
  color: #CA2127;
}

.job-description-area .job-date-area {
  border: 1px solid #E7F0FA;
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .job-description-area .job-date-area {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .job-description-area .job-date-area {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .job-description-area .job-date-area {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .job-description-area .job-date-area {
    padding: 20px;
  }
}

.job-description-area .job-date-area h2 {
  font-family: var(--font-inter);
  color: #191F33;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .job-description-area .job-date-area h2 {
    margin-bottom: 20px;
  }
}

.job-description-area .job-date-area .date-area-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 50px;
}

@media (max-width: 1199px) {
  .job-description-area .job-date-area .date-area-wrapper {
    gap: 24px 15px;
  }
}

@media (max-width: 991px) {
  .job-description-area .job-date-area .date-area-wrapper {
    gap: 24px 88px;
    justify-content: start;
  }
}

@media (max-width: 576px) {
  .job-description-area .job-date-area .date-area-wrapper {
    gap: 20px 25px;
  }
}

.job-description-area .job-date-area .date-area-wrapper .date-card svg {
  margin-bottom: 16px;
}

.job-description-area .job-date-area .date-area-wrapper .date-card span {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.job-description-area .job-date-area .date-area-wrapper .date-card h6 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.job-description-area .social-service {
  border: 1px solid #E7F0FA;
  padding: 30px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .job-description-area .social-service {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .job-description-area .social-service {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .job-description-area .social-service {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .job-description-area .social-service {
    padding: 20px;
  }
}

.job-description-area .social-service .icon-and-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .job-description-area .social-service .icon-and-content {
    gap: 12px;
    margin-bottom: 26px;
  }
}

.job-description-area .social-service .icon-and-content .content h4 {
  margin-bottom: 0;
}

.job-description-area .social-service .icon-and-content .content h4 a {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 2px;
  display: block;
}

.job-description-area .social-service .icon-and-content .content span {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.job-description-area .social-service .social-details {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.job-description-area .social-service .social-details li {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 14px;
}

@media (max-width: 576px) {
  .job-description-area .social-service .social-details li {
    font-size: 15px;
  }
}

.job-description-area .social-service .social-details li span {
  color: #18191C;
}

.job-description-area .social-service .social-details li:last-child {
  margin-bottom: 0;
}

.job-description-area .social-service .social-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-description-area .social-service .social-list li a {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E7F0FA;
  border-radius: 5px;
  transition: 0.5s;
}

.job-description-area .social-service .social-list li a svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}

.job-description-area .social-service .social-list li a:hover {
  background-color: var(--primary-color1);
  transition: 0.5s;
}

.job-description-area .social-service .social-list li a:hover svg {
  fill: var(--white-color);
  transition: 0.5s;
}

.job-description-area.style-1 .profile-content-wrapper {
  margin-top: -75px;
  margin-bottom: 50px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: var(--white-color);
  border: 1px solid #E4E5E8;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .job-description-area.style-1 .profile-content-wrapper {
    margin-top: -65px;
    margin-bottom: 40px;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .job-description-area.style-1 .profile-content-wrapper {
    margin-top: -60px;
    margin-bottom: 35px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .job-description-area.style-1 .profile-content-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    flex-wrap: wrap;
    gap: 35px;
  }
}

@media (max-width: 576px) {
  .job-description-area.style-1 .profile-content-wrapper {
    gap: 30px;
  }
}

.job-description-area.style-1 .profile-content-wrapper .img-and-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1199px) {
  .job-description-area.style-1 .profile-content-wrapper .img-and-content {
    gap: 18px;
  }
}

.job-description-area.style-1 .profile-content-wrapper .img-and-content .content h5 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .job-description-area.style-1 .profile-content-wrapper .img-and-content .content h5 {
    font-size: 22px;
    margin-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .job-description-area.style-1 .profile-content-wrapper .img-and-content .content h5 {
    font-size: 20px;
  }
}

.job-description-area.style-1 .profile-content-wrapper .img-and-content .content span {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .job-description-area.style-1 .profile-content-wrapper .img-and-content .content span {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .job-description-area.style-1 .profile-content-wrapper .primary-btn1 {
    padding: 16px 20px;
  }
}

.job-description-area.style-1 .job-description-wrapper h2 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .job-description-area.style-1 .job-description-wrapper p {
    font-size: 15px;
  }
}

.job-description-area.style-1 .job-description-wrapper .third-para {
  margin-bottom: 12px;
}

.job-description-area.style-1 .job-description-wrapper .fourth-para {
  margin-bottom: 30px;
}

.job-description-area.style-1 .job-date-area .date-area-wrapper {
  gap: 20px;
}

.job-description-area.style-1 .job-date-area .date-area-wrapper .date-card {
  min-width: 222px;
  max-width: 222px;
}

@media (max-width: 1399px) {
  .job-description-area.style-1 .job-date-area .date-area-wrapper .date-card {
    min-width: 180px;
    max-width: 180px;
  }
}

@media (max-width: 1199px) {
  .job-description-area.style-1 .job-date-area .date-area-wrapper .date-card {
    min-width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .job-description-area.style-1 .job-date-area .date-area-wrapper .date-card {
    min-width: 195px;
    max-width: 195px;
  }
}

@media (max-width: 767px) {
  .job-description-area.style-1 .job-date-area .date-area-wrapper .date-card {
    min-width: 222px;
    max-width: 222px;
  }
}

.job-description-area.style-1 .contact-information {
  padding: 30px;
  border: 1px solid rgba(206, 224, 245, 0.6980392157);
  border-radius: 12px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .job-description-area.style-1 .contact-information {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .job-description-area.style-1 .contact-information {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .job-description-area.style-1 .contact-information {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .job-description-area.style-1 .contact-information {
    padding: 20px;
  }
}

.job-description-area.style-1 .contact-information h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.job-description-area.style-1 .contact-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.job-description-area.style-1 .contact-information ul li {
  display: flex;
  align-items: start;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E5E8;
}

@media (max-width: 576px) {
  .job-description-area.style-1 .contact-information ul li {
    gap: 12px;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
}

.job-description-area.style-1 .contact-information ul li:last-child {
  padding-bottom: unset;
  margin-bottom: unset;
  border-bottom: unset;
}

.job-description-area.style-1 .contact-information ul li .content {
  line-height: 1;
}

.job-description-area.style-1 .contact-information ul li .content span {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.job-description-area.style-1 .contact-information ul li .content h5 {
  margin-bottom: 0;
}

.job-description-area.style-1 .contact-information ul li .content h5 a {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.job-description-area.style-1 .social-service h4 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}

.job-description-area.style-1 .social-service .social-list li.active a {
  background-color: var(--primary-color1);
}

.job-description-area.style-1 .social-service .social-list li.active a svg {
  fill: var(--white-color);
}

/*=============================
  Related Job Section Start CSS
===============================*/
.related-job-section {
  border-top: 1px solid #EDEFF5;
}

.related-job-section .section-title h2 {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .related-job-section .section-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .related-job-section .section-title h2 {
    font-size: 32px;
  }
}

.related-job-section .slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .related-job-section .slider-btn-grp {
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .related-job-section .slider-btn-grp {
    gap: 14px;
  }
}

.related-job-section .slider-btn-grp .slider-btn {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background-color: #E8F1FF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.related-job-section .slider-btn-grp .slider-btn svg {
  transition: 0.5s;
}

@media (max-width: 767px) {
  .related-job-section .slider-btn-grp .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }

  .related-job-section .slider-btn-grp .slider-btn svg {
    width: 12px;
  }
}

.related-job-section .slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.related-job-section .slider-area .related-job-card {
  border: 1px solid #EDEFF5;
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .related-job-section .slider-area .related-job-card {
    padding: 20px;
  }
}

.related-job-section .slider-area .related-job-card .icon-and-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.related-job-section .slider-area .related-job-card .icon-and-content img {
  width: 56px;
  height: 56px;
}

@media (max-width: 991px) {
  .related-job-section .slider-area .related-job-card .icon-and-content img {
    width: 50px;
    height: 50px;
  }
}

.related-job-section .slider-area .related-job-card .icon-and-content .content h6 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.related-job-section .slider-area .related-job-card .icon-and-content .content h6>span {
  color: #FF4F4F;
  background-color: #FFEDED;
  width: 83px;
  border-radius: 52px;
  height: 26px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-job-section .slider-area .related-job-card .icon-and-content .content>span {
  font-family: var(--font-inter);
  color: #939AAD;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.related-job-section .slider-area .related-job-card .btm-content h5 {
  font-family: var(--font-inter);
  color: #191F33;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .related-job-section .slider-area .related-job-card .btm-content h5 {
    font-size: 18px;
  }
}

.related-job-section .slider-area .related-job-card .btm-content h6 {
  font-family: var(--font-inter);
  color: #636A80;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 0;
}

.related-job-section .slider-area .related-job-card .btm-content h6::before {
  content: "";
  position: absolute;
  left: 68px;
  top: 50%;
  background-color: #636A80;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .related-job-section .slider-area .related-job-card .btm-content h6::before {
    left: 69px;
    top: 10px;
  }
}

/*=============================
  Filter Area Section Start CSS
===============================*/
.filter-area .left-side-area ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-area .left-side-area ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #F1F2F4;
  border-radius: 30px;
  padding: 6px 10px;
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.filter-area .left-side-area ul li span.clear-filter {
  background-color: #FFFFFF;
  border-radius: 50%;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.filter-area .right-side-area {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filter-area .right-side-area .search-filter-area .search-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 13px 18px;
  border: 1px solid #E4E5E8;
  border-radius: 6px;
}

@media (max-width: 1199px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box {
    padding: 10px 14px;
  }
}

@media (max-width: 576px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box {
    position: relative;
  }
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 991px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input {
    padding-right: 0;
    border-right: unset;
    justify-content: space-between;
    width: 100%;
  }
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input label {
  color: #6A6A6A;
  font-family: var(--font-bai-jamjuree);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown {
  width: 100%;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
  color: #474C54;
  font-family: var(--font-bai-jamjuree);
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3px;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input::-moz-placeholder {
  color: var(--title-color);
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input input::placeholder {
  color: var(--title-color);
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
  color: var(--title-color);
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: -8px;
}

@media (max-width: 991px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
    right: 0;
  }
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
  padding: 10px 0;
  background-color: var(--white-color);
  border-radius: 5px;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-track {
  background: #f5f4f4;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-thumb {
  background-color: #ddd;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* creates padding around scroll thumb */
}

@media (max-width: 1199px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    max-width: 100%;
    min-width: 100%;
    top: 75px;
  }
}

@media (max-width: 991px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 59px;
  }
}

@media (max-width: 767px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 65px;
  }
}

@media (max-width: 576px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    left: 50%;
  }
}

@media (max-width: 576px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 44px;
  }
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 5px 10px;
  padding-bottom: 5px;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area i {
  color: var(--primary-color1);
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list {
  padding: 0;
  margin: 0;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  transition: 0.5s;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
  display: block;
  width: 100%;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:last-child {
  margin-bottom: 0;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h2 {
  font-family: var(--font-bai-jamjuree);
  color: var(--title-color);
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h2 {
    font-size: 13px;
  }
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  position: relative;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: var(--title-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover {
  background: rgba(211, 211, 211, 0.231372549);
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover::before {
  opacity: 1;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}

@keyframes fade-down2 {
  0% {
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
    transform: scaleY(1) translateX(-50%);
    animation: fade-down2 0.3s linear;
  }
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.no-scroll {
  overflow-y: initial;
  max-width: unset;
}

.filter-area .right-side-area .search-filter-area .search-box .single-search-box .searchbox-input input {
  background-color: transparent;
  font-family: var(--font-bai-jamjuree);
  font-weight: 300;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.filter-area .right-side-area .grid-view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid #E4E5E8;
  border-radius: 6px;
}

.filter-area .right-side-area .grid-view li {
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.35s;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
}

.filter-area .right-side-area .grid-view li svg {
  fill: #939AAD;
}

.filter-area .right-side-area .grid-view li:hover {
  background: #F1F2F4;
}

.filter-area .right-side-area .grid-view li:hover svg {
  fill: #18191C;
}

.filter-area .right-side-area .grid-view li.active {
  background: #F1F2F4;
}

.filter-area .right-side-area .grid-view li.active svg {
  fill: #18191C;
}

.filter-area .list-grid-product-wrap .related-job-card {
  border: 1px solid #EDEFF5;
  padding: 32px;
  border-radius: 12px;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .filter-area .list-grid-product-wrap .related-job-card {
    padding: 20px;
  }
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content img {
  width: 56px;
  height: 56px;
}

@media (max-width: 991px) {
  .filter-area .list-grid-product-wrap .related-job-card .icon-and-content img {
    width: 50px;
    height: 50px;
  }
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content .content>h5 {
  display: none;
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content .content h6 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content .content h6>span {
  color: var(--white-color);
  background-color: var(--primary-color1);
  font-weight: 400;
  font-size: 14px;
  border-radius: 52px;
  height: 26px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content .content h6 .remote {
  display: none;
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content .content ul {
  display: none;
}

.filter-area .list-grid-product-wrap .related-job-card .icon-and-content .content>span {
  font-family: var(--font-inter);
  color: #939AAD;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.filter-area .list-grid-product-wrap .related-job-card .btm-content h5 a {
  font-family: var(--font-inter);
  color: #191F33;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .filter-area .list-grid-product-wrap .related-job-card .btm-content h5 a {
    font-size: 18px;
  }
}

.filter-area .list-grid-product-wrap .related-job-card .btm-content h6 {
  font-family: var(--font-inter);
  color: #636A80;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 0;
}

.filter-area .list-grid-product-wrap .related-job-card .btm-content h6::before {
  content: "";
  position: absolute;
  left: 68px;
  top: 50%;
  background-color: #636A80;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .filter-area .list-grid-product-wrap .related-job-card .btm-content h6::before {
    left: 69px;
    top: 10px;
  }
}

.filter-area .list-grid-product-wrap .related-job-card .btm-content .fav-btn {
  display: none;
}

.filter-area .list-grid-product-wrap .related-job-card .btm-content .primary-btn1 {
  display: none;
}

.filter-area .list-grid-product-wrap .related-job-card.two {
  background: linear-gradient(90deg, #FFF6E6 0%, #FFFFFF 100%);
}

.filter-area .list-grid-product-wrap .related-job-card:hover {
  box-shadow: 0px 12px 48px 0px rgba(0, 44, 109, 0.1019607843);
  border-color: var(--primary-color1);
  transition: 0.5s;
}

.filter-area .list-grid-product-wrap .innerpage-pagination-area {
  max-width: 352px;
  min-width: 352px;
}

@media (max-width: 767px) {
  .filter-area .list-grid-product-wrap .innerpage-pagination-area {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .filter-area .list-grid-product-wrap .innerpage-pagination-area {
    max-width: unset;
    min-width: unset;
  }
}

.innerpage-pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .innerpage-pagination-area .paginations {
    gap: 5px;
    justify-content: center;
  }
}

.innerpage-pagination-area .paginations li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  border-radius: 50%;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .innerpage-pagination-area .paginations li {
    width: 40px;
    height: 40px;
  }
}

.innerpage-pagination-area .paginations li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .innerpage-pagination-area .paginations li a {
    width: 40px;
    height: 40px;
  }
}

.innerpage-pagination-area .paginations li a svg {
  fill: rgba(var(--black-color-opc), 0.5);
  transition: 0.5s;
}

.innerpage-pagination-area .paginations li.active a {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--white-color);
}

.innerpage-pagination-area .paginations li:hover>a {
  background-color: #F1F2F4;
  border-color: var(--primary-color1);
  color: var(--black-color);
}

.innerpage-pagination-area .paginations li.paginations-button:hover {
  background-color: var(--primary-color1);
}

.innerpage-pagination-area .paginations li.paginations-button:hover svg {
  fill: var(--black-color);
}

.innerpage-pagination-area .paginations li.paginations-button a {
  width: unset;
  height: unset;
  border: unset;
  background-color: unset;
}

.innerpage-pagination-area .paginations li:last-child.paginations-button.active {
  background-color: rgba(220, 133, 20, 0.3098039216);
}

.innerpage-pagination-area .paginations li:last-child.paginations-button.active svg {
  fill: rgba(220, 133, 20, 0.3098039216);
}

.innerpage-pagination-area .paginations li.disabled {
    opacity: .35;
    pointer-events: none;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .item {
  width: 100%;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (max-width: 991px) {
  .filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card {
    gap: 25px;
    flex-wrap: wrap;
  }
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content {
  margin-bottom: unset;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>h5 {
  font-family: var(--font-inter);
  color: #18191C;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>h5 span {
  color: #E05151;
  background-color: #FCEEEE;
  font-weight: 400;
  font-size: 14px;
  border-radius: 52px;
  height: 26px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>h5 .remote {
  display: flex;
  color: #DC8514;
  background-color: #E7F0FA;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>h6 {
  display: none;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>span {
  display: none;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .icon-and-content .content>ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5E6670;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .fav-btn {
  padding: 9px 12px;
  transition: 0.5s;
  border-radius: 5px;
  display: block;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .fav-btn:hover {
  background-color: #F1F2F4;
  transition: 0.5s;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content h5 {
  display: none;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content h6 {
  display: none;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .primary-btn1 {
  display: block;
  background-color: #E7F0FA;
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .primary-btn1::after {
  color: var(--white-color);
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .primary-btn1 span {
  color: var(--primary-color1);
}

.filter-area .list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .primary-btn1 span svg {
  fill: var(--primary-color1);
}
.list-grid-product-wrap.column-1-wrapper .related-job-card .btm-content .primary-btn1:hover span {
    color: var(--white-color);
}

/*=============================
  Twitter Banner Section Start CSS
===============================*/
.profile-banner-section {
  padding: 0 200px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .profile-banner-section {
    padding: 0 15px;
  }
}

@media (max-width: 1399px) {
  .profile-banner-section {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .profile-banner-section {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .profile-banner-section {
    padding: 0 20px;
  }
}

/*=============================
  job Position Section Start CSS
===============================*/
.job-position-wrapper .section-title h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .job-position-wrapper .section-title h2 {
    font-size: 32px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .job-position-wrapper .section-title h2 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (max-width: 576px) {
  .job-position-wrapper .section-title h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

.job-position-wrapper .related-job-card {
  border: 1px solid #EDEFF5;
  padding: 32px;
  border-radius: 12px;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .job-position-wrapper .related-job-card {
    padding: 20px;
  }
}

.job-position-wrapper .related-job-card .icon-and-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.job-position-wrapper .related-job-card .icon-and-content img {
  width: 56px;
  height: 56px;
}

@media (max-width: 991px) {
  .job-position-wrapper .related-job-card .icon-and-content img {
    width: 50px;
    height: 50px;
  }
}

.job-position-wrapper .related-job-card .icon-and-content .content>h5 {
  display: none;
}

.job-position-wrapper .related-job-card .icon-and-content .content h6 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.job-position-wrapper .related-job-card .icon-and-content .content h6>span {
  color: #FF4F4F;
  background-color: #FFEDED;
  font-weight: 400;
  font-size: 14px;
  border-radius: 52px;
  height: 26px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-position-wrapper .related-job-card .icon-and-content .content h6 .remote {
  display: none;
}

.job-position-wrapper .related-job-card .icon-and-content .content ul {
  display: none;
}

.job-position-wrapper .related-job-card .icon-and-content .content>span {
  font-family: var(--font-inter);
  color: #939AAD;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-position-wrapper .related-job-card .btm-content h5 {
  font-family: var(--font-inter);
  color: #191F33;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .job-position-wrapper .related-job-card .btm-content h5 {
    font-size: 18px;
  }
}

.job-position-wrapper .related-job-card .btm-content h6 {
  font-family: var(--font-inter);
  color: #636A80;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 0;
}

.job-position-wrapper .related-job-card .btm-content h6::before {
  content: "";
  position: absolute;
  left: 68px;
  top: 50%;
  background-color: #636A80;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateX(50%, 50%);
}

@media (max-width: 576px) {
  .job-position-wrapper .related-job-card .btm-content h6::before {
    left: 69px;
    top: 10px;
  }
}

.job-position-wrapper .related-job-card .btm-content .fav-btn {
  display: none;
}

.job-position-wrapper .related-job-card .btm-content .primary-btn1 {
  display: none;
}

.job-position-wrapper .related-job-card.two {
  background: linear-gradient(90deg, #FFF6E6 0%, #FFFFFF 100%);
}

.job-position-wrapper .related-job-card:hover {
  box-shadow: 0px 12px 48px 0px rgba(0, 44, 109, 0.1019607843);
  border-color: var(--primary-color1);
  transition: 0.5s;
}

/*=============================
  Blog Sidebar Section Start CSS
===============================*/
.blog-sidebar-section .single-widget {
  padding: 24px;
  border: 1px solid #E4E5E8;
  border-radius: 15px 15px 0 0;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .single-widget {
    padding: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-section .single-widget {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar-section .single-widget {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget {
    padding: 20px;
  }
}

.blog-sidebar-section .single-widget .widget-title {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .blog-sidebar-section .single-widget .widget-title {
    margin-bottom: 15px;
  }
}

.blog-sidebar-section .single-widget .search-box {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-sidebar-section .single-widget .search-box svg {
  position: absolute;
  left: 15px;
}

.blog-sidebar-section .single-widget .search-box input {
  width: 100%;
  padding: 8px 50px;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  height: 56px;
  border: 1px solid #E4E5E8;
  background-color: rgba(var(--white-color-opc), 0.5);
  border-radius: 10px;
}

.blog-sidebar-section .single-widget .recent-post-widget {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E5E8;
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget .recent-post-widget {
    gap: 11px;
  }
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-img img {
  min-width: 92px;
  max-width: 92px;
  height: 71px;
  border-radius: 15px;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-img img {
    min-width: 80px;
    max-width: 80px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-img img {
    min-width: 92px;
    max-width: 92px;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-img img {
    min-width: 75px;
    max-width: 75px;
  }
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content {
  line-height: 1;
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content>a {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content>a {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content>a {
    margin-bottom: 5px;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content>a:hover {
  color: var(--black-color);
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content>a span {
  position: relative;
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content>a span::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  background-color: rgba(var(--black-color-opc), 0.6);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h5,
.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h4 {
  margin-bottom: 0;
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h5 a,
.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h4 a {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.32px;
  transition: 0.5s;
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h5 a,
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h5 a,
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {

  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h5 a,
  .blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}

.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h5 a:hover,
.blog-sidebar-section .single-widget .recent-post-widget .recent-post-content h4 a:hover {
  color: var(--primary-color1);
}

.blog-sidebar-section .single-widget .recent-post-widget:last-child {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}

.blog-sidebar-section .single-widget .gallery-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px 14px;
  flex-wrap: wrap;
}

.blog-sidebar-section .single-widget .gallery-area ul li img {
  min-width: 112px;
  max-width: 112px;
  height: 112px;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .single-widget .gallery-area ul li img {
    min-width: 95px;
    max-width: 95px;
    height: 95px;
  }
}

@media (max-width: 1199px) {
  .blog-sidebar-section .single-widget .gallery-area ul li img {
    min-width: 77px;
    max-width: 77px;
    height: 77px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar-section .single-widget .gallery-area ul li img {
    min-width: 95px;
    max-width: 95px;
    height: 95px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-section .single-widget .gallery-area ul li img {
    min-width: 105px;
    max-width: 105px;
    height: 100px;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget .gallery-area ul li img {
    min-width: 135px;
    max-width: 135px;
    height: 110px;
  }
}

.blog-sidebar-section .single-widget .popular-tag-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .single-widget .popular-tag-area ul {
    gap: 8px;
  }
}

.blog-sidebar-section .single-widget .popular-tag-area ul li {
  padding: 10px 14px;
  background-color: #F1F2F4;
  border-radius: 5px;
  transition: 0.5s;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .single-widget .popular-tag-area ul li {
    padding: 10px 9px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar-section .single-widget .popular-tag-area ul li {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-section .single-widget .popular-tag-area ul li {
    padding: 8px 12px;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget .popular-tag-area ul li {
    padding: 8px 18px;
  }
}

.blog-sidebar-section .single-widget .popular-tag-area ul li a {
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .single-widget .popular-tag-area ul li a {
    font-size: 15px;
  }
}

.blog-sidebar-section .single-widget .popular-tag-area ul li:hover {
  background-color: var(--primary-color1);
}

.blog-sidebar-section .single-widget .popular-tag-area ul li:hover a {
  color: var(--white-color);
}

@media (max-width: 576px) {
  .blog-sidebar-section .single-widget .categories {
    padding: 30px 15px;
  }
}

.blog-sidebar-section .single-widget .categories .form-check {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-sidebar-section .single-widget .categories .form-check .form-check-input {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
}

.blog-sidebar-section .single-widget .categories .form-check .form-check-label span {
  font-family: var(--font-inter);
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.blog-sidebar-section .single-widget.two {
  border-radius: 15px;
}

.blog-sidebar-section .single-widget.three {
  border: 1px solid #E4E5E8;
  border-top: unset;
  border-radius: 0 0 10px 10px;
}

.blog-sidebar-section .blog-sidebar-card-area {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 23px;
  background-color: var(--white-color);
  border: 1px solid #E4E5E8;
  transition: 0.5s;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .blog-sidebar-section .blog-sidebar-card-area {
    gap: 20px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-section .blog-sidebar-card-area {
    flex-wrap: wrap;
  }
}

.blog-sidebar-section .blog-sidebar-card-area .img-wrapper img {
  min-width: 340px;
  min-height: 253px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 340px;
}

@media (max-width: 1199px) {
  .blog-sidebar-section .blog-sidebar-card-area .img-wrapper img {
    min-width: 260px;
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-section .blog-sidebar-card-area .img-wrapper img {
    min-width: 332px;
    min-height: 332px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .blog-sidebar-card-area .img-wrapper img {
    min-width: 255px;
    min-height: 255px;
    max-width: 100%;
  }
}

.blog-sidebar-section .blog-sidebar-card-area .card-content .blog-date-area {
  margin-bottom: 12px;
}

.blog-sidebar-section .blog-sidebar-card-area .card-content .blog-date-area ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-sidebar-section .blog-sidebar-card-area .card-content .blog-date-area ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blog-sidebar-section .blog-sidebar-card-area .card-content h2 a {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 14px;
  display: block;
  transition: 0.5s;
}

@media (max-width: 1399px) {
  .blog-sidebar-section .blog-sidebar-card-area .card-content h2 a {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .blog-sidebar-section .blog-sidebar-card-area .card-content h2 a {
    font-size: 17px;
    line-height: 28px;
  }
}

.blog-sidebar-section .blog-sidebar-card-area .card-content h2 a:hover {
  color: var(--primary-color1);
}

.blog-sidebar-section .blog-sidebar-card-area .card-content p {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-section .blog-sidebar-card-area .card-content p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .blog-sidebar-card-area .card-content p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.blog-sidebar-section .blog-sidebar-card-area .card-content .read-more-btn {
  font-family: var(--font-inter);
  color: var(--primary-color1);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}

.blog-sidebar-section .blog-sidebar-card-area .card-content .read-more-btn svg {
  margin-left: 4px;
  transition: 0.5s;
}

.blog-sidebar-section .blog-sidebar-card-area .card-content .read-more-btn:hover svg {
  margin-left: 8px;
}

.blog-sidebar-section .blog-sidebar-card-area:hover {
  box-shadow: 0px 16px 56px 0px rgba(24, 25, 28, 0.1215686275);
  border: 1px solid transparent;
}

.blog-sidebar-section .innerpage-pagination-area {
  max-width: 352px;
  min-width: 352px;
}

@media (max-width: 767px) {
  .blog-sidebar-section .innerpage-pagination-area {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .blog-sidebar-section .innerpage-pagination-area {
    max-width: unset;
    min-width: unset;
  }
}

.blog-sidebar-section .innerpage-pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .blog-sidebar-section .innerpage-pagination-area .paginations {
    gap: 5px;
    justify-content: center;
  }
}

.blog-sidebar-section .innerpage-pagination-area .paginations li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  border-radius: 50%;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .blog-sidebar-section .innerpage-pagination-area .paginations li {
    width: 40px;
    height: 40px;
  }
}

.blog-sidebar-section .innerpage-pagination-area .paginations li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .blog-sidebar-section .innerpage-pagination-area .paginations li a {
    width: 40px;
    height: 40px;
  }
}

.blog-sidebar-section .innerpage-pagination-area .paginations li a svg {
  fill: rgba(var(--black-color-opc), 0.5);
  transition: 0.5s;
}

.blog-sidebar-section .innerpage-pagination-area .paginations li.active a {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--white-color);
}

.blog-sidebar-section .innerpage-pagination-area .paginations li:hover>a {
  background-color: #F1F2F4;
  border-color: var(--primary-color1);
  color: var(--black-color);
}

.blog-sidebar-section .innerpage-pagination-area .paginations li.paginations-button:hover {
  background-color: var(--primary-color1);
}

.blog-sidebar-section .innerpage-pagination-area .paginations li.paginations-button:hover svg {
  fill: var(--black-color);
}

.blog-sidebar-section .innerpage-pagination-area .paginations li.paginations-button a {
  width: unset;
  height: unset;
  border: unset;
  background-color: unset;
}

.blog-sidebar-section .innerpage-pagination-area .paginations li:last-child.paginations-button.active {
  background-color: rgba(220, 133, 20, 0.3098039216);
}

.blog-sidebar-section .innerpage-pagination-area .paginations li:last-child.paginations-button.active svg {
  fill: rgba(220, 133, 20, 0.3098039216);
}

/*=============================
  Terms & Condition Start CSS
===============================*/
.terms-and-condition .terms-and-condition-wrapper h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .terms-and-condition .terms-and-condition-wrapper h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .terms-and-condition .terms-and-condition-wrapper h2 {
    font-size: 28px;
  }
}

.terms-and-condition .terms-and-condition-wrapper p {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.terms-and-condition .terms-and-condition-wrapper .first-para {
  margin-bottom: 20px;
}

.terms-and-condition .terms-and-condition-wrapper .second-para {
  margin-bottom: 45px;
}

.terms-and-condition .terms-and-condition-wrapper ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .terms-and-condition .terms-and-condition-wrapper ul {
    margin-bottom: 40px;
  }
}

.terms-and-condition .terms-and-condition-wrapper ul li {
  font-family: var(--font-inter);
  color: #5E6670;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.terms-and-condition .terms-and-condition-wrapper ul li:last-child {
  margin-bottom: unset;
}

.terms-and-condition .terms-and-condition-wrapper .privacy-policy {
  margin-bottom: 20px;
}

.terms-and-condition .right-side-area {
  margin-left: 120px;
  padding-left: 24px;
  border-left: 1px solid #E4E5E8;
}

@media (max-width: 1199px) {
  .terms-and-condition .right-side-area {
    margin-left: 85px;
  }
}

@media (max-width: 991px) {
  .terms-and-condition .right-side-area {
    margin-left: 0;
    margin-top: 30px;
  }
}

.terms-and-condition .right-side-area h6 {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.terms-and-condition .right-side-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.terms-and-condition .right-side-area ul li {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.terms-and-condition .right-side-area ul li:last-child {
  margin-bottom: 0;
}

/*===============
  Error Start CSS
=================*/
.error-section .left-content h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
}

.error-section .left-content p {
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 26px;
}

.error-section .left-content .btn-area {
  display: flex;
  align-items: center;
  gap: 16px;
}

.error-section .left-content .btn-area .primary-btn1.two {
  background-color: transparent;
  color: var(--primary-color1);
  border: 1px solid #E7F0FA;
  border-radius: 3px;
}

.error-section .left-content .btn-area .primary-btn1.two::after {
  background-color: transparent;
}

/*===============
  Faq Start CSS
=================*/
.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item {
  border: none;
  background-color: transparent;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-collapse {
  margin-bottom: 20px;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  color: #18191C;
  font-family: var(--font-inter);
  border: 1px solid #E4E5E8;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  background: transparent;
  padding: 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 1199px) {
  .faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 0;
    padding: 18px 18px;
  }
}

@media (max-width: 767px) {
  .faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: 12px;
    font-size: 17px;
  }
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button svg {
  min-width: 14px;
  transition: transform 0.2s ease-in-out;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: unset;
  transform: rotate(180deg);
  content: url(../img/home1/svg/arrow.svg);
  color: var(--black-color);
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: unset;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--primary-color1);
  background-color: unset;
  margin: 0;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) svg {
  transform: rotate(45deg);
  fill: var(--title-color);
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: url(../img/home1/svg/arrow.svg);
  transform: unset;
  width: unset;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-header .accordion-button.last {
  margin-bottom: 0;
}

.faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-body {
  padding: 20px 24px;
  padding-bottom: 15px;
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  border: 1px solid #E4E5E8;
  border-top: unset;
}

@media (max-width: 1199px) {
  .faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 18px 18px;
  }
}

@media (max-width: 576px) {
  .faq-section .faq-content-wrap .faq-wrap .accordion .accordion-item .accordion-body {
    font-size: 14px;
    padding: 0 10px;
  }
}

/*======================
  construction Start CSS
========================*/
.construction-section {
  padding: 104px 0 45px;
}

@media (max-width: 767px) {
  .construction-section {
    padding: 20px 0 0;
  }
}

.construction-section .construction-content h2 {
  font-family: var(--font-inter);
  color: #18191C;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 14px;
}

@media (max-width: 1199px) {
  .construction-section .construction-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .construction-section .construction-content h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 10px;
  }
}

.construction-section .construction-content p {
  font-family: var(--font-inter);
  color: #474C54;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  .construction-section .construction-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
  }
}

.construction-section .construction-content .location-search-area .search-area {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

@media (max-width: 576px) {
  .construction-section .construction-content .location-search-area .search-area {
    flex-wrap: wrap;
  }
}

.construction-section .construction-content .location-search-area .search-area>svg {
  position: absolute;
  left: 16px;
}

@media (max-width: 1199px) {
  .construction-section .construction-content .location-search-area .search-area>svg {
    left: 6px;
  }
}

@media (max-width: 991px) {
  .construction-section .construction-content .location-search-area .search-area>svg {
    left: 15px;
  }
}

@media (max-width: 576px) {
  .construction-section .construction-content .location-search-area .search-area>svg {
    left: 15px;
    top: 15px;
  }
}

.construction-section .construction-content .location-search-area .search-area input {
  background: var(--white-color);
  border: 1px solid #E4E5E8;
  padding: 12px 54px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .construction-section .construction-content .location-search-area .search-area input {
    padding: 12px 30px 12px 32px;
  }
}

@media (max-width: 991px) {
  .construction-section .construction-content .location-search-area .search-area input {
    padding: 12px 245px 12px 50px;
  }
}

@media (max-width: 767px) {
  .construction-section .construction-content .location-search-area .search-area input {
    padding: 12px 70px 12px 50px;
  }
}

.construction-section .construction-content .location-search-area .search-area .primary-btn1 {
  padding: 16px 36px;
}

.construction-section .construction-content .location-search-area .search-area .primary-btn1 svg {
  fill: none;
}

.construction-section .mb-120 {
  margin-bottom: 180px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .construction-section .mb-120 {
    margin-bottom: 70px;
  }
}

@media (max-width: 1399px) {
  .construction-section .mb-120 {
    margin-bottom: 130px;
  }
}

@media (max-width: 1199px) {
  .construction-section .mb-120 {
    margin-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .construction-section .mb-120 {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .construction-section .mb-120 {
    margin-bottom: 90px;
  }
}

.social-and-copyright-area .btm-area {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .social-and-copyright-area .btm-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.social-and-copyright-area .btm-area .left-content h3 {
  font-family: var(--font-inter);
  color: #191F33;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.social-and-copyright-area .btm-area .left-content .social-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-and-copyright-area .btm-area .left-content .social-list li a {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E7F0FA;
  border-radius: 5px;
  transition: 0.5s;
}

.social-and-copyright-area .btm-area .left-content .social-list li a svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}

.social-and-copyright-area .btm-area .left-content .social-list li a:hover {
  background-color: var(--primary-color1);
  transition: 0.5s;
}

.social-and-copyright-area .btm-area .left-content .social-list li a:hover svg {
  fill: var(--white-color);
  transition: 0.5s;
}

.social-and-copyright-area .btm-area p {
  font-family: var(--font-inter);
  color: #767F8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/*======================
  Account Setup CSS
========================*/
.account-setup-page {
  min-height: 100vh;
  background-color: var(--white-color);
  display: flex;
  flex-direction: column;
  font-family: var(--font-inter);
}

.account-setup-page button,
.account-setup-page input,
.account-setup-page textarea {
  font-family: inherit;
}

.account-setup-header {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 7vw, 240px) 0 clamp(24px, 6.6vw, 127px);
  background-color: var(--white-color);
}

.account-setup-logo {
  width: 192px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-setup-logo img {
  width: 165px;
  max-width: 100%;
  height: auto;
  display: block;
}

.setup-progress {
  width: min(312px, 36vw);
}

.setup-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.setup-progress__label,
.setup-progress__value {
  color: #767F8C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.setup-progress__value {
  color: var(--primary-color1);
  font-weight: 500;
}

.setup-progress__track {
  width: 100%;
  height: 7px;
  background-color: rgba(126, 125, 123, 0.17);
  border-radius: 5px;
  overflow: hidden;
}

.setup-progress__bar {
  width: 0;
  height: 100%;
  display: block;
  background-color: var(--primary-color1);
  border-radius: inherit;
  transition: width 0.35s ease;
}

.setup-progress.completed .setup-progress__bar {
  width: 25%;
}

.account-setup-main {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 50px 24px 100px;
}

.account-setup-card {
  width: min(984px, 100%);
}

.account-setup-tabs {
  min-height: 49px;
  border-bottom: 1px solid #E4E5E8;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}

.account-setup-tabs::-webkit-scrollbar {
  display: none;
}

.account-setup-tab {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  padding: 12px 20px;
  color: #ADB2BA;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.account-setup-tab i {
  font-size: 24px;
  line-height: 1;
}

.account-setup-tab.active {
  color: var(--primary-color1);
  border-bottom-color: #0A65CC;
  font-weight: 600;
}

.account-setup-tab.completed {
  color: #474C54;
}

.account-setup-tab:disabled {
  cursor: default;
  opacity: 1;
}

.account-setup-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.account-setup-step {
  width: 100%;
  display: none;
}

.account-setup-step.active {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.account-setup-step[data-step="2"].active {
  gap: 18px;
}

.account-setup-step[data-step="3"].active {
  gap: 32px;
}

.account-setup-step[data-step="4"].active {
  gap: 32px;
}

.account-setup-step h1 {
  color: #18191C;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.account-upload-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E4E5E8;
}

.account-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-field>label {
  color: #18191C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.account-field input:not([type=file]) {
  width: 100%;
  height: 48px;
  border: 1px solid #E4E5E8;
  border-radius: 5px;
  color: #18191C;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 11px 17px 11px 17px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.account-field .account-phone-control input:not([type=file]) {
  border:unset;
}
.account-field .account-input-icon--left input:not([type=file]) {
  padding: 11px 17px 11px 40px;
}

.account-field input:not([type=file]):focus {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.account-setup-grid {
  width: 100%;
  display: grid;
  gap: 18px;
}

.account-setup-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.account-setup-grid--two {
  grid-template-columns: repeat(2, 316px);
}

.account-select-wrapper,
.account-input-icon {
  position: relative;
  width: 100%;
}

.account-select-wrapper select,
.account-select-wrapper input,
.account-input-icon select,
.account-input-icon input {
  width: 100%;
  height: 48px;
  border: 1px solid #E4E5E8;
  border-radius: 6px;
  background-color: var(--white-color);
  color: #18191C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-select-wrapper select:focus,
.account-select-wrapper input:focus,
.account-input-icon select:focus,
.account-input-icon input:focus {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.account-select-wrapper select::-moz-placeholder,
.account-select-wrapper input::-moz-placeholder,
.account-input-icon select::-moz-placeholder,
.account-input-icon input::-moz-placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-select-wrapper select::placeholder,
.account-select-wrapper input::placeholder,
.account-input-icon select::placeholder,
.account-input-icon input::placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-select-wrapper i,
.account-input-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #767F8C;
  font-size: 20px;
  pointer-events: none;
}

.account-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #767F8C;
  padding: 11px 44px 11px 16px;
}

.account-select-wrapper i {
  right: 15px;
}

.account-input-icon input {
  border-radius: 5px;
  color: #18191C;
}

.account-input-icon--right input {
  padding: 11px 48px 11px 17px;
}

.account-input-icon--right i {
  right: 17px;
  color: #18191C;
  font-size: 22px;
  cursor: pointer;
  pointer-events: auto;
}

.account-input-icon--left input {
  padding: 11px 17px 11px 53px;
}

.account-input-icon--left i {
  left: 8px;
  color: var(--primary-color1);
  font-size: 24px;
}

.account-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.account-upload-box {
  position: relative;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(241, 242, 244, 0.4);
  cursor: pointer;
  margin: 0;
}

.account-upload--logo .account-upload-box,
.account-upload--banner .account-upload-box,
.account-upload--cover .account-upload-box {
  border: 2px dashed rgba(200, 204, 209, 0.7);
}


.account-upload-content {
  width: min(350px, 100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: #474C54;
  position: relative;
  z-index: 1;
}

.account-upload-content i {
  color: #ADB2BA;
  font-size: 48px;
  line-height: 1;
}

.account-upload-title {
  color: #18191C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.account-upload-title strong {
  font-weight: 500;
}

.account-upload-note {
  color: #767F8C;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  max-width: 350px;
}

.account-upload--banner .account-upload-note {
  color: #5E6670;
}

.account-upload-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.account-upload.has-preview .account-upload-preview {
  display: block;
}

.account-upload.has-preview .account-upload-content {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.account-upload.has-preview .account-upload-box:hover .account-upload-content {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  padding: 16px;
}

.account-upload.drag-over .account-upload-box {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.account-editor-box {
  width: 100%;
  height: 170px;
  border: 1px solid #E4E5E8;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-editor-box:focus-within {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.account-editor-box textarea {
  min-height: 112px;
  flex: 1;
  border: 0;
  resize: none;
  outline: none;
  color: #18191C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 11px 17px 0;
  border-radius: 5px;
}

.account-editor-box textarea::-moz-placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-editor-box textarea::placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-editor-toolbar {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 9px 7px;
}

.account-editor-toolbar button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #767F8C;
  font-size: 18px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.account-editor-toolbar button:hover {
  color: var(--primary-color1);
  background-color: rgba(var(--primary-color1-opc), 0.08);
}

.account-editor-toolbar>span {
  width: 1px;
  height: 24px;
  background-color: #E4E5E8;
  margin: 0 4px;
}

.account-social-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.account-social-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-social-field>label {
  color: #18191C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.account-social-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.account-social-control {
  min-width: 0;
  flex: 1;
  height: 50px;
  display: grid;
  grid-template-columns: 224px 1fr;
  border: 1px solid #E4E5E8;
  border-radius: 5px;
  background-color: var(--white-color);
  overflow: hidden;
}

.account-social-platform {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 23px;
  border-right: 1px solid #E4E5E8;
}

.account-social-platform>i:first-child {
  color: var(--primary-color1);
  font-size: 16px;
  line-height: 1;
}

.account-social-platform select {
  width: 124px;
  height: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  color: #18191C;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 24px;
}

.account-social-platform>i:last-child {
  position: absolute;
  right: 12px;
  color: #767F8C;
  font-size: 16px;
  pointer-events: none;
}

.account-social-control input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  color: #18191C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 18px;
}

.account-social-control input::-moz-placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-social-control input::placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-social-control:focus-within {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.account-social-remove,
.account-social-add {
  border: 0;
  border-radius: 5px;
  background-color: #F1F2F4;
  color: #18191C;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.account-social-remove {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.account-social-remove:hover {
  color: #C0362C;
  background-color: #F7E7E5;
}

.account-social-add {
  width: 100%;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.account-social-add i {
  font-size: 20px;
}

.account-social-add:hover {
  background-color: #E4E5E8;
}

.account-contact-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.account-setup-page--complete .account-setup-main {
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.account-setup-page--complete .account-setup-tabs {
  display: none;
}

.account-setup-step--complete.active {
  align-items: center;
}

.account-complete {
  width: 100%;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
}

.account-complete__icon {
  width: 126px;
  height: 126px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #E7F0FA;
  color: var(--primary-color1);
  font-size: 48px;
  line-height: 1;
}

.account-complete__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.account-complete__content h1 {
  width: min(1320px, 100%);
  color: #18191C;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.account-complete__content p {
  width: min(536px, 100%);
  color: #5E6670;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.account-complete__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.account-complete__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.account-complete__button:hover {
  color: inherit;
}

.account-complete__button i {
  font-size: 24px;
  line-height: 1;
}

.account-complete__button--secondary {
  background-color: #E7F0FA;
  color: var(--primary-color1);
}

.account-complete__button--primary {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

.account-complete__button--primary:hover {
  color: var(--white-color);
}

.account-phone-control {
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: 150px 1fr;
  border: 1px solid #E4E5E8;
  border-radius: 5px;
  background-color: var(--white-color);
  overflow: hidden;
}

.account-phone-control:focus-within {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.account-phone-control input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  color: #18191C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 18px;
}

.account-phone-control input::-moz-placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-phone-control input::placeholder {
  color: #9199A3;
  opacity: 1;
}

.account-phone-prefix {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #E4E5E8;
}

.account-phone-prefix img {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}

.account-phone-prefix select {
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  color: #18191C;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 38px 0 54px;
}

.account-phone-prefix .nice-select {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 54px;
  padding-right: 38px;
  line-height: 20px;
}

.account-phone-prefix .nice-select::after {
  display: none;
}

.account-phone-prefix .nice-select span {
  color: #18191C;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.account-phone-prefix .nice-select .list {
  min-width: 100%;
  left: 0;
}

.account-phone-prefix i {
  position: absolute;
  right: 17px;
  color: #767F8C;
  font-size: 16px;
  pointer-events: none;
}

.account-setup-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-setup-prev,
.account-setup-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  transition: background-color 0.2s ease;
}

.account-setup-prev {
  background-color: #F1F2F4;
  color: #18191C;
}

.account-setup-prev:hover {
  background-color: #E4E5E8;
}

.account-setup-next {
  gap: 12px;
  background-color: var(--primary-color1);
  color: var(--white-color);
}

.account-setup-next i {
  font-size: 24px;
  line-height: 1;
}

.account-setup-next:hover {
  background-color: #c97512;
}

.account-setup-next:disabled {
  background-color: #F1F2F4;
  color: #ADB2BA;
  cursor: not-allowed;
}

.account-setup-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-top: 1px solid #E4E5E8;
  background-color: var(--white-color);
}

.account-setup-footer p {
  color: var(--black-color);
  font-family: var(--font-raleway);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

@media (max-width: 991px) {
  .account-setup-header {
    min-height: auto;
    padding: 20px 24px;
  }

  .account-setup-logo {
    width: 150px;
    height: auto;
    justify-content: flex-start;
  }

  .account-setup-main {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .account-setup-page--complete .account-setup-main {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .account-setup-tabs {
    justify-content: flex-start;
  }

  .account-upload-grid {
    grid-template-columns: 1fr;
  }

  .account-setup-grid--three,
  .account-setup-grid--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .account-setup-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .setup-progress {
    width: 100%;
  }

  .account-setup-main {
    padding: 24px 16px 48px;
  }

  .account-setup-tab {
    padding-inline: 14px;
  }

  .account-upload-box {
    height: 220px;
  }

  .account-editor-toolbar {
    overflow-x: auto;
  }

  .account-social-row {
    gap: 8px;
  }

  .account-social-control {
    grid-template-columns: 1fr;
    height: auto;
  }

  .account-social-platform {
    height: 50px;
    border-right: 0;
    border-bottom: 1px solid #E4E5E8;
  }

  .account-social-control input {
    height: 50px;
  }

  .account-phone-control {
    grid-template-columns: 90px 1fr;
  }

  .account-phone-prefix select {
    padding-left: 48px;
  }

  .account-phone-prefix .nice-select {
    padding-left: 48px;
  }

  .account-phone-prefix img {
    left: 14px;
  }

  .account-setup-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .account-complete {
    min-height: 360px;
  }

  .account-complete__icon {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }

  .account-complete__content h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .account-complete__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .account-complete__button {
    width: 100%;
  }

  .account-setup-prev,
  .account-setup-next {
    width: 100%;
  }

  .account-setup-footer p {
    font-size: 14px;
  }
}

.header-wrapope {
  position: absolute;
  top: 0;
  left: 108px;
}

@media (max-width: 1199px) {
  .header-wrapope {
    left: 40px;
  }
}

@media (max-width: 1199px) {
  .header-wrapope {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .header-wrapope {
    left: 20px;
    width: 140px;
  }
}

@media (max-width: 1699px) {
  .header-wrapope.two {
    left: 60px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .header-wrapope.two {
    left: 23px;
    width: 140px;
  }
}

@media (max-width: 576px) {
  .header-wrapope.two {
    width: 120px;
  }
}

.email-verification-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

form .form-inner {
  margin-bottom: 30px;
}

form .primary-btn1 {
  width: 100%;
  margin-bottom: 30px;
  padding: 16px 27px;
}

@media (max-width: 991px) {
  form .primary-btn1 {
    padding: 14px 25px;
  }
}

form .primary-btn1 svg {
  fill: none;
  stroke: var(--white-color);
}

form>span {
  color: #5E6670;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 7px;
  text-align: center;
}

form>span a {
  color: var(--primary-color1);
  transition: all 0.5s;
}

form>span a:hover {
  color: var(--title-color);
}

.email-verification-content h4 {
  color: #18191C;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .email-verification-content h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .email-verification-content h4 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

.email-verification-content p {
  color: #767F8C;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .email-verification-content p {
    font-size: 15px;
  }
}

.email-verification-content p strong {
  color: var(--title-color);
}

.reset-password-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset-password-page .form-inner {
  position: relative;
}

.reset-password-page .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 21px;
  color: var(--title-color);
  cursor: pointer;
  font-size: 20px;
}

.create-acount-page {
  height: 100vh;
  background-color: var(--white-color);
  font-family: var(--font-inter);
  overflow: hidden;
}

.create-account-wrap {
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(460px, 52%);
}

@media (max-width: 991px) {
  .create-account-wrap {
    height: 100vh;
  }
}

.create-account-content {
  width: min(536px, 100% - 48px);
  justify-self: end;
  align-self: center;
  margin-right: clamp(40px, 5vw, 86px);
  padding-top: 120px;
}

.create-account-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.create-account-heading h1 {
  color: #18191C;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 8px;
}

.create-account-heading p {
  color: #5E6670;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.create-account-heading a {
  color: var(--primary-color1);
  font-weight: 500;
}

.create-account-role {
  position: relative;
  width: 150px;
  flex: 0 0 150px;
}

.create-account-role select {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E4E5E8;
  border-radius: 6px;
  background-color: var(--white-color);
  color: #464D61;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 42px 0 17px;
  outline: none;
}

.create-account-role .nice-select {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #E4E5E8;
  border-radius: 6px;
  background-color: var(--white-color);
  padding: 0 42px 0 17px;
  line-height: 20px;
}

.create-account-role .nice-select::after {
  display: none;
}

.create-account-role .nice-select span {
  color: #464D61;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.create-account-role .nice-select .list {
  min-width: 100%;
  left: 0;
}

.create-account-role i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #767F8C;
  font-size: 20px;
  pointer-events: none;
}

.create-account-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.create-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.create-account-form input:not([type=checkbox]) {
  width: 100%;
  height: 48px;
  border: 1px solid #E4E5E8;
  border-radius: 5px;
  color: #18191C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 11px 17px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.create-account-form input:not([type=checkbox]):focus {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), 0.14);
}

.create-account-form input:not([type=checkbox])::-moz-placeholder {
  color: #767F8C;
  opacity: 1;
}

.create-account-form input:not([type=checkbox])::placeholder {
  color: #767F8C;
  opacity: 1;
}

.create-account-password {
  position: relative;
}

.create-account-password input {
  padding-right: 52px;
}

.create-account-password button {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  color: #18191C;
  font-size: 20px;
  padding: 0;
}

.create-account-terms {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #767F8C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.create-account-terms input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9DC1EB;
  border-radius: 3px;
  background-color: var(--white-color);
  display: grid;
  place-content: center;
}

.create-account-terms input::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: transform 0.12s ease;
  background-color: var(--primary-color1);
  border-radius: 2px;
}

.create-account-terms input:checked::before {
  transform: scale(1);
}

.create-account-terms a {
  color: var(--primary-color1);
  font-weight: 500;
}

.create-account-submit {
  width: 100%;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 4px;
  background-color: var(--primary-color1);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.create-account-submit i {
  font-size: 24px;
  line-height: 1;
}

.create-account-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.create-account-social>span {
  color: #767F8C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.create-account-social__buttons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

.create-account-social__button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #E4E5E8;
  border-radius: 4px;
  background-color: var(--white-color);
  color: #474C54;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.create-account-social__button:hover {
  color: #474C54;
}

.create-account-social__button i {
  color: #dc8514;
  font-size: 20px;
}

.create-account-social__button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.create-account-showcase {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 64px clamp(40px, 5vw, 98px);
  color: var(--white-color);
  overflow: hidden;
  background-image: url("../img/home/banner-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 991px) {
  .create-account-showcase {
    display: none;
  }
}

.create-account-showcase__inner {
  width: min(560px, 100%);
  margin-top: 130px;
}

.create-account-showcase__inner h2 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin: 0 0 50px;
}

@media (max-width: 1399px) {
  .create-account-showcase__inner h2 {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 1199px) {
  .create-account-showcase__inner h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.create-account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.create-account-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.create-account-stat span {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 32px;
  margin-bottom: 16px;
}

.create-account-stat strong {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.create-account-stat small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1399px) {
  .create-account-content {
    margin-right: 10px;
  }

  .create-account-showcase__inner {
    margin-left: 48px;
  }
}

@media (max-width: 1399px) and (max-width: 1399px) {
  .create-account-showcase__inner {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .create-account-wrap {
    grid-template-columns: 1fr;
  }

  .create-account-content {
    justify-self: center;
    margin-right: 0;
  }

  .create-account-showcase {
    min-height: auto;
    clip-path: none;
  }

  .create-account-showcase__inner {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .create-account-content {
    width: calc(100% - 32px);
  }

  .create-account-heading {
    flex-direction: column;
  }

  .create-account-role {
    width: 100%;
    flex-basis: auto;
  }

  .create-account-grid,
  .create-account-social__buttons,
  .create-account-stats {
    grid-template-columns: 1fr;
  }

  .create-account-showcase {
    padding: 48px 24px;
  }

  .create-account-showcase__inner h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 32px;
  }
}

.forget-acount-page .create-account-heading span {
  color: #5E6670;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
}


.pricing-page .container {
  max-width: 1100px;
}

.pricing-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 96px;
  margin-bottom: 86px;
}

.pricing-hero__content {
  max-width: 536px;
}

.pricing-hero__content span {
  display: block;
  color: var(--primary-color1);
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}

.pricing-hero__content p {
  color: #5E6670;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.pricing-hero__image {
  flex: 0 0 312px;
}

.pricing-hero__image img {
  width: 100%;
  display: block;
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 56px 24px;
}

.pricing-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-bottom: 24px;
  border: 1px solid #E4E5E8;
  border-radius: 8px;
  background-color: var(--white-color);
}

.pricing-plan-card.pricing-plan-card--featured {
  margin-top: -24px;
  border-color: var(--primary-color1);
  box-shadow: 0 12px 32px rgba(24, 25, 28, 0.08);
}

.pricing-plan-card.pricing-plan-card--featured .pricing-plan-card__button {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

.pricing-plan-card__badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  padding: 5px 12px 4px;
  border-radius: 4px 4px 0 0;
  background-color: var(--primary-color1);
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pricing-plan-card__header {
  padding: 24px;
}

.pricing-plan-card__header h2 {
  color: #18191C;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}

.pricing-plan-card__header p {
  color: #767F8C;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.pricing-plan-card__price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-top: 16px;
}

.pricing-plan-card__price strong {
  color: var(--primary-color1);
  font-family: var(--font-inter);
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.pricing-plan-card__price span {
  color: #9199A3;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 3px;
}

.pricing-plan-card__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  margin: 0;
  border-top: 1px solid #E4E5E8;
  list-style: none;
}
.pricing-plan-card .package-plan-form {
  padding: 24px;
  margin: 0;
  border-top: 1px solid #E4E5E8;
}
.pricing-plan-card .package-plan-form .primary-btn1 {
    font-family: var(--font-raleway);
    background-color: var(--primary-color1);
    color: var(--white-color);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 27px;
    position: relative;
    align-items: center;
    display: inline-flex;
    gap: 8px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    margin: 0;
}

.pricing-plan-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #474C54;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-plan-card__features i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  border-radius: 50%;
  background-color: #F1F2F4;
  color: var(--primary-color1);
  font-size: 14px;
  line-height: 1;
}

.pricing-plan-card__button {
  width: calc(100% - 48px);
  min-height: 53px;
  justify-content: center;
  margin: auto 24px 0;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #E7F0FA;
  color: var(--primary-color1);
}

.pricing-plan-card__button>span {
  gap: 10px;
}

.pricing-plan-card__button i {
  font-size: 24px;
  line-height: 1;
}

.pricing-copyright {
  padding: 24px 15px;
  border-top: 1px solid #E4E5E8;
  background-color: var(--white-color);
  text-align: center;
}

.pricing-copyright p {
  color: var(--black-color);
  font-family: var(--font-raleway);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pricing-page {
    padding: 72px 0 88px;
  }

  .pricing-hero {
    gap: 48px;
    margin-bottom: 72px;
  }

  .pricing-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-plan-card.pricing-plan-card--featured {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pricing-page {
    padding: 60px 0 84px;
  }

  .pricing-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .pricing-hero__image {
    flex: none;
    width: min(312px, 100%);
  }

  .pricing-plan-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 576px) {
  .pricing-page {
    padding: 50px 0 70px;
  }

  .pricing-hero {
    margin-bottom: 56px;
  }

  .pricing-hero__content span {
    font-size: 22px;
    line-height: 30px;
  }

  .pricing-plan-card__badge {
    right: 24px;
  }

  .pricing-plan-card__price strong {
    font-size: 30px;
    line-height: 38px;
  }
}

.coming-soon-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-page .coming-soon-content h1 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: var(--black-color);
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .coming-soon-page .coming-soon-content h1 {
    font-size: 45px;
    line-height: 52px;
  }
}

@media (max-width: 1399px) {
  .coming-soon-page .coming-soon-content h1 {
    font-size: 43px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .coming-soon-page .coming-soon-content h1 {
    font-size: 37px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .coming-soon-page .coming-soon-content h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

.coming-soon-page .coming-soon-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E6670;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .coming-soon-page .coming-soon-content p {
    font-size: 15px;
    line-height: 22px;
  }
}

.coming-soon-page .form-inner {
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 576px) {
  .coming-soon-page .form-inner {
    flex-wrap: wrap;
  }
}

.coming-soon-page .form-inner .primary-btn1 {
  margin-bottom: 0;
  min-width: 180px;
  max-width: 180px;
  height: 56px;
}

.coming-soon-page .form-inner .email-form {
  position: relative;
}

@media (max-width: 576px) {
  .coming-soon-page .form-inner .email-form {
    width: 100%;
  }
}

.coming-soon-page .form-inner .email-form input {
  padding: 16px 24px 16px 45px;
  border-radius: 6px;
  border: 1px solid #E4E5E8;
  outline: none;
  height: 56px;
}

.coming-soon-page .form-inner .email-form input::-moz-placeholder {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E6670;
}

.coming-soon-page .form-inner .email-form input::placeholder {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E6670;
}

.coming-soon-page .form-inner .email-form .input-vector {
  flex-shrink: 0;
  fill: none;
  stroke: var(--primary-color1);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page .coming-soon-img {
  min-width: 896px;
}

@media (max-width: 1899px) {
  .coming-soon-page .coming-soon-img {
    min-width: 700px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .coming-soon-page .coming-soon-img {
    min-width: 650px;
  }
}

@media (max-width: 1399px) {
  .coming-soon-page .coming-soon-img {
    min-width: 550px;
  }
}

@media (max-width: 991px) {
  .coming-soon-page .coming-soon-img {
    max-width: 450px;
  }
}

@media (max-width: 576px) {
  .coming-soon-page .coming-soon-img {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

.coming-soon-page .coming-soon-img img {
  min-width: 896px;
}

@media (max-width: 1899px) {
  .coming-soon-page .coming-soon-img img {
    min-width: 700px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .coming-soon-page .coming-soon-img img {
    min-width: 650px;
  }
}

@media (max-width: 1399px) {
  .coming-soon-page .coming-soon-img img {
    min-width: 550px;
  }
}

@media (max-width: 991px) {
  .coming-soon-page .coming-soon-img img {
    max-width: 450px;
  }
}

@media (max-width: 576px) {
  .coming-soon-page .coming-soon-img img {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

.breadcrumb-section {
  background-color: #F1F2F4;
  position: relative;
  padding: 25px 0;
}

.breadcrumb-section .breadcrumb-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-section .breadcrumb-content span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.breadcrumb-section .breadcrumb-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

.breadcrumb-section .breadcrumb-content .breadcrumb-list li a {
  color: #767F8C;
}

.contact-page .contact-info-content {
  max-width: 536px;
}

@media (max-width: 767px) {
  .contact-page .contact-info-content {
    max-width: unset;
  }
}

.contact-page .contact-info-content>span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color1);
  display: inline-block;
  margin-bottom: 16px;
}

.contact-page .contact-info-content h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #18191C;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .contact-page .contact-info-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-info-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  .contact-page .contact-info-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.contact-page .contact-info-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #474C54;
  max-width: 424px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .contact-page .contact-info-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.contact-page .contact-form-wrap {
  background-color: var(--white-color);
  border: 1px solid #E4E5E8;
  border-radius: 12px;
  box-shadow: 0 12px 60px rgba(24, 25, 28, 0.1);
  padding: 48px;
}

@media (max-width: 1199px) {
  .contact-page .contact-form-wrap {
    padding: 38px;
  }
}

@media (max-width: 576px) {
  .contact-page .contact-form-wrap {
    padding: 28px 20px;
    border-radius: 8px;
  }
}

.contact-page .contact-form-wrap h3 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #18191C;
  margin-bottom: 24px;
}

.contact-page .contact-form-wrap form .primary-btn1 {
  width: 100%;
  height: 56px;
  justify-content: center;
  margin-bottom: 0;
  padding: 16px 32px;
  border: none;
  border-radius: 4px;
  font-family: var(--font-inter);
  line-height: 24px;
}

.contact-page .contact-form-wrap form .primary-btn1 svg {
  fill: none;
  stroke: currentColor;
  flex-shrink: 0;
}

.contact-page .contact-form-wrap input,
.contact-page .contact-form-wrap textarea {
  width: 100%;
  border: 1px solid #E4E5E8;
  border-radius: 5px;
  color: #18191C;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  transition: 0.3s;
}

.contact-page .contact-form-wrap input::-moz-placeholder,
.contact-page .contact-form-wrap textarea::-moz-placeholder {
  color: #9199A3;
}

.contact-page .contact-form-wrap input::placeholder,
.contact-page .contact-form-wrap textarea::placeholder {
  color: #9199A3;
}

.contact-page .contact-form-wrap input:focus,
.contact-page .contact-form-wrap textarea:focus {
  border-color: var(--primary-color1);
}

.contact-page .contact-form-wrap input {
  height: 48px;
  padding: 11px 17px;
}

.contact-page .contact-form-wrap textarea {
  height: 120px;
  padding: 11px 17px;
  resize: none;
}

.contact-map-section {
  line-height: 0.9;
  width: 100%;
  height: 100%;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 650px;
}

@media (max-width: 1399px) {
  .contact-map-section iframe {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .contact-map-section iframe {
    min-height: 500px;
  }
}

@media (max-width: 576px) {
  .contact-map-section iframe {
    min-height: 450px;
  }
}

/*# sourceMappingURL=style.css.map */