/*import font types*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import "animate.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


body {
    background: #423E3B;
    background: linear-gradient(to right, #ffffff, #b36e13a8);
    background-color: #b36e13;
    padding: 0px!important;
    margin: 0px!important;
  }

.defaultImage {
    width: 100%;
    min-height: 300px;
    height: 100%;
    background-color: #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    font-size: 100px;
}


.active {
 
  color: white;
  border-radius: 10px;
  
}
.navbar-nav{font-size:x-large;}
.navbar {
   
    background-color: #423E3B!important;
    


}
.col-megamenu{
    color: #423E3B;
}

.nav-link:hover {
    display: inline-block;
    position: relative;
}
.nav-link:active{
color:#fff!important;
}

.dropdown-menu {
    font-size: x-large;
}


/*logo size*/
.navbar-brand > img {
    width: auto;
    border-radius: 30%;
    height: 80px;

}
#dropdownMenuButton1{
    padding: 5px;
    appearance: none;
    outline: 0;
    background-color: #423E3B;
    width: 100%;
    height: 100%;
    color: fff;
    cursor: pointer;
    border-style: none!important;
    position: relative;
    display: inline-block;
}

.title{color: #b36e13;}
.dropdown{
    position: relative;
    display: inline-block;
    color: #b36e13;
}
.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
display: none;
position: absolute;
background-color: #423E3B;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
}

 .dropdown:hover .dropdown-menu{
 display: block!important;
 
}

/*typeface*/
h1 { 
    font-family: 'Baloo Da 2', cursive;
}
h2 { 
    font-family: 'Baloo Da 2', cursive;
    
}
h3 { 
    font-family: 'Baloo Da 2', cursive;
}
h5 { 
    font-family: 'Baloo Da 2', cursive;
}
p {
    font-family: 'Josefin Sans', sans-serif;
    text-align:justify;
}
a {
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: medium;
}
a:hover {
    color:#b36e13;
}
b {
    color: #070707;
}




.section1
{
    
    text-align: center;
    display: flex;
    margin: 0;
    padding: 0 ;
    max-height: fit-content;
    
}
.section1 img{
    max-height: 800px;
}
.section1 p{
    color: #423E3B;
    animation-duration: 3s;
}
.section1 h1{
    text-align: center ;
    justify-content: center;
    align-items: center;
    animation-duration: 1s;

}
/* hero styling */
.container{
   
    color: #423E3B;
    
}







.card-img-top{
    max-height: 100%;
}
.card-text{font-weight: 700;
    color: #423E3B;
}    
.card{
    width: 18vw;
    height: auto;
    max-height: 42vh;
    min-height: 230px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 16px;
    margin: 16px;
    transition: box-shadow 0.3s ease-in-out;
    animation: bounce 1.5s linear;
    }

.card:hover{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    animation: bounce 1.5s linear;
    }
      
@keyframes shake {
        0% { transform: translate(0, 0); }
        10% { transform: translate(-5px, 0) rotate(-5deg); }
        20% { transform: translate(5px, 0) rotate(5deg); }
        30% { transform: translate(-5px, 0) rotate(-5deg); }
        40% { transform: translate(5px, 0) rotate(5deg); }
        50% { transform: translate(-5px, 0) rotate(-5deg); }
        60% { transform: translate(5px, 0) rotate(5deg); }
        70% { transform: translate(-5px, 0) rotate(-5deg); }
        80% { transform: translate(5px, 0) rotate(5deg); }
        90% { transform: translate(-5px, 0) rotate(-5deg); }
        100% { transform: translate(0, 0); }
    } 
    /* STYLES cards responsivnes*/
/* Smartphones (portrait) ----------- */
@media only screen 
and (min-width : 390px) {
    .card{
        width:auto;
        max-height: 60vh;
        margin: 0!important;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 820px) 
and (max-device-width : 991px) {
    .card{
        width: auto;
  }
}
@media screen and (min-width: 992px) {
    .card{
        width: auto;
    }
}



/* STYLES for card buttons */
@media only screen 
and (min-width : 390px) {
    .btn{
        width: 100px;  
    }
}

@media only screen 
and (min-device-width : 820px) 
and (max-device-width : 991px)
 { 
    .btn{
        width: 100px;  
        }

}
@media screen and (min-width: 992px) {
    .btn{
        width: 100px;  
        }

  }

.btn-basket{
    border-style: none;
    margin-bottom: 1px;
}
.btn-buy{
    border-style: none;
}



/*Links*/

.links {
    font-family: "Josefin Sans", sans-serif;
    color: #b36e13;
    
}
a:hover{
    text-decoration: underline;
}



/*customers reviews*/
.review-section{ 
    max-width: 99%;  
    padding: 1%;
}
#section-review{
    display: flex  ;
}
.cards{
    text-align: center;
}
.Reviews{
   text-align: center;
   color: #5a4b40dc;
}
.review-card{    
    border-radius: 10px;
    background-color: #F5EBBA;
    gap: 1rem;

}
.customer-reviews{
  
    justify-content: center;
    font-size: small;
   
}
.customer-reviews img{width: 100%;}
.namebox{
    background-color: #5a4b40dc;
    color: #F5EBBA;
}



.bi1{color: #5a4b40dc;}
/*footer*/
.footer-container{max-width: 98%;}
.footer-container li{
    color: rgb(8, 236, 46);
   
}
.footer-container img{ border-radius: 10px;
max-width: 30%;}
footer p {
    color: rgb(255, 255, 255);
    margin: 0%;
    font-size:small;
    text-align: center;
    justify-content: center;
    
}
footer h4{
    color: #b36e13;
    font-size: medium;
    text-align: center;
    justify-content: center;
    text-decoration: underline;
    
}
.footer {
    background-color: #423E3B;
    padding: 50px 0;
    text-align: center;
    justify-content: center;
    

  }
  .logo-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  
  
  
  /*On Hover Color Change*/
#myBtn:hover {
    background-color: #b36e13;
}
#carouselGallery
{
    width: 70%;
}
#FloatingRailway
{
    width: 50%;
}
.imgCredits
{
    color:#b36e13;
}



form {
    margin-top: 20px;
}

.formfield {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}

.formfield input {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #F5EBBA;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
}

.formfield textarea {
    
    width: 100%;
    height: 160px;
    border: 0;
    border-radius: 10px;
    background: #F5EBBA;
    resize: none;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
}
.input-container{position: relative;}
.error{
    display: block;
    position: absolute;
    top: 80%;
    margin-top: 5px;}
.cnt-btn {
    background: #F5EBBA;
    color: #000000;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    padding: 19px 50px;
    cursor: pointer;
    
   
}

.error {
    color: red;
}

.image{
    display: flex;
    padding-top: 20px 0 0 0;
    justify-content: center;
    
}
.image img{border-radius: 5%;}
.question-box {

    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
  }

.question{ 
    text-align: center;
    width: 50%;
    height: auto;
    border: 0;
    border-radius: 10px;
    background: #F5EBBA;
    resize: none;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(102, 101, 101);
}
.form-box{
    display: flex;
    justify-content: center;
    
}
.details-box {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    

  }

.details{ 
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px;
    background: #F5EBBA;
    resize: none;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    color: rgb(102, 101, 101);
    padding: 20px;
    
}
  
  .details p {
    margin: 10px 0;
    text-align: center;
  }
  .details a{color: blue ;}

  .bg-image {
    background-image: url('https://source.unsplash.com/kKvQJ6rK6S4/660x1000');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.contact-form{width: 100%;
padding: 2%;}
.map{
    display: flex;
    border-radius: 20px;
    padding: 2%;
    width: 100%;
}

.liStyle li{list-style:none;}

.S-card:hover{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    animation: bounce 1.5s linear;
}

.S-card{
text-align: center;
border: 3px solid #ddd9d0;
border-style:ridge;
text-align: center;
border-style: dashed;
background-color:#f5ebba;
border-radius: 10px;

}
.repair-card{
    text-align: center;
    border: 3px solid #ddd9d0;
    border-style:ridge;
    text-align: center;
    border-style: dashed;
    background-color: #F5EBBA;
    border-radius: 10px;
    
    }
.shopping-card{
    max-width: 98%;
    padding: 1%;
}
.section1{max-width: 98%;}

.container-m{padding: 1%;
}


#repair-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: #070707;
    
  }
  #repair-img:hover {opacity: .7;}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
            .navbar .megamenu{ padding: 1rem; color: aliceblue;}
          /* ============ desktop view ============ */
          @media all and (min-width: 992px) {
            
            .navbar .has-megamenu{position:static!important;}
            .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
            
          }	
          /* ============ desktop view .end// ============ */
          
          
          /* ============ mobile view ============ */
          @media(max-width: 991px){
            .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
              overflow-y: auto;
                max-height: 90vh;
                margin-top:10px;
            }
          }
          .repair-section .col {
            display: flex;
            flex-direction: column;
            justify-content: center;
          }
          .repair-section{
            margin: 1%;
        }
        .repair-section p{
            font-weight: 800;
            text-align: center;
        }
           .hero {
            background: linear-gradient(-110deg, rgba(255,255,255,0.2), rgba(255,255,255,1)), url('../images/repair.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 1%;
          }
          .hero2 {
            background: linear-gradient(110deg, rgba(255,255,255,0.2), rgba(255,255,255,1)), url('../images/repair.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 1%;
          }

          
          .hero-text {
            text-align: center;
          }
          .hero-text h1 {
            text-align: center;
            color: #ff3c00;
            text-shadow: 10px 10px 10px rgb(236, 64, 12);
            -webkit-text-stroke: 3px #0a0a0a;
          }
          .hero-text h2 {
            text-align: center;
            color: #ff3c00;
            text-shadow: 10px 10px 10px rgb(236, 64, 12);
            -webkit-text-stroke: 2px #0a0a0a;
          }

          
          .hero-text h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
          }
          
          .cta-btn {
            display: inline-block;
            padding: 1rem 2rem;
            background-color: #fff;
            color: #333;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 2rem;
            transition: all 0.3s ease-in-out;
          }
          
          .cta-btn:hover {
            background-color: #333;
            color: #fff;
          }
          .repair-section .col {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
          }
          
          .repair-section p {
            text-align: center;
          }
          .carousel-item img {
            object-fit: contain;
            max-height: 1000px;

          }
          
          .carousel-inner {
            max-height: 950px;
            padding: 2%;
          }
          .BikeTrail-section .col {
            display: flex;
            flex-direction: column;
            justify-content: center;
          }
          .BikeTrail-section{
            margin: 1%;
        }
        .BikeTrail-section p{
            font-weight: 800;
            text-align: center;
        }
        .BikeTrail-section p {
            text-align: center;
          }
        .BikeTrail-section h1{text-align: center;}