@font-face {
  font-family:"Gilroy-Light";
  src:url("../fonts/Gilroy-Light.otf") format("opentype");
  }
  @font-face {
    font-family:"Gilroy-ExtraBold";
    src:url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
    }
html, body {      
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.03rem;
  font-family:"Gilroy-Light";
  color: rgba(98,98,98, 1);
}

.kuryr-order-list{
    font-size: .97rem;
}

.kuryr-order-list a, .shop-detail a{
    display: inline-block;
    margin-bottom: .27rem;
    text-decoration: none;
}


img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
a{

	color: rgba(98,98,98, 1);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

a:hover {
    color: rgba(136,199,89, 1);
}

a:active, a:hover, a:focus {
    outline: 0 none;
    text-decoration: none;
}

b, strong {
    font-weight: 300;
    font-family:"Gilroy-ExtraBold";
}

button{
  cursor: pointer;
  background: none;
  outline: 0 none !important;
  border: none;
}

.navbar ul{
  padding-left: 0px;
  margin-bottom: 0px;
}
.navbar li{
  list-style-type: none;
}

.content li{
  margin-bottom: .87rem;
}

.top-header{
  padding-top: 15px;
  padding-bottom: 20px;
}
.top-header .logo{
  margin-top: 12px;
  display: block;
}
.top-header .right-text{
  text-align: right;
}

.input_warning{
    
    background-color: #f7d7da;
    
    }

.right-text .social-links a{
color: #050609;
font-size: 30px;
margin-left: 10px;
}

.right-text .phone{
  color: #050609;
  font-size: 18px;
  }
  
  .header{
    background: #050609;
    border-bottom: 6px solid #88c759;
    /* padding-top: ; */
  }
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 0px;
    padding-right: 0px;
    margin-right:40px;
    font-size: 18px;
}
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 6px solid #88c759;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: rgba(255, 255, 255, 0.9);
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: .25rem;
}
.navbar-light .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255, 255, 255, 0.8);
}

.navbar-toggler-icon {
  display: inline-block;
  width: auto;
  height:auto;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-toggler-icon i{
  font-size: 20px;
}
.carousel-item{
min-height: 520px;
background-size:cover !important;
background-repeat: no-repeat !important;
}

.carousel-caption {
  position: absolute;
  right: 10%;
  top: 150px;
  bottom: auto;
  left: auto;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;

}
.carousel-item h5{
  color: #fff;
  font-size: 55px;
  /* font-family: "Gilroy-ExtraBold"; */
  line-height: 4rem;
  padding-right: 10px;
  border-right: 6px solid #88c759;
}

.features{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e0e1df;
}
.features .col-lg-4, .features .col-md-4{
  margin-bottom: 25px;
}
.features .single-features{
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  height: 100%;
}
.features .single-features .top-image{
  border-bottom: 2px solid #434648;
  margin-bottom: 50px;
}
.features .single-features .top-image img{
  width: 100px;
  padding: 12px;
  margin-bottom: -50px;
  background: #fff;
  border-radius: 50%;
}

.features .single-features h3{
  color: #050609;
  font-size: 20px;
  font-family: "Gilroy-ExtraBold";
}
.features .single-features .description{
  padding-left: 25px;
  padding-right: 25px;
}
.features .single-features p{
  font-size: .97rem;
  color: #050609;
  padding-top: 11px;
  padding-bottom: 45px;
}
.features .single-features .btn, .btn-primary{
  background: #88c759;
    color: #fff;
    border-radius: 0px;
    width: 200px;
    /* height: 40px; */
    border: 1px solid #88c759;
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
}

.bg-info {
    background-color: #e3f3d7!important;
}

.btn-primary{
    
    position: inherit;
   
}

.vod{
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.vod .heading{
  color: #050609;
  font-size: 32px;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 600;
}
.vod p{
  font-size: .97rem;
  color: #050609;
  text-align: center;
}

form label{
  font-family: "Gilroy-ExtraBold";
  color: #050609;
}

form .form-check label{
  font-family: "Gilroy-Light";
  color: #050609;
}

.form-control{
  border: 1px solid #050609;
  border-radius: 0px;
}
.vod .btn{
  background: #88c759;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
  border: 1px solid #88c759;
}


.footer{
  background: #434648;
  padding-top:15px;
  padding-bottom: 10px;
}
.footer p{
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  font-size: .97rem;
  padding-top:15px;
  padding-bottom: 10px;
}
.footer .social-links{
  text-align: right;
}
.footer .social-links a{
  color: #fff;
  font-size: 32px;
  margin-left: 15px;
}

@media (max-width: 575px) { 
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.footer .social-links {
  text-align: left;
}
.carousel-item h5 {
  font-size: 34px;
  line-height: 3rem;
}
.carousel-item {
 min-height: 430px;
}
.carousel-caption {
  top: 100px;
}
}
@media (min-width: 576px) and (max-width: 767px) { 
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.carousel-item h5 {
  font-size: 34px;
  line-height: 3rem;
}
.footer .social-links {
  text-align: left;
}
.carousel-item {
  min-height: 430px;
 }
 .carousel-caption {
   top: 100px;
 }
}



@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
 
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  
}

@media (min-width: 1400px) {

 }












 

 