body{
   font-family: 'Montserrat', sans-serif;
}

a {
  color: #89888f;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}
.btn{
  font-weight: bold;
}

.contact{
    background-color: white;
    border-radius: 5px;
    /*box-shadow: -4px -5px 1px #E4E6E8,4px 5px 2px #E4E6E8;*/
    box-shadow: 0 -1px 9px rgba(107, 109, 111, 0.73);
    margin-top: -150px;
}

.form-control{
  border-radius: 20px !important;
  padding: 1.2rem 1.75rem;
  font-size: 0.7rem;
}
.form-control:focus{
  border-color:#18d36e;
  box-shadow: none;
}
.send{
  width: 100%;
  border-radius: 25px;
  padding: 0.6rem 0;
  font-weight: bolder;
}
.send:focus{
  box-shadow: none !important;
}
.container-fluid{
    padding: 0;
    margin: 0;
}
.bg-light{
    background-color: white !important;
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left{
    position: absolute;
    top: 42%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.nav-item .btn{
    margin-left: 20px !important;
    border-radius: 30px !important;
    font-size: 12px;
    margin-top: 3px;
}
.btn-success{
    font-size: 12px;
    margin-top: 3px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #39b549;
}
.btn-outline-success{
    color: #39b549;
    border-color: #39b549;
}
.dropdown-toggle::after{
    display: none;
}
.nav-link{
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
}
.nav-link:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width:0;
    height: 3px;
    background: #5bc168;
    transition: 1s;
}
.nav-item:hover .nav-link:before{
    width: 100%;
}
.langs{
    position: absolute;
    top: 4px;
    left: 4px;
}
#lang:before{
    content: '';
    display: inline-block;
    /*position: absolute;*/
    top: 5px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #5bc168;
  
}
.drop-lang{
  margin-right: 15px;
}
.drop-lang i{
  position: absolute;
  right: -16px;
  top: 12px;
  color: #5bc168 !important;
  font-weight: bold;
}
.drop-lang .dropdown-menu{
  left: -5px !important;
  min-width:0 !important;
}
.drop-lang .dropdown-item{
  padding: 10px 5px;
}
.rotate{
  transform: rotate(180deg);
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: white;
}

.header-scrolled{
  background: rgba(0,0,0,0.3);
}
.bg-light{
  background: transparent !important;
}



#intro {
/*  display: table;
*/  width: 100%;
  /*height: 100vh;*/
/*  background: #000;
*/}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
iframe{
  border: 10px solid #090712;
  border-radius: 10px !important;

}
#intro .carousel-content {
  margin-top: 100px;
  margin-left: 100px;
}

#intro h2 {
  width: 67%;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin: 0 auto 30px auto;
}
#intro .second {
  width: 50%;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin: 0 auto 30px auto;
}


#intro p {
  width: 67%;
  font-size: 12px;
  margin: 0 auto 30px auto;
  color: #fff;
}
#intro .second-p {
  width: 50%;
  font-size: 10px;
  color: #fff;
}
.text-green{
  color: #39b549;
}
.third{
  color: black !important;
  width: 50% !important;
}
.third-p{
  color: #333333 !important;
  width: 49% !important;
}
#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}
.carousel-content>.to-store{
width: 50%;
margin: 0 auto;
}
.to-store>a>img{
  width: 100px !important;
}
.download-p{
  margin: 50px 0 10px 0 !important;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}


.carousel-background>img{
  width: 100% !important;
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  font-size: 32px;
  line-height: 1;
}

.carousel-indicators{
  left: 50px !important;
  right: inherit !important; 
}

.carousel-indicators li {
  cursor: pointer;
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  margin-left: 8px !important;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

.about-cols{
  margin-top: 85px !important;
}

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

.section-bg {
  background: #f7f7f7;
}

#about {
  padding: 60px 0 40px 0;
  position: relative;
}
#about h3{
  font-weight: bold;

}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col .img {
  position: relative;
  padding-top: 20px;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  margin-left: 19px;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}



#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  text-align: center;
}


#services {
  background: #fff;
  background-size: cover;
  padding: 100px 0 200px 0;
}
.box img{
  margin-left: 37px;
}
 h4{
  font-weight: bold;
}
.pt-70{
  padding-top: 70px;
}
#facts {
  background: url("../img/bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px  0;
  position: relative;

}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #89888f;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

#footer {
  background: #000;
  padding: 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #080615;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer-info p{
  margin-left: 13px;
  margin-top: 10px;
}
.footer-info p a{
  margin-left: 5px;
}
.footer-logo {
  margin: 0 0 20px 0;

}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}
.social-links{
  margin-left: 16px;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-left: 50px;

}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
margin-top: 5px;
  
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {

  font-size: 10px;
  font-weight: 400;
   font-family: 'Montserrat', sans-serif;

}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}
.footer-langs{
  padding: 27px 0 15px 0 ;
  margin: 0 !important;
}
.footer-langs a{
  position: relative;
}
.footer-newsletter p {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
  color: #89888f;
}
.footer-newsletter a{
    margin-right: 7px;
}
.footer-langs img{
  width: 22px;
}
#footer .copyright {
  text-align: center;
margin-bottom: 0;
  font-size: 12px;
  padding-top: 40px;
  color: #4d4c57;
}
.active-lang:before{
      content: '';
    display: inline-block;
     position: absolute; 
    top: -10px;
    left: -6px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #5bc168;
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #2d2b38;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:10%;
  bottom: 0;
  right: 0;
  max-height: 80%;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.content{
  padding-top: 100px;
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 50px;
}
.code{
  width: 50%;
  margin: 80px auto;

}
.code p{
  font-size: 14px;
}
.code span{
  font-size: 15px;
  margin-left: 5px;
}
.code a{
  color: #3bb64b;
  text-decoration: underline;
}
.code .form-group{
   width: 80%;
    margin: 0 auto;
    text-align: center;
}
.enter{
  border-radius: 30px !important;
}
#code{
  height: 45px;
}
#registration{
  background-color: white;
  border-radius: 5px;
  padding-bottom: 20px;
}
#registration .form-group{
  position: relative;
}

#registration label{
   position: absolute;
       top: 8px;
    left: 13px;
     color: #18d36e;
}
#registration input{
  text-indent: 8px;
}
#registration .file label{
  left: 75px;
  font-size: 18px;
  font-weight: bold;
  transform: rotate(90deg);
  top: 2px;
}
#registration p{
  font-size: 14px;
}
#registration p a{
  color: #39b549;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
#registration p a:hover{
  text-decoration: underline;
}
#registration .btn{
  background-color: #39b549 !important;

  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#registration .file input{
  opacity: 0;
  width: 1%;
}
#registration span{
  font-size: 12px;
  font-weight: bold;
}
.modal{
  top: 34px;
  left: auto;
  width: 24%;
}
.modal-body{
  padding: 10px 5px;
}
.modal-header{
  border:none;
}
.modal-body h5{
  font-weight: bold;
}
#login .form-group{
  position: relative;
}
#login .ml-2 label{
  top: 2px !important;
  left: 17px !important;
  color: black !important;
}
#login img{
  padding-left:18px;
}
#login label{
    position: absolute;
    top: 12px;
    left: 13px;
    color: #18d36e;
    font-size: 12px;
}
.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}
#login a{
  font-size: 12px;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  color: #39b549;
}
#login a:hover{
  text-decoration: underline;
}
.modal-button a{
  font-size: 14px !important;
  float: left !important;
  font-weight: bold ;
  margin:8px 20px !important;
  text-transform: uppercase;
  
}
@media screen and (max-width: 960px){
  
  .modal{
    top: 20%;
    width: 100%;
  }
  .contact{
    margin-top: 0;
  }
  .code{
    width: 100%;
  }
  .drop-lang{
    margin-left: 13px;
  }
  #intro{
    padding-top: 90px;
  }
  .drop-lang .dropdown-menu{
    border: none;
  }
  .drop-lang .dropdown-item{
    display: inline-block;
    width: 14%;

  }
  
  .nav-item .btn{
    margin-top: 10px;
  }
  .drop-lang i{
    left: 43px;
    top: 11px;
  }
  .navbar-toggler{
    margin-right: 15px;
  }
  #intro .carousel-item{
    height: 42vh;
  }
  #intro h2{
    position: absolute;
    top: 30px;
    left:50px;
    font-size: 16px !important;
  }
  .download-p{
    display: none;
  }
  #intro p{
    position: absolute;
    top: 80px;
    left: 50px;
  }
  
  .to-store{
    position: absolute;
    bottom: 100px;
    left: 50px;
  }
.to-store>a>img{
  margin-top: 10px;
}
.carousel-indicators{
  left: 27% !important;
}
.footer-info p {
  margin-left: 0;
}
.footer-info p a{
  margin-left: 0; 
}

#services{
    padding: 0;
}
  h4{
    margin-top: 51px;
    text-align: center;
    padding: 0 !important;
  }
  .box p{
    padding-top: 25px;
    padding-left: 20px;
  }
  #facts{
    padding: 0;
  }
  #facts .counters p{
    padding: 0 20px;
  }
  .footer-info{
    width: 63%;
    margin: 0 auto;
  }
  .footer-links{
    width: 50%;
  }
  .row.vdivide [class*='col-']:not(:last-child):after {
  background: #2d2b38;
  width: 0px;
  content: "";
  display:block;
  position: absolute;
  top:10%;
  bottom: 0;
  right: 0;
  max-height: 80%;
}
}



@media (max-width: 768px) {
   #intro h2 {
    font-size: 28px;
  }
  .back-to-top {
    bottom: 15px;
  }
  iframe{
    display: none;
  }

}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}
