* {
  margin: 0;
  padding: 0;
}

/* Loader */
.title-loader {
  font-size: 25px;
  color: white;
  margin-bottom: 10px;
  font-family: "Averta";
  animation: fade-up 0.8s ease-in-out;
}

.sub-title-loader {
  font-size: 15px;
  color: #ff881f;
  font-family: "Averta";
  animation: fade-up 1s ease-in-out;
}

@keyframes fade-up {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Hero Container*/
h1 {
  max-width: 750px;
  opacity: 0;
}

h1+h2 {
  opacity: 0;
}

/*Our service*/
#our-service {
  width: 90%;
  margin: 90px auto;
}

.container-cards-service {
  display: flex;
  margin: 80px auto 0 auto;
  width: 100%;
  max-width: 1900px;
  justify-content: space-between;
}

.card-service {
  border-radius: 26.029px;
  border: 0.868px solid rgba(1, 31, 94, 0.3);
  box-shadow: 0px 12.14673px 42.51356px 0px rgba(1, 31, 94, 0.07);
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: calc(32% - 60px);
}

.card-service .cover-image {
  width: auto !important;
}

.card-service div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
  height: 150px;
}

.card-service p {
  margin-top: 10px;
}

.card-service a {
  margin-top: 15px;
  color: #011f5e;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  transition: 0.3s all ease-in-out;
  width: fit-content;
}

.card-service a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff881f;
  transition: width 0.3s;
}

.card-service a:hover::after {
  width: 100%;
}

.card-service a:hover {
  color: #ff881f;
}

/*Choose us*/
#choose-us {
  height: 1150px;
  background-image: url(/files/index/background-choose-us.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#choose-us h3 {
  z-index: 10;
  position: relative;
  padding-top: 250px;
}

.background-white:last-child {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  bottom: 0;
}

.background-white:last-child:before {
  position: absolute;
  left: -5%;
  content: "";
  height: 130px;
  width: 110%;
  transform: rotate(180deg);
  background-color: white;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  bottom: 0;
}

.background-white:first-child:before {
  position: absolute;
  left: -5%;
  content: "";
  height: 130px;
  width: 110%;
  transform: rotate(0deg);
  background-color: white;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  top: 0;
}

.container-cards-choose {
  top: 0;
  position: absolute;
  width: 100%;
}

.guideline {
  position: absolute;
  top: calc(100vw * calc(288 / 1485));
  width: 100vw;
  height: auto;
}

.card-choose-us {
  position: absolute;
  width: 12vw;
}

.card-choose-us span,
.card-choose-us p {
  font-size: 16px;
  line-height: 20px;
}

.card-choose-us span {
  color: #011f5e;
  font-weight: 700;
}

.card-choose-us img {
  width: calc(calc(5vw * calc(288 / 1485)) + calc(30vw * calc(288 / 1485)));
}

.card-1 {
  margin-top: calc(calc(100vw * calc(288 / 1485)) + calc(72vw * calc(288 / 1485)));
  margin-left: calc(40vw * calc(288 / 1485));
}

.card-2 {
  margin-top: calc(calc(100vw * calc(288 / 1485)) + calc(20vw * calc(288 / 1485)));
  margin-left: calc(135vw * calc(288 / 1485));
}

.card-3 {
  margin-top: calc(calc(100vw * calc(288 / 1485)) + calc(60vw * calc(288 / 1485)));
  margin-left: calc(235vw * calc(288 / 1485));
}

.card-4 {
  margin-top: calc(calc(100vw * calc(288 / 1485)) + calc(15vw * calc(288 / 1485)));
  margin-left: calc(315vw * calc(288 / 1485));
}

.card-5 {
  margin-top: calc(calc(85vw * calc(288 / 1485)) + calc(0vw * calc(288 / 1485)));
  margin-left: calc(389vw * calc(288 / 1485));
}

.lineElementMobile {
  display: none;
}

/*Brands*/
#brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto 120px auto;
  grid-gap: 50px;
  justify-items: center;
}

@media screen and (max-width: 800px) {
  #choose-us {
    height: 1400px;
  }

  .container-cards-choose {
    top: -70px;
  }

  .card-choose-us img {
    width: calc(calc(0vw * calc(398 / 759)) + calc(23vw * calc(398 / 759)));
  }

  .lineElementMobile {
    display: block;
    width: 50vw;
    top: calc(100vw * calc(398 / 759));
  }

  .lineElementDesktop {
    display: none;
  }

  .card-choose-us {
    width: 30vw;
  }

  .card-1 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(10vw * calc(398 / 759)));
    margin-left: calc(21vw * calc(398 / 759));
  }

  .card-2 {
    margin-top: calc(calc(95vw * calc(398 / 759)) + calc(44vw * calc(398 / 759)));
    margin-left: calc(85vw * calc(398 / 759));
  }

  .card-3 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(77vw * calc(398 / 759)));
    margin-left: calc(24vw * calc(398 / 759));
  }

  .card-4 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(113vw * calc(398 / 759)));
    margin-left: calc(82vw * calc(398 / 759));
  }

  .card-5 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(148vw * calc(398 / 759)));
    margin-left: calc(30vw * calc(398 / 759));
  }
}

@media screen and (max-width: 730px) {
  #choose-us {
    height: 1250px;
  }
}

@media screen and (max-width: 650px) {
  #choose-us {
    height: 1100px;
  }
}

@media screen and (max-width: 600px) {
  .container-cards-choose {
    top: 0px;
  }
}

@media screen and (max-width: 530px) {
  .container-cards-choose {
    top: 30px;
  }
}

@media screen and (max-width: 485px) {
  .container-cards-choose {
    top: 60px;
  }
}

@media screen and (max-width: 440px) {
  .card-choose-us {
    width: 50vw;
  }

  .card-choose-us span,
  .card-choose-us p {
    font-size: 13px;
    line-height: 19px;
  }

  .container-cards-choose {
    top: 90px;
  }

  .card-1 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(3vw * calc(398 / 759)));
    margin-left: calc(13vw * calc(398 / 759));
  }

  .card-3 {
    margin-top: calc(calc(95vw * calc(398 / 759)) + calc(77vw * calc(398 / 759)));
  }

  .card-4 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(122vw * calc(398 / 759)));
    margin-left: calc(73vw * calc(398 / 759));
  }

  .card-5 {
    margin-top: calc(calc(102vw * calc(398 / 759)) + calc(154vw * calc(398 / 759)));
    margin-left: calc(15vw * calc(398 / 759));
  }

  #choose-us {
    height: 1030px;
  }
}

@media screen and (max-width: 414px) {
  .container-cards-choose {
    top: 80px;
  }

  .card-4 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(118vw * calc(398 / 759)));
    margin-left: calc(76vw * calc(398 / 759));
  }

  .card-choose-us img {
    width: calc(calc(0vw * calc(398 / 759)) + calc(40vw * calc(398 / 759)));
  }

  .card-choose-us img {
    width: calc(calc(0vw * calc(398 / 759)) + calc(40vw * calc(398 / 759)));
  }

  .lineElementMobile {
    width: 70vw;
  }

  .card-choose-us {
    width: 32vw;
  }

  .card-2 {
    margin-top: calc(calc(95vw * calc(398 / 759)) + calc(55vw * calc(398 / 759)));
    margin-left: calc(110vw * calc(398 / 759));
  }

  .card-3 {
    margin-top: calc(calc(100vw * calc(398 / 759)) + calc(100vw * calc(398 / 759)));
  }

  .card-4 {
    margin-top: calc(calc(130vw * calc(398 / 759)) + calc(130vw * calc(398 / 759)));
    margin-left: calc(100vw * calc(398 / 759));
  }

  .card-5 {
    margin-top: calc(calc(102vw * calc(398 / 759)) + calc(211vw * calc(398 / 759)));
  }
}

@media screen and (max-width: 375px) {
  .container-cards-choose {
    top: 120px;
  }
}

@media screen and (max-width: 769px) {
  .background-white:before {
    height: 80px !important;
  }

  .title-loader {
    font-size: 20px;
  }

  .sub-title-loader {
    font-size: 13px;
  }

  .background {
    top: 50vh;
  }

  /* Service */
  .container-cards-service {
    flex-direction: column;
    margin: 40px auto 0 auto;
  }

  .card-service a {
    position: unset;
    font-size: 13px;
    font-weight: 100;
  }

  #our-service {
    margin: 90px auto 40px auto;
  }

  /*Brands*/
  #brands {
    grid-template-columns: 1fr 1fr;
    max-width: unset;
  }

  #brands img {
    width: 100%;
  }

  #brands img:nth-of-type(4) {
    width: 50%;
  }

  #brands img:nth-of-type(3) {
    width: 80%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
  .card-service div {
    height: 175px;
  }

  #brands img {
    width: 100%;
  }

  #brands img:nth-of-type(4) {
    width: 40%;
  }

  #brands img:nth-of-type(3) {
    width: 70%;
  }

  #trust-us h3 {
    margin-bottom: 30px;
  }

  .arrows-cards-trust-us {
    margin: 30px 0 30px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .container-cards-choose {
    top: 200px;
  }

  #choose-us {
    height: 900px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .container-cards-choose {
    top: 200px;
  }

  #choose-us {
    height: 1100px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
  .container-cards-choose {
    top: 100px;
  }

  #choose-us {
    height: 1000px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .container-cards-choose {
    top: 0;
  }
}

@media screen and (min-width: 2200px) {
  #choose-us {
    height: 1500px;
  }
}

@media screen and (max-width: 950px) {

  /*Service*/
  .container-cards-service {
    flex-direction: column;
    width: 80%;
  }

  .card-service {
    width: calc(100% - 60px);
    margin-bottom: 30px;
  }

}