@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

@font-face {
  font-family: "Prata";
  src: url("../font/Prata-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Glacial";
  src: url("../font/GlacialIndifference-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.Prata {
  font-family: "Prata", sans-serif !important;
}

.Glacial {
  font-family: "Glacial", sans-serif !important;
}

.navlinks > a > h3 {
  font-family: "Glacial", sans-serif !important;
}

body {
  /* margin-top: 5%; */
  background-color: #201f1f;
}

/* Add this rule to fix the issue with the content overlapping on the navbar */
/* body > *:not(.navbar) {
     position: relative; 
    z-index: 1;
} */

/* .navbar {
    position: sticky;
    top: 0;
} */

.section-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 3 rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
}

/*----- Navbar -----*/
.top-left-button,
.top-right-button {
  position: fixed;
  top: 12px;
  padding: 10px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 14px;
  z-index: 100;
  border: none;
}

.top-left-button {
  left: 1%;
  /* position: absolute; */
  top: 1%;
}

.top-right-button {
  right: 4%;
  top: 4%;
}

.top-left-button1,
.top-right-button1 {
  position: absolute;
  top: 12px;
  padding: 0px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 14px;
  z-index: -10;
  border: none;
}

.top-left-button1 {
  left: 0%;
}

.top-right-button1 {
  right: 4%;
  top: 4%;
}

@media (max-width: 1200px) {
  .top-left-button img,
  .top-left-button1 img {
    width: 15vw;
  }
}

@media (max-width: 768px) {
  .top-left-button img,
  .top-left-button1 img {
    width: 20vw;
  }

  .top-left-button svg,
  .top-left-button1 svg {
    width: 8vw;
  }

  .section {
    overflow: none;
    height: 100%;
  }
}

@media (max-width: 431px) {
  .top-right-button svg {
    /* width: 10vw; */
    padding-bottom: 5px;
  }

  .top-left-button img,
  .top-left-button1 img {
    width: 30vw;
  }
}

@media (max-width: 281px) {
  .top-left-button img {
    width: 40vw;
  }

  .top-left-button1 img {
    width: 40vw;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0; /* Initially positioned off-screen to the right */
  width: 0%;
  height: 100%;
  background-color: #201f1f;
  /* display: flex;
  justify-content: center; 
  align-items: center; */
  transition: width 0.5s ease;
  z-index: 999;
  overflow: hidden; /* Hide the overflow initially */
}

.slide-menu {
  width: 100%; /* Adjust the width as needed */
  z-index: 1000;
  overflow-y: auto;
  text-align: center;
  padding: 12%;
  display: flex;
  flex-direction: column; /* Set flex-direction to column */
  justify-content: center;
  align-items: center;
}

.navlinks {
  padding-left: 12%;
  padding-top: 4%;
}

.slide-menu h3 {
  padding: 5px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 15px;
  color: #fff;
  text-align: start;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .navlinks {
    padding-left: 12%;
    padding-top: 12%;
  }
}

@media (max-width: 768px) {
  .navlinks {
    padding-left: 10%;
    padding-top: 15%;
  }
}

@media (max-width: 400px) {
  .navlinks {
    padding-top: 20%;
  }
}

.slide-menu h3:hover {
  text-decoration: none;
}

.slide-menu a:hover {
  text-decoration: none;
}
/*------ Brands -----*/
#brandsSlideMenu {
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
  text-align: left;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #201f1f;
}

#brandsSlideMenu h3 {
  color: #fff;
  font-family:  "Glacial", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: capitalize;
  text-align: left !important;
}

/*------ services -----*/
#servicesSlideMenu {
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
  text-align: left;
  padding: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #201f1f;
}

#servicesSlideMenu h3 {
  color: #fff;
  font-family:  "Glacial", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: capitalize;
  text-align: left !important;
  padding-left: 20px;
}

#servicesSlideMenu .row.p-3 {
  display: flex;
  align-items: center; /* Align items vertically */
}

#servicesSlideMenu .col-md-10.p-3 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Align content vertically */
}

@media (max-width: 1200px) {
  #servicesSlideMenu h3 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  #servicesSlideMenu h3 {
    font-size: smaller;
  }

  #servicesSlideMenu img {
    width: 50%;
  }

  #servicesSlideMenu .serviceicons {
    margin-top: 1540px;
  }
}

@media (max-width: 400px) {
  #servicesSlideMenu h3 {
    font-size: smaller;
  }

  #servicesSlideMenu img {
    width: 50%;
  }

  #servicesSlideMenu .serviceicons {
    margin-top: 1540px;
  }
}

/* ----- Career ------*/
.jumbotron {
  color: white;
  background-image: url("../img/career.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.jumbotron h1 {
  font-family: var(--font-poppins);
  font-weight: bold;
}

.jumbotron p {
  font-family: var(--font-poppins);
  letter-spacing: 1px;
  text-align: justify;
}

.job .rounded-rectangle {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10%;
  margin-top: 20px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1200px) {
  .jumbotron p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .jumbotron {
    padding-top: 200px;
  }
}
@media (max-width: 1200px) {
  .jumbotron {
    height: auto;
  }

  .job h3 {
    font-size: 18px;
    font-weight: bold;
  }
}

/* ---- Description -----*/

.desc {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100vh;  */
}

.section-title {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 10%;
}

.desc h6 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.desc p {
  font-size: 16px;
  text-align: left;
}

/* Styling the unordered list */
.desc ul {
  list-style: circle;
  padding: 0;
}

.desc li {
  margin-bottom: 5px;
  text-align: left;
}

.jobform h2 {
  color: #fff;
}

.jobform label {
  color: #fff;
}

/* ------ Contact Us -----*/
.contact h4,
p,
i,
h6 {
  color: #fff;
}

.nav-link {
  font-size: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  text-align: center;
  color: #d9d9d9;
  margin-bottom: 30px;
}

.nav-link:hover {
  font-size: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #d9d9d9;
}

.btn-default {
  background-color: white;
  color: black;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #d9d9d9 !important;
  color: black !important;
}

/* .nav-pills .nav-link .active {
  background-color: #D9D9D9 !important;
  color: white !important;
} */
.nav-pills .nav-item .nav-link:active {
  background-color: #d9d9d9 !important;
  color: white !important;
}

.nav-pills .nav-item .nav-link:focus {
  background-color: #d9d9d9;
  color: white;
}

.btn-default:hover {
  background-color: black;
  color: white;
}

/* ------ Founder ------*/
.founder {
  text-align: center;
}

.founder p {
  font-size: 1 rem;
  /* max-width: 60vw !important; */
  text-align: justify;
  padding-left: 20%;
  padding-right: 20%;
}

.founder .name img {
  /* font-family: "Dancing Script",cursive; */
  margin-left: 60%;
}

@media only screen and (min-width: 1201px) {
  .founder p {
    font-size: 1 rem;
    /* max-width: 60vw !important; */
    text-align: justify;
    padding-left: 25%;
    padding-right: 25%;
  }

  .founder .name img {
    margin-left: 50%;
  }
}

@media (max-width: 768px) {
  .founder .name img {
    margin-left: 10%;
  }

  .founder p {
    font-size: 0.5 rem;
  }
}

/* .founder {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.section-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 3 rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
}

@media (max-width: 768px) {
  .founder {
    margin-top: 30%;
  }
}

/*----------------- Latest Media ----------*/
/* 
.latestmedia-container {
  margin-left: 140px;
  margin-right: 140px;
   margin-top: 100px; 
} */

.latestmedia {
  padding: 5%;
}

.latestmedia-container {
  padding-left: 15%;
  padding-right: 15%;
}

.mcolumn {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
  background-color: #3d3d3d;
  padding: 20px;
}

.mcolumn img {
  /* width: 100%;
  height: auto; */
  height: 2 rem;
  border-radius: 10px;
}

.mcolumn h2 {
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 16px;
}

.mcolumn p {
  font-size: 14px;
  font-family: var(--font-poppins);
  font-weight: 200;
  text-align: left;
}

/* .mcolumn a {
  margin-top: 15%;
} */

.latestmedia-container .button {
  /* display: inline-block; */
  background-color: transparent; /* Set background color to transparent */
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid white; /* Add border to create a white outline */
  border-radius: 5px;
  transition: background-color 0.3s;
  /* position: absolute; */
  bottom: 10px;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
}

.latestmedia-container .button:hover {
  background-color: white;
  color: black;
}

.mcolumn h2,
.mcolumn p {
  color: white;
}

.latestmedia-container .view-more {
  background-color: transparent;
  color: white;
  padding: 1%;
  text-align: center;
  text-decoration: none;
  /* border: 2px solid white;
  border-radius: 5px; */
  transition: background-color 0.3s;
  margin-top: 20px; /* Add margin to separate from the columns */
}

/* .latestmedia-container .view-more:hover {
  background-color: white;
  color: black !important;
} */

@media (max-width: 1200px) {
  /* .latestmedia{
    padding: 10%;
  } */

  .latestmedia {
    min-height: min-content;
    height: auto !important;
  }

  .latestmedia-container {
    padding: 5%;
  }

  .mcolumn h2 {
    font-size: 12px;
  }

  .mcolumn p {
    font-size: 10px;
  }

  .latestmedia-container .button {
    font-size: 12px;
    padding: 3px 6px;

    border: 1px solid white; /* Add border to create a white outline */
    border-radius: 5px;

    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .latestmedia-container h6 {
    font-size: 10px;
  }
}
/* Media query for smaller devices */
@media (max-width: 767px) {
  .latestmedia {
    min-height: min-content;
    height: auto !important;
  }

  .latestmedia-container {
    margin-left: 20px;
    margin-right: 20px;
    width: 70vw;
  }

  .mcolumn img {
    height: 20%;
    border-radius: 10px;
  }

  .mcolumn h2 {
    font-size: 10px;
  }

  .mcolumn p {
    font-size: 6px;
  }

  .latestmedia-container .button {
    font-size: 6px;
    padding: 3px 6px;

    border: 1px solid white; /* Add border to create a white outline */
    border-radius: 5px;

    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .latestmedia-container h6 {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .latestmedia-container {
    margin-left: 20px;
    margin-right: 20px;
    width: 100vw;
  }

  .latestmedia-container h6 {
    font-size: 10px;
  }

  .latestmedia {
    min-height: min-content;
    height: auto !important;
  }
}

/*---------latestmedia page-------------*/

.latestmedia-container .row {
  display: flex;
  flex-wrap: wrap;
}

.mcolumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
  background-color: #3d3d3d;
  padding: 20px;
  justify-content: space-between;
  position: relative;
}

/* Ensure that the image takes up the available space */
.mcolumn img {
  flex-grow: 1;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Ensure that the title and content stay at the top */
.mcolumn h2,
.mcolumn p {
  align-self: flex-start;
}

/* Ensure that the button stays at the bottom */
.mcolumn .button {
  align-self: flex-end;
  margin-left: 10px;
}

.latestmedia-container1 {
  padding-left: 15%;
  padding-right: 15%;
}

.mcolumn {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
  background-color: #3d3d3d;
  padding: 20px;
}

.mcolumn img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.mcolumn h2 {
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 16px;
}

.mcolumn p {
  font-size: 14px;
  font-family: var(--font-poppins);
  font-weight: 200;
  text-align: left;
}

/* .mcolumn a {
  margin-top: 15%;
} */

.latestmedia-container1 .button {
  /* display: inline-block; */
  background-color: transparent;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 5px;
  transition: background-color 0.3s;

  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.latestmedia-container1 .button:hover {
  background-color: white;
  color: black;
}

.mcolumn h2,
.mcolumn p {
  color: white;
}

.latestmedia-container1 .view-more {
  background-color: transparent;
  color: white;
  padding: 1%;
  text-align: center;
  text-decoration: none;
  /* border: 2px solid white;
  border-radius: 5px; */
  transition: background-color 0.3s;
  margin-top: 20px; /* Add margin to separate from the columns */
}

/* .latestmedia-container .view-more:hover {
  background-color: white;
  color: black !important;
} */

@media (max-width: 1200px) {
  .latestmedia1 {
    padding: 10%;
  }

  .latestmedia-container1 {
    padding: 5%;
  }

  .mcolumn h2 {
    font-size: 12px;
  }

  .mcolumn p {
    font-size: 10px;
  }

  .latestmedia-container1 .button {
    font-size: 12px;
    padding: 3px 6px;

    border: 1px solid white; /* Add border to create a white outline */
    border-radius: 5px;

    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .latestmedia-container1 h6 {
    font-size: 10px;
  }
}
/* Media query for smaller devices */
@media (max-width: 767px) {
  .latestmedia-container1 {
    margin-left: 20px;
    margin-right: 20px;
    width: 70vw;
  }

  .mcolumn img {
    height: 20%;
    border-radius: 10px;
  }

  .mcolumn h2 {
    font-size: 10px;
  }

  .mcolumn p {
    font-size: 6px;
  }

  .latestmedia-container1 .button {
    font-size: 8px;
    padding: 3px 6px;

    border: 1px solid white; /* Add border to create a white outline */
    border-radius: 5px;

    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .latestmedia-container1 h6 {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .latestmedia-container1 {
    margin-left: 20px;
    margin-right: 20px;
    width: 100vw;
  }

  .latestmedia-container1 h6 {
    font-size: 10px;
  }
}

.section-title1 {
  /* color: #FFF;
font-family: 'Lato', sans-serif;
font-size: 5 rem;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.92px; */
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 5 rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 5%;
}

@media (max-width: px) {
  .section-title1 {
    margin-top: 20%;
  }
}
