﻿/* Custom styles*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;700&display=swap'); */
/*Used by multipart forms to hide all tabs except current tab by default*/
:root {
  --main-blue: #408ec6;
  --main-purple: #7a2048;
  --main-violet: #1e2761;
  --violet-low-transparency: #1e2761;
  --dark-grey: #333333;
}
.tabbed-form-part {
  display: none;
}
/*Used by body tags to give blue-gray background*/
.grad-bg-1 {
  background-image: linear-gradient(
    5deg,
    rgb(30, 111, 192) 0%,
    rgb(25, 182, 221) 100%
  );
  border-color: grey;
  border-width: 3px;
  color: white;
  font: outline;
}
.take-away {
  padding-bottom: 0px;
}
.accordion-flush {
  padding: 40px;
  margin: 10px;
  background-image: url("~/img/truck.png");
  background-repeat: repeat;
}
.grad-bg-purp {
  background-image: linear-gradient(90deg, #00000033, #ffffff33);
}
.grad-bg-purp-rep {
  /* background: repeating-linear-gradient(45deg, #7a2048 30vw, #1e2761 60vw); */
  background: repeating-linear-gradient(
    45deg,
    var(--main-purple) 33vw,
    var(--main-violet) 100vw,
    var(--main-purple) 133vw
  );
  /* background: repeating-linear-gradient(45deg, #9ad5f355 30vw, #eb60d855 60vw) */
  /* background: repeating-linear-gradient(45deg, #45c2ff44 5px, #930a8044 10px, #ffffff 15px, #45c2ff44 20px ) */
  /* background: repeating-linear-gradient(45deg, #6800ff6b 15px, #cc00af8a 30px)*/
}
.chub-blue {
  background-color: var(--main-blue);
}
.chub-fg-blue {
  color: var(--main-blue);
}
.chub-border-blue {
  border-color: var(--main-blue);
}
.chub-purple {
  background-color: var(--main-purple);
}
.chub-fg-purple {
  color: var(--main-purple);
}
.chub-border-purple {
  border-color: var(--main-purple);
}
.chub-dblue {
  background-color: var(--main-violet);
}
.chub-fg-dblue {
  color: var(--main-violet);
}
.chub-border-dblue {
  border-color: var(--main-violet);
}
.chub-dblueTxLow {
  background-color: var(--violet-low-transparency);
}
/* End custom styles */

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.bg-primary {
  background-color: #1266f1 !important;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-link2 {
  color: white !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  color: white;
  /* background-image: url("~/img/logo.png") !important;
  background-repeat: repeat !important; */
}

.card {
  color: var(--dark-grey);
}

.text-slight-muted {
  color: var(--dark-grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* Margin bottom by footer height */
  font-family: "Arial", sans-serif;
}
p,
div {
  font-family: "Roboto", sans-serif !important;
}
span {
  font-family: "Roboto", sans-serif !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Intl Tel input requires this */
.iti__flag {
  background-image: url("~/dist/IntlTelInput/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("~/dist/IntlTelInput/img/flags@2x.png");
  }
}

input[type="checkbox"] {
  vertical-align: middle;
}
label,
input {
  display: inline-block;
  vertical-align: middle;
}
/* Header Styling */
.ml3 {
  font-weight: 900;
  font-size: 5em;
}

.header-title {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
}
.header-about {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  /* clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);   */
  background-image: url("/roro.jpg");
}
/* 
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
*/
header .container {
  position: relative;
  z-index: 2;
}

/* Footer Styling */
/*Image link - https://www.istockphoto.com/video/freight-truck-hauls-cars-down-a-highway-crossing-the-utah-desert-gm1196743850-341476002?utm_source=pixabay&utm_medium=affiliate&utm_campaign=SRP_video_noresults&referrer_url=https%253A//pixabay.com/videos/search/car%252520haulage/&utm_term=car%2520haulage */
.user-box {
  position: relative;
  vertical-align: top;
  min-height: 100vh;
  padding: 20px;
}
.user-card {
  position: relative;
  margin-top: 100px;
  /* padding-top: auto; */
  /* padding-bottom: auto; */
  margin-bottom: 50px;
}
#video-wrap {
  background-position: 100%;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-right: auto;
  padding-left: auto;
  padding-bottom: 40px;
}
.site-footer {
  /* background-color: #131314; */
  /* background-color:#1e2761; */
  background-image: radial-gradient(
      white,
      rgba(255, 255, 255, 0.2) 2px,
      transparent 40px
    ),
    radial-gradient(white, rgba(255, 255, 255, 0.15) 1px, transparent 30px),
    radial-gradient(white, rgba(255, 255, 255, 0.1) 2px, transparent 40px),
    radial-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.1) 2px,
      transparent 30px
    );
  background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
  background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #e7e7f1;
  border: thick;
  border-color: grey;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: white;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 20px;
  height: 20px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.row-of-advantages {
  background-color: purple;
  color: white;
}
.row-of-advantages a {
  color: rgb(25, 182, 221);
}
.body-container {
  padding: 0px 30px;
  margin: 20px;
}

/* Header Animation */
.header {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height: 50vw;
  min-height: 400px;
  max-height: 550px;
  min-width: 300px;
  color: #eee;
}
.header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(10, 10, 10, 0.5) 100%
  );
}
.header:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  scale: (1, 1);
  transform: translateZ(0);
  background: #1b2030 url("/roro.jpg") 50% 0 no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  animation: grow 360s linear 10ms infinite;
  transition: all 0.4s ease-in-out;
  z-index: -2;
}
.header a {
  color: #eee;
}
/* Animation */
.ml11 {
  font-weight: 700;
  font-size: 3.5em;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml11 .line1 {
  top: 0;
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}
