/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100&display=swap');

:root{
    /* --main-color: #d3ad7f; */
    --main-color: red;
    --black: #13131a;
    --bg: #010103;
    --bg2: #212426;
    --border: .1rem solid rgba(255, 255, 255, .3);
    --border2: .1rem solid rgba(233, 12, 12, 0.3);
}

/* Start Basic Style */

*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding:0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}
html::-webkit-scrollbar-track{
    background: transparent;
}
html::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 5rem;;
}

body{
    background: var(--bg2);
}

/* End Basic Style */

/* Header Section Starts */

.header{
    background-color: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 7%;
    border-bottom: var(--border2);
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;

}
.header .logo img{
    height: 6rem;
    border-radius: 50px;
}

.header .navbar a{
    color: var(--main-color);
    margin: 0 1rem;
    font-size: 1.6rem;
}

.header .navbar a:hover{
    color: rgb(8, 127, 206);
    border-bottom: .1rem solid var(--main-color);
    font-size: 1.8rem;
    padding-bottom: .5rem;
}

.header .icons div{
    color: rgb(126, 119, 119);
    color: var(--main-color);
    margin-left: 2rem;
    font-size: 2.5rem;
    cursor: pointer;

}

#menu-btn{
    display: none;
}

/* Header Section Ends */

/* <!-- Home section starts --> */
section{
    padding: 2rem 7%;
    
}

.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../img/intenza-fitness-5cXaSUBBqkg-unsplash.jpg) no-repeat;
    /* background: url(../img/autumn-studio-221wufG10eg-unsplash.jpg) no-repeat; */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)), url(../img/intenza-fitness-5cXaSUBBqkg-unsplash.jpg);

    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url(../img/intenza-fitness-5cXaSUBBqkg-unsplash.jpg);
    background-size: cover;
    background-position: center;
    
}

.btn{
    margin-top: 3rem;
    display: inline-block;
    padding: .9rem 3rem;
    font-size: 2.0rem;
    color: #fff;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 15px;
    text-transform: uppercase;
}

.btn:hover{
    letter-spacing: .2rem;
}

.home .content{
    max-width: 70rem;
    color: var(--main-color);
}

.home .content h3{
    font-size: 3.5rem;
    /* text-transform: uppercase; */
    color: #fff;
    margin-bottom: 40px;
}

.home .content p{
    font-size: 2.5rem;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem 0;
    color: #d3ad7f;
 
}
/* <!-- Home section ends --> */

/* <!-- About Section Starts --> */

.heading{
    text-align: center;
    color: var(--main-color);
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
}

.heading span{
    color: #fff;
    text-transform: uppercase;
}

.about .row{
    display: flex;
    align-items: center;
    background: var(--black);
    flex-wrap: wrap;
}

.about .row .image{
    flex: 1 1 45rem;
}

.about .row .image img{
    width: 100%;
    height: 62rem;
    
}

.about .row .content{
    flex: 1 1 45rem;
    padding: 2rem;
}

.about .row .content h3{
    font-size: 3rem;
    color: #fff;
    

}

.about .row .content p{
    font-size: 1.8rem;
    color: #ccc;
    padding: 1rem 0;
    line-height: 1.8;;
    
}
/* <!-- About Section Ends --> */
/* <!-- Section Section Start --> */
.service-area h2{
    font-weight: 200;
}



.service .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-gap: 2em;
    /* background-color: cadetblue; */
    
}

.service .box-container .box{
    text-align: center;
    /* //border: var(--border); */
    padding: 12px;
    margin: 10px;
    border-radius: 20px;

}

.servicetitle{
    border-bottom: 1px solid var(--main-color);;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    font-family: fantasy;
}

.service-wrap p
{
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem 0;
}


/* <!-- Section Section Ends --> */
/* <!-- Section2 Section Starts --> */
.service2
{
    min-height: 90vh; 
    /* background-color: white;  */
    /* background: url(../img/autumn-studio-221wufG10eg-unsplash.jpg) no-repeat;
    
    background-size: cover;
    background-position: center; */
    text-align: center;
}
.serviceTypes{
    /* background-color: white; */
    color: white;
}

/* 
.services-widgets {
	padding-bottom: 60px;
	padding-top: 40px;
} */

.serviceWidgetTitle{
    font-size: 16px;
    font-family: cursive;
    line-height: 2.0;
    letter-spacing: 2px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main-color);
}

.serviceTypes p{
    font-size: 12px;
    font-family: 'Roboto';
    line-height: 2.5;
    letter-spacing: 2px;
}

.serviceWidget1 {
    margin: 20px;
    padding: 15px;
}

.serviceWidget1 ul li{
    padding-bottom: 20px;
    font-size: 12px;
    display: inline-block;
    margin: 5px 15px;
}

.services-widgets .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    margin: 20px;
    padding: 10px 0;
    /* grid-gap: 2em; */
    /* background-color: cadetblue; */
    
}

.services-widgets .box-container .box{
    text-align: center;
    /* border: solid 1px red; */
    padding: 10px;
    margin: 10px;
    border-radius: 20px;

}


.gallery{
    margin-bottom: 28px;
    overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
    margin: 0;
    width: 70px !important;
    height: 30px !important;
}


/* <!-- Section2 Section Ends --> */
/* <!-- Product Section Start --> */
.products{
    min-height: 90vh;
    background-color: black;
}

.products .box-container{
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr)); */
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    
}

.products .box-container .box{
    text-align: center;
    /* //border: var(--border); */
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid red;
}

.products .box-container .box .image{
    padding: 2.5rem 0;
    transition: all .5s;
    width: 100%;
    /* height: 300px; */
}

.products .box-container .box .image img{
    /* width: 90%;
    height: 40rem;  */
    width: 90%;
    height: 250px;
    background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.products .box-container .box .image img:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.products .box-container .box .content h3{
    color: #fff;
    color: var(--main-color);
    font-size: 2.5rem;
}


.products .box-container .box .content h3:hover{
    color: #fff;
}
.products .box-container .box .content .price{
    color: #fff;
    margin-top: 10px;
    font-size: 1.5rem;
}
/* <!-- Product Section End --> */
/* <!-- Review Section Start --> */
.review
{
    /* min-height: 100vh;
    display: flex;
    align-items: center; */
    background: url(../img/intenza-fitness-5cXaSUBBqkg-unsplash.jpg) no-repeat;
    background: url(../img/sven-mieke-MsCgmHuirDo-unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/* Gallaries Section Start */
.contact{
    background-color: black;
}
.galleries{
    margin-bottom: 28px;
    overflow: hidden;
    /* background-color: bisque; */
}

.galleries-item {
    float: left;
    margin: 12px;
    padding: 12px 4px;
    /* width: 17%; */
    text-align: center;
}

.galleries img
{
    width: 150px;
    height: 150px;
    margin-bottom: 1em !important;
    box-shadow: 2px 2px 5px red;
}

/* <!-- Contact Section Start --> */

/* .contact{
    min-height: 90vh;
} */
.contact .row{
    display: flex;
    background: var(--black);
    flex-wrap: wrap;
    gap: 1rem;

}

.contact .row .map{
    flex: 1 1 45rem;
    width: 100%;
    object-fit: cover;
}

.contact .row form{
    flex: 1 1 45rem;
    padding: 5rem 2rem;
    text-align: center;
}

.contact .row form h3{
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #fff;
}

.contact .row form .inputBox{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: var(--bg);
    border: var(--border)
}

.contact .row form .inputBox span{
    color: #fff;
    font-size: 2rem;
    padding-left: 2rem;
}

.contact .row form .inputBox input{
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
    color: #fff;
    text-transform: none;
    background: none;
}

.contact .row form .inputBox textarea{
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
    color: #fff;
    text-transform: none;
    background: none;

}
    

/* <!-- Contact Section End --> */
/* Photo COntainer Section */
.photoContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 5px;
    background-color: black;
    /* background: black; */

}

.photoContainer .box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
}

.photoContainer .dream{
   
    width:100%;
}

.photoContainer .dream img{
    width: 100%;
    padding-bottom: 15px;
    margin:10px;
    padding: 10px;
    border-radius: 5px;
    transform: scale(0.9);
}

.photoContainer .dream img:hover
{
    transform: scale(1.0);
    transition: 0.8s;
}
/* <!-- Service Request Section Start --> */

.request{
    min-height: 90vh;
}

.request .row{
    display: flex;
    background: var(--black);
    flex-wrap: wrap;
    gap: 1rem;

}

.request p
{
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem 0;
    color: white;
    margin: 10px 50px 40px;
}
.formBox{
    padding: 30px 50px;
}
.request .row form{
    flex: 1 1 45rem;
    padding: 5rem 2rem;
    text-align: center;
}

.request .row form h3{
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #fff;
}

.request .row form .inputBox{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: var(--bg);
    border: var(--border)
}

.request .row form .inputBox span{
    color: #fff;
    font-size: 2rem;
    padding-left: 2rem;
}

.request .row form .inputBox input{
    width: 100%;
    padding: 2rem;
    margin: 0 0 0 15px;
    font-size: 1.5rem;
    color: #fff;
    text-transform: none;
    background: none;
}

.request .row form .inputBox textarea{
    width: 100%;
    padding: 2rem;
    font-size: 1.5rem;
    color: #fff;
    text-transform: none;
    background: none;

}

.serviceType {
    padding: 20px;
    color: white;
    text-align: left;
    /* background-color: burlywood; */
}

.serviceType .form-group {
    display: inline-block;
    margin: 10px 20px;
  }

  .serviceType .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
  }


.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--main-color);;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }




.requestTitle{
    text-align: left;
    margin: 20px 0px;
    padding: 10px 0;
    color: white;
    font-size: 18px !important;
}

#equipmentModel {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    background: #5c6664;
    background-image: none;
    flex: 1;
    padding: 7px 2.5em;
    color:#fff;
    cursor:pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
 }

 .selectModel {
    position: relative;
    display: flex;
    /* width: 20em; */
    height: 5em;
    line-height: 3;
    background: #5c6664;
    overflow: hidden;
    border-radius: 1em;
 }

 .selectModel::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 1em;
    background: #2b2e2e;
    background: var(--main-color);
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
 }

 .selectModel:hover::after {
    color: #23b499;
 }

 [type="date"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
    /* background:#fff url(../img/calander.png) 97% 50% no-repeat ; */
  }
  [type="date"]::-webkit-inner-spin-button {
    display: none;
  }
  [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }
    
/* Calander Style */
  .request .row form .inputBoxCalander {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: var(--bg);
    border: var(--border);
}

.request .row form .inputBoxCalander span{
    color: #fff;
    font-size: 2rem;
    padding-left: 2rem;
}

  .request .row form .inputBoxCalander input{
    width: 100%;
    padding: 2rem;
    margin: 0 0 0 15px;
    font-size: 1.5rem;
    color: #fff;
    text-transform: none;
    /* background: none; */
    background-color: #5c6664;
}

.serviceTime .form-group{
    display: block;
    padding: 10px 0;
}


/* <!-- Service Section End --> */

/* Review Section Start */
.slider-section {
	font-family: Arial, sans-serif;
	/* background-color: #f8f9fa; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100vh; */
	margin: 0;
  }

.slider-container {
	width: 90%;
	/* height: 350px; */
    overflow: hidden;
    padding: 10px;
    border-radius: 8px;
    /* background-color: green; */
  }
.slider-content {
	display: flex;
	width: 210%;
	transition: transform 0.5s ease-in-out;
  }

.review-card{
    width: 280px;
    padding: 10px;
    margin: 1rem;
    cursor: pointer;
    border-radius: 10px;
    background-color: #10102a;
    border: 1px solid #10102a;
    transition: all .2s linear;
    /* width: 280px; */
    /* height: 320px; */
    box-shadow: 1px 1px 10px 0px #0000001a;
    border-radius: 10px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    
}
/* 
.review-card {
	
  } */
.flex-profile {
	display: flex;
	gap: 40px;

    align-items: center;
    justify-content: space-between;
  }

.name-cus {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.rating-image {
    margin-top:-15px;
    margin-left:-8px;
}

.review-card .prop {
    font-size: 12px;
    line-height: 1.;
}

.prev,
.next {
        cursor: pointer;
        position: relative;
        top: 50%;
        /* transform: translateY(-50%); */
        font-size: 20px;
        color: red;
        background-color: transparent;
        border: none;
        padding: 10px;
        outline: none;
      }
    
      .prev {
        left: 0;
      }
      .next {
        right: 0;
      }
/* Review Section End */

/* Footer1 Section Start */
.footer{
	background-color: #ce0808;
    padding: 70px 0;
}

.footer .container{
	max-width: 1170px;
    margin:auto;
    text-align: center;
}
.footer .row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}

.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	/* position: relative; */
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
/* .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
} */
.footer-col ul li:not(:last-child){
	margin-bottom: 20px;
}

a.button {
    border-radius: 15px;
    background-color: white;
    padding: 15px;
    margin: 10px;
    letter-spacing: 2px;
}

.footer address {
    margin-top: 30px;
    color: white;
    padding: 10px;
    letter-spacing: 2px;
    font-size: 14px;
}

.footerHour p{
    margin-top: 30px;
    color: white;
    padding: 10px;
    letter-spacing: 2px;
    font-size: 14px;
}


.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

/* Mobile Section using Media queries */
/* Header Section Starts */

@media (max-width: 991px){
    html{
        font-size: 55%;
    }
    .header{
        padding: 1.5rem 2rem;
    }
    section{
        padding: 2rem;
        
    }

     /* About */
     .about .row .image img{
        /* width: 100%; */
        height: 42rem;
        
    }

    /* Service */
    .service .box-container 
    {
        grid-template-columns: 1fr;
    }
    .gallery-item{
        margin: 5px;
        width: 30%;
    }

     /* Contact */
     .contact .row .map{
        height: 400px;
     }

    

   
    
}
/* Tablet */
@media (max-width: 768px){
    #menu-btn{
        display: inline-block;
    }
    

    .header .navbar{
        position: absolute;
        top: 100%; right: -100%;
        background: #fff;
        width: 30rem;
        height: calc(100vh - 9.5rem);

    }

    .header .navbar.active{
        right: 0;
    }

    .header .navbar a{
        color: var(--black);
        display: block;
        margin: 24px;
        margin: 1.5rem;
        padding: 1.5rem;
        font-size: 2rem;;
    }

    /* Home */
    .home{
        background-position: left;
        justify-content: center;
        text-align: center;

    }

    .home .content h3{
        font-size: 5.0rem;
    }

    .home .content p{
        font-size: 2.5rem;
    }

    /* About */
    .about .row .image img{
        /* width: 100%; */
        height: 42rem;
        
    }

    .about .row .content p{
        font-size: 1.4rem;
    }




    /* Contact */
    .contact .row .map{
        height: 400px;
     }

     /* Product */
    .products .box-container{
        grid-gap: 1rem;
    }
    .products .box-container .box {
        padding: 1rem;
    }
    .products .box-container .box .image {
        padding: 1.5rem 0;
        height: 250px;
    }
    .products .box-container .box .image img {
        width: 100%;
        height: 200px;
    }
    .products .box-container .box .content h3 {
        font-size: 2rem;
    }
      /* Photo Container Section Start */
      .photoContainer .box{
        /* display: grid; */
        grid-template-columns: 1fr 1fr;
    }

    /* service2 */
   
    .services-widgets .box-container {
        display: block;
    }

    /* Service */
    .servicetitle, .serviceWidgetTitle
    {
        font-size: 25px;
    }
    .service-wrap p {
        font-size: 16px;}

    .serviceWidgetTitle{
        letter-spacing: 1px;
        font-size: 20px;
        padding: 16px;
        /* color: red !important; */
       
    }
    .serviceWidget1 ul li{
        font-size: 16px;
    }

    .serviceTypes p{
        font-size: 16px;
    }

    .gallery-item{
        margin: 5px;
        width: 22%;
    }
    .gallery .gallery-item img {
        /* width: 50px !important; */
        width: 100% !important;
        height: 35px !important;
    }

    /* Request Form */
    .formBox {
        padding: 10px 10px;
    }
    .request p{
        margin: 10px 20px 40px;
    }
   


}

@media (max-width: 550px){
    html{
        font-size: 50%;
    }

    .about .row .content p{
        font-size: 2.0rem;
    }

    /* Gallery */
    .gallery-item{
        margin: 3px;
        width: 30%;
    }

    .galleries-item{
        margin: 5px;
        padding: 5px 2px;
    }
    .galleries img {
        width: 105px;
        height: 120px;
    }
    /* Products */
    .products .box-container{
        grid-template-columns: 1fr;
    }
    .products .box-container .box {
        padding: 0 5rem;
    }
    .products .box-container .box .image {
        padding: 1.5rem 10px;
        height: 240px;
    }
    .products .box-container .box .image img {
        width: 80%;
        height: 200px;
    }
    .products .box-container .box .content h3 {
        font-size: 2rem;
    }
     /* Contact */
     .contact .row .map{
        height: 250px;
     }

    
    
}
/* Header Section Ends */