@font-face {
  font-family: "SF Bold";
  src: url("../font/SF-Pro-Display-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "SF Regular";
  src: url("../font/SF-Pro-Text-Regular.otf") format("woff2");
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
body {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
  background-color: #1d1d1f !important;
}
@-moz-document url-prefix() {
  .col {
    margin-bottom: 20px !important;
  }
  .textarea-intern {
    margin-top: -24px !important;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  font-size: 2.2rem;
}
.second-container {
  width: 100%;
  max-width: 90%;
  margin: auto !important;
}
.navigation {
  height: auto;
  background-color: #000000;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
  display: flex;
  padding-bottom: 10px;
}

.brand a,
.brand a:visited {
  color: #000000 !important;
  text-decoration: none;
}

.nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: end;
}
.header-svg-icon {
  background-color: red;
  width: 16px;
  height: 16px;
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  margin-left: 4px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  background: #000000;
  color: white !important;
  text-decoration: none;
}

nav ul li a:not(:only-child):after {
  padding-left: 10px;
  content: "\f078";
  font-family: "FontAwesome";
}

nav ul li ul li {
  min-width: 170px;
}

nav ul li ul li a {
  padding: 10px 16px;
  line-height: 24px;
}

.nav-dropdown {
  text-align: start;
  position: absolute;
  display: none;
  top: 100%;
  right: -10%;
  z-index: 99;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0%;
  right: 0;
  background: #000000;
  height: 50px;
  width: 98px;
}

@media only screen and (max-width: 992px) {
  .nav-mobile {
    display: block;
  }

  .nav-container {
    display: block;
    text-align: start;
  }
  nav ul li ul li a {
    line-height: 18px;
    text-align: center;
    /* border-top: 1px solid #949494; */
  }

  nav {
    width: 100%;
  }

  nav ul li a,
  nav ul li a:visited {
    border-bottom: 1px solid #949494;
  }

  nav ul {
    display: none;
    text-align: center;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 9px;
    line-height: 18px;
  }
  .nav-dropdown {
    position: static;
    box-shadow: 0 0px 0px 0;
  }
}

#nav-toggle {
  position: absolute;
  left: 34px;
  top: 80px;
  cursor: pointer;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  background: #ffffff;
  position: absolute;
  display: block;
  top: 0%;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .nav-list {
    display: flex;
    column-gap: 1.4rem;
    margin-right: -8px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .top-main ul {
    column-gap: 4px;
    border-radius: 2px;
    padding: 0px 4px;
    margin-bottom: 0px !important;
  }
  .top-main ul li a {
    font-size: 12px !important;
  }
}
/* start sticky css */
.fixed-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 1000;
  overflow: hidden;
}

.logo {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .fixed-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-mobile {
    width: 80px;
  }
}
@media screen and (max-width: 420px) {
  .logo {
    margin-left: 8px;
  }
  .nav-mobile {
    width: 70px;
  }
}
@media screen and (max-width: 336px) {
  .logo {
    margin-left: 2px;
  }
}
@media (prefers-color-scheme: dark) {
  html {
    background-color: #111;
    color: #fff;
  }
}
/* start buy css */
.left-heading {
  font-size: 40px;
  text-align: start;
  border-bottom: 1px solid white;
  color: white;
}
.left-content {
  color: white;
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.left-price {
  text-align: start;
  color: white;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.price-one {
  font-size: 20px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.price-two {
  color: #f60000;
  font-size: 20px;
}
.left-tax {
  font-size: 12px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.left-quantity {
  display: flex;
  color: white;
  text-align: center;
  align-items: center;
  column-gap: 10px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.but-qty-container {
  width: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  border-radius: 2px;
}

.quantity {
  width: 100%;
  color: white;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.qty-right {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: red;
  cursor: pointer;
}

.qty-arrow {
  font-size: 10px;
}
.left-highlights {
  color: white;
  margin-top: 14px;
  text-align: start;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.left-tech {
  margin-top: 14px;
  color: white;
  text-align: start;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.tech-heading {
  color: white;
  margin-bottom: 10px;
}
.left-gsm {
  font-size: 14px;
  background-color: red;
  padding: 4px 6px;
  border-radius: 6px;
}
.left-first-content {
  display: flex;
  column-gap: 10rem;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 4px;
  width: 100%;
  max-width: 94%;
}
.left-inner-content h6 {
  font-size: 13px;
  line-height: 18px;
  color: darkgray;
}
.right-inner-content h6 {
  font-size: 13px;
  line-height: 18px;
  color: darkgray;
}
.left-get-more {
  text-align: start;
  font-size: 12px;
  color: #f60000;
  width: 100%;
  max-width: 56%;

  margin: auto;
  margin-top: -6px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.left-proceed {
  margin-top: 10px;
  text-align: start;
  color: white;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.left-proceed span {
  background-color: red;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff !important;
}
.arrows-imgs {
  background-color: white;
  width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1400px) {
  .left-heading {
    font-size: 32px;
  }
  .left-quan-content {
    font-size: 16px;
  }
  .left-quan-bottom {
    font-size: 16px;
  }
  .left-content {
    font-size: 13px;
    line-height: 18px;
  }
  .price-one {
    font-size: 18px;
  }
  .price-two {
    font-size: 18px;
  }
  .left-highlights {
    margin-top: 10px;
  }

  .left-tech {
    margin-top: 10px;
  }
  .tech-heading {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .left-gsm {
    font-size: 12px;
    padding: 3px 4px;
  }
  .left-inner-content h6 {
    font-size: 12px;
    line-height: 12px;
  }
  .right-inner-content h6 {
    font-size: 12px;
    line-height: 12px;
  }
  .left-first-content {
    margin-bottom: -2px;
  }
  .left-proceed {
    margin-top: 8px;
  }
  .left-proceed span {
    font-size: 15px;
    padding: 8px 10px;
  }
  .left-get-more {
    max-width: 42%;
  }
  .arrows-imgs {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-bottom: 2px;
    padding: 3px;
  }
  .qty-arrow {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .left-get-more {
    max-width: 68%;
  }
  .left-proceed {
    margin-bottom: 8px !important;
    margin-top: 10px !important;
  }
  .content-title {
    margin-top: 25px;
  }
  .offer-sections {
    row-gap: 18px !important;
    overflow-y: hidden !important;
    margin-top: 50px;
    width: 100% !important;
    max-width: 96% !important;
    height: auto !important;
  }
  .left-proceed span {
    font-size: 15px;
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .left-proceed span {
    font-size: 14px;
    padding: 7px 9px;
    border-radius: 3px;
  }
  .arrows-imgs {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .left-heading {
    font-size: 30px;
  }
  .left-content {
    font-size: 12px;
    line-height: 17px;
  }
  .price-one {
    font-size: 16px;
  }
  .price-two {
    font-size: 16px;
  }

  .left-tech {
    margin-top: 10px;
  }
  .tech-heading {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .left-gsm {
    font-size: 12px;
    padding: 3px 4px;
  }
  .left-inner-content h6 {
    font-size: 12px;
    line-height: 12px;
  }
  .right-inner-content h6 {
    font-size: 12px;
    line-height: 12px;
  }
  .left-first-content {
    margin-bottom: -2px;
  }

  .left-proceed span {
    font-size: 13px;
    padding: 8px;
  }
  .left-get-more {
    max-width: 25%;
  }
  .arrows-imgs {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
  .left-quan-content {
    font-size: 14px;
  }
  .left-quan-bottom {
    font-size: 14px;
  }
  .offer-sections {
    row-gap: 14px !important;
  }
  .logo {
    margin-left: 6px !important;
  }
}

@media only screen and (max-width: 380px) {
  .left-first-content {
    column-gap: 6rem;
  }
}
.owl-carousel {
  max-width: 80%;
  margin: 0 auto;
}

.owl-carousel .items {
  font-size: 30px;
  text-align: center;
  background-color: #eee;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav .disabled,
button.disabled {
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .owl-carousel {
    max-width: 100%;
    margin: 0 auto;
  }
}
/* Start the modal class code */
.error {
  font-size: 12px;
  color: #f60000;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; /* Ensure it's on top of other elements */
}
.internship {
  background-color: rgba(102, 98, 98, 0.4);
  display: none;
}

.internship-title {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  line-height: 40px;
  padding-bottom: 10px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}

.internship-model {
  overflow: unset;
  padding: 30px 30px 0 30px;
  width: 475px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 10%);
  background-color: #1d1d1f !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  cursor: pointer !important;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.sr-only {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.btn-upload {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #f60000;
  cursor: pointer;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.container {
  /*display: flex;*/
  justify-content: center;
}

.closebtn {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
  float: right;
  color: #ffffff !important;
  font-size: 20px;
  cursor: pointer;
}

.intern-form {
  width: 100%;
}

.form-intern {
  background-color: #1d1d1f !important;
  border: none;
  color: #ffffff !important;
  border-bottom: 1px solid gray;
  padding: 5px 0px;
  font-size: 15px;
  outline: none;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
  /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
}
.form-control {
  width: 100% !important;
  background-color: #1d1d1f !important;
  border: none !important;
  color: #ffffff !important;
  border-bottom: 1px solid gray !important;
  padding: 5px 0px !important;
  font-size: 15px !important;
  outline: none !important;
  margin-bottom: 14px !important;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.form-control option {
  padding: 0px 10px !important;
  border: none !important;
  background-color: #1d1d1f !important;
}
.form-control:focus {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: 0 0 0 -1.8rem rgba(0, 123, 255, 0.25) !important;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: white;
}

.textarea-intern {
  width: 100%;
  background-color: #1d1f1f;
  border-color: gray;
  border-radius: 3px;
  opacity: 1;
  line-height: 1.4rem;
  padding: 4px 6px;
  margin-bottom: -8px;
  font-size: 1rem;
  color: #ffffff;
  outline: none;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

textarea.textarea-intern::placeholder {
  font-size: 14px;
}

.intern-submit {
  border: none;
  margin: 10px 0;
  padding: 3px 16px;
  background-color: #f60000;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
/* start the phone code section */
.iti {
  width: 100% !important;
}

.iti__flag-container {
  padding-right: 6px !important; /* Adjust as necessary */
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  color: #ffffff !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px !important;
}

#phone {
  padding-left: 90px !important;
  width: 100%;
}
/* Start the media query in career page  */
@media (max-width: 767px) {
  .btn-upload {
    font-size: 13px;
  }
  .intern-submit {
    padding: 3px 16px;
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .internship-title {
    font-size: 20px;
    line-height: 28px;
  }
  .textarea-intern {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .internship-model {
    max-width: 90%;
    padding: 16px 10px 16px 10px !important;
  }
  .closebtn {
    font-size: 14px;
  }
}
