* {
  outline: none;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url("../images/2e1a9c5a4e0d74cc2054183bb222f3f9.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  transition: 1s;
}

.run-hide {
  transform: translateY(-100%);
  transition-duration: 1s;
}

.disappear {
  display: none;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
}

h2 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  text-transform: capitalize;
  color: #080a51;
}

h4 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #4c5063;
}

h5 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

h5.open-sans {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

small {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 28px;
  text-transform: uppercase;
}

button.basic,
button.basic-two {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  text-transform: capitalize;
  width: 118px;
  height: 35px;
  color: #080a51;
  -webkit-transition: color 1s linear;
  -msie-transition: color 1s linear;
  -moz-transition: color 1s linear;
  -o-transition: color 1s linear;
  transition: color 1s linear;
  border: 1px solid #ffc200;
  background: linear-gradient(180deg, #ffde74 0%, #ffc200 100%);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

button.basic::before,
button.basic-two::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 118px;
  height: 35px;
  color: #ffffff;
  border-radius: 40px;
  border: 1px solid #080a51;
  background: #080a51;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

button.basic:hover::before,
button.basic-two:hover::before {
  -webkit-transform: scale3d(3, 2, 1);
  transform: scale3d(3, 2, 1);
}

button.basic:hover,
button.basic-two:hover {
  color: #ffffff;
}

button.bland:active {
  text-decoration: none;
}
button.bland:hover {
  text-decoration: none;
}
button.bland:focus {
  text-decoration: none;
}

.navbar-brand img {
  max-width: 320px;
}

.modal-body a {
  color: #ffffff;
  text-decoration: none;
}

#section-one {
  min-height: 100vh;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, transparent, transparent, #080a51 70.31%);
}

.contact #section-one {
  min-height: auto;
}

#section-two {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #ffffff;
}

#section-two a {
  color: #000000;
}

#section-two .img-fluid {
  z-index: 1;
  position: relative;
}

#section-two .quote-open {
  position: relative;
  top: -35px;
  left: -10px;
  max-width: 35px;
}

#section-two .quote-close {
  position: relative;
  left: 10px;
  max-width: 35px;
}

#section-three {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#section-four {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #080a51;
}

#section-six-one {
  background: #ffffff;
}

#section-six-one .slick-two {
  z-index: 1;
}

.contact select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: none;
}

.contact textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: none;
}

.contact .dark-blue-bg {
  color: #ffffff;
  background: #080a51;
}

.contact .dark-blue-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.contact #section-seven {
  background: #080a51;
}

.background-one {
  z-index: -3;
  background: url(../images/c5acf67246ee2ee9ce9edcbdcaf74638.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.background-two {
  z-index: -2;
  background: #080a51;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}

.img-businessman {
  z-index: -1;
  align-self: flex-start;
  max-height: 100%;
  position: relative;
}

.img-client {
  z-index: 2;
  position: relative;
}

.img-arrow {
  display: block;
  margin: 0 auto;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

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

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

.img-line {
  display: block;
  margin: 0 auto;
}

.img-line-t {
  display: block;
  margin: 0 auto;
}

.img-dots.b {
  position: absolute;
  width: 35px;
  top: -10px;
  right: -10px;
  z-index: 1;
}

.img-dots.l {
  position: absolute;
  width: 130px;
  top: -12px;
  left: -12px;
  z-index: -2;
}

.img-dots.m {
  position: absolute;
  width: 130px;
  bottom: 190px;
  right: -15px;
  z-index: -2;
}

.img-dots.n {
  position: absolute;
  width: 130px;
  top: -12px;
  left: 85px;
  z-index: 0;
}

.img-dots.o {
  position: absolute;
  width: 130px;
  bottom: -12px;
  right: 85px;
  z-index: 0;
}

.img-dots.y {
  position: absolute;
  width: 130px;
  bottom: -13px;
  right: -9px;
  z-index: 0;
}

.img-dots.x {
  position: absolute;
  width: 130px;
  top: -32px;
  left: -10px;
  z-index: 0;
}

.img-dots.w {
  position: absolute;
  width: 130px;
  bottom: 27px;
  left: -26px;
  z-index: 0;
}

.img-dots.q {
  position: absolute;
  width: 130px;
  top: -24px;
  right: -20px;
  z-index: 0;
}

.img-rectangle {
  width: 100px;
  margin-top: -25px;
  position: relative;
  z-index: 3;
}

#accordion * {
  text-align: left !important;
}

#accordion .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#accordion .card {
  border: none;
  background-color: transparent;
}

.accordion > .card .card-header {
  margin-bottom: 0px;
}

#section-one .card,
#section-four .card {
  max-width: 250px;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  background-size: cover;
}

#section-one .card::before,
#section-four .card::before {
  display: block;
  position: absolute;
  width: 60px;
  left: -5px;
  top: -5px;
  content: url("../images/rect-top-left.svg");
}

#section-one .card::after,
#section-four .card::after {
  display: block;
  position: absolute;
  width: 60px;
  right: -7px;
  bottom: -13px;
  content: url("../images/rect-bot-right.svg");
}

#section-one .card-body,
#section-four .card-body {
  background: linear-gradient(
    rgba(8, 10, 81, 0.2),
    rgba(8, 10, 81, 1),
    #1b1855
  );
}

#section-one .card-body p,
#section-four .card-body p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#section-one .card-btn,
#section-four .card-btn {
  position: relative;
  bottom: -17px;
}

#card-1 {
  background: url(../images/458cddf2cde26b20a051533c02984c3b.png);
  background-repeat: no-repeat;
  background-position: center;
}

#card-2 {
  background: url(../images/269b7759930846054ec5d834795b5c7e.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#card-3 {
  background: url(../images/a731e87435e01746551e6c87b6ca7d54.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#section-five {
  background: linear-gradient(#080a51 60%, transparent 40%) no-repeat;
}

#section-five .card {
  background: #ffffff;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

#section-five-one {
  background: #ffffff;
}

#section-five-one .card {
  background: #ffffff;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

#section-seven {
  background: url(../images/13f5a1f76fe7bb4005f99748d4eb148f.jpg);
  background-size: cover;
  background-position: bottom;
}

.section-seven-bg {
  background: rgba(8, 10, 81, 0.9);
}

#section-seven ul {
  list-style: none;
}

#section-seven li {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.slick-one * {
  text-align: left;
}

.slick-one .slick-slide p {
  opacity: 0.4;
}

.slick-one .slick-current p {
  opacity: 1;
}

.slick-one .slick-slide p {
  margin-left: 40px;
}

.slick-one .slick-slide::after {
  display: block;
  width: 5px;
  height: 100%;
  background: #c6c7cd;
  position: fixed;
  content: "";
  margin-left: 10px;
  z-index: -1;
  transform: translateY(-100%);
}

.slick-one .slick-slide::before {
  display: block;
  float: left;
  background: #c6c7cd;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 5px solid #c6c7cd;
  margin: 0 10px 0 0;
  content: "";
}

.slick-one .slick-current::before {
  box-sizing: border-box;
  background: #080a51;
  border: 5px solid #ffc200;
  box-shadow: 0px 0px 8px #ffc200;
}

.btn.btn-link.p-0.bland {
  display: contents;
}

a .card-header::before {
  float: right !important;
  width: 17px;
  height: auto;
  margin-top: 11px;
  margin-right: -1px;
  content: url("../images/h-line.svg");
}
a.collapsed .card-header::before {
  float: right !important;
  width: 17px;
  height: auto;
  margin-top: 18px;
  content: url("../images/v-line.svg");
}
.card-header a:hover,
.card-header a:active,
.card-header a:focus {
  text-decoration: none;
}

.slick-two *:not(.slick-dots) {
  text-align: left;
}

.slick-two .slick-slide {
  background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 1rem;
}

.slick-two .slick-prev::before {
  opacity: 0.5;
  color: #c6c7cd;
  content: url("../images/slick-prev.svg");
}

.slick-two .slick-next::before {
  opacity: 0.5;
  color: #c6c7cd;
  content: url("../images/slick-next.svg");
}

.slick-three .slick-prev::before {
  opacity: 0.5;
  color: #c6c7cd;
  content: url("../images/slick-prev.svg");
}

.slick-three .slick-next::before {
  opacity: 0.5;
  color: #c6c7cd;
  content: url("../images/slick-next.svg");
}

.slick-two .slick-quote {
  width: 2rem;
  height: auto;
  padding-bottom: 1rem;
}

.img-dots.c {
  position: absolute;
  width: 100px;
  bottom: 5px;
  left: 10px;
  z-index: -1;
}

.img-dots.g {
  position: absolute;
  width: 100px;
  top: 9px;
  right: 120px;
  z-index: -2;
}

.img-dots.r {
  position: absolute;
  width: 100px;
  bottom: 5px;
  left: 10px;
  z-index: 0;
}

.img-dots.s {
  position: absolute;
  width: 100px;
  top: 9px;
  right: 120px;
  z-index: 0;
}

.font-smaller {
  font-size: 11px;
}

.font-smallest {
  font-size: 8px;
  line-height: 14px;
}

.img-dots.d {
  position: absolute;
  width: 15px;
  top: 37px;
  left: -14px;
  z-index: 0;
}

.img-dots.e {
  position: absolute;
  width: 14px;
  top: 55px;
  right: -13px;
  z-index: 0;
}

.slick-dots {
  position: relative;
  bottom: 0;
}

.slick-dots li {
  width: 2px;
}

.slick-dots li button {
  width: 2px;
}

.slick-dots li button::before {
  content: url("../images/slick-dot-i.svg");
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  content: url("../images/slick-dot-a.svg");
  opacity: 1;
}

.slick-two .slick-prev {
  left: 0;
}

.slick-two .slick-next {
  right: 0;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.img-quote-big {
  width: 200px;
}

.quote-big {
  border-top: 3px solid #ffc200;
  border-bottom: 3px solid #ffc200;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
}

.card-image {
  max-height: 60px;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  bottom: 20px;
  right: 20px;
  position: fixed;
  border: none;
  outline: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/navbar-icon-light.svg");
}

.nav-phone {
  color: #ffc200;
}

.nav-phone img {
  padding: 0 0.8rem 0 0;
  max-width: 44px;
}

.nav-item {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  width: max-content;
  text-decoration: none;
  box-shadow: 0 -2px 0 0 transparent inset;
  transition: all 0.3s ease-in;
}

.dropdown-menu {
  border: 1px solid white;
  background-color: transparent;
}

.dropdown-item {
  font-size: 0.8rem;
  color: #ffffff;
  background-color: transparent;
  padding: 0.25rem 0.5rem;
  width: max-content;
  text-decoration: none;
  box-shadow: 0 -2px 0 0 transparent inset;
  transition: all 0.3s ease-in;
}

.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  margin-left: 10px;
}

body {
  padding-right: 0px!important;
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.show > .dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

.modal {
  font-family: "Roboto", sans-serif;
  bottom: 0!important;
  top: auto;
  height: auto;
}

.modal h5 {
  font-family: "Roboto", sans-serif;
}

.modal {
  padding-right: 0px !important;
}

.modal-dialog {
  background: url(../images/13f5a1f76fe7bb4005f99748d4eb148f.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: bottom;
}

.modal-content {
  background: rgba(8, 10, 81, 0.9);
  border-radius: 0;
}

.modal-header {
  border: none;
}

.modal-body {
  border: none;
}

.modal-footer {
  border: none;
}

.modal-logo {
  width: 100%;
  max-width: 100px;
}

.modal .close {
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.sidebar-one {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  background: #ffffff;
  height: calc(100% - 40px - 3rem);
  position: absolute;
  z-index: 1;
  margin-top: 40px;
}

.sidebar-one img {
  max-width: 15px;
}

.rotate-text {
  width: 250px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: 40px -73px;
  text-transform: uppercase;
  opacity: 0.5;
}

.dropdown-toggle::after {
  margin-left: 0;
}

.slick-track {
  padding-top: 5px;
}

.img-dots.j {
  position: absolute;
  width: 31px;
  bottom: 211px;
  left: 110px;
  z-index: -2;
  opacity: 0.4;
}

.img-dots.k {
  position: absolute;
  width: 31px;
  bottom: 170px;
  right: 110px;
  z-index: -2;
  opacity: 0.4;
}

.contact #form-confirm {
  display: none;
  color: #080a51;
}
.contact #form-confirm h4 {
  color: #080a51;
}

.contact #form-confirm .img-dots.m {
  bottom: -15px;
}

.contact .find-us {
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25);
}

.bg-yellow {
  background: #ffc200 !important;
}

.img-submit-contact {
  max-width: 60px;
  transition: 1s;
  transition-delay: 1s;
  position: absolute;
  left: 20%;
  bottom: -8%;
}

#contact-form {
}

#contact-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: none;
  font-size: 14px;
}

#contact-form input::placeholder {
  font-size: 14px;
  opacity: 1;
  color: #ffffff;
}

#contact-form textarea::placeholder {
  font-size: 14px;
  opacity: 1;
  color: #ffffff;
}

#section-two-two {
  background: #080a51;
}

.fly-plane {
  left: 70%;
  bottom: 60%;
}

.fade {
  transition: opacity .3s linear!important;
}

.modal.fade .modal-dialog {
  transform: translate(0px, 0px)!important;
}

.nav-item::after{content:'';display:block;width:0px;height:2px;background:#ffffff;transition: 0.2s;}
.nav-item:hover::after{width:100%;}
.dropdown-item::after{content:'';display:block;width:0px;height:2px;background:#ffffff;transition: 0.2s;}
.dropdown-item:hover::after{width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#ffffff;}
.nav-link{padding:15px 5px;transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#212529;}

.modal-open {
  overflow: auto;
}

@media (min-width: 768px) {
  h1 {
    font-family: "Libre Baskerville", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
  }

  h2 {
    font-family: "Libre Baskerville", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    color: #080a51;
  }

  h4 {
    font-family: "Libre Baskerville", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #4c5063;
  }

  h5 {
    font-family: "Libre Baskerville", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
  }

  h5.open-sans {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
  }

  small {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
  }

  #section-one {
    min-height: auto;
    height: auto;
    background: transparent;
  }

  .background-one {
    z-index: -3;
    background: url(../images/c5acf67246ee2ee9ce9edcbdcaf74638.jpg);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
  }

  .background-two {
    z-index: -2;
    background: #080a51;
    position: absolute;
    opacity: 0.9;
  }

  #section-two .img-line {
    margin: 0;
  }

  .img-rectangle {
    left: 140px;
  }

  #section-one .row,
  #section-four .row {
    justify-content: center;
  }

  #section-one .card-body,
  #section-four .card-body {
    background: rgba(8, 10, 81, 0.9);
  }

  #section-one .card-body img,
  #section-four .card-body img {
    transition-duration: 0.5s;
    transform: translateY(100px);
  }

  #section-one .card-body h5,
  #section-four .card-body h5 {
    transition-duration: 0.5s;
    transform: translateY(100px);
  }

  #section-one .card-body p,
  #section-four .card-body p {
    transition-duration: 0.5s;
    transform: translateY(100px);
    opacity: 0;
  }

  #section-one .card-body:hover,
  #section-four .card-body:hover {
    background: linear-gradient(
      rgba(8, 10, 81, 0.2),
      rgba(8, 10, 81, 1),
      #1b1855
    );
    transition: 0.5s;
  }

  #section-one .card-body:hover img,
  #section-four .card-body:hover img {
    transition-duration: 0.5s;
    transform: translateY(0px);
  }

  #section-one .card-body:hover h5,
  #section-four .card-body:hover h5 {
    transition-duration: 0.5s;
    transform: translateY(0px);
  }

  #section-one .card-body:hover p,
  #section-four .card-body:hover p {
    transition-duration: 0.5s;
    transform: translateY(0px);
    opacity: 1;
  }

  #section-six {
    background: url(../images/notes.svg);
    background-repeat: no-repeat;
    background-size: 360px auto;
    background-position: -50px 100px;
  }

  #section-six .img-line {
    margin: 0;
  }

  #section-six-one .img-line {
    margin: 0;
  }

  .img-businessman {
    z-index: 0;
    bottom: 0;
  }

  .font-smallest {
    font-size: 11px;
    line-height: 22px;
  }

  .img-scale {
    margin-top: -15%;
    max-width: 200px;
  }

  #signup {
    position: relative;
  }

  #email {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding-left: 0;
    padding-bottom: 12px;
  }

  #email::placeholder {
    color: #ffffff;
    font-size: 18px;
  }

  #email:focus::placeholder {
    opacity: 0.3;
  }

  input {
    color: #ffffff;
    font-size: 18px;
  }

  textarea:focus,
  input:focus {
    outline: none;
    color: #ffffff;
  }

  *:focus {
    outline: none;
  }

  :not(output):-moz-ui-invalid {
    box-shadow: none;
  }

  .fabutton {
    background: none;
    padding: 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: -5px;
    transition: 0.3s;
  }

  .fabutton:hover {
    transform: scale(1.2);
  }

  .fabutton img {
    width: 30px;
  }

  button.basic-two {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: #080a51;
    -webkit-transition: color 0.5s linear;
    -msie-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
    border: 1px solid #ffc200;
    background: linear-gradient(180deg, #ffde74 0%, #ffc200 100%);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
  }

  button.basic-two::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 40px;
    border: 1px solid #080a51;
    background: #080a51;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }

  button.basic-two:hover::before {
    -webkit-transform: scale3d(4, 2, 1);
    transform: scale3d(4, 2, 1);
  }

  button.basic-two:hover {
    color: #ffffff;
  }
}

@media (min-width: 1000px) {
  h1 {
    font-size: 62px;
    line-height: 82px;
  }
  .fly-plane {
    left: 85%;
    bottom: 65%;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.6rem;
  }

  .img-rectangle {
    left: 250px;
  }
}
