/*
 ====================== FONT FAMILY ======================
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


/*
 ====================== GLOBSLE VARIBLE  ======================
*/

/*
   ======= COLOR AND FONT TYPOGRAPHY
*/

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /*  ------ Color ------  */
    --dc-main-color: #2ba8aa;
    --dc-dark-color: #4e5862;
    --dc-white-color: #ffffff;
    --dc-red-bgcolor: #c32d26;
    --dc-black-color: #010101;
    --dc-blue-color: #038dac;

    --dc-light-bgcolor: #eaedee;
    --dc-white-bgcolor: #ffffff;
    --dc-blue-bgcolor: #007dbc;
    --dc-yellow-color: #fcea58;

    /*  ------ Typograph ------  */
}


.vs-head1 {
    font-size: 90px;
    color: var(--dc-dark-color);
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1 !important;
}

.vs-head2 {
    font-size: 77px;
    color: var(--dc-main-color);
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1 !important;
}

.vs-head3 {
    font-size: 45px;
    color: var(--dc-main-color);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1 !important;
}

.vs-head4 {
    font-size: 27px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1 !important;
}

.vs-head5 {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1 !important;
}

.vs-para {
    font-size: 22px;
    color: var(--dc-dark-color);
    line-height: 1 !important;
}

html {
    scroll-behavior: smooth;
}
body{
	font-family: 'Roboto Condensed', sans-serif;
}
/*********************** BANNER CSS OPEN ************************/
.main-banner{
    box-shadow: 0px 0px 10px #6e6e6e;
}
.main-banner hr{
    width: 250px;
    margin: 10px auto;
    height: 3px;
    color: #fff;
    opacity: 1;
}

.main-banner .vs-head4{
    font-size: 36px;
    margin-bottom: 20px;
}
.main-banner .vs-para{
       padding: 5px 10px;
    color: #088fac;
    background: #fff;
    display: inline;
   font-size: 20px;
    font-weight: 400;
}
/*********************** BANNER CSS CLOSE ************************/


/*********************** SPORT ACTIVITIES CSS OPEN ************************/
.sport-activities .sec_title .line{
    opacity: 0.5;
    height: 2px;
 background-image: linear-gradient(to right, #3bbca7, #33b7a9, #2db3aa, #28aeab, #26a9ab, #21a5ac, #1ca2ac, #1a9eac, #129aac, #0a96ad, #0692ac, #068eac);
    max-width: 405px;
    margin: auto;
}
.sport-activities .sec_title .vs-head5{
    line-height: 1.3 !important;
    font-size: 20px;
  /* Create the gradient. */
background-image: linear-gradient(to right, #3bbca7, #33b7a9, #2db3aa, #28aeab, #26a9ab, #21a5ac, #1ca2ac, #1a9eac, #129aac, #0a96ad, #0692ac, #068eac);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
    text-transform: uppercase;
}
.sport-activities .sec_title .vs-head5 span{
    font-size: 40px;

}
.sport-activities .video-part{
    width: 85%;
    margin: auto;
}
/*********************** SPORT ACTIVITIES CSS CLOSE ************************/

.sec__desctibre{
    /*margin-top: -100px;*/
    padding-top: 60px;
    padding-bottom: 50px;
}

.sec__desctibre .sec_title .vs-head4{
    color: var(--dc-blue-color);
    text-transform: uppercase;
    line-height: 1.68 !important;
    background: #fff;
    padding: 5px 10px;
    display: inline;
    font-size: 36px;
}
.main-sec-desctibre img{
    border: 4px solid #fff;
}
.main-sec-desctibre .vs-head4{
  text-transform: uppercase;
    font-size: 40px;
}
.main-sec-desctibre .vs-head4.mobile{
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    padding: 5px;
}
.last-row .right .vs-head4{
       line-height: 1.3 !important;
    margin-top: 22px;
}



.sec_map .map-part{
    display: inline-block;
    position: relative;
}
.sec_map .map-part .map{
    max-width:350px;

}
.sec_map .map-part .abs1{
    position: absolute;
    top: 50px;
    left: 90px;
}
.sec_map .map-part .abs{
    position: absolute;
    display: flex;
    cursor: pointer;
}
.sec_map .map-part .abs img{
    max-width: 20px;
}
.sec_map .map-part .abs.abs3{
    top: 85px;
    left: 72px;
}
.sec_map .map-part .abs.abs3:hover{
    top: 55px;
    left: 62px;

}
.sec_map .map-part .abs.abs4 {
    top: 145px;
    left: 120px;
}
.sec_map .map-part .abs.abs4:hover {
    top: 115px;
    left: 110px;
}
.sec_map .map-part .abs.abs5 {
    top: 200px;
    left: 75px;
}
.sec_map .map-part .abs.abs5:hover {
    top: 170px;
    left: 65px;
}
.sec_map .map-part .abs.abs6 {
    top: 250px;
    left: 45px;
}
.sec_map .map-part .abs.abs6:hover {
    top: 220px;
    left: 35px;
}
.sec_map .map-part .abs.abs7 {
    top: 330px;
    left: 15px;
}
.sec_map .map-part .abs.abs7:hover {
    top: 300px;
    left: 5px;
}
.sec_map .map-part .abs.abs8 {
    top: 530px;
    left: 130px;
}
.sec_map .map-part .abs.abs8:hover {
    top: 500px;
    left: 120px;
}
.sec_map .map-part .abs h5{
    display: none;
    color: #408ac7;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.sec_map .map-part .abs1 img{
    max-width: 20px;
}
.sec_map .map-part .abs1:hover img{
    max-width: 50px;
}
.sec_map .map-part .abs1:hover{
    top: 20px;
    left: 80px;
}
.sec_map .map-part .abs .abs-text {
    position: absolute;
    right:80px;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.sec_map .map-part .abs.abs4 .abs-text{
    right:-170px;
}
.sec_map .map-part .abs.abs8 .abs-text{
    right:-100px;
}
.sec_map .map-part .abs:hover .abs-text h5{
    display: block;
    /*background: #fff;*/
    /*padding: 3px 10px;*/
}
.sec_map .map-part .abs2{
    position: absolute;
    top: 145px;
    left: 75px;
}
.sec_map .map-part .abs2 img{
    max-width: 20px;
}
.sec_map .map-part .abs:hover img{
    max-width: 50px;
}
.sec_map .map-part .abs2:hover{
    top: 115px;
    left: 65px;
}
.main-banner .left img{
 max-width:300px;
	 margin-bottom:10px;
}
.main-sec-desctibre img{
    height: 280px;
    object-fit: cover;
}
.main-sec-desctibre  img{
	  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	
	
}
.main-sec-desctibre .last-row img{
	    height: 270px;
}
.sec__desctibre .sec_btn a{
	background:#fff;
	padding:12px 50px ;
	color: #000;
	border-radius:3px;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
.new-text{
	color:#038dac;
	font-size:20px;
	margin-bottom:40px;
}
@media (min-width: 991.98px) {

    .main-sec-desctibre{
        width: 85%;
        margin: auto;
    }
}


@media (max-width: 767.98px) {
    .main-sec-desctibre .last-row img{
          height: 150px;
        object-fit: cover;
    }
    .sec_map  .map-part .abs h5{
        display: block;
    }
    .sec_map  .map-part .map {
        max-width: 240px;
        padding-left: 70px;
    }
    .main-banner .vs-head4,.sec__desctibre .sec_title .vs-head4, .sport-activities .sec_title .vs-head5 span{
        font-size: 25px;
    }
    .sport-activities .sec_title .vs-head5 {
        line-height: 1.3 !important;
        font-size: 14px;
    }
    .main-sec-desctibre .vs-head4{
        font-size: 24px;
    }
    .main-sec-desctibre img {
        height: 140px;
        object-fit: cover;
    }
    .sec_map  .map-part .abs1,
    .sec_map  .map-part .abs1:hover{

        top: 5px;
        left: 120px;
    }
    .sec_map  .map-part .abs img,
    .sec_map  .map-part .abs:hover img{
        max-width: 25px;
        z-index: 9;
    }
    .sec_map .map-part .abs.abs3,
    .sec_map .map-part .abs.abs3:hover{
        top: 40px;
        left: 104px;
    }
    .sec_map .map-part .abs2,
    .sec_map .map-part .abs2:hover{
        position: absolute;
        top: 75px;
        left: 105px;
    }
    .sec_map .map-part .abs.abs4,
    .sec_map .map-part .abs.abs4:hover{
        top: 65px;
        left: 140px;
    }
    .sec_map .map-part .abs.abs5,
    .sec_map .map-part .abs.abs5:hover {
        top: 110px;
        left: 110px;
    }
    .sec_map .map-part .abs.abs6,
    .sec_map .map-part .abs.abs6:hover{
        top: 150px;
        left: 85px;
    }
    .sec_map .map-part .abs.abs7,
    .sec_map .map-part .abs.abs7:hover{
        top: 200px;
        left: 70px;
    }
    .sec_map .map-part .abs.abs8,
    .sec_map .map-part .abs.abs8:hover{
        top: 315px;
        left: 140px;
    }
    .sec_map .map-part .abs .abs-text {
        position: absolute;
        right: 45px;
    }
    .sec_map .map-part .abs.abs4 .abs-text {
        right: -120px;
    }
    .sec_map .map-part .abs .bdr{
        position: absolute;
        height: 2px;
        background: #a4c7e9;
        z-index: 1;
        right: 13px;
        bottom: 1px;
    }
    .sec_map .map-part .abs1 .bdr{

        width: 98px;
    }
	.sec_map .map-part .abs.abs1 .abs-text{
		    right: 60px;
	}
	.sec_map .map-part .abs.abs1 .abs-text{
	}
.sec_map .map-part .abs.abs2 .abs-text{
	    right: 40px;
	}
.sec_map .map-part .abs.abs5 .abs-text{
	right:81px;
	}
	.sec_map .map-part .abs.abs6 .abs-text{
	right:25px;
	}
	.sec_map .map-part .abs.abs7 .abs-text{
	right:35px;
	}
	.sec_map .map-part .abs.abs8 .abs-text {
    right: -70px;
}
	.sec_map .map-part .abs.abs4 .abs-text {
    right: -100px;
}
    .sec_map .map-part .abs3 .bdr{
        width: 131px;
    }
    .sec_map .map-part .abs2 .bdr{
        width: 83px;
    }
    .sec_map .map-part .abs5 .bdr{
        width: 137px;
    }
    .sec_map .map-part .abs4 .bdr{
        width: 115px;
        left: 8px;
    }
    .sec_map .map-part .abs6 .bdr{
        width: 60px;
    }
    .sec_map .map-part .abs7 .bdr{
        width: 98px;
    }
    .sec_map .map-part .abs8 .bdr{
            left: 8px;
    width: 85px;
    }
    .sec_map .map-part .abs h5{
            font-size: 16px;
    }
    .main-banner .left img{
        max-width: 150px;
    }
    .main-banner .vs-para{
        font-size: 15px;
    }
	.sec__desctibre{
    padding-top: 50px;
	}
	.sport-activities .sec_title .line {

    max-width: 265px;
}
}
