* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.font-family{
font-family: 'Tektur', sans-serif;
}

/*--------------------------------------------------------------
.Header
--------------------------------------------------------------*/
header{
	background-color:#3dcbeb;
	align-items:center;
	font-family: 'Tektur', sans-serif;
}
.m-left{
	margin-left:11px!important;
}
.mr-none{
	margin-right:0px!important;
}
.ctrl-wd{
	width:auto!important;
}
.text-head{
	font-size:15px;
	color:#04262e;
}
.text-cont{
	font-size:13px;
	color:#0e738a;
}
.rhs-bdr{
	border-right: 3px solid #b8eef6;
}
.padd-tb{
	padding:5px 10px;
}
.linear-clr{
	margin-bottom: 0rem!important;
	background-image: linear-gradient(to right, #3dcbeb ,#b8eef6 );
}
.sm-link{
	flex:1;
	text-align: center;
}
.text-cont:hover{
	color:#d0f2fa;
}
.sm-link:hover{
	color:#d0f2fa;
}
.hover:hover{
	color:white;
}

.sm{
	padding: 10px;
	color:#04262e;
}
.black{
	color:black;
}

.container-1{
    /* margin-left: 5%; */
    margin-right: 5%;
}
@media only screen and (max-width: 963px) {
		header {
		  display:none!important;
		  
		}
}


 .navbar li {
    list-style: none;
}

 .navbar a {
    color: #0e738a;
    text-decoration: none;
}

.navbar {
    min-height: 70px;
    display: flex;
	font-family: 'Tektur', sans-serif;
    justify-content: space-between;
    align-items: center;
    padding: 0px !important;
	/* background: #b8eef6; */
	background: linear-gradient(to right, #f1eded, #ebebe4, #cfdbcf, #b8eef6, #b8eef6, #b8eef6, #b8eef6);
	
}
#sticky{
	position:sticky;
	top:-1px;
	z-index:5;	
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 0px;
    gap: 60px;
}

.logo {
    font-size: 1.5rem;
	color:#14aefe!important;
	font-family: 'Tinos', serif;
}

/* .nav-link { */
   
    /* transition: 0.7s ease; */
/* } */
.nav-link{
	position:relative;
}
.nav-link::after{
	font-size: 1.2rem;
  background: none repeat scroll 0 0 transparent;
  /* bottom: 0; */
  content: "";
  display:block;
  height: 2px;
  left: 50%;
  right:50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-link:hover::after{ 
  width:100%;
  left: 0; 
}
/* .nav-link:hover { */
    /* color: hsl(850, 100%, 85%); */
/* } */

.hamburger {
    cursor: pointer;
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #0e738a;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        flex-direction: column;
        background: #e3fdff;
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }
}
<!--about-section-->
/*--------------------------------------------------------------
About owner
--------------------------------------------------------------*/ 
.img-fluid {
  max-width: 100%;
  height: auto;
}

.about-margin{
	/* margin-bottom:146px; */
	/* font-family: 'Tinos', serif; */
}

.clear {
  clear: both;
}

.container-1 {
  background: #fff;
  max-width: 1100px;
  margin: auto;
  transform: translateY(15%);
 box-shadow: 9px 9px 18px #14b4fc, -9px -9px 18px #b8eef6;
}
.container-1 .circles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container-1 .circles:before {
  content: "";
  position: absolute;
  left: -6%;
  top: -8%;
  width: 200px;
  height: 200px;
  background: #14b4fc;
  border-radius: 50%;
}
.container-1 .circles:after {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -15%;
  width: 200px;
  height: 200px;
  background: #14b4fc;
  border-radius: 50%;
}
.container-1 .details-container-1 {
  position: relative;
  display: flex;
}
.container-1 .details-container-1 .avatar {
  margin: 10px auto;
  position: relative;
  float: left;
  padding: 20px;
}
.container-1 .details-container-1 .avatar img {
  max-width: 240px;
  margin-top: -70px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 6px 0px #22222273;
}
.container-1 .details-container-1 .about {
  float: right;
  padding:50px 50px 0px 50px;
}
.container-1 .details-container-1 .about .name p {
  margin: 0;
  color: #131311;
  line-height: 1.6em;
  font-size: 1.1em;
}
.container-1 .details-container-1 .about .name h2 {
  color: #00a8ff;
  font-weight: bold;
  margin: 0;
  font-size: 1.8em;
}
.container-1 .details-container-1 .about .about-content p {
  line-height: 1.6em;
  text-align:justify;
  font-family: 'Tektur', sans-serif;
  color: #0e738a;
  margin-bottom:0px;
}
.skills-container-1{
	padding: 0px 50px 50px 50px;
}

.skills-container-1 p  {
 
  padding: 5px 20px;
  color: #0e738a;
  text-align:justify;
  font-family: 'Tektur', sans-serif;
  transition: 0.2s all;
  margin-bottom:0px;
}

@media only screen and (max-width: 766px) {
  .container-1 {
    height: auto;
  }
  .container-1 .details-container-1 {
    flex-direction: column;
  }
  .container-1 .details-container-1 .avatar img {
    width: 300px;
  }
  .container-1 .details-container-1 .about {
    margin-top: 10px;
  }
  .about-margin{
	margin-bottom:300px;
}
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUpFromBottom {
  0% {
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*****************/

@media(max-width: 900px){
    .about-section{
        grid-template-columns: 1fr;
        width: 100%;
        border-radius: none;
    }
    .image{
        height: 100vh;
        border-radius: none;
    }
    .content{
        height: 100vh;
        border-radius: none;
    }
    .content h2{
        font-size: 20px;
        margin-top: 50px;
    }
    .content span{
        margin: 20px 0;
    }
    .content p{
        font-size: 14px;
    }
    .links li a{
        font-size: 14px;
    }
    .links{
        margin: 5px 0;
    }
    .links li{
        padding: 6px 10px;
    }
    .icons li i{
        font-size: 15px;
    }
}
.credit{
    text-align: center;
    color: #000;
  }
  
  .credit a{
    text-decoration: none;
    color:#000;
    font-weight: bold;
  } 

/*service-section*/
.s-section{
  /* height: 100vh; */
  width: 100%;
  display: grid;
  place-items: center;
}
/* .our{ */
	/* margin-top:120px; */
/* } */
.s-row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  font-family: 'Tektur', sans-serif;
  padding: 1em 1em 1em 1em;
}
.s-card {
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 378px;
  padding: 2em 1.5em;
  height: 100%;
  width: 100%;
  background-position:0 2.5%;
  background-size: 100% 200%;
  border-left: 5px solid #b8eef6;
  cursor: pointer;
}
.ripple {
  background-position: center;
  transition: background 0.5s;
  background: white radial-gradient(circle, transparent 1%, #14aefe 1%)
    center/15000%;
}
.ripple:hover {
  background-color:#14aefe;
  background-size: 100%;
}
.s-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0e738a;
  margin: 1em 0;
}
.icon-cont{
	width: 34px;
    height: auto;
}
.s-card p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  text-align:justify;
}
.icon-wrapper {
  background-color: #00a8ff;
  position: relative;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  border-radius: 4px;
  color: #ffffff;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.s-card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.s-card:hover h3 {
  color: #ffffff;
}
.s-card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .our{
	  margin-top:150px;
  }
}
.section-heading {
	font-size: 2.2rem;
    color: #14aefe!important;
    font-family: 'Tinos', serif;
}


/*gallery-css--*/

	
.image-width{
	width:100%;
	height:250px;
}
#img{
	transition:0.3s;
}
#img:hover{
	 box-shadow: 0 0 12px 1px rgba(0, 140, 186, 0.5);
	 transform: scale(1.1); 
	 transition:0.3s;
}



/*contact-css--*/

.form-container-main {
  min-height: 100dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  font-family: 'Tektur', sans-serif;
}

.form-container {
  width: 70%;
  background-color: #3dcbeb;
  padding: 30px 30px 30px 0px;
  display: flex;
  border-left: 5px solid #b8eef6;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
@media (max-width: 1200px) {
  .form-container {
    width: 75%;
  }
}
@media (max-width: 1100px) {
  .form-container {
    width: 85%;
  }
}
   /*--form-css--*/
@media(max-width:375px){
	
	.form-image{
		display:none;
	}
}
@media (max-width: 800px) {
  .form-container {
    display: block;
    padding: 30px;
    width: 90%;
  }
  .form-container .form-image {
    height: 300px;
    margin-bottom:90px !important;
  }
}
.form-container .form-image {
  flex-basis: 50%;
}
.form-container .form-image h2 {
  margin-left: 30px;
  color: white;
  font-weight: 800;
}
@media (max-width: 800px) {
  .form-container .form-image h2 {
    margin-left: 0px;
	}
}
.form-container .form-image model-viewer {
  margin-top: -30px;
  height: 100%;
  width: 100%;
}
.form-container .form {
  flex-basis: 50%;
}
.form-container .form input {
  color: #0e738a;
  width: 100%;
  background-color: #5dd9f1;
  border: none;
  outline: none;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  border-left: 1px solid transparent;
}
.form-container .form input:focus {
  border-left: 5px solid #b8eef6;
}
.form-container .form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background-color: #5dd9f1;
  color: #FF7A01;
  font-weight: bold;
  resize: none;
  max-height: 150px;
  margin-bottom: 20px;
  border-left: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.form-container .form textarea:focus {
  border-left: 5px solid #b8eef6;
}
.form-container .form .button-container {
  display: flex;
  gap: 10px;
}
.form-container .form .button-container .send-button {
  flex-basis: 70%;
  background: #b8eef6;
  padding: 10px;
  color: #04262e;
  text-align: center;
  font-weight: bold;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.form-container .form .button-container .send-button:hover {
  background: transparent;
  border: 1px solid #b8eef6;
  color: #b8eef6;
}
.form-container .form .button-container .reset-button-container {
  filter: drop-shadow(1px 1px 0px #b8eef6);
  flex-basis: 30%;
}
.form-container .form .button-container .reset-button-container .reset-button {
  position: relative;
  text-align: center;
  padding: 10px;
  color: #b8eef6;
  font-weight: bold;
  background: #5dd9f1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: all 0.2s ease-in-out;
}
.form-container .form .button-container .reset-button-container .reset-button:hover {
  background: #b8eef6;
  color: #04262e;
}
.locate-link{
	margin:65px 0px;
}
.locate-link ul li {
    color: #04262e;
    margin: 34px;
    list-style-type: none;
	font-size:18px;
	
}
.locate-link a{
	text-decoration:none;
	color:#0e738a;
	display:inline-block;
}
.locate-link a:hover{
	color:#d0f2fa;
}
.branch{
	margin-bottom:50px !important;
}

.th-decor{
	background-color: #3dcbeb;
    border-left: 5px solid #b8eef6;
}
.table-decor{
	font-family: 'Tektur', sans-serif;
}


/*footer-css--*/
footer{
	background: #3dcbeb;
}
footer h4{
	font-size:22px;
	margin-left:32px;
	line-height:2;
	font-family:'Tinos', serif;
	font-weight:bolder;
	color:white;
}
.m-right{
	margin-right:0px!important;
}
footer a{
	font-size:15px;
    line-height: 2;
	color:#0e738a;
	font-family:'Tektur', sans-serif;
}

.copyright{
    background-color: #E91E63;
}
.pl-2{
	padding-left:2rem!important;
}
#service>ul>li>a{
	cursor: context-menu;
}

/*--owl-carousel--*/

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #b8eef6!important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
/*product page css*/
#main-container{
  gap:2rem;
  background:pink;
  display:flex;
  align-items:center;
  justify-content:center;
}
#card{
  width:200px;
  background:green;
  border-radius:10px;
  padding:10px;
  color:yellow;
  cursor:pointer;
  
}
#card p{
  font-size:30px;
}
h1{
  font-size:20px
}
#portal{
  position:absolute;
  inset:0;
  background:#00000080;
  display:none;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  z-index: 999;
}
  /* display:none; */

#main-portal{
  width:50%;
  height:70vh;
  background:white;
  border-radius:10px;
  padding:9px;
  position:relative;
  overflow-y:scroll;
}
#main-portal::-webkit-scrollbar {
  display: none;
}
#close-btn{
  position:absolute;
  right:41vh;
  top:10.5vh; 
  background:black;
  padding:5px;
  border-radius:50%;
  font-size:10px;
  display:inline-block;
  cursor:pointer;
  z-index:99999
}
#main-portal p{
  font-size:20px; 
}
#card img{
  width:100px;
  height: 100px;
}

   /*********************bodybuilding-css**************/

.main {
 	display: flex;
	flex-direction: column;
	align-items: center;
}
.topText {
  font-size: 18px;
  font-weight: bold;
}
.selectSection {
	display: grid;
	grid-template-columns: repeat( 3, 1fr);
	justify-content: center;
	text-align: center;
    margin-top: 10px;
}
.selectSection button {
    font-size: 18px;
	background-color: rgba(209, 207, 207, 0.575);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
	border: 0;
    padding:12px;
}
.selectSection button:hover {
	cursor: pointer;
}
.active {
	background-color: #87CEEB !important;
}
/* hides every element except the first */
.content:not(:first-child) {
	display: none;
}
.gap{
	column-gap:20px;
}
.contentSection {
	margin: 40px;
	display: block;
	color: #666;
	display: grid;
}
.pd-top{
	padding:25px 0px 0px 0px;
}
.width{
	width:100%;
}
.margin-bt{
	margin-bottom:60px;
}

/*----------card---------------*/
.gap1{
	column-gap:188px;
}
h2{
	align-items:center;
	justify-content:center;
}