/* @import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans'); */
@import url('font-awesome.css');  
@import url('animate.css');






*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
:root{ 
  --color-default: #212529;
  --color-primary: red;
  --color-secondary: #37373f;
  --swiper-theme-color:#dc3545;;
}
:root{
    scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;

  overflow-x: hidden;
}
body{
    color: var(--color-default);
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
   
}


a {
    color: var(--color-primary);
    text-decoration: none;
  }
  
  a:hover {
    color: #ec2727;
    text-decoration: none;
  }
  .navbar{
    background-color: #aaa;
  }
  .navbar-brand{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  .nav-link{
   color: var(--color-secondary);
   margin-left: 10px;
   margin-right: 10px;
   font-family:Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
 
  }

  nav-item a:hover{
    color: #0396ff;
}
nav-item a:after{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background: #0396ff;
    transition: 0.3s;
    bottom: 0;
}
nav-item a:hover:after{
    width: 100%;
}


.hero{
  background: #eee;
  background-size: cover;
 
  width: 100%;

}
.row img{
width: 100%;
max-height: 80vh;
background-size: cover;
}
.row h1{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 3rem;
  word-spacing: 0.3rem;
 
}
section{
  scroll-snap-align: center;
}
section h3{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  align-items: center;
} 
section h6{
  color: #37373f;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
}
section h5{
  font-family:sans-serif;
}
section h3 span{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #ec2727;
}
.container-red{
  background-color: #ec2727;
  color: #fff;
  padding: 10px;
  min-height:80vh;
}
.container-red h3{
  padding: 15px;
  text-align: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
} 
.username{
  font-size: 13px;
  font-weight: 100;
}
.text{
  font-size: 105px;
  
}

.container-fluid-aaa{
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #aaa;
}
.more-btn{
  background-color: #ca3a3a;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}
.more-btn:hover{
  text-decoration: none;
  background-color: #fff;
  color: red;
}
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border: none;
  outline: none;
  background: red;
  border-radius: 50%;
  color: white;
  cursor: pointer;
}  
#myBtn:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.box{
  min-height: 20vh;
 
 
}
.box img{
  width: 100%;
  height: 100%;
}
.navbar-collapse{
  width: 30%;
  min-height: auto;

  position:relative;
 
  color: #fff;

}



.slider{
  width: 800px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.slides{
  width: 500%;
  height: 500px;
  display: flex;
 
}
.slides input{
  display: none;
}
.slide{
  width: 20%;
  transition: 2s;

}
.slide img{
  width: 100%;
 min-height: 300px;
 object-fit: cover;

}
.navigation-manual{
position: relative;
width: 800px;
margin-top: -40px;
transition: 1s;
cursor: pointer;
display: flex;
justify-content: center;



}
.manual-btn{
  border: 2px solid #ec2727;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
  cursor: pointer;
 

}
.manual-btn:not(:last-child){
  margin-right:40px;
}
.manual-btn:hover{
  background: #ec2727;
}
#radio1:checked ~ .first{
  margin-left: 0;
  background: #ec2727;
}
#radio2:checked ~ .first{
  margin-left:-20% ;
  background: #ec2727;
}
#radio3:checked ~ .first{
  margin-left: -40%; 
  background: #ec2727;
}
#radio4:checked ~ .first{
  margin-left: -60%;
  background: #ec2727;
}

.navigation-auto{
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
 
}
.navigation-auto div{
  border: 2px solid #ec2727;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}
.navigation-auto div:not(:last-child){
  margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #ec2727;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #ec2727;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #ec2727;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #ec2727;
}

.carousel-item{
  width: 100%;
  height: 100vh;

  object-fit: cover;
  background: #011;

}
.carousel-inner{
  width: 100%;
}
.carousel-inner .carousel-item{
  width: 100%;

}


.blur-img{
  width: 100%;
  z-index: -1;
  filter: blur(0px);

}
.text{
  font-size: 100px;
  font-weight: bold;
align-items: center;
  text-align: center;
  justify-content: center;
 
  display:flex;

}

@media(max-width:930px){
  .manual-btn{
  margin-right: 300px;
  }
  /* #radio1:checked ~ .navigation-auto .auto-btn1{
  margin-right: 340px;
  }
  #radio2:checked ~ .navigation-auto .auto-btn2{
    margin-right: 340px;
  }
  #radio3:checked ~ .navigation-auto .auto-btn3{
    margin-right: 340px;
  }
  #radio4:checked ~ .navigation-auto .auto-btn4{
    margin-right: 300px;
  } */
  .navigation-auto div{
    margin-right: 300px;
  }
  .navigation-auto,.navigation-manual{
    overflow: hidden;
  }
  
 
}