@import url("https://fonts.googleapis.com/css?family=Mitr|Roboto&display=swap");
:root {
  --color-blue: #00a6e5;
  --color-grey: #303030;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mitr", sans-serif !important;
  overflow-x: hidden;
}

a.btn-blue,
button.btn-blue {
  background-color: var(--color-blue);
  color: #fff !important;
  transition: all 0.3s;
}

button.btn-blue:hover,
a.btn-blue:hover {
  filter: brightness(90%);
}

.text-blue {
  color: var(--color-blue);
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

/*------------------------------ Start Navbar ------------------------------  */

.navbar {
  font-family: "Mitr", sans-serif !important;
  font-size: 17.5px;
  transition: all 0.4s;
}

.navbar.compressed {
  font-size: 19.5px;
  border-bottom: 0px;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.navbar .logo {
  width: 7.2rem;
  transition: all 0.4s;
}

.navbar.compressed .logo {
  width: 7rem;
}

.navbar .nav-item {
  padding: 0 10px;
}

.navbar ul li.active a {
  color: var(--color-blue) !important;
}

/*------------------------------ End Navbar ------------------------------  */

/*------------------------------ Start Banner ------------------------------  */

#banner {
  height: 95vh;
  position: relative;
  font-family: "Mitr", sans-serif;
}

#banner .banner {
  position: absolute;
  z-index: -1;
  top: 3%;
  right: 0;
  height: 760px;
}

#banner .banner_car {
  width: 840px;
  position: absolute;
  z-index: 1;
  top: 10%;
  right: -10rem;
}

#banner .banner_text {
  padding-top: 10.5rem;
}

#banner .banner_text h1:nth-child(1) {
  color: var(--color-blue);
  font-size: 62px;
  font-weight: 400;
}

#banner .banner_text h1:nth-child(2) {
  color: var(--color-grey);
  font-size: 39px;
  font-weight: 900;
}

#banner .banner_text h1:nth-child(3) {
  color: var(--color-grey);
  font-size: 39px;
  font-weight: 900;
}

#banner .banner_text h1:nth-child(4) {
  color: var(--color-grey);
  font-size: 39px;
  font-weight: 900;
}

#banner button.btn-blue {
  background-color: var(--color-blue);
  color: #fff !important;
  border-radius: 30px;
  font-size: 22px;
  transition: all 0.3s;
}

#banner button.btn-success {
  color: #fff !important;
  border-radius: 30px;
  font-size: 22px;
}

#banner button.btn-blue:hover {
  filter: brightness(90%);
}

/*------------------------------ Modal ------------------------------------*/

.modal-blue {
  background-color: #f2f5fc;
  overflow-y: hidden;
  position: relative;
}

hr.hr_modal {
  border: 2.5px solid var(--color-blue);
}

.img_user {
  object-fit: cover;
  width: 474px;
  height: 474px;
  border: 10px solid #fff;
  margin-left: 4.5rem;
}

.close.member {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  margin: 12px;
}

.modal_border {
  position: absolute;
  height: 474px;
  right: 0;
  z-index: 1;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: -3.7px;
}

/*------------------------------ End Banner ------------------------------  */

/*------------------------------ Start Content ------------------------------  */

#content {
  padding: 2.75rem 0;
  font-family: "Mitr", sans-serif;
  position: relative;
}

#content .banner_content {
  position: absolute;
  top: -200px;
  z-index: -10;
}

/*------------------------------ End Content ------------------------------  */

/*------------------------------ Start Products ------------------------------  */

#products {
  padding: 3.75rem 0;
  font-family: "Mitr", sans-serif;
  background-color: #fcfcfc;
}

a.btn-gray {
  background-color: var(--color-grey);
  color: #fff !important;
  transition: all 0.3s;
}

a.btn-gray:hover {
  filter: brightness(140%);
}

#products .card_img {
  object-fit: cover;
  height: 300px;
}

#products .card_img2 {
  object-fit: cover;
  height: 500px;
}

#products .banner_products {
  position: absolute;
  z-index: 0;
  right: 0;
}

/*------------------------------ End Products ------------------------------  */

/*------------------------------ Start Products Content ------------------------------  */

#products_content {
  padding: 3.75rem 0;
  font-family: "Mitr", sans-serif;
  background-color: var(--color-blue);
  position: relative;
}

/*------------------------------ End Products Content ------------------------------  */

/*------------------------------ Start travel & help  ------------------------------  */

#travel,
#help,
#contact {
  margin: 1.7rem 0;
}

/*
#travel .box_header,
#help .box_header {
  background-color: #303030;
}
*/

#headingOne a {
  font-size: 19px;
}

.list-group-item span {
  font-size: 14px;
}

#travel .list-scroll {
  overflow-y: hidden;
  height: 700px;
}

#travel .list-scroll:hover {
  overflow-y: scroll;
}

/* width */
#travel .list-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#travel .list-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#travel .list-scroll::-webkit-scrollbar-thumb {
  background: #888;
  transition: all 0.3s;
}

/* Handle on hover */
#travel .list-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--color-blue);
}

#travel .list-group a.active,
#help .list-group a.active {
  background-color: var(--color-blue);
  color: #fff;
}

#travel ol.breadcrumb,
#help ol.breadcrumb,
#contact ol.breadcrumb {
  background-color: transparent;
}

#travel ol li.active,
#help ol li.active,
#contact ol li.active {
  color: var(--color-blue);
}

#travel .accordion a[aria-expanded="false"]::after,
#help .accordion a[aria-expanded="false"]::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
}

#travel .accordion a[aria-expanded="true"]::after,
#help .accordion a[aria-expanded="true"]::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
}

#help .list-help {
  margin-bottom: 1.7rem;
}

/* Slideshow container */

.slideshow {
  position: relative;
  background: #d2edf8;
}

/* text_slides */

.text_slides {
  display: none;
  padding: 40px 40px 0;
  text-align: center;
  animation-name: slides;
  animation-duration: 0.6s;
}

/* The dot/bullet/indicator container */

.dot-container {
  text-align: center;
  padding: 20px;
  background: #d2edf8;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */

.dot.active,
.dot:hover {
  background-color: var(--color-blue);
}

@keyframes slides {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#help .box-help {
  border: 2px solid var(--color-blue);
  margin: 0 2px;
  padding: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

#help .box-help:hover {
  box-shadow: 0px 0px 30px rgba(0, 166, 229, 0.3);
}

#contact a,
#contact a:hover,
#contact a:focus,
#help a,
#help a:hover,
#help a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/*------------------------------ End travel  ------------------------------  */

/*------------------------------ Start Scroll to Top  ------------------------------  */
#toTop {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--color-blue);
  color: white;
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s;
}

#toTop:hover {
  margin-bottom: 10px;
}
/*------------------------------ End Scroll to Top  ------------------------------  */

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

#footer {
  font-family: "Mitr", sans-serif;
  background-color: #303030;
  padding-top: 2.75rem;
}

#footer hr {
  background: #c4c4c4;
}

#footer .list_footer {
  list-style: none;
}

#footer .list_footer li {
  padding-top: 0.5rem;
}

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

/*------------------------------ Start timeline ------------------------------  */

/* The actual timeline (the vertical ruler) */

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #c4c4c4;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline_box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline_box::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: white;
  border: 4px solid var(--color-blue);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.right::after {
  left: -16px;
}

.timeline_content {
  padding: 10px 10px;
  text-align: center;
  background-color: white;
  position: relative;
  border-radius: 6px;
  border: 2px solid var(--color-blue);
}

/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline_box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .timeline_box::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
  .timeline_content h5 {
    font-size: 14px;
  }
}

/*------------------------------ End timeline ------------------------------  */

/*------------------------------ Start Responsive ------------------------------  */

@media (max-width: 575.98px) {
  /* Start Banner */
  .d-sm-none {
    display: none;
  }
  #banner {
    height: auto;
    padding: 3rem 2rem;
    background-color: var(--color-blue);
  }
  #banner .banner,
  #banner .banner_car {
    display: none;
  }
  #banner .banner_text {
    padding-top: 0rem;
  }
  #banner .banner_text h1:nth-child(1) {
    color: #fff;
    font-size: 28px;
  }
  #banner .banner_text h1:nth-child(2) {
    color: var(--color-grey);
    font-size: 24px;
  }
  #banner .banner_text h1:nth-child(3) {
    color: var(--color-grey);
    font-size: 24px;
  }
  #banner .banner_text h1:nth-child(4) {
    color: var(--color-grey);
    font-size: 24px;
  }
  #banner button.btn-blue {
    background-color: #fff;
    color: var(--color-grey) !important;
    font-size: 18px;
  }
  #banner button.btn-success {
    font-size: 18px;
  }

  /* End Banner */
  /* Start Content */
  #content {
    padding: 2.75rem 0;
    font-family: "Mitr", sans-serif;
  }
  #content h1 {
    font-size: 28px;
  }
  #content h2,
  #products_content h2 {
    font-size: 18px;
  }
  #content .banner_content {
    top: -10px;
    left: -100px;
    z-index: -1;
  }
  /* End Content */
  /* Start Products */
  #products h1 {
    font-size: 28px;
  }
  /* End Products */
  /* Start Products */
  #products_content {
    padding: 2.75rem 0;
  }
  /* End Products */
  /* Start Travel */
  #travel {
    margin: 1rem 0;
  }
  .modal h3,
  #help h2,
  #contact h2,
  #travel h2 {
    font-size: 21px;
    font-weight: 700;
  }
  /* End Travel */
  /* Modal */
  .modal-blue {
    background-color: var(--color-blue);
  }
  .close {
    margin: 10px;
    font-size: 40px !important;
  }
  .img_user {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .modal .pr-5 {
    padding-right: 0 !important;
  }
  .modal_head {
    margin-top: 1rem;
    color: #fff;
    text-align: center;
  }
  .modal_bg,
  hr.hr_modal,
  .modal_content,
  .modal_border {
    display: none;
  }
  a strong {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Start Banner */
  #banner {
    height: 90vh;
  }
  #banner .banner {
    right: 0;
    height: 260px;
  }
  #banner .banner_car {
    width: 320px;
    top: 0;
    right: -5rem;
  }
  #banner .banner_text {
    padding-top: 4rem;
  }
  #banner .banner_text h1:nth-child(1) {
    font-size: 28px;
  }
  #banner .banner_text h1:nth-child(2) {
    color: var(--color-grey);
    font-size: 24px;
  }
  #banner .banner_text h1:nth-child(3) {
    color: var(--color-grey);
    font-size: 24px;
  }
  #banner .banner_text h1:nth-child(4) {
    color: var(--color-grey);
    font-size: 24px;
  }
  #banner button.btn-blue {
    font-size: 18px;
  }
  #banner button.btn-success {
    font-size: 18px;
  }
  /* End Banner */
  /* Start Content */
  #content {
    padding: 2.75rem 0;
    font-family: "Mitr", sans-serif;
  }
  #content h1 {
    font-size: 28px;
  }
  #content h2,
  #products_content h2 {
    font-size: 18px;
  }
  /* End Content */
  /* Start Products */
  #products h1 {
    font-size: 28px;
  }
  /* End Products */
  /* Start Products */
  #products_content {
    padding: 2.75rem 0;
  }
  /* End Products */
  /* Start Travel */
  #travel {
    margin: 1rem 0;
  }
  .modal h3,
  #help h2,
  #contact h2,
  #travel h2 {
    font-size: 21px;
    font-weight: 700;
  }
  /* End Travel */
  /* Modal */
  .modal-blue {
    background-color: var(--color-blue);
  }
  .close {
    margin: 10px;
    font-size: 40px !important;
  }
  .img_user {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .modal .pr-5 {
    padding-right: 0 !important;
  }
  .modal_head {
    margin-top: 1rem;
    color: #fff;
    text-align: center;
  }
  .modal_bg,
  hr.hr_modal,
  .modal_content,
  .modal_border {
    display: none;
  }
}

/* Medium devices (tablets, 768px and up)  */

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Start Banner */
  #banner {
    height: 100%;
    padding: 4rem 0;
  }
  #banner .banner {
    top: 0;
    right: 0;
    height: 400px;
  }
  #banner .banner_car {
    width: 320px;
    top: 0;
    right: -5rem;
  }
  #banner .banner_text {
    padding-top: 0rem;
  }
  #banner .banner_text h1:nth-child(1) {
    font-size: 30px;
  }
  #banner .banner_text h1:nth-child(2) {
    color: var(--color-grey);
    font-size: 26px;
  }
  #banner .banner_text h1:nth-child(3) {
    color: var(--color-grey);
    font-size: 26px;
  }
  #banner .banner_text h1:nth-child(4) {
    color: var(--color-grey);
    font-size: 26px;
  }
  #banner button.btn-blue {
    font-size: 18px;
  }
  #banner button.btn-success {
    font-size: 18px;
  }
  /* End Banner */
  /* Start Content */
  #content {
    padding: 2.75rem 0;
    font-family: "Mitr", sans-serif;
  }
  #content h2,
  #products_content h2 {
    font-size: 18px;
  }
  /* End Content */
  /* Start Products */
  #products h1 {
    font-size: 30px;
  }
  /* End Products */
  /* Start Products */
  #products_content {
    padding: 2.75rem 0;
  }
  /* End Products */
  /* Modal */
  .modal-blue {
    background-color: var(--color-blue);
  }
  .close {
    margin: 10px;
    font-size: 40px !important;
  }
  .img_user {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .modal .pr-5 {
    padding-right: 0 !important;
  }
  .modal_head {
    margin-top: 1rem;
    color: #fff;
    text-align: center;
  }
  .modal_bg,
  hr.hr_modal,
  .modal_content,
  .modal_border {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Start Banner */
  #banner {
    height: auto;
    padding: 5rem 0;
  }
  #banner .banner {
    top: 0;
    right: 0;
    height: 70%;
  }
  #banner .banner_car {
    width: 520px;
    top: 0;
    right: 0rem;
  }
  #banner .banner_text {
    padding-top: 0rem;
  }
  #banner .banner_text h1:nth-child(1) {
    font-size: 50px;
  }
  #banner .banner_text h1:nth-child(2) {
    color: var(--color-grey);
    font-size: 46px;
  }
  #banner .banner_text h1:nth-child(3) {
    color: var(--color-grey);
    font-size: 46px;
  }
  #banner .banner_text h1:nth-child(4) {
    color: var(--color-grey);
    font-size: 46px;
  }
  #banner button.btn-blue {
    font-size: 20px;
  }
  #banner button.btn-success {
    font-size: 20px;
  }
  /* End Banner */
  /* Start Content */
  #content {
    padding: 2.75rem 0;
    font-family: "Mitr", sans-serif;
  }
  #content h2,
  #products_content h2 {
    font-size: 20px;
  }
  /* End Content */
  .modal-blue {
    background-color: #f2f5fc;
  }
  .modal_bg {
    left: -160px;
  }
  hr.hr_modal {
    border: 2.5px solid var(--color-blue);
  }
  .img_user {
    object-fit: cover;
    width: 374px;
    height: 374px;
    border: 10px solid #fff;
    margin-left: 0;
  }
  .modal_content,
  .modal_border {
    display: none;
  }
}

/*------------------------------ End Responsive ------------------------------  */
