@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");


*,
::before,
::after {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}
a,
a:active,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline: 0;
  color: unset;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
}

/* Fonts */
@font-face {
  font-family: myFirstFont;
  src: url(/Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Bold.woff2);
}
@font-face {
  font-family: mySecondFont;
  src: url(/Fonts/Qanelas-Font-Family/woff2/QanelasSoft-SemiBold.woff2);
}
@font-face {
  font-family: myThirdFont;
  src: url(/Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Medium.woff2);
}
@font-face {
  font-family: myFourthFont;
  src: url(/Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Light.woff2);
}
@font-face {
  font-family: myFifthFont;
  src: url(/Fonts/Qanelas-Font-Family/otf/QanelasSoft-Bold.otf);
}

/* ScrollBar */

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* General - CSS */
.nav-btn a {
  padding: 8px 16px;
  background: #0c0c0c;
  color: #fff;
  font-family: myThirdFont;
}
.nav-btn a:hover {
  color: #fff;
}
.bigspace {
  margin-top: 150px;
}

/* Navbar */
/* .navbar {
  background: rgba(0, 0, 0, 0.85) !important;
} */
.ulItems {
  justify-content: center !important;
}
.navbar-nav {
  gap: 16px;
  align-items: center;
}
.logo {
  width: 100%;
}
.nav-item a {
  font-size: clamp(1rem, 0.9741rem + 0.1258vw, 1.125rem);
  font-family: myThirdFont;
  font-weight: 500;
  color: #6f6f6f !important;
}
.navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  /* transform: scaleX(0); */
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ef010a;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.nav-item a:active::after {
  /* transform: scaleX(1); */
  transform-origin: bottom left;
}
/* .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
} */
.navbar-toggler:focus {
  box-shadow: none !important;
}
.applytbn-pad {
  padding: 12px 32px !important;
}
.lastbtn {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.lastbtn li {
  list-style: none;
}
/* lastbtn */
.mobilelastbtn {
  display: none;
}

/* section - 1 */

.section1 {
    padding-top: 80px;
    padding-bottom: 96px;
    background: url("../images/connectmain.png");
    background-size: cover;
    background-position: bottom center;
    height: 300px;
    /* Add linear gradient */
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
 
  }
.section1 h2 {
  color: #0c0c0c;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: clamp(1.25rem, 0.9906rem + 1.2579vw, 2.5rem);
  line-height: 1.2em;
  letter-spacing: -0.6px;
}
.section1 p {
  color: #2f2f2f;
  text-align: center;
  font-family: myThirdFont;
  font-size: 18px;
  line-height: 1.1em;
  margin-top: 4px;
}
/* Position cards */
.openRoles p{
    font-family: myThirdFont;
}
.openRoles h2, .openRoles h3{
    font-family: "Montserrat";
    font-weight: 600;
}
.openRoles{
    margin: 120px 0;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}
.openRolesDesc{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.openRoles a, .openRoles a:hover{
    color:#e50000;
    text-decoration: none;
}
.openRoles li{
    font-family: myThirdFont;
}

.openRoles button{
    border: none;
    outline: none;
    color: white;
    background-color: #e50000;
    width: 180px;
    border-radius: 4px;
    padding: 8px 16px;
    font-family: myThirdFont;
}



/* section - 5 */
.section5 {
  padding: 80px 0px;
  background: #f3f3f3;
}
.section5-header {
  color: #1a1a1a;
  font-size: clamp(1rem, 0.6887rem + 1.5094vw, 2.5rem);
  font-weight: 600;
  font-family: mySecondFont;
  padding-bottom: 24px;
}
.accordion {
  border: none !important;
}
.accordion-item {
  border: none !important;
  margin-bottom: 4px;
  border-radius: 0px !important;
}
.accordion-button {
  color: #242424 !important;
  font-size: clamp(1rem, 0.8962rem + 0.5031vw, 1.5rem) !important;
  font-family: mySecondFont;
  border: none !important;
  background: none !important;
  gap: 32px;
  padding-bottom: 32px !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button::after{
  background-image: url('../newImages/plus.svg') !important;
  background-size: cover !important;
  width: 48px !important;
  height: 48px !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after{
  background-image: url('../newImages/xmark.svg') !important;
  width: 48px ;
  height: 48px ;
}
.serial-no {
  font-size: clamp(1rem, 0.5849rem + 2.0126vw, 3rem);
  color: #d7d7d7;
  font-weight: 700;
  letter-spacing: 0.25px;
  font-family: myFirstFont;
}
.accordion-header {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.accordion-body {
  padding: 0px 132px;
  padding-bottom: 32px;
  font-size: clamp(1rem, 0.9741rem + 0.1258vw, 1.125rem);
  font-family: myThirdFont;
  color: #404040;
}

/* footer */
.footer {
  background-color: #131313;
  padding: 80px 0px;
}
.footerMainDiv {
  display: flex;
  justify-content: space-between;
}
.footersec2 {
  display: flex;
  gap: 48px;
}
.footernavigation,
.footercompany {
  display: flex;
  flex-direction: column;
}
.footernavigation p,
.footercompany p,
.footersec3 p,
.socialicons p {
  color: #fff;
  font-size: 18px;
  font-family: myThirdFont;
  margin-bottom: 18px !important;
}
.footernavigation ul,
.footercompany ul,
.footersec3 ul {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  flex-direction: column;
  padding-left: 0px !important;
}
.footernavigation ul li,
.footercompany ul li,
.footersec3 ul li {
  list-style: none;
  color: #e4e4e4;
  font-family: myFourthFont;
}
.footersec3 {
  display: flex;
  flex-direction: column;
}
.footermap {
  /* margin-top: 24px; */
}
.socialicons {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.allicons {
  display: flex;
  gap: 16px;
}
.allicons a {
  color: #fff;
}
@media(max-width: 600px) {
  .section1{
    height: 300px;
    padding: 48px 16px;
  }
  .openRoles{
    margin: 48px 0;
    padding: 0 16px;
  }
  .openRolesDesc, .openRolesCurrent{
    width: 100%;
  }
  .openRolesCurrent{
    border: none;
    border-top: 1px solid black;
    padding: 48px 0;
  }
  .section5{
    margin: 0px !important;
    /* padding: 0px !important; */
  }
}
@media (min-width: 600px) and (max-width: 1040px) {
    .section1{
        height: 300px;
        padding: 48px 16px;
      }
      .openRoles{
        margin: 48px 0;
        padding: 0 16px;
      }
      .openRolesDesc, .openRolesCurrent{
        width: 100%;
      }
      .openRolesCurrent{
        border: none;
        border-top: 1px solid black;
        padding: 48px 0;
      }
      .section5{
        margin: 0px !important;
        /* padding: 0px !important; */
      }
}
@media (min-width: 1540px) and (max-width: 1920px) {
  .heroDatav1{
    padding: 0 0 0 240px !important;
  }
  .container{
    padding: 0 240px !important;
    /* margin: 0px !important; */
    max-width: 100% !important;
  }
}
@media (min-width: 1960px) {
  .heroDatav1{
    padding: 0 0 0 480px !important;
    width: 70% !important;
  }
  .heroImageV1{
    width: 30% !important;
    background-position: center bottom;
  }
  .container{
    padding: 0 480px !important;
    margin: 0px !important;
    max-width: 100% !important;
  }
  
}