/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat,sans-serif;
}
body{
    overflow-x: hidden !important;
    font-family: Montserrat,sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}


/* common css end */

/* navbar */
.navbar-brand img{
    height: 60px;
}

.navbar{
    z-index: 99;
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: #00000069;
	border: 2px solid #f57921;
}
.nav-item a {
	color: white !important;
	font-size: 14px;
}
.nav-link:hover{
    color: #f57921 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link{
    color: #f57921;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #f57921 !important;
	background-color: transparent;
}
.quikctech-join-btn a{
    padding: 10px 30px;
  border: 2px solid #f57921;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  transition: 0.3s ease;
}
.quikctech-join-btn a:hover{
    background-color:#f57921 ;
    
}
/* navbar */

/* banner */
.quicktech-banner-img img{
    height: 100vh;
}
.quicktech-banner-img{
    position: relative;
}

/* #quicktech-banner{
    position: absolute;
    width: 100%;
    top: 0;
} */

.overlay-banner {
	position: absolute;
	background: linear-gradient(#000f30a1,#000f30a1);
	top: 0;
	width: 100%;
	height: 100%;
}
.quikctech-banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.quikctech-banner-text img{
    height: 54px;
}
.quikctech-banner-text h3{
   color: white;
   font-weight: 600;
 
}
.quikctech-banner-btn a {
    padding: 8px 30px;
    border: 2px solid #f57921;
    color: white;
    border-radius: 30px;
    transition: 0.3s ease;
}
.quikctech-banner-btn a:hover {
   background-color: #f57921;
}
.quikctech-line{
   display: flex;
   justify-content: center;
}
.quikctech-line p {
	width: 2px;
	height: 72px;
	background-color: #f57921;
	margin: 30px 0;
}
.quikctech-banner-btn{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
/* banner */


/* why choose */
#quicktech-why-choose{
    margin-top: 90px;
}
.quikctech-why-inner {
	padding: 58px 32px;
	border: 1px solid #ddd;
	border-radius: 8px;
	position: relative;
	margin: 32px;
}
.quikcktech-why-text h4{
    font-size: 16px;
  font-weight: 600;
  color: #333;

}

.quikcktech-why-text p {
	color: #585858;
	margin-top: 8px;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.quikcktech-why-text a {
	padding: 10px 33px;
	border: 2px solid #f57921;
	border-radius: 40px;
    color: #f57921;
    font-weight: 500;
    font-size: 12px;
}
.quikcktech-why-text a:hover {
	background-color: #f57921;
    color: white;
    box-shadow: 0 4px 16px #00000040;
}

.quikctech-pos-img img {
	height: 65px;
	position: absolute;
	top: -36px;
	border: 2px solid #f57921;
	padding: 5px;
	left: -34px;
	border-radius: 10px;
}

/* why choose */
/* EVENT */
.quicktech-eventsinner{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.quikctech-events-one{
    width: 100%;
    height: 500px;
}

.quikctech-events-one img {
    height: 100%;
    width: 100%;  /* Ensure the image takes the full width of its container */
    object-fit: cover; /* Make the image cover the container */
}

.quicktech-events-text{
    padding: 120px;
    background-color: #f5f6f9;
    height: 100%;
}

.quicktech-events-text h1{
    color: #333;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
}

.quicktech-events-text p {
	color: #585858;
	margin-top: 8px;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.quicktech-events-text a{
    padding: 10px 33px;
	border: 2px solid #f57921;
	border-radius: 40px;
    color: #f57921;
    font-weight: 500;
    font-size: 12px;
}
.quicktech-events-text a:hover{
    background-color: #f57921;
    color: white;
    box-shadow: 0 4px 16px #00000040;
}

/* EVENT */

/* feed */
#quicktech-feed{
    padding: 200px;
    position: relative;
}

.overlay-feed {
	position: absolute;
	background: linear-gradient(#000f30a1,#000f30a1);
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}



.quikctech-feed-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.quikctech-feed-text img {
	height: 46px;
}
.quikctech-feed-text h3 {
	color: white;
	font-weight: 400;
}
.quikctech-feed-text h2 {
	color: white;
	font-weight: 600;
}
.quikctech-feed-btn a {
    padding: 8px 30px;
    border: 2px solid #f57921;
    color: white;
    border-radius: 30px;
    transition: 0.3s ease;
}
.quikctech-feed-btn a:hover {
   background-color: #f57921;
}

.quikctech-head-main h3{
    color: #333;
 
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;

}
.quikctech-head-main h6{
    width: 2px;
    height: 50px;
    background-color: #f57921;
    margin: auto;
}
/* feed */

/* group exercise */
.quicktech-group-ex img{
    border-radius: 20px;
    height: 450px;
}

.quicktech-g-ex-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.quikctech-ex-one img{
    height: 54px;
}

.quikctech-ex-one{
    padding: 26px;
}
.quikctech-ex-one h4{
   
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.quikctech-ex-one p{
    color: #585858;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.quicktech-staff-inner img {
	height: 305px;
	/* object-fit: cover; */
}
.quicktech-staff-inner{
    padding: 0 35px;
}

.quicktech-staff-inner h4{
    font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 10px;
  color: black;
}
.quicktech-staff-inner h5 {
	color: #e64c26;

	font-size: 15px;
	font-weight: 400;

}



/* group exercise */

/* membership */
 
#quicktech-membership {
	 padding: 60px 0;
	position: relative;
}
.over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.575);
    z-index: 0;
}
.quikctech-head-mains h3{
    color: white;
 
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;

}
.quikctech-head-mains h6{
    width: 2px;
    height: 50px;
    background-color: #f57921;
    margin: auto;
}
.quikctech-head-mains p{
    color: white;
}
.quicktech-membershipcard {
	text-align: center;
	background-color: white;
	padding: 20px 10px;
	padding-bottom: 26px;
	height: 469px;
	border-radius: 10px;
     border-top: 3px solid #f57921;
}

.quicktech-membershipcard ul li {
	color: #969696;
	border-bottom: 0 #0000;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 24px 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	display: block;
	box-shadow: 0 1px #e6e4e4;
   
}

.quicktech-membershipcard h4 {
	color: #e64c26;
	font-size: 18px;
	font-weight: 500;
}

.quikctech-inquiry-btn a {
    padding: 10px 33px;
	border: 2px solid #f57921;
	border-radius: 40px;
    color: #f57921;
    font-weight: 500;
    font-size: 12px;
}
.quikctech-inquiry-btn a:hover {
   background-color: #f57921;
    color: white;
    box-shadow: 0 4px 16px #00000040;
}

.quikctech-head-mains{
    margin-top: 58px;
}
/* membership */

/* quicktech-peroso */
.quikctech-feed-text p{
    color: white;
}

/* quicktech-peroso */


/* contact */

.quikctech-contact {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.quikctech-contact h2 {
 color: #333;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.quikctech-contact p {
  font-size: 16px;
  margin-bottom: 20px;
}

.quikctech-contact-form label {
 margin-top: -9px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.quikctech-contact-form input,
.quikctech-contact-form select,
.quikctech-contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.quikctech-contact-form textarea {
  height: 120px;
}

.quikctech-submit {
  width: 100%;
  padding: 12px;
  background-color: #f26522;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.quikctech-submit:hover {
  background-color: #d9551b;
}

.quicktech-contact-img {
	height: 797px;
	object-fit: cover;
}


/* contact */

/* footer */
.quiktesh-footer-logo img{
    height: 70px;
}
.quiktesh-footer-logo p{
    color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding-top: 10px;
  
}

#quicktech-footer{
    padding-top: 40px;
}

.quicktech-social ul{
    display:flex;
    gap: 15px;
}
.quicktech-social ul li a{
    color: white;
    font-size: 20px;
}

.quikctech-time h4{
    color: white;
    font-weight: 700;
    font-size: 14px;
}
.quikctech-time p{
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.quicktech-menus ul h2{
    font-size: 16px;
  color: white;
  font-weight: 600;
}
.quicktech-menus ul li{
    padding-bottom: 21px;
}
.quicktech-menus ul li a{
    color: white;
}
.quicktech-menus ul li a {
	color: #fff;
	font-size: 14px;
  line-height: 20px;
	;
}

.quicktech-menus ul li{
    color: white;
}

.quikctech-copy-right p{
    color: white;
    font-size: 14px;
}
/* footer */

/* about */
.quikctech-about-text h1{
    color: #aaa;
  text-align: center;
  letter-spacing: -5px;
  font-size: 75px;
  font-weight: 300;
}

.quikctech-about-text p{
    text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.quikctech-p-t-text h4{
    text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}


.quikctech-trainer-image img{
    height: 200px;
}
/* about */


/* perosnal training */
.quikctech-trainer-image{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-items: center
}


/* personal training */

/* swiming lesson */
.quicktech-swiming-text h4{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
}

.quicktech-swiming-text p{
    text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}

.quikctech-si-inner{
    display: flex;
    gap: 20px;
}
.quikctech-si-inner img{
    height: 160px;
}
.quikctech-si-inner p{
    text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.quicktech-swiming-text img{
    height: 557px;
}

.gapp{
    row-gap: 20px;
}
/* swiming lesson */

/* event */
    .quikctech-event-img img{
    height: 496px;
    padding-bottom: 10px;
    }

/* event */

/* blog */
.quikctech-blog-card {
	display: flex;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	/* height: 245px; */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quikctech-blog-card:hover{
    box-shadow: none;
}
.quikctech-blog-card-text{
    width: 50%;
}
.quikctech-blog-card-img{
    width: 50%;
}

.quikctech-blog-card-img img{
    height: 100%;
}

.quikctech-blog-card-text span{
    font-size: 13px;
  padding: 3px 14px;
  background-color: red;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}
.quikctech-blog-card-text h3{
    color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.quikctech-blog-card-text p{
    color: #585858;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.quikctech-blog-card-text h6{
    color: #a5a5a5;
  border-bottom: 1px #ff8e64;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
 
}
/* blog */