@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #0d0d0d;
  overflow-x: hidden;
}

* {
  text-decoration: none;
}

a {
  color: white;
  text-decoration: none;
}

p {
  margin: 0;
}

.nav-link,
.navbar-brand {
  color: #fff;
}

a:hover,
.nav-link:hover,
.navbar-brand:hover,
.navbar-toggler:hover {
  color: #b2b2b2;
  transition: color 0.3s;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  list-style-type: none;
}

/*--------------- helpers ---------------------*/

.circle {
  border-radius: 100px;
  border-width: 2px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-y-gutters {
  padding-top: calc(100px + 5%);
  margin-bottom: 5%;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  opacity: 1;
}

.dark-sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  opacity: 1;
}

.blue-sep {
  max-width: 80px;
  border: 2px solid #1086df;
  opacity: 1;
}

/*--------------- Buttons ---------------------*/

.btn {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  font-weight: bold;
}

.btn:hover {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-outline-dark {
  background-color: transparent;
  border: 2px solid black;
}

.btn-outline-light {
  background-color: transparent;
  border: 2px solid white;
}

.btn-outline-dark:hover,
.btn-outline-light:hover {
  background-color: #0d75c2;
  border-color: #0d75c2;
  color: white;
}

/*---------------        Header    ---------------*/

#head-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

#head-nav:has(* > .navbar-toggler[aria-expanded="true"]) {
  background-color: #333;
}

.navbar-toggler {
  color: white;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.active-scroll,
.nav-bg {
  background: #333 !important;
}

/*---------------        Dropdown menu     ---------------*/

.dropdown-menu {
  min-width: 200px;
  display: none;
  padding: 0;
  background-color: #333;
  z-index: 1000;
  border-radius: 0;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: #ffffff;
  padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background-color: #272a2f;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/*---------------       Homepage Slider     ---------------*/

#slide-1,
#slide-2,
#slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0.7);
  background-color: #b2b2b2;
}

.hero li {
  font-size: 23px;
}

.hero p {
  font-size: 18px;
}

/*---------------        Services     ---------------*/

#services-video {
  width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  height: 500px;
}

.service-icon {
  width: 100px;
  height: 100px;
  border-color: rgba(255, 255, 255, 0.51);
  margin: auto;
}

.service-icon i {
  font-size: 3.5em;
  color: #fff;
}

.service-item {
  border-radius: 12px;
}

.service-item:hover {
  background-color: #0d75c2;
  cursor: pointer;

  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);

  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;

  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
}

/*---------------       About Us Section, Contact Section     ---------------*/

#about-section,
#contact {
  background-image: url("../images/dark-pattern-bg.jpg");
  background-repeat: repeat;
}

#contact i {
  color: #1086df;
}

/*---------------       Footer     ---------------*/

footer {
  background: #333;
}

.footer-text,
footer a:not(.footer-icon) {
  color: #b2b2b2;
  font-size: 14px;
}

footer a:not(.footer-icon):before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
}

footer a:hover {
  color: white;
}

footer a:not(.footer-icon):hover:before {
  color: #1086df;
}

.footer-heading {
  border-left: 3px solid #1086df;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: white;
}

.social-icons li a {
  width: 35px;
  height: 35px;

  background-color: #636666;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.facebook:hover {
  background-color: #3b5998;
}

.twitter:hover {
  background-color: #2e9edd;
}

.instagram:hover {
  background-color: #e1306c;
}

/*---------------       Go To Top Button     ---------------*/

.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 2.4rem;
}

.gotop i {
  color: #dedede;
}

.gotop i:hover {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #33608f;
}

/*--------------- Page Headings ---------------------*/

.title {
  text-align: center;
  letter-spacing: 3px;
  position: relative;
}

.title::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
}
.title span {
  position: relative;
  background-color: white;
  padding: 0 1.5rem;
  color: #333;
  font-weight: 700;
}

/*---------------       Fleet Page     ---------------*/

.fleet-item {
  border-bottom: 1px solid #ccc;
}

.fleet-item p {
  line-height: 1.6em;
}

/*---------------       Media Queries     ---------------*/

@media only screen and (max-width: 993px) {
  .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .dropdown > .dropdown-menu.show {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    width: 80% !important;
  }
}

@media only screen and (max-width: 420px) {
  #contact .container {
    top: 10%;
    left: 0 !important;
    transform: translate(0px, 0px) !important;
  }

  .hero {
    width: 100% !important;
  }
}

