@import url('https://fonts.googleapis.com/css2?family=Island+Moments&family=Quicksand:wght@300&family=Titillium+Web:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Code for all pages*/

body{
    font-family: Quicksand;
    font-size: 12pt;
    text-align: center;
    background-image: linear-gradient(180deg, #219e67, #023A9E);
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

nav{
    font-family: Quicksand;
    font-size: 20px;
    display: flex;
    min-height: 10vh;
    width: 100%;
    margin: 0;
    align-items: center;
    box-shadow: 0 10px 15px black;
    text-align: center;
    background-color: #EB751A;
    color: #fff;
    padding-top: 0px;
}

nav ul{
    display: flex;
    flex: 1 1 40rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

nav h1{
    display: inline-block;
    text-align: justify;
    font-size: 2.25em;
}

.vertical {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section h2 {
    margin-bottom: 12px;
}

a:link{
    font-size: larger;
    border-radius: 10%;
    color:black;
    text-decoration: none;
    background-color: #EB751A;
    padding: 14px 25px;
    display: inline-block;
}

a:hover {
    color: black;
    text-decoration: underline;
  }
  
a:visited {
    color: black;
}

a.nav-link.active{
    color:#023A9E !important;
    font-weight: 600;    
}

#footer{
    font-family: 'Golos Text', sans-serif;
    text-align: center;
    background-color:#EB751A;
    color: black;
    padding: 10px;
    display: flex;
    border-radius: 0%;
    font-size: 20px;
    box-shadow: 0 10px 15px black;
    justify-content: space-around;
}

.align{
    display:flex;
    justify-content:center;
    align-items: center;
}

/*Code for home page*/
/*Code for home page*/
/*Code for home page*/

.box{
    background: #fff;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 15px black;
    justify-content: center;
}
 
.box h4{
    text-align: center;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}

.box h2 {
    font-weight: 800;
}

.centre{
    padding: 10%;
}

.picture-centre{
    display: flex;
    justify-content: center;
}

.box .background{
    width: 100%;
    aspect-ratio: 1.2;
    margin: 10px;
    border-radius: 6px;
    box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.4);
}

.box .shop-image {
    background-image: url("../images/bike-wood.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box .hire-image {
    background-image: url("../images/family-bikes.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}

.box .repair-image {
    background-image: url("../images/bike-workshop.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box .tourism-image {
    background-image: url("../images/bike-view.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box .buying-image {
    background-image: url("../images/old-yellow-bike.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Code for bike hire page*/
/*Code for bike hire page*/
/*Code for bike hire page*/

.box .affordable-image {
    background-image: url("../images/white-bikes.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box .hybrid-image {
    background-image: url("../images/hybrid-bike-leaves.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box .mbike-image {
    background-image: url("../images/mountain-bike.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box .family-image {
    background-image: url("../images/family-bikes.jpg");
    background-color: #cccccc; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box p{
    margin: 10px;
}

.about-section{
    padding: 0px;
    display: flex;
}

.third{
   float: left;
   width: 33%;
}

/*Code for buttons*/
/*Code for buttons*/
/*Code for buttons*/

.btn{
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    background-color: #2ecc71;;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    transition: .3s;
}

.btn:hover{
    background-color: #27ae60;
}

button{
    outline: none;
    border: none;
    cursor: pointer;
    width: 100px;
    padding: 8px 12px;
    background: #EB751A;
    color: black;
    border-radius: 6px;
    font-weight: 800;
}

.material-symbols-rounded {
    font-size: 50px !important;
    color: #EB751A;
}

button:hover{
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}

.card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: black;
    background-color: #EB751A;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  .card button:hover {
    opacity: 0.7;
  }


.main {
    padding: 1% 6% 1% 6%;
    justify-content: center;
}

.row{
    display: flex;
}

* {box-sizing:border-box}

/*Code for carousel*/
/*Code for carousel*/
/*Code for carousel*/

.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
  border-radius: 10px;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.controls-container{
    display: flex;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: black;
  padding: 8px 12px;
  position: absolute;
  bottom: 20px;
  width: 30%;
  text-align: center;   
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
}

.center{
    display: flex;
    justify-content: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #EB751A;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 600px) {
    .row {
        padding: 0 !important;
        margin: 0 !important;
    }
  }

  .pictures {
    flex: 50%;
    padding: 5px;
  }

  .space {
    display: flex;
  }
  
.map{
    justify-content: center;
}

.column{
    width: 50%;
    display: flex;
    float: left;
    text-align: center;
}

.container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 100px 100px;
    font-family: 'Titillium Web', sans-serif;
}

.container:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bicycle-241514_1280.jpg) no-repeat center;
    z-index: -1;
    filter: blur(50px);
}

/*Code for contact box*/
/*Code for contact box*/
/*Code for contact box*/

.contact-box{
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white ;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left{
    height: 100%;
    background: url(../images/forest.jpg) no-repeat center;
    background-size: cover;
}

.right{
    padding: 25px 40px; 
}

h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: rgba(230, 230, 230, 0.6);
}

.field{
    width:100%;
    font-family: 'Titillium Web', sans-serif;
    margin-left: -4%;
    padding: 0.5rem 1rem;
    outline: none;
    border: 2px solid rgba(230, 230, 230, 0.6);
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
}

.field:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.field:focus{
    background-color: #fff;
    border:2px solid rgba(30, 85, 250, 0.47);
}

.area{
    min-height: 150px;
}

@media screen and (max-width:880px){
    .contact-box{
        grid-template-columns: 1fr;

    }

    .left{
        height: 200px;
    }
}

/*Code for thank you page*/
/*Code for thank you page*/
/*Code for thank you page*/

#thank-you{
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 60px;
    display: flex;
    flex-direction: column;
}

.picture{
    padding: 20px;
    display: flex;
    justify-content: center;
}

