@font-face {
  font-family: "DMSans-BOLD";
  src: url("../font/DMSans-Bold.ttf") format("opentype");
}



@font-face {
  font-family: "Heebo-Regular";
  src: url("../font/Heebo-Regular.ttf") format("opentype");
}

html {
  scroll-padding-top: 60px;
}

body {
  font-family: "Heebo-Regular";
}

/* Header Start */
header {
  font-family: "DMSans-BOLD";
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 5px 0;
}



.header-logo {
  border-right: 2px solid #a6a6a6;
  padding-right: 10px;
  /* margin-right: 10px; */
  /* display: flex; */
  /* align-items: center; */
}

.header-text {
  margin-left: 10px;
  font-size: 18px;
  /* Adjust as needed */
  font-weight: bold;
}

header .navbar-brand {
  margin-left: 25px;
}

header .nav-item {
  margin: 0 10px;
}

header .nav-item .nav-link {
  color: #000;
  position: relative;
  font-size: 17px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
}

header .nav-item .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transition: all 0.4s ease;
}

header .nav-item .nav-link:hover::after {
  width: 90%;
  left: 5%;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
}

/* Header End */

/* Banner Start */
.banner {
  height: 626px;
  background: url(../images/banner1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card {
  position: relative;
  left: 35%;
  top: 35%;
  background: #ffffff !important;
  padding: 28px;
  text-align: center;
  width: 370px;
  font-family: "DMSans-BOLD";
  border-radius: 10px;
  border-color: transparent !important;
}


.card h2{
  font-size: 36px;
  letter-spacing: -0.2px;
  font-weight: bold !important;
  margin: 0 0 10px;
  line-height: 1.3;
  font-family: "DMSans-BOLD";
}

.card a {
  display: inline-block;
  text-decoration: none;
  font-family: "DMSans-BOLD";
  font-size: 16px;
  font-weight: 400 !important;
  background-color: #ff6a2a;
  color: white;
  padding: 8px 12px;
  padding-top: 5px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* margin-left: 17%; */
  width: 62%;
  text-align: center;
}

.card a:hover {
  color: white;
  text-decoration: none;
}

/* Banner End */

/* about section Start */

.section-container {
  background-image: url('../images/banner2.png');
  background-size: cover;
  background-position: center;
  height: 660px;
  position: relative;
  /* padding: 80px 0; */
}

/* About Box */
.about-box {
  max-width: 600px; /* Adjust this value as needed */
  width: 100%;
  background: white;
  border-radius: 10px;
  padding: 30px;
  margin-top: 3%;
  /* z-index: 1; */
  height: 350px;
}
.about-box h2{
  font-family: "DMSans-BOLD";
  font-weight: bold;
  font-size: 36px;
}
.about-box p {
  font-family: "Heebo-Regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-top: 15px;
}

.video-box {
  background: #ff6a2a;
  padding: 10px;
  border-radius: 10px;
  width: 598px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  right: 12%;
  margin-top: 20%;
}

.video-box iframe {
  border-radius: 8px;
  display: block;
}
/* about section End */

/* why join  community */
.talent-section {
  position: relative;
}
.image-wrapper{
  width: 100%;

}
.talent-box {
  background: white;
  border: 3px solid #ff6a2a;
  padding: 43px;
  position: relative;
  right: 26%;
  z-index: 1;
  max-width: 650px;
  margin-top: 30%;

}

.talent-circle {
  position: absolute;
  top: -26px;
  left: 22%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background-color:#ff9f7c;
  border-radius: 50%;
  z-index: 2;
}

.talent-btn {

  display: inline-block;
  text-decoration: none;
  font-family: "DMSans-BOLD";
  font-size: 16px;
  font-weight: bold !important;
  background-color: #ff6a2a;
  color: white;
  padding: 8px 12px;
  padding-top: 5px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* width: 35%; */
}

.talent-btn:hover {
  background-color: #ff6a2a;
  color: #fff;
  text-decoration: none;

}

/* jobs section start */
.picture-1{
  height: 644px;
  background: url(../images/banner3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.card2 {
  position: relative;
  left: 35%;
  top: 20%;
  background: #ffffff !important;
  padding: 54px;
  width: 46%;
  font-family: "DMSans-BOLD";
  border-radius: 10px;
  border-color: transparent !important;
}

.card2 h2{
  font-family: "DMSans-BOLD";
  font-weight: bold;
  font-size: 36px;
}
.card2 p {
  font-family: "Heebo-Regular";
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-top: 5%;
}

.card2 a {
  display: inline-block;
  text-decoration: none;
  font-family: "DMSans-BOLD";
  font-size: 16px;
  font-weight: bold !important;
  background-color: #ff6a2a;
  color: white;
  padding: 8px 12px;
  padding-top: 5px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* width: 28%; */
}

.card2 a:hover {
  color: white;
  text-decoration: none;

}
/* highlights Start */
.highlights {
  /* padding: 30px 0; */
}

.highlights .title h2 {
  font-family: "DMSans-BOLD";
  font-size: 35px;
  line-height: 36px;
  letter-spacing: -0.2px;
  color: #000;
  font-weight: bold !important;
  margin-bottom: 25px;
}

.highlights .title p {
  font-family: "Heebo-Regular";
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 520px) {
  .assignment .title p {
    font-size: 15px;
    line-height: 30px;
  }
}

/* highlights End */

/* Working Start */
/* .working {
  padding: 0px 0 0px;
} */
.image-wrapper1{
  width: 100%;
}
/* Working End */
.benefit-box {
  background: white;
  border: 3px solid #001f3d;
  padding: 43px;
  position: relative;
  right: 26%;
  z-index: 1;
width: 110%;
  margin-top: 20%;

}
.benefit-box h3{
  font-family: "DMSans-BOLD", "Heebo-Regular";
  font-weight: bold;
  font-size: 36px;
}
.list-text{
  font-family: "Heebo-Regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-top: 5%;
}
.benefit-circle {
  position: absolute;
  top: -24px;
  left: 22%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background-color:#001f3d;
  border-radius: 50%;
  z-index: 2;
}
/* Contact Start */
.contact h2 {
  font-family: "DMSans-BOLD";
  font-weight: bold;
  font-size: 36px;
}

.contact p {
  font-family: "Heebo-Regular";
  font-size: 20px;
  line-height: 24px;
  /* font-weight: 400 !important ; */
  letter-spacing: -0.2px;
  margin-top: 15px;
}

.contact a {
  text-decoration: none;
  font-family: "DMSans-BOLD";
  color: #5271ff;
}

/* Contact End */

/* footer start */

footer {
  background-color: #22201E;
  font-family: "DMSans-BOLD";
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  color: white;
}

.color-logo {
  color: white;
}

footer p {
  color: #fff;
  /* max-width: 300px; */
  /* margin-top: 10px; */
  margin-bottom: 0;
  line-height: 24px;
  /* font-weight: 400 !important ; */
  letter-spacing: -0.2px;
  font-size: 18px;
  font-family: "Heebo-Regular"
}

footer a {
  text-decoration: none;
  color: #fff;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
  font-family: "Heebo-Regular";
}

footer a:hover {
  color: #fff;
}

footer .link-wrapper {
  text-align: right;
  font-family: "Heebo-Regular";
}

/* footer end  */



/* ..................Responsive Design ........................*/

 @media (max-width: 1400px) {
  .section-container {
    height: auto;
    min-height: 639px;
  }

  .video-box {
    width: 614px;
    right: 12%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 23%;
  }
  
  .about-box {
    max-width: 600px;
  }
}

@media (max-width: 1200px) {
  .video-box {
    width: 450px;
    right: 3%;
  }
  
  .talent-box {
    right: 15%;
    padding: 30px;
  }
  
  .benefit-box {
    right: 15%;
  }
  
  .card2 {
    left: 30%;
    width: 55%;
  }
}

@media (max-width: 991px) {
  .section-container {
    height: auto;
    padding: 60px 0;
  }
  
  .about-box {
    margin: 0 auto;
    height: auto;
    max-width: 90%;
  }
  
  .video-box {
    position: relative;
    width: 90%;
    margin: 40px auto;
    right: auto;
    top: auto;
    transform: none;
  }
  
  .talent-box {
    right: 0;
    margin: 40px auto;
    max-width: 90%;
  }
  
  .talent-circle {
    left: 50%;
  }
  
  .benefit-box {
    right: 0;
    width: 90%;
    margin: 40px auto;
  }
  
  .benefit-circle {
    left: 50%;
  }
  
  .card2 {
    left: 25%;
    width: 65%;
  }
}

@media (max-width: 768px) {
  .header-logo{
    width: 110px;
    padding-right: 5px;
  }
  .header-text{
    font-size: 15px;
    margin-left: 5px !important;
  }
  .navbar-toggler{
    padding: 5px !important;
  }
  header .navbar-brand {
    margin: 0px;
  }
  
  .navbar-toggler {
    margin-right: 15px;
  }
  .banner {
    height: 500px;
  }
  
  .card {
    left: 43%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 370px;
    margin: 0 auto;
  }
  
  .card a {
    margin-left: 0;
    width: 80%;
  }
  
  .section-container {
    padding: 40px 0;
  }
  
  .about-box {
    margin: 0 auto 30px;
    max-width: 95%;
  }
  
  .video-box {
    width: 95%;
    position: static;
    margin: 30px auto;
    margin-top: 112%;
  }
  
  .talent-section .row {
    flex-direction: column;
  }
  
  .talent-box {
    right: 0;
    margin: 50px auto 0;
    max-width: 95%;
    padding: 30px;
  }
  
  .talent-circle {
    left: 50%;
  }
  
  .benefit-box {
    right: 0;
    margin: 50px auto 0;
    width: 95%;
    padding: 30px;
  }
  
  .benefit-circle {
    left: 50%;
  }
  
  .card2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 30px;
  }
  
  .contact .mx-5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  
  footer .col-md-6 {
    margin-bottom: 20px;
  }
  
  footer .link-wrapper {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .banner {
    height: 450px;
  }
  
  .card {
    padding: 20px;
    width: 85%;
  }
  
  .card h2 {
    font-size: 26px;
  }
  
  .card a {
    /* width: 100%; */
  }
  
  .picture-1 {
    height: 500px;
  }
  
  .section-container {
    padding: 40px 0;
    height: 840px;
    }
  }
  
  .about-box h2,
  .talent-box h3,
  .benefit-box h3,
  .card2 h2,
  .highlights .title h2,
  .contact h2 {
    font-size: 28px;
  }
  
  .about-box p,
  .talent-box p,
  .card2 p,
  .list-text,
  .highlights .title p,
  .contact p {
    font-size: 16px;
  }
  
  .talent-btn,
  .card2 a {
    text-align: center;
  }
  
  .benefit-box ul {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .header-logo {
    width: 100px;
  }
  
  .header-text {
    font-size: 16px;
  }
  
  .card h2,
  .about-box h2,
  .talent-box h3,
  .benefit-box h3,
  .card2 h2,
  .highlights .title h2,
  .contact h2 {
    font-size: 24px;
  }
  
  .about-box,
  .talent-box,
  .benefit-box,
  .card2 {
    padding: 20px;
  }
  
  .talent-circle,
  .benefit-circle {
    width: 36px;
    height: 36px;
    top: -18px;
  }
}

/* Extra fixes for mobile view */
@media (max-width: 576px) {
  .benefit-box ul {
    padding-left: 20px;
    margin-top: 15px;
  }
  
  .benefit-box ul li {
    margin-bottom: 10px;
  }
  
  .contact .text-wrapper {
    padding: 0 15px;
  }
  
  .navbar-toggler {
    border: 1px solid #ddd;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  footer .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .link-wrapper {
    margin-top: 10px;
  }
}