@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');

:root {
  --primary-color: #dc143c;
  --secondary-color: #fac837;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Familjen Grotesk", sans-serif;
  /* max-width: 1480px; */
}

.mw-1510{
  max-width: 1510px;
  margin-inline: auto !important;
}

.header-bg {
  background: #dc143c20;
  /* background: url("../images/ff4d48d.webp"); */
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 0 0 80px;
  width: 100%;
}

.navbar-toggler-icon {
  width: 50px;
  height: 50px;
}

.btnn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 0;
  padding: 12px 40px;
  border: none;
  outline: none;
  margin: 0 !important;
}

.dropdown-menu {
  width: 80vw !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.dropdown-toggle::after{
  content: "\2304";
  /* font-size: 30px;
  line-height: -0.5; */
  border: none;
}

.nav-link {
  color: black !important;
}

.head-desc span {
  color: var(--primary-color);
}

.search-box {
  width: 70%;
  margin: 0 auto;
  max-width: 1070px;
}

.search {
  border: none;
  outline: none;
  padding: 5px;
  width: 100%;
}

.search::placeholder {
  color: black;
}

.border-r {
  border-right: 1px solid rgb(177, 177, 177);
  height: 100%;
}

.clients-head {
  font-weight: bold;
}

.clients-img > img {
  filter: grayscale(1);
}

.clients-img > img:hover {
  filter: grayscale(0);
}

.primary-color {
  color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.award-sec {
  width: 100%;
  /* height: 300px; */
  position: relative;
}

.award-sec img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  width: 100%;
}

.award-img {
  background: linear-gradient(0deg, #000, #000);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.award-img > picture {
  font-size: 0;
  height: 100%;
  line-height: 1em;
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
}

.awardtext h1 {
  font-size: 60px;
  line-height: 55px;
}

.awardtext h1 span {
  color: var(--secondary-color);
}

.award-content {
  padding: 80px 0;
}

.award-link {
  margin-top: 30px;
  background: rgba(255, 205, 79, 0.1);
  border: 1px solid #ffcd4f;
  display: inline-block;
  font-size: 24px;
  padding: 7px 20px 9px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: bold;
}

.submit-prjt-bg {
  background: linear-gradient(180deg, #dc143c40, #dc143c20);
  padding: 100px 0;
}

.h-70 {
  height: 70px;
}

.snc-list li {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  list-style-type: none;
  font-size: 14px;
}

.snc-list li a::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1.5px;
  margin-right: 6px;
  position: relative;
  top: -1px;
  transition: all 0.2s;
  vertical-align: middle;
  width: 5px;
}
.snc-list li a:hover::before {
  width: 13px;
}

.snc-list li:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  width: max-content;
}

.newcommer-bg {
  /* background: var(--primary-color) url("../images/newcommer.webp"); */
  background: var(--primary-color);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 20px;
  /* height: 600px; */
}

.view-profile-btn {
  border: 2px solid black;
  background: #fff;
  padding: 10px 20px;
}

.view-profile-btn:hover {
  background-color: #000;
  color: white;
}

.inquire-link {
  color: black;
}

.inquire-link:hover {
  color: #0d6efd;
}

.newcommer-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 10px;
  gap: 20px;
}

.vac-btn {
  background: none;
  border: 2px solid white;
  padding: 10px 30px;
  color: white;
}

.vac-btn:hover {
  color: var(--primary-color);
  background: white;
}

.blog-bg {
  background-color: #fff4d7;
  margin: 30px 0;
  padding: 50px 30px;
  color: black;
}

.rma-btn {
  background: var(--secondary-color);
  border: none;
  padding: 15px 40px;
  color: white;
}

.blog-image {
  width: 100%;
  height: 100%;
}

.wt-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 50px;
}

.wt-container > div {
  background-color: #dc143c10;
  padding: 20px 10px;
}

.wt-statistics {
  font-size: 80px;
  font-weight: bold;
}

.cps-bg {
  background: var(--primary-color);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 40px 0;
  width: 80%;
  margin: 40px auto !important;
  display: flex;
  align-items: center;
}

.cps-content {
  width: 60%;
  color: white;
}

.ft-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
  gap: 20px;
  margin-top: 50px;
}

.ft-ul-list {
  padding: 0;
}

.ft-list {
  list-style-type: none;
  padding: 5px 0;
  cursor: pointer;
  width: max-content;
  font-size: 12px;
}

.ft-list:hover {
  color: var(--primary-color);
}

ul {
  padding: 0;
}

.handpicked-bg {
  background: #dc143c05;
}

.map-sidebar {
  margin: 10px 0;
  background: white;
}

.map-sidebar:hover {
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
}

.map-sidebar:hover > img {
  filter: invert(1);
}

.worldmap {
  width: 80%;
  height: 450px;
}

.worldmap > img {
  width: 100%;
  height: 100%;
}

.hp-sec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
  padding: 20px 40px;
}

.hp-label {
  height: 20px;
}

.hp-list {
  list-style-type: none;
  border-bottom: 2px solid #dededd;
  width: max-content;
  cursor: pointer;
  margin: 10px 0;
  padding: 0 0 4px;
}

.all-countries {
  text-decoration: underline;
  font-weight: bold;
  width: max-content;
  cursor: pointer;
  padding: 0 45px;
}

.all-countries:hover {
  color: var(--primary-color);
}

.hp-list:hover {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #dc143c20;
  color: var(--primary-color);
}

.sidebar-left,
.content {
  padding: 15px;
}

.sidebar-left {
  height: auto;
}

.nameLogoBox-mob {
  background-color: #fff4d7;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  font-weight: bold;
}

.nameLogoBox-mob > img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.nameLogoBox-mob p {
  margin: 0;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.sidebar-dropdown {
  padding: 10px 0 0;
}

.sidebar-dropdown p {
  padding: 10px;
  margin: 0;
}

.sidebar-dropdown a {
  text-decoration: none;
  color: black;
}
.editProfileBtn > a {
  text-decoration: none;
  color: black;
}
.overviewTab,
.profileTab,
.supportTab {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
.supportTab.active {
  border-bottom: 3px solid #b22222;
  padding-bottom: 7px;
}
.supportTab.Act {
  color: #b22222;
  font-weight: 500;
}
.profileTab.active {
  border-bottom: 3px solid #b22222;
  padding-bottom: 7px;
}
.profileTab.Act {
  color: #b22222;
  font-weight: 500;
}
.overviewTab.Act {
  color: #b22222;
  font-weight: 500;
}
.overviewTab.active {
  border-bottom: 3px solid #b22222;
  padding-bottom: 7px;
}

.sidebar-dropdown p:not(:last-child) {
  border-bottom: 1px solid rgb(218, 218, 218);
}

.award-bg {
  background: url("../../dashboardAssets/images/award-2022.jpg");
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 20px;
}

.award-bg-1 {
  background: url("../../dashboardAssets/images/award-2021.jpg") !important;
}

.award-bg p {
  font-size: 28px;
  margin: 0;
}

.award-bg p span {
  font-weight: bold;
}

.award-bg a {
  color: var(--secondary-color);
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-color);
  width: max-content;
  padding: 5px 0;
}

footer{
  margin-top: 50px;
  border-top: 1px solid #dedede;
}

@media only screen and (max-width: 480px) {
  .header-bg {
    padding: 0;
  }
  .container {
    margin: 0;
    padding: 0;
  }
  .mobile-menu {
    position: absolute;
    z-index: 4;
    background: white;
    width: 96vw;
    right: 0;
    top: 100%;
    padding: 10px 20px;
  }
  .head-desc {
    font-size: 20px;
    font-weight: bold;
  }
  .search-box {
    width: 90%;
  }
  .clients-head {
    font-size: 14px;
  }
  .clients-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
  .clients-img > img {
    width: 80px;
  }
  .border-r {
    border: none;
  }
  .awardtext h1 {
    font-size: 36px;
  }
  .award-link {
    font-size: 18px;
  }
  .award-content {
    padding: 40px 0;
  }
  .submit-prjt-bg {
    padding: 40px 0;
  }
  .submit-prjt-bg h1 {
    font-size: 22px;
  }
  .newcommer-card-container,
  .wt-container {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
  .wt-container {
    padding: 20px;
  }
  .wt-statistics {
    font-size: 24px;
  }
  .cps-bg {
    margin: 40px 10px;
    padding: 20px;
  }
  .cps-content {
    width: 100%;
  }
  .cps-content h1 {
    font-size: 24px;
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    place-items: flex-start;
  }
  footer p {
    font-size: 12px;
  }
  .dropdown-menu {
    transform: translateX(0);
    z-index: 999;
  }
  .hp-sec {
    display: none;
  }
  .worldmap {
    width: 100%;
    height: 200px;
  }
  .award-bg p {
    font-size: 20px;
  }
  .award-bg a {
    font-size: 14px;
  }
  .award-bg svg {
    width: 16px;
    height: 16px;
  }
}
