@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-medium {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-style: italic;
}

.inter-light-italic {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-style: italic;
}

@font-face {
  font-family: impact-regular;
  src: url("../fonts/impact.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
}

.body-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    172deg,
    #262626 39.28%,
    rgba(255, 255, 255, 0.68) 80.28%
  );
}

.mobile-layer,
.navbar-opened {
  display: none;
}

.mkd-version {
  position: relative;
  z-index: 999;
}

* {
  box-sizing: border-box;
}

ul,
li,
a,
p,
h1,
h2,
h3 {
  margin: 0;
}

img,
a {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

/* First section */
.burger-menu {
  display: none;
}

.first-slide {
  background-image: url("../img/first-slide-background.png");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 2% 3% 1% 3%;
}

.layer {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(102, 102, 102, 0.62) 192.19%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.over-layer {
  z-index: 999;
  position: relative;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
  width: 25%;
}

.logo {
  width: 20%;
}

.links {
  width: 45%;
  display: flex;
  justify-content: space-evenly;
}

.links a {
  font-size: 1.5vw;
}

.links a,
.call-us a {
  color: #fff;
}

.call-us {
  width: 30%;
}

.call-us a {
  float: right;
  font-size: 1vw;
  width: 30%;
  border-radius: 15px;
  background: #696a78;
  text-align: center;
  padding: 3%;
}

.call-us a i,
.first-slide-container a i {
  margin-right: 5%;
}

.first-slide-container {
  width: 50%;
  margin: 8% auto 13% auto;
  text-align: center;
}

.header {
  font-family: impact-regular;
  color: #fff;
  font-size: 3.5vw;
  margin-bottom: 2%;
}

.header span {
  color: #fff595;
}

.first-slide-container .inter-light-italic {
  color: #fff;
  font-size: 1.75vw;
}

.first-slide-container a {
  margin-top: 4%;
  background: #696a78;
  border-radius: 15px;
  text-align: center;
  width: 18%;
  padding: 2%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.1vw;
}

/* SECOND SLIDE  */

.second-slide {
  background-image: url("../img/second-slide-blurred.png");
  background-position: center;
  background-size: cover;
  padding: 10% 0;
  position: relative;
}

.second-layer {
  background: linear-gradient(
    180deg,
    rgba(62, 66, 69, 0.62) 0%,
    rgba(62, 70, 78, 0.62) 192.19%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.second-slide-container {
  display: flex;
  align-items: center;
  z-index: 999;
  position: relative;
}

.sc-slide-image,
.sc-slide-content {
  width: 45%;
}

.sc-slide-content {
  margin: auto;
}

.sc-slide-header {
  font-family: impact-regular;
  font-size: 3vw;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 245, 149, 0.68) 59.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-slide-text {
  color: #fff;
  font-size: 1.5vw;
}

.first-sc-slide-text {
  margin-top: 3%;
}

.second-sc-slide-text {
  margin-bottom: 4%;
}

.sc-slide-content a {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.63);
  width: 40%;
  text-align: center;
  margin: auto;
  padding: 1.5%;
  color: #252525;
  font-size: 1.1vw;
}

.sc-slide-content a i {
  margin-right: 2%;
}

.second-layer-down {
  background: linear-gradient(
    171deg,
    #45505c 6.9%,
    #44505b 13.05%,
    #44505a 19.49%,
    #54575b 47.38%,
    #514f4e 93.1%
  );
  padding: 2.5% 0;
}

/* THIRD SLIDE  */
.third-slide {
  background-image: url("../img/24-bg-image.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.third-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.62);
}

.third-slide-container {
  padding: 5% 5% 7% 5%;
  z-index: 999;
  position: relative;
}

.third-cover {
  width: 9%;
  margin: auto;
}

.third-slide-content {
  margin-top: 3%;
}

.ts-content-between {
  display: flex;
  justify-content: space-between;
}

.first-ts-content {
  border-radius: 15px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.73) 0%,
    rgba(102, 102, 102, 0.69) 100%
  );
  text-align: center;
  width: 49%;
  color: #fff;
}

.second-ts-content {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.53) 0%,
    rgba(102, 102, 102, 0.5) 100%
  );
}

.first-ts-content,
.second-ts-content {
  width: 49.5%;
  text-align: center;
  border-radius: 15px;
  padding: 4.6% 2%;
  font-size: 1.75vw;
  color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
}

.first-ts-content-between {
  margin-bottom: 1%;
}

/* OUR SERVICES  */
.our-services {
  background: url("../img/our-services-bg.png") lightgray -810.816px -817.575px /
    182.275% 129.537% no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.our-services-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.our-services-content {
  position: relative;
  z-index: 999;
  padding: 7% 3% 15% 3%;
}

.our-services-header {
  text-align: center;
  color: #fff;
  font-family: impact-regular;
  font-size: 3.5vw;
  font-weight: 400;
  margin-bottom: 4%;
}

.our-services-header span {
  color: #fff595;
}

.our-services-container {
  display: flex;
  justify-content: space-between;
}

.our-services-container-inner {
  width: 31.5%;
  position: relative;
  border-radius: 10px;
}

.our-services-container-inner img {
  border-radius: 10px;
}

.os-container-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(102, 102, 102, 0.52) 100%
  );
  border-radius: 10px;
}

.our-services-container p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 12px;
  background: rgba(157, 157, 157, 0.53);
  width: 80%;
  padding: 9%;
  color: #fff;
  font-size: 1.25vw;
}

.first-os-container {
  margin-bottom: 2%;
}

/* OUR TRANSPORT SERVICES  */
.our-transports-w-gallery {
  background: linear-gradient(
    116deg,
    rgba(0, 0, 0, 0.58) 13.47%,
    rgba(72, 72, 72, 0.67) 63.09%,
    rgba(187, 187, 187, 0.71) 86.55%
  );
}

/* TRANSPORT HERE */
.our-transport {
  padding: 5% 6% 15% 6%;
}

.our-transport-header {
  text-align: center;
  font-size: 3.5vw;
  color: #fff;
  font-family: impact-regular;
  margin-bottom: 5%;
}

.our-transport-header span {
  color: #fff595;
}

.our-transport-container {
  display: flex;
  justify-content: space-between;
}

.our-transport-inner {
  width: 31.5%;
  position: relative;
}

.our-transport-inner img {
  border-radius: 5px;
}

.our-transport-inner-layer {
  border-radius: 5px;
  background: linear-gradient(
    107deg,
    rgba(0, 0, 0, 0.58) 7.28%,
    rgba(187, 187, 187, 0.23) 92.72%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our-transport-inner p {
  font-size: 2vw;
  z-index: 999;
  background: linear-gradient(90deg, #fff 0.2%, #fff595 99.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 75%;
  left: 6%;
  font-family: impact-regular;
}

.our-transport-inner p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* Adjust this to position the underline */
  width: 100%;
  height: 2px; /* Adjust thickness of the underline */
  background: linear-gradient(90deg, #fff 0.2%, #fff595 99.8%);
  z-index: -1; /* Ensure the underline is behind the text */
}

.our-transport-container:not(:last-child) {
  margin-bottom: 2%;
}

/* GALLERY  */
.gallery {
  padding: 0 7% 17% 7%;
}

.gallery-header {
  font-size: 3.5vw;
  font-family: impact-regular;
  color: #fff7ad;
  text-align: center;
  margin-bottom: 5%;
}

.gallery-container {
  display: flex;
  justify-content: space-between;
}

.gallery-container div {
  width: 49%;
}

.gallery-container:not(:last-child) {
  margin-bottom: 5%;
}

/* MAP  */
iframe {
  width: 100%;
  height: 65vh;
}

/* FOOTER  */
.footer {
  background: rgba(0, 0, 0, 0.75);
  padding-top: 3%;
  padding-bottom: 1%;
}

.footer-logo {
  width: 12%;
  margin: auto;
  margin-bottom: 7%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13% 0 13%;
}

.footer-header {
  font-size: 3.5vw;
  font-family: impact-regular;
}

.footer-header span {
  color: #fff595;
}

.footer-text {
  font-size: 2vw;
}

.footer-w-text {
  width: 50%;
  color: #fff;
}

.footer-content .inter-regular {
  font-style: italic;
  margin-bottom: 2%;
}

.footer-w-text p:nth-child(2) {
  margin-bottom: 5%;
  margin-top: 3%;
}

.footer-links {
  width: 35%;
}

.footer-links a {
  color: #fff7ad;
  font-size: 1.75vw;
}

.footer-links a:not(:last-child) {
  margin-bottom: 8%;
}

.footer-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7%;
  padding: 0 1%;
}

.fb-w-insta {
  display: flex;
  width: 5%;
  justify-content: space-between;
}

.footer-end a {
  color: #fff;
}

.author-name {
  font-size: 1.75vw;
  font-style: italic;
}

.author-name span {
  color: #fff7ad;
}

.fb-w-insta a {
  font-size: 2vw;
}
