@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "slick.css";
@import "https://fonts.googleapis.com/css?family=Barlow:300i,400,500,700";
body {
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  font-family: 'Barlow', sans-serif;
  color:#5e6b7f;
}
img.center {
  margin: auto;
  display: inherit;
}
p {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing:0.2px;
}
p:last-child {
  margin-bottom: 0 !important;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a.btn-green,
a.btn-yellow {
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn-green {
  background: #6dc1b3;
  color: white;
}
a.btn-green:hover {
  background:#39a291;
}
a.btn-yellow {
  background: #ffe17b;
  color: #1d3453;
}
a.btn-yellow:hover {
  background:#fad454;
}
a.btn-yellow:hover, a.btn-green:hover {
	-webkit-box-shadow: 10px 10px 68px -13px rgba(0,0,0,0.45);
-moz-box-shadow: 10px 10px 68px -13px rgba(0,0,0,0.45);
box-shadow: 10px 10px 68px -13px rgba(0,0,0,0.45);
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
h1 {
  font-size: 70px;
  line-height: 65px;
  font-weight: 800;
  margin-bottom: 40px;
	color: #1d3453;
}
h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 40px;
	color: #1d3453;
}
h3 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 29px;
  font-weight:300;
}
.wrapper {
  overflow: hidden;
}
header {
  padding: 15px 0;
  position: fixed;
  z-index: 9;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.bg-white {
  background: white;
  padding: 5px 0;
}
header nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header nav .navbar-brand img {
  max-width: 460px;
  height: auto;
}
header nav .navbar-toggler {
  padding: 0;
  outline: none;
}
header nav .navbar-toggler span {
  border: 2px solid #1d3453 !important;
  padding: 20px;
  background-image: none !important;
  color: #1d3453;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header nav .navbar-nav li {
  margin-left: 30px;
}
header nav .navbar-nav li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #1d3453;
  position: relative;
}
header nav .navbar-nav li a:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
  right: 0;
  border-top: 3px solid #6dc1b3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav .navbar-nav li a:hover:after {
  opacity: 1;
}
header nav .navbar-nav li.current a:after {
  opacity: 1;
}
header nav .navbar-nav.light li a {
  color:#b1b7c2;
}
.page-bundle .hero {
  background: #f1f4fa url('../img/ellipse-1.png') bottom center no-repeat;
  background-size: 100% auto;
  padding: 150px 0;
}
.page-bundle .hero .container {
  position: relative;
}
.page-bundle .hero .cloud-1 {
  position: absolute;
  top: -15%;
  left: -15%;
}
.page-bundle .hero .cloud-2 {
  position: absolute;
  top: 0%;
  left: 55%;
  z-index: 2;
}
.page-bundle .hero .cloud-3 {
  position: absolute;
  top: 20%;
  right: -20%;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
}

.mobile-hero {
  animation-name: hero;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

	@keyframes hero {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }
	}


@keyframes animateCloud-1 {
    0% {
        margin-left: -600px;
    }
    100% {
        margin-left: 2000px;
    }
}

.page-bundle .hero .cloud-1 {
	-webkit-animation: animateCloud-1 20s linear infinite;
	-moz-animation: animateCloud-1 20s linear infinite;
	animation: animateCloud-1 20s linear infinite;
}

@keyframes animateCloud-2 {
    0% {
        margin-left: -600px;
    }
    100% {
        margin-left: 2000px;
    }
}

.page-bundle .hero .cloud-2 {
	-webkit-animation: animateCloud-2 50s linear infinite;
	-moz-animation: animateCloud-2 50s linear infinite;
	animation: animateCloud-2 50s linear infinite;
}


.page-bundle .bundl {
  padding: 100px 0 0;
}
.page-bundle .logos {
  padding: 280px 0;
  color: white;
  position: relative;
  background-color: #6279aa;
  background: -webkit-gradient(linear, left top, left bottom, from(#6279aa), to(#1e3554));
  background: -webkit-linear-gradient(top, #6279aa, #1e3554);
  background: -moz-linear-gradient(top, #6279aa, #1e3554);
  background: -ms-linear-gradient(top, #6279aa, #1e3554);
  background: -o-linear-gradient(top, #6279aa, #1e3554);
}
.page-bundle .logos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/ellipse-2.png') top center no-repeat;
  background-size: 100% auto;
}
.page-bundle .logos:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/ellipse-2-bottom.png') bottom center no-repeat;
  background-size: 100% auto;
	margin-bottom:-2px;
}
.page-bundle .logos > * {
  position: relative;
  z-index: 2;
}
.page-bundle .logos p, .page-bundle .logos h3 {
  color: rgba(255, 255, 255, 0.47);
}
.page-bundle .logos h2{
  color: rgba(255, 255, 255, 1);
}
.page-bundle .logos .logo {
  margin-top: 50px;
  font-size: 22px;
}
.page-bundle .logos .logo img {
  transform: translateX(5%);
  margin-bottom: 15px;
}
.page-bundle .logos .btn-yellow {
  margin-top: 50px;
  margin-right: 0;
}
.page-bundle .testimonials {
  position: relative;
  padding-bottom: 80px;
}
.page-bundle .testimonials .flying-box-right {
  position: absolute;
  bottom: 100%;
  margin-bottom: -12%;
  left: 100%;
  margin-right: 30px;
}
.page-bundle .testimonials .item {
  text-align: center;
  padding: 0 80px;
}
.page-bundle .testimonials .item img {
  margin-bottom: 30px;
}
.page-bundle .testimonials .item p {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  font-style: italic;
}
.page-bundle .testimonials .item .author {
  margin-top: 30px;
  font-size: 19px;
  text-transform: uppercase;
}
.page-bundle .testimonials .item .author strong {
  font-weight: 500;
}
.page-bundle .testimonials .slick .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  height: 60px;
  width: 32px;
  display: block;
  background: transparent url('../img/arrow.png') no-repeat center center;
  background-size: contain;
  border: none;
  outline: none;
  cursor: pointer;
}
.page-bundle .testimonials .slick .slick-arrow.slick-next {
  right: 0;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(180deg);
}
.page-bundle .price {
  padding: 120px 0;
  background-color: #f1f4fa;
  background-image: url('../img/ellipse-3.jpg'), url('../img/ellipse-3-bottom.jpg');
  background-position: top center, bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page-bundle .price .flying-box-left {
  position: absolute;
  bottom: 100%;
  right: 100%;
  transform: translateY(30%);
}
.page-bundle .price .boxed {
  margin: 50px 0;
}
.page-bundle .price .boxed .img-price {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 100%;
  transform: translateX(-50%);
}
.page-bundle .price .boxed > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
}
.page-bundle .price .boxed > div:nth-child(2) {
  background: #6dc1b3;
}
.page-bundle .price .boxed > div:nth-child(2) .amount {
  font-size: 208px;
  font-weight: 500;
  line-height: 208px;
  color:#1d3453;
}
.page-bundle .price .boxed > div:nth-child(2) .amount sub {
  font-size: 59px;
  bottom: 0;
}
.page-bundle .price .boxed > div:nth-child(2) .info {
  color: white;
  text-align: center;
	font-size:22px;
}
.page-bundle .price .boxed > div:last-child {
  background: white;
}
.page-bundle .price .boxed > div:last-child ul {
  text-align: left;
  margin-bottom: 30px;
}
.page-bundle .price .boxed > div:last-child ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 19px;
  color:#1d3453;
}
.page-bundle .price .boxed > div:last-child ul li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #6dc1b3;
  position: absolute;
  top: 0;
  left: 0;
}
.page-bundle .price .boxed > div:last-child .btn-yellow {
  margin-right: 0;
}
.page-bundle .price .notes p {
  font-size: 15px;
  line-height: 20px;
}
.page-bundle .contact {
  padding: 60px 0;
  text-align: center;
}
.page-bundle .contact form {
  width: 80%;
  margin: 40px auto;
}
.page-bundle .contact form input[type="text"],
.page-bundle .contact form input[type="email"] {
  box-sizing: border-box;
  border: 1px solid #f1f4fa;
  padding: 15px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.page-bundle .contact form input[type="submit"] {
  margin: 30px 0 0;
  box-sizing: border-box;
  background: #6dc1b3;
  display: inline-block;
  padding: 12px 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border: none;
}
.page-bundle .contact .notes {
  font-size: 15px;
  line-height: 20px;
}
footer {
  padding: 180px 0 50px;
  position: relative;
  background: #f1f4fa url('../img/ellipse-footer.jpg') top center no-repeat;
  background-size: 100% auto;
}
footer .flying-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: auto;
}
footer .fly-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}

footer .logo {
  margin-bottom: 30px;
  width: 133px;
  height: auto;
}
footer p {
  font-size: 19px;
  line-height: 26px;
}
footer ul.links li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #1d3453;
}
footer ul.links li.current a {
  color: #6dc1b3;
}
footer ul.socials li {
  display: inline-block;
  margin-right: 5px;
}
footer ul.socials li a {
  background: #1d3453;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 992px) {
  header.bg-white nav .navbar-collapse .navbar-close {
    top: 17px;
  }
  header nav .navbar-collapse {
    position: fixed;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #1d3453;
    padding: 90px 20px 40px;
  }
  header nav .navbar-collapse.show {
    visibility: visible;
    opacity: 1;
  }
  header nav .navbar-collapse .navbar-close {
    position: absolute;
    transform: translateX(100%);
    width: 1.5em;
    height: 1.5em;
    border: 2px solid white;
    background: transparent url('../img/close.png') center center no-repeat;
    padding: 20px;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  header nav .navbar-collapse .navbar-nav li {
    margin-bottom: 10px;
  }
  header nav .navbar-collapse .navbar-nav li a {
    font-size: 20px;
  }
  header nav .navbar-collapse .navbar-nav li a:after {
    display: none;
  }
  header nav .navbar-collapse .mr-auto li a {
    color: white;
  }
  header nav .navbar-collapse .ml-auto li a {
    color: #6dc1b3;
    opacity: 1;
  }
  .page-bundle .price .boxed > div:nth-child(2) .amount {
    font-size: 180px;
  }
}
@media (max-width: 768px) {

  p {
    font-size: 19px;
    line-height: 26px;
  }
  h1 {
    font-size: 48px;
    line-height: 45px;
  }
  .page-bundle .hero {
    padding-bottom: 100px;
	  padding-top:100px;
    background-position: right bottom;
    background-size: 200% auto;
  }
  .page-bundle .hero .cloud-1,
  .page-bundle .hero .cloud-2,
  .page-bundle .hero .cloud-3 {
    display: none;
  }
  .page-bundle .hero .btn-yellow,
  .page-bundle .hero .btn-green {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .page-bundle .bundl .btn-yellow {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-bundle .logos {
    padding: 140px 0 80px;
    margin: 80px 0;
  }
  .page-bundle .logos:before {
    background-size: 200% 80px;
  }
  .page-bundle .logos:after {
    display: none;
  }
  .page-bundle .logos .btn-yellow {
    display: block;
    text-align: center;
    width: 100%;
  }
  .page-bundle .testimonials .flying-box-right {
    display: none;
  }
  .page-bundle .testimonials .item {
    padding: 0 40px;
  }
  .page-bundle .testimonials .item p {
    font-size: 26px;
    line-height: 32px;
  }
  .page-bundle .testimonials .item .author {
    font-size: 16px;
  }
  .page-bundle .price .flying-box-left {
    display: none;
  }
  .page-bundle .price .boxed .img-price {
    display: none;
  }
  .page-bundle .contact form {
    width: 100%;
  }
  .page-bundle .contact form input[type="text"] {
    margin-bottom: 15px;
  }
  .page-bundle .contact form input[type="submit"] {
    width: 100%;
  }
  footer {
    margin-top: 80px;
    padding: 40px 0 40px;
    background-image: none;
  }
  footer .flying-box {
    transform: translateY(-40%);
  }
}
@media (max-width: 1300px) {
  .background-sky {
	display:none;
	}
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }

	.background-sky {
		display:block;
	}

	.mobile-hero {
		display:none;
	}

	.clouds {
		display:block;
		position:absolute;
		width:489px;
		height:438px;
		background:url(../img/clouds.png) no-repeat;
		background-size:489px 438px;
		top:10%;
		left:10%;
		animation-name: clouds;
    	animation-duration:6s;
    	animation-iteration-count: infinite;
    	animation-timing-function: ease-in-out;
	}

	@keyframes clouds {
	from {margin-left: 0px;}
	50% {margin-left: 50px;}
    to {margin-left: 0px;}
	}

	.package-1 {
		display:block;
		position:absolute;
		width:195px;
		height:277px;
		background:url(../img/package-1.png) no-repeat;
		background-size:195px 277px;
		top:85px;
		left:30px;
		animation-name: package-1;
    	animation-duration: 2.5s;
    	animation-iteration-count: infinite;
    	animation-timing-function: ease-in-out;
	}

	@keyframes package-1 {
    from { transform: rotate(-8deg); }
    40%  { transform: rotate(0deg); }
    to   { transform: rotate(-8deg); }
	}

	.package-2 {
		display:block;
		position:absolute;
		width:241px;
		height:378px;
		background:url(../img/package-2.png) no-repeat;
		background-size:241px 378px;
		top:20%;
		left:32%;
		animation-name: package-2;
    	animation-duration: 2s;
    	animation-iteration-count: infinite;
    	animation-timing-function: ease-in-out;
	}

	@keyframes package-2 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }
	}

	.package-3 {
		display:block;
		position:absolute;
		width:171px;
		height:234px;
		background:url(../img/package-3.png) no-repeat;
		background-size:171px 234px;
		right:30px;
		top:170px;
		animation-name: package-3;
    	animation-duration: 3s;
    	animation-iteration-count: infinite;
    	animation-timing-function: ease-in-out;
	}

	@keyframes package-3 {
    from { transform: rotate(-5deg); }
    40%  { transform: rotate(0deg); }
    to   { transform: rotate(-5deg); }
	}

}

@media(min-width: 0px){

  .bg-modal{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
  }

  .bg-modal h3{
    margin-bottom: 10px;
    font-weight: bolder;
  }

  .modal-content{
    width: 610px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    text-align: left;
    padding: 30px;
    position: relative;

  }

  .modal-content form{
    padding-left: 0px;
  }


  .signup input{
    width: 520px;
    height: 35px;
    display: block;
    margin: 7px 0px 7px 0px;
    padding-left: 5px;
  }

  .close{
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 35px;
    transform: rotate(45deg);
    cursor: pointer;
  }


  .which_product input{
    float: right;
  }

  .which_product span{
    font-size: 20px;
  }

  .conditions label{
    font-size: 13px;
    margin-left: 25px;
    line-height: 16px;
  }

  .conditions input{
    float: left;
    position: relative;
    bottom: -15px;
    width: 11px;
  }

  .conditions a{
    width: 180px;
    font-size: 18px;
    text-align: center;
  }

  .contactfooter p{
    font-size: 16px;
    margin-bottom: 0px;
  }

  .close1{
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 35px;
    transform: rotate(90deg);
    cursor: pointer;
    border: none;
  }

    .slider.round {
    border-radius: 34px;
  }

    .slider.round:before {
      border-radius: 50%;
    }

    .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
    margin: 0px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #6dc1b3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #6dc1b3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .contact_img{
    width: 91px;
    position: absolute;
    left: 1680px;
    bottom: 340px;
  }

  .contact_info{
    font-size: 19px;
    line-height: 26px;
    position: absolute;
    left: 1650px;
    bottom: 130px;
    width: 320px;
    height: 120px;
  }

  .contact-mail{
    position: absolute;
    left: 1650px;
    bottom: 130px;
    width: 320px;
    height: 150px;
    display: block;
    font-weight: bolder;
  }

  .contact_new{
    margin-left: 4000px;
  }
}
