@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

html,
body {
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
p {
  font-size: 24px;
  line-height: 44px;
}
.btn.btn-dark {
  background-color: #000;
  color: #fff;
  border-radius: 42px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.btn.btn-light {
  background-color: #fff;
  color: #000;
  border-radius: 42px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.btn.btn-gradiant {
  display: flex;
  align-items: center;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #4060a3, #add252) border-box;
  border-radius: 42px;
  border: 2px solid transparent;
  padding: 12px 20px;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-container {
  padding: 100px 0;
}

/* Header */
header.header {
  background: #fff;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 999;
}
.header ul.metismenu {
  display: flex;
  align-items: center;
}
header.header ul.metismenu li {
  margin-right: 14px;
}
header.header ul.metismenu li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
header.header .toggle-menu {
  margin: 0 1rem;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 27px;
  margin-left: 50px;
}

.openbtn:hover {
  background-color: #444;
}

/* Hero Section  */
.hero h1 {
  font-size: 80px;
  line-height: 88px;
}
.hero h1 span {
  background: linear-gradient(to right, #4060a3, #add252);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.hero p {
  margin-top: 36px;
  letter-spacing: -0.8px;
}
.hero .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .buttons .btn.btn-dark {
  margin-right: 24px;
}

/* Company's logo */
.companies .brand-logos {
  margin-top: 51px;
}

/* Methodology  */
.methodology .text {
  color: #4060a3;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.methodology .approach-title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 32px;
}
.methodology .desc p {
  font-size: 20px;
  line-height: 30px;
}
.methodology .approches .approches-boxes {
  margin-top: 30px;
}
.methodology .approches .approches-boxes .box {
  width: 100%;
  margin-right: 15px;
}
.methodology .approches .approches-boxes .box .box-body {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border: 1px solid #4060a3;
  border-radius: 19px;
  margin:auto;
}

/* Offers section */
.offers h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 80px;
  letter-spacing: -0.68px;
}
.offers p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 45px;
}
.offers .cards .card {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #4060a3, #add252) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
}
.offers .cards .card .card-body {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transform: scale(1.005);
}
.offers .cards .card .card-body .icon {
  width: 70px;
  height: 70px;
  background-color: #4060a3;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.offers .cards .card .card-body .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.offers .cards .card .card-body .desc {
  font-size: 15px;
  line-height: 24px;
}

/* Teams Section */
.teams .box {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.teams .box .box-body .team-picture {
  width: 100%;
  max-width: 170px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.teams .box .box-body .team-picture img {
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #4060a3, #add252) border-box;
}
.teams .box .box-body .team-content .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 4px;
}
.teams .box .box-body .team-content .designation {
  color: #4060a3;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 22px;
}
.teams .box .box-body .team-content .icon {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin:0 auto;
}
.teams .box .box-body .team-content .icon:not(:last-child) {
  margin-right: 20px;
}
.owl-carousel.team-slider .owl-nav.disabled{
    display: block;
}

/* Testimonials Section */
.testimonial .box {
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #4060a3, #add252) border-box;
  padding: 30px;
}
.testimonial .box .box-body .reviews {
  margin-bottom: 18px;
}
.testimonial .box .box-body .reviews a {
  color: #fbb040;
  font-size: 12px;
}
.testimonial .box .box-body .testimonial-content {
  margin-bottom: 25px;
}
.testimonial .box .box-body .testimonial-profile .profile img {
  width: 50px;
  height: 50px;
}
.testimonial .box .box-body .testimonial-profile {
  display: flex;
  align-items: center;
}
.testimonial .box .box-body .testimonial-profile .profile {
  margin-right: 15px;
}
.testimonial .box .box-body .testimonial-profile .profile-content .client-name {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.testimonial
  .box
  .box-body
  .testimonial-profile
  .profile-content
  .client-designation {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
.testimonial.owl-carousel .owl-next,
.team-slider.owl-carousel .owl-next,
.team-slider.owl-carousel .owl-prev,
.team-slider.owl-carousel .owl-prev {
  width: 47px;
  height: 47px;
}
.testimonial.owl-carousel .owl-next:hover,
.team-slider.owl-carousel .owl-next:hover,
.testimonial.owl-carousel .owl-prev:hover,
.team-slider.owl-carousel .owl-prev:hover {
  background: #3056d3 !important;
  box-shadow: 0px 8px 15px rgba(72, 72, 138, 0.08);
  border-radius: 8px;
  color: #fff !important;
}

/* Contact Section  */
.contact .contact-content h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}
.contact .contact-form h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  letter-spacing: 1px;
}
.contact .contact-content .contact-information {
  display: flex;
}
.contact .contact-content .contact-information .icon {
  margin-right: 18px;
  color: #4060a3;
}
.contact .contact-content .contact-information .icon span {
  font-size: 27px;
}
.contact .contact-content .contact-information .contact-info h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.contact .contact-content .contact-information .contact-info .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.contact .contact-form {
  background: #4060a3;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px;
}
.contact .contact-form form .form-group .form-control {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 0.775rem 0rem;
    color: #fff;
}
.contact .contact-form form .form-group .form-control:focus {
  box-shadow: none;
}
.contact .contact-form form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact .contact-form form .form-group label {
  color: #fff;
}

/* Footer Section */
footer {
  padding: 100px 0px 40px 0px;
  background: url("../images/bg/footer-bg.png") no-repeat center bottom;
  background-size: cover;
}
footer .logos {
  margin-bottom: 33px;
}
footer .about-desc {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}
footer .social ul {
  display: flex;
  align-items: center;
}
footer .social ul li {
  margin-right: 22px;
}
footer .menu h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}
footer .menu li {
  margin-bottom: 8px;
}
footer .menu li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
footer .blog {
  display: flex;
  align-items: center;
}
footer .blog .blog-image img {
  width: 70px;
  height: 48px;
  border-radius: 3px;
}
footer .blog .blog-image {
  margin-right: 12px;
}
footer .blog:not(:last-child) {
  margin-bottom: 30px;
}
footer .links {
  margin-top: 80px;
}
footer .links a {
  color: #4060a3;
  font-size: 15px;
  line-height: 24px;
}
footer .links a:not(:last-child) {
  margin-right: 38px;
}
footer hr {
  margin: 52px 0;
}
.btn-dark:hover {
  background: none;
  color: #464646;
  box-shadow: -1px 15px 23px 0 rgb(80 80 80 / 20%);
}
.btn-gradiant:hover {
  background: none;
  color: #464646;
  box-shadow: -1px 15px 23px 0 rgb(80 80 80 / 20%);
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #add252, #4060a3) border-box;
}
