@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.offset:before {
  display: block;
  content: "";
  height: 5rem;
  margin-top: -2rem;
}
p {
  color: #03012b;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #fd3131;
}

li {
  list-style: none;
}
h1 {
  font-size: 44px;
  line-height: 55px;
  color: #2f24ff;
  font-weight: 600;
}

h3 {
  font-size: 44px;
  line-height: 55px;
  color: #121212;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 32px;
  color: #6c6c6c;
  margin-top: 16px;
  font-weight: normal;
}

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  color: #2f24ff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

/*====================================*/

.nav {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 6.5rem;
  background: transparent;
  z-index: 100000;
  transition: all 0.5s ease;
}

.nav .logo img {
  transition: all 0.5s ease;
  padding-left: 10px;
}

.nav.scrolled {
  background: #fff !important;
  transition: background-color 200ms linear;
  height: 60px;
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.3);
}

.nav .navbar-toggler {
  display: none;
  outline: none;
  border: none;
}

body > div.nav > button {
  background: transparent;
}

.nav .navbar-toggler .toggler-icon {
  width: 27px;
  height: 3px;
  background-color: #121212;
  margin: 5px 0;
  display: block;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.nav .menu-bar .menu-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav .menu-bar .menu-items li {
  margin: 0 15px;
}

.nav .menu-bar .menu-items li a {
  font-size: 18px;
  font-weight: 600;
  color: #03012b;
}

.nav .menu-bar .menu-items li a:hover {
  color: #2f24ff;
}

.nav .navbar-call {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav .navbar-call span a {
  font-size: 18px;
  font-weight: 600;
  padding-right: 10px;
  color: #6c6c6c;
  transition: all 0.5s ease;
}

.nav .navbar-call span a:hover {
  color: #4f47e4;
}

/*showcase hero-image*/
.showcase .hero-image {
  position: relative;
  height: 400px;
  background-size: cover;
}

.showcase .hero-image img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: center no-repeat;
  object-fit: cover;
}

.showcase .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(
    rgba(232, 237, 255, 0.9),
    rgba(239, 254, 255, 0.9) 40%,
    rgba(254, 255, 244, 0.3) 70%,
    rgba(255, 255, 255, 0.12)
  );
  z-index: 1;
}

/* breadcrumb */

.breadcrumb {
  padding: 1rem 6.5rem;
  list-style: none;
  width: auto;
  margin: auto;
  align-items: center;
}

.breadcrumb li {
  display: inline;
  font-size: 16px;
  font-weight: 450;
  color: #3851f3;
}

.breadcrumb .fa {
  padding-right: 5px;
  color: #4239ec;
}

.breadcrumb li a {
  color: #4239ec;
  text-decoration: none;
}

.breadcrumb #fa {
  padding-left: 5px;
}

.breadcrumb li a:hover {
  color: #4f47e4;
}

#wrapper {
  margin: 0 7rem 10rem 7rem;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10rem;
}

.about h2 {
  margin-top: 2rem;
  color: #4239ec;
}

.about h6 {
  margin-bottom: 6rem;
}

.about .about-info .box {
  text-align: left;
}

.about .about-info {
  display: flex;
  gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.about .about-info .line {
  position: relative;
}

.about .about-info .line:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #cfc7c0;
  top: 5%;
  bottom: 5%;
}

.about .about-info .box {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about .about-info .box .box-one .abouts .abouts-content {
  text-align: justify;
}

.about .contact {
  width: 25%;
  height: 400px;
  text-align: left;
  background: #4239ec;
  border-radius: 10px;
  font-weight: 500;
}

.about .address-content {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.about .contact-info {
  padding: 30px;
  color: #e1e1e1;
}

.about .contact-info a {
  color: #e1e1e1;
  transition: all 0.5s ease;
}

.about .contact-info h4 {
  font-size: 25px;
  color: #e1e1e1;
}

.about .contact-info i {
  color: #03012b;
  font-size: 18px;
  padding-right: 15px;
}

.about .location {
  padding-left: 10px;
}

.about .text {
  margin-top: 20px;
}

.about .email {
  display: flex;
}

.about .email a {
  color: #e1e1e1;
  padding-left: 5px;
}

.about .contact-info a:hover,
.about .email a:hover {
  color: #ff0000;
}

.about .about-info li {
  line-height: 2;
}

.about .about-info .expertises {
  margin-top: 10px;
}

.about .about-info li::before {
  content: "►";
  color: #4239ec;
  font-size: 15px;
  padding-right: 15px;
}

.about .about-info .left {
  float: left;
  width: 50%;
  margin-right: 1.5em;
}

.about .about-info .right {
  float: right;
  width: 55%;
  margin-left: 1em;
}

.about .about-info p {
  margin-bottom: 2.5em;
  overflow: hidden; /* this is what keep the <p> from wrapping */
}

.about .about-info p:last-child {
  overflow: visible; /* this is an example of the browser default */
}

.callToAct .parallax {
  background-image: linear-gradient(to right, rgba(233, 22, 22, 0.359), #2f24ff),
    url(/assets/images/car-1733256_1280.jpg);
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10rem;
}

.callToAct .parallax .call-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.callToAct .parallax .call-content .call-title,
.callToAct .parallax .call-content .text {
  color: #fff;
}

.callToAct .parallax .call-content .text {
  padding: 10px 0;
  font-size: 20px;
}

/* To-top button */
#topBtn {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 40px;
  border-radius: 100%;
  font-size: 30px;
  width: 45px;
  height: 45px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #f44a4a;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  transition: 0.3s ease;
}

#topBtn:hover {
  background: #f82727;
}

/* cookie-container */
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #eaeaea;
  color: #0f0f0f;
  padding: 10px 40px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  z-index: 600;
  transition: 400ms;
  margin: 0;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #2f24ff;
  font-weight: 500;
  transition: all ease 0.3s;
}

.cookie-container a:hover {
  color: #fa0000;
}

.cookie-container h4 {
  font-size: 18px;
}

.cookie-container p {
  color: #121212;
  font-size: 16px;
  margin: 10px 0 5px 0;
}

.cookie-btn {
  background: #fb4040;
  border: 0;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn:hover {
  background: #fb2424;
}

.cookie-btn:after {
  padding-left: 5px;
  color: #ffffff;
  content: "\2713";
}

/* footer */

footer {
  background: #4239ec;
  padding: 4rem 7rem;
}

footer .second-row .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

footer .second-row .social a {
  padding-right: 20px;
  font-size: 24px;
  color: #e1e1e1;
  transition: all ease 0.5s;
}

footer .second-row .social a:hover {
  color: #f44a4a;
}

footer .second-row .location li a {
  color: #e1e1e1;
}

footer .second-row .location li i {
  color: #03012b;
  padding-right: 10px;
  font-size: 18px;
}

footer .second-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .second-row h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #03012b;
  padding-bottom: 20px;
}

footer li {
  list-style: none;
}

footer .second-row p {
  width: auto;
}

footer .second-row li {
  padding-bottom: 12px;
}

footer .second-row li a {
  font-size: 16px;
  line-height: 24px;
  color: #e1e1e1;
  font-weight: 500;
  transition: all ease 0.5s;
}

footer .second-row li a:before {
  color: #03012b;
  content: "\27B2";
  padding-right: 10px;
  font-weight: 500;
}

footer .second-row li a:hover {
  color: #f44a4a;
}

footer .second-row .col-one:nth-child(4) {
  max-width: 400px;
}

footer .second-row .col-one:nth-child(1) {
  max-width: 350px;
}

footer .second-row .text {
  margin-top: 16px;
  font-weight: 500;
  color: #e1e1e1;
}

footer .contact-info {
  color: #e1e1e1;
}

footer .address-content {
  display: flex;
  flex-direction: row;
  font-weight: 500;
}

footer .location {
  padding-left: 10px;
}

footer .contact-info i {
  color: #03012b;
  font-size: 18px;
  padding-right: 10px;
}

footer a {
  color: #e1e1e1;
}

footer .email {
  display: flex;
}

footer .email a {
  color: #e1e1e1;
  padding-left: 5px;
}

footer .email a:hover {
  color: #f44a4a;
}

.copyright {
  background-color: #03012b;
  padding: 23px 0;
}

.copyright p {
  text-align: center;
  color: #ffff;
}

@media only screen and (max-width: 1250px) {
  .callToAct .parallax .call-content {
    width: 500px;
  }
  .about .contact {
    width: 30%;
    text-align: left;
    background: #4239ec;
    border-radius: 10px;
    font-weight: 550;
  }
}

@media only screen and (max-width: 1050px) {
  .nav .navbar-call {
    display: none;
  }

  .about .contact {
    width: 50%;
    text-align: left;
    background: #4239ec;
    border-radius: 10px;
    font-weight: 50;
  }

  .about .about-info .left {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }

  .about .about-info .right {
    float: right;
    width: 100%;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 946px) {
  .nav {
    padding: 1rem 3rem;
  }
  .hero-text {
    width: 60%;
  }
  .hero-text h3 {
    font-size: 33px;
  }
  #wrapper {
    margin: 3rem 3rem 10rem 3rem;
  }
  .about {
    margin-bottom: 3rem;
  }
  .about h6 {
    margin-bottom: 3rem;
  }
  .about .about-info {
    flex-direction: column;
    justify-content: center;
  }
  .about .about-info .box {
    width: 100%;
  }
  .about .contact {
    width: 80%;
    padding-bottom: 5rem;
  }
  .pricing .table {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .pricing .basic {
    width: 355px;
    margin-bottom: 3rem;
  }
  .callToAct .parallax {
    margin-bottom: 5rem;
  }
  .callToAct .parallax .call-content {
    width: 80%;
  }
  .showcase .hero-image {
    position: relative;
    height: 300px;
    background-size: cover;
  }
  .showcase .hero-image img {
    width: 100%;
    height: 300px;
  }
  .showcase .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(
      rgba(232, 237, 255, 0.9),
      rgba(239, 254, 255, 0.9) 40%,
      rgba(254, 255, 244, 0.3) 70%,
      rgba(255, 255, 255, 0.12)
    );
    z-index: 1;
  }
  footer {
    padding: 7rem 3rem;
  }
}

@media only screen and (max-width: 774px) {
  .nav {
    align-items: flex-start;
    padding: 0.7rem 1rem;
  }
  .nav .logo {
    padding-left: 0;
    padding-top: 10px;
    width: 200px !important;
  }

  .nav .logo img {
    padding-left: 0;
    width: 100% !important;
  }
  .nav.scrolled {
    height: 80px;
  }
  .nav .navbar-toggler {
    display: block;
    position: absolute;
    top: 26px;
    right: 16px;
    z-index: 100000;
  }
  .nav .menu-bar {
    position: fixed;
    top: 55px;
    right: -360px;
    width: 300px;
    height: 100vh;
    background: rgba(256, 256, 256, 0.9);
  }
  .nav .menu-bar .menu-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
    padding: 40px 0;
  }
  .nav .menu-bar .menu-items li {
    margin: 2rem 30px;
  }
  .showcase .hero-image {
    position: relative;
    height: 250px;
    background-size: cover;
  }

  .showcase .hero-image img {
    width: 100%;
    height: 250px;
  }

  .showcase .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: linear-gradient(
      rgba(232, 237, 255, 0.9),
      rgba(239, 254, 255, 0.9) 40%,
      rgba(254, 255, 244, 0.3) 70%,
      rgba(255, 255, 255, 0.12)
    );
    z-index: 1;
  }
  .breadcrumb {
    display: none;
  }
  #wrapper {
    margin: 2rem 1rem 6rem 1rem;
  }
  .about {
    margin-bottom: 6rem;
  }
  .about h3 {
    font-size: 33px;
    text-align: center;
  }
  .about h6 {
    font-size: 16px;
  }
  .about .contact {
    width: auto;
    padding-bottom: 5rem;
    height: 400px;
  }
  .about .about-info {
    gap: 30px;
    margin-top: 20px;
  }
  .callToAct .parallax {
    margin-bottom: 3rem;
  }
  .callToAct .parallax .call-content {
    width: 90%;
  }
  .callToAct .parallax .call-content .call-title {
    font-size: 33px;
  }
  .callToAct .parallax .call-content .text {
    font-size: 16px;
  }
  .callToAct .parallax .call-content .call-news input {
    font-size: 16px;
  }
  .callToAct .parallax .call-content .call-news button {
    font-size: 15px;
  }
  footer {
    padding: 4rem 1rem;
  }
  footer .second-row .footer-logo {
    font-size: 30px;
    font-weight: 800;
  }
  footer .second-row {
    display: flex;
    flex-direction: column;
  }
  footer .second-row .col-one:nth-child(1),
  footer .second-row .col-one:nth-child(4) {
    max-width: 100%;
  }
  footer .second-row .col-one {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 541px) {
  .nav .logo img {
    width: 200px !important;
  }
  .about {
    justify-content: flex-start;
  }
  .about h1 {
    font-size: 35px;
  }
  .about h2 {
    font-size: 30px;
  }
  .about h3 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .about h6 {
    text-align: justify;
  }
  .about .about-info .box {
    flex-direction: column;
  }
  .about .about-info .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .about .about-info .right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .showcase .hero-image {
    position: relative;
    height: 170px;
    background-size: cover;
  }

  .showcase .hero-image img {
    width: 100%;
    height: 170px;
  }

  .showcase .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-image: linear-gradient(
      rgba(232, 237, 255, 0.9),
      rgba(239, 254, 255, 0.9) 40%,
      rgba(254, 255, 244, 0.3) 70%,
      rgba(255, 255, 255, 0.12)
    );
    z-index: 1;
  }
  .callToAct .parallax .call-content .call-title {
    font-size: 28px;
    line-height: 35px;
  }
  .callToAct .parallax .call-content .call-news {
    width: 300px;
    height: 55px;
    padding: 12px 0 12px 0;
    display: block;
    align-items: center;
  }
  .callToAct .parallax .call-content .call-news button {
    font-size: 13px;
    position: relative;
    margin: 35px 0 0 0;
    background: #fff;
    color: #8b16d1;
  }
  .cookie-container {
    padding: 10px 20px;
  }
  footer .second-row .footer-logo {
    font-size: 28px;
    font-weight: 700;
  }
  footer .second-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .copyright p {
    font-size: 14.5px;
  }
  .copyright {
    background-color: #03012b;
    padding: 23px 10px;
  }
}
