@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
  font-family: 'Inter', sans-serif;
  color: #0f172a;
  font-size: 1.3rem;
}
#mainNav{
  margin-top: -20px;
}
a{
  text-decoration: none !important;
}
.bg-primary1{
  background-color: #474a69;
}
.btn-gradient {
  background: linear-gradient(90deg, #FC60FF, #B65050);
  color: #fff !important;
  border-radius: 40px;
  padding: 20px 60px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.btn-gradient:hover{
  background: linear-gradient(90deg, #B65050, #FC60FF);
}
header nav ul li a{
  color: #fff !important;
  padding: 0px 30px !important;
}

header .btn-gradient{
  font-size: 1.1rem;
  padding: 13px 40px;
}
.hero {
  background: linear-gradient(135deg, #474a69, #1e3a8a);
  /*background-image: url("assets/hero-bg.jpg");*/
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.hero .hero-width{
  max-width: 640px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 4.5rem;
  font-weight: 200;
  margin-bottom: 30px;
}
.carousel{
  padding-top: 70px;
  max-width: 500px;
}
.carousel p{
  font-size: 1rem;
}
.carousel-indicators{
  justify-content: left;
  margin-left: 0px;
  margin-right:0px;
}
.carousel-indicators [data-bs-target]{
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.companies-section{
  padding: 80px 0px;
}
.companies-section h3{
  font-size: 3.5rem;
}
.companies-section .card h6{
  font-weight: 700;
  font-size: 1.4rem;
}
.companies-section .card .card-body p{
  padding-right: 60px;
  font-size: 1.1rem !important;
  margin-bottom: 0px !important;
}
.companies-section .paragraph-size{
  font-weight: 200;
  margin-bottom: 50px;
}
.companies-section .card .card-body:after{
  content: " ";
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 7;
  right: 15px;
  background-image: url(assets/card-check.svg);
  background-size: contain;
  bottom: 60px;
}
.leadership-section{
  padding: 110px 0px;
}
.leadership-section .dottedimage{
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
.leadership-section .rounded{
  position: relative;
  z-index: 1;
  border-radius: 15px !important;
}
.leadership-section .equalheights{
  height: 100%;
  width: 100%;
}
.background-pauls{
  background-color: #ECF3FF;
  padding: 60px;
  padding-top: 80px;
  border-radius: 20px;
}
.background-pauls img{
  margin-bottom: 40px;
  height: 75px;
}
.background-pauls h4{
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.background-pauls p{
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.background-pauls .btn-gradient{
  padding: 15px 55px;
  font-size: 1.1rem;
}
.feature-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 12px;
}
.cta-section {
  background: #474a69;
  color: white;
  padding: 50px 0;
  text-align: center;
}
.contact-section {
  background: #464B68;
  padding: 20px 0;
  background-image: url("assets/queen1.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #fff;
}
.contact-section .form-control {
  padding: 12px;
  margin-top: 10px;
}
.contact-section h3{
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 70px;
}
.contact-section .half-column{
  width: calc(50% - 10px);
}
.contact-section form input, .contact-section form textarea{
  color: #fff !important;
  background: transparent;
  border:none;
  border-bottom: 1px solid #585D77;
  border-radius: 0px !important;
}
.contact-section form input::placeholder, .contact-section form textarea::placeholder{
  color: #fff;
}
.contact-section .form-control:focus{
  background: transparent;
  box-shadow: none;
  border-color: #fff;
}
.contact-section iframe{
  opacity: 0.8;
  position: relative;
  right: -13%;
}
header{
  position: absolute;
  width: 100%;
}
footer {
  background: #000;
  color: #fff;
  padding: 40px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
.about-bg{
  background-image: url("assets/about-queen.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.about-bg h3{
  color: #858585;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.about-bg img{
  padding-right: 30px;
}
.about-bg h4{
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.about-bg h4 span{
  font-weight: 300;
}
.about-bg h5{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.about-bg p{
  /*max-width: 500px;*/
}
.people-bg{
  padding: 30px 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-bottom: 50px;
}
.contact-section iframe{
  border-radius: 20px;
}
.contact-section .btn-gradient{
  padding: 15px 60px;
  font-size: 16px;
  margin-top: 30px;
}
footer{
  padding-top: 50px;
  font-size: 1rem;
  padding-bottom: 0px;
}
footer h6{
  font-size: 1.3rem;
  font-weight: 600;
}
footer ul li{
  line-height: 3;
}
footer p{
  line-height: 2;
}
.copyright{
  font-size: 0.8rem;
  padding-top: 10px;
  border-top: 1px solid #242424;
  margin-top: 50px;
}
.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 50px;
  z-index: 100;
}
.heroiamgeresponsive{
  display: none;
}
/* responsive css */
@media only screen and (max-width: 768px){
  .people-bg{
    padding: 180px 0;
  }
  .navbar-toggler{
    color: #fff0 !important;
    border: none;
  }
  .navbar-toggler .navbar-toggler-icon{
    background-image: url("assets/burger-bar.png");
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url("assets/close.png");
    background-size: 20px;
  }
  .navbar-collapse{
    background-color: #fff;
    margin-top: 0px !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header nav ul li a{
    padding: 0px !important;
    color: #000 !important;
    margin-bottom: 30px;
    font-weight: 500 !important;
  }
  header .btn-gradient{
    padding: 5px 25px;
  }
  .hero h1{
    font-size: 2rem;
  }
  .people-bg{
    background-image: none;
    padding-bottom: 0px;
  }
  .heroiamgeresponsive{
    display: block;
  }
  .about-bg img {
    padding-right: 0px;
  }
  .hero h1{
    margin-bottom: 20px;
  }
  .hero .hero-width{
    margin-bottom: 0px !important;
  }
  .carousel{
    padding-top: 30px;
  }
  .carousel p {
    font-size: 0.8rem;
  }
  .carousel-indicators{
    margin-bottom: 0px;
  }
  .about-bg, .companies-section, .leadership-section{
    padding: 60px 0;
  }
  .about-bg h4, .companies-section h3{
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .about-bg h3, .about-bg h5{
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .about-bg p, .companies-section .paragraph-size{
    font-size: 1.1rem;
  }
  /* .feature-card{
    margin-left: 20px;
    margin-right: 20px;
  } */
  .companies-section .card h6{
    font-size: 1.2rem;
  }
  .companies-section .card .card-body p{
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
  }
  .companies-section .card .card-body::after{
    bottom: 70px;
    width: 35px;
    height: 35px;
  }
  .btn-gradient{
    font-size: 15px;
    padding: 15px 60px;
  }
  .leadership-section .rounded{
    max-width: 350px;
  }
  .leadership-section .equalheights{
    text-align: center;
    margin-bottom: 20px;
  }
  .background-pauls{
    max-width: 350px;
    margin: auto;
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .background-pauls h4{
    font-size: 1.8rem;
  }
  .background-pauls p{
    font-size: 1.2rem;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: 10%;
    padding-right: 10%;
  }
  .copyright, .copyright .text-end{
    text-align: center !important;
  }
  .contact-section iframe{
    right: 0;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  header .container{
    padding: 0%;
  }
  header .container .navbar-brand{
    padding-left: 10%;
  }
  header .navbar-toggler{
    margin-right: 20px;
  }
}