/*
Template Name: Swimming
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/


/*********************center****************/
.carousel-caption{
	/*background-color: var(--black_transparent);*/
	bottom:0;
	left:0;
	color:var(--bs-white);
	width:100%;
	height:100%;
    padding: 110px 140px 0px 140px;
	text-align:left;
	background:linear-gradient(99.89deg, #0286d37d 0%, #034683 106.22%);
 }
 


.carousel-caption h1{
   font-size:60px;
   color:var(--bs-white);
 }

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
/*********************center_end****************/

/*********************course****************/
.nav-tabs .nav-link {
    border: none;
    padding: 15px 35px;
    background: none;
    color: var(--black);
    transition: 0.3s;
    font-size: 16px;
    border-radius: 0;
	background: var(--bs-white);
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.nav-tabs .nav-link:hover {
    background: var(--secondry);
    color: var(--bs-white);
}
.nav-tabs .nav-link.active {
    background: var(--secondry);
    color: var(--bs-white);
}

.courses_2_inner_left{
	overflow:hidden;
}

/*********************course_end****************/

/*********************testim****************/
#testim {
    background-image: url(../image/11.jpg);
    background-position: center center;
    background-size: cover;
}
#surfing {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}

/*********************testim_end****************/



@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
	padding:20px 15px 20px 15px;
	background:var(--bs-dark)!important;
	text-align:left!important;
	width:100%!important;
}
.carousel-caption h1 {
    font-size: 40px;
}
.carousel-caption p {
   width:100%!important;
}
.carousel-caption .button {
   padding:10px 15px;
}
.about_h1_right {
	padding:15px!important;
}
.nav-tabs .nav-link{
	margin-top:5px;
	margin-bottom:5px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 40px;
}

.carousel-caption br {
    display:none;
}
.carousel-caption p {
  width:100%!important;
}
.carousel-caption{
	  padding: 70px 30px 0px 30px;
 }
.carousel-caption .button{
	padding-left:15px;
	padding-right:15px;
 }
.about_h1_right {
	padding:15px!important;
}

.nav-tabs .nav-link {
  padding: 15px 25px;
}

 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 36px;
}

.carousel-caption{
	padding: 130px 50px 0px 50px;
 }
 }

@media (min-width:1201px) and (max-width:1350px) {
.carousel-caption{
	padding: 100px 70px 0px 70px;
 }
 }
@media screen and (min-width : 1400px){
.carousel-caption{
	padding: 220px 140px 0px 160px;
 }
 }


 
