@font-face {
    font-family: redzone;
    src: url(../fonts/VTFRedzone-Classic.ttf);
}

@font-face {
    font-family: redzone2;
    src: url(../fonts/VTFRedzone-ClassicOblique.ttf);
}



@font-face {
    font-family: welsheim;
    src: url(../fonts/GTWalsheimPro-Regular.ttf)
}



body,
html {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    background: #0c0c0c;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'welsheim', sans-serif;
    scroll-behavior: smooth;
}

img {
    object-fit: contain;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    background: #fff;

}


/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF5B00;
}

/* Handle on hover */


p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #fff;
}

h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

h5 {
    font-weight: 400;
    font-size: 18px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #FF5B00;
}

.flex-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-2 {
    color: #FF5B00!important;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}


header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;

}

.header-align {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 80px;
    position: relative;
    gap: 15px;
    transition: .4s;

}

.header-right {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 65px;
}

.section {
    padding: 20px 0;
    margin-bottom: 6px;
}

.scroll-start header {
    background: #0c0c0c;
    transition: .4s;
}

.scroll-start .header-align {
    height: 85px;
    transition: .4s;
    padding-bottom: 15px;


}


.scroll-start .fixed-contact>div {
    padding: 12px 5px 12px 5px;
    min-width: auto;

}

.logo {
    align-items: center;
    display: flex;
    z-index: 9;


}

.logo img {
    max-width: 150px;
    height: 70px;
    object-fit: contain;
    transition: .4s;
    z-index: 99;

}

.scroll-start .logo img {
    height: 60px;
    transition: .4s;
}

.nav {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    min-height: 50px;


}

.nav-items {
    color: white;
    align-items: center;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    height: fit-content;
    cursor: pointer;
    line-height: initial;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    text-transform: uppercase;
    font-family: 'redzone', sans-serif;

}
.nav-items.active{
    color: #FF5B00;
}
.nav-items:hover:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FF5B00;
    opacity: .6;
    animation: tab_border .2s;
}

@keyframes tab_border {
    0% {
        width: 0px;
        opacity: .2;
    }

    100% {
        width: 30px;
        opacity: .6;
    }

}

/* .nav-items.active {
    color: #FF5B00;


}
.nav-items.active:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0 ;
    width: 30px;
    height: 2px;
    background: #FF5B00;
    opacity: .6;
    animation: tab_border .2s;
} */

.nav-items-dropdown.show .dropdown-arrow {
    transform: rotate(90deg);
    transition: .4s;
}

.nav-special {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav-special span {
    display: block;
    color: #FF5B00;
    font-size: 10px;
}

.menu {
    width: 25px;
    height: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    display: none;
}

.menu span {
    height: 2px;
    width: 100%;
    background: white;

}

.menu span:nth-child(2) {
    width: 80%;
}

.button-site {
    background: #FF5B00;
    color: #fff;
    padding: 6px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 42px;
    font-weight: 700;
    width: fit-content;
    transform: skew(-10deg) !important;
    min-width: 140px;

}

.button-site:hover span {
    animation: btn_anim .4s ease;
    height: 100%;


}

.button-site h6 {
    color: #fff;
    z-index: 9;
    font-weight: 500;
    font-size: 16px;
    font-family: 'welsheim', sans-serif;
    transform: skew(10deg);

}

.button-site span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 91, 0, 0.6), #0c0c0c);
    height: 0%;
    top: 0;
    z-index: 1;
    transition: .4s;
    color: white;
}

.text-head {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    font-style: italic;
    font-family: 'redzone', sans-serif;
    color: #FEFEFE;
}

.text-para {
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.heading {
    color: #FEFEFE;
    font-size: 44px;
    line-height: 54px;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 40px 0;
    max-width: 600px;
    font-family: 'redzone', sans-serif;
    
}
.heading2 {
    color: #FEFEFE;
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    font-family: 'redzone', sans-serif;

}
.heading3 {
    color: #FEFEFE;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    font-family: welsheim;

}

.text-head2 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'welsheim', sans-serif;
}

.paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

/* home start */
.home {
    height: 100vh;
    /* background: url(../images/home-bg1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;

}

.home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0D0D0D6B;
}
video.video-desktop {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: .5;
    height:100vh;
    object-fit:cover;
}
video.video-mob {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: .5;
    display: none;
    height:100vh;
    object-fit:cover;
}
.home-row {
    height: 100%;
    align-items: center;
    align-content: center;
}

.home-para {
    display: flex;
    gap: 10px;
    justify-content: center;


}
.animate-contain {
	height: 30px;
	overflow: hidden;
	text-align: center;

}
.animated-text {
	display: inline-block;
	transition: 300ms all;
	margin-top: 0;
	animation: slide 8s infinite alternate ease-in-out;
	color: #fff;
}

@keyframes slide{
	0%{margin-top:0;}
	10%{margin-top:0;}

	20%{margin-top:-30px;}
	30%{margin-top:-30px;}

	40%{margin-top:-60px;}
	50%{margin-top:-60px;}

	60%{margin-top:-90px;}
	70%{margin-top:-90px;}

	80%{margin-top:-120px;}
	90%{margin-top:-120px;}

	100%{margin-top:-120px;}

}
.animate-contain > .text-para{
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.animated-text .text-para{
    color: #FF5B00!important;
    line-height: 30px!important;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.home-para div .text-para {
    text-align: left;

}

.home-para div .text-para:not(:first-child) {

    color: #d85004;
    line-height: 24px;
}

.home-main {
    padding: 50px;
    max-width: 800px;
    text-align: center;
    margin: 80px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

/* services start */
.services {
    /* min-height: 100vh; */
    background: url(../images/services.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;

}

.services-container {
    padding: 0 0 40px 0;
}

.services-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.services-box {

    width: 20%;
    padding: 7px;

}

.services-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 15px;
    transition: .4s;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #00000080;
    align-items: center;
    height: 100%;

}

.services-col:hover {
    transition: .4s;
    cursor: pointer;
    background: #0c0c0c;
    border-color: #FF5B00;
    transform: scale(.96);
}

.services-col .text-head2 {
    text-align: center;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;

}

/* services end */


/* sports start */

.sports {
    /* min-height: 100vh; */
    background: url(../images/sports-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;

}

.sports .heading {
    text-align: left;
    padding: 0;
}
.sports-items-row h5{
    font-weight: 700;
}

.sports-row {
    padding: 60px 0;
    margin: 0;
    align-items: flex-start;
    row-gap: 40px;
}
.sports-col-left{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sports-col-right {

    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;

}

.sports-col-right img:nth-child(1) {
    width: 60%;
}

.sports-col-right img:nth-child(2) {
    width: calc(57% - 30px);
}

.sports-col-right img:nth-child(3) {
    width: 43%;
}

/* sports end */

/* common start */

.common-sec {
    /* min-height: 100vh; */
    /* background: url(../images/sports-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    padding: 0;

}

.common-sec .heading {
    text-align: left;
    padding: 0;
}


.common-sec-row {
    margin: 0;
    align-items: flex-start;
    row-gap: 40px;
}
.common-sec:nth-child(even) .common-sec-row{
    flex-direction: row-reverse;
}
.common-sec-col-left{
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    align-self: center;
}
.common-sec:nth-child(even) .common-sec-col-left {

    align-items: self-end;
    padding-right: 7%;
    text-align: right;
}
.common-sec:nth-child(odd) .common-sec-col-left {
    padding-left: 7%;
}
.common-sec:nth-child(even) .common-sec-col-left div{
    text-align: right;
}
.common-sec-col-right {

    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;

}
.common-sec:nth-child(odd) .common-sec-col-right{
    justify-content: flex-end;
}

.common-sec-col-right img {
    width: 95%;
}



/* common end */
/* major sports start */

.major-sports {
    /* min-height: 100vh; */
    background: url(../images/major-sports.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;

}

.major-sports .heading {
    text-align: left;
    padding: 0;
    font-size: 60px;
    line-height: 70px;
    color: #FF5B00;
    max-width: 350px;
}


.sports-row {
    padding: 60px 0;
    margin: 0;
    align-items: center;
    row-gap: 40px;
}
.major-sports .major-col-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.major-col-right {

    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;

}
.major-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    transition: .4s;
    border-radius: 6px;
    align-items: center;
    height: 100%;

}
.major-col img{
    width: 100%;
    padding-bottom: 10px;
}

.major-col:hover {
    transition: .4s;
    cursor: pointer;
    transform: scale(.96);
}

.major-col .text-head2 {
    text-align: center;
}

/* major sports end */



/* clients start */

.clients {
    /* min-height: 100vh; */
    background: url(../images/client-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;

}
.clients-main-col{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.clients .heading {
    text-align: left;
    padding: 0;
    color: #FF5B00;
}


.clients-row {
    padding: 60px 0;
    margin: 0;
    align-items: center;
    row-gap: 40px;
}

.clients-col {
    display: flex;
    gap: 5px;
    padding: 0;
    transition: .4s;
    border-radius: 6px;
    align-items: center;
    height: 100%;
    background: white;

}
.clients-col img{
    width: 100%;
    padding: 6px 20px;
}

.clients-col:hover {
    transition: .4s;
    cursor: pointer;
    transform: scale(.96);
}

.clients-col .text-head2 {
    text-align: center;
}
.clients-col2{
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 20px;
}
.clients-col2:hover {
    transition: .4s;
    cursor: pointer;
    background: #0c0c0c;
    border-color: #FF5B00;
    transform: scale(.96);
}
/* clients end */
/* coachstart */
#coach.major-sports {
    padding: 120px 0 100px 0;
    background: url(../images/coach-bg.png);
}
#coach .text-para{
    position: relative;
}
#coach .text-para::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -80px;
    background: url(../images/shape1.png);
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* coach end */
/* training start */
#training.major-sports {
    padding: 80px 0;
    background: url(../images/training.png);
    min-height: 80vh;
    display: flex;
    align-items: center;

}
#training.major-sports .heading {
    max-width: 600px;
    text-align: center;
    justify-content: center;
    display: flex;
}
#training.major-sports .container{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* training end */
/* contact page start */
.contact-sec .container{
    padding-top: 80px;
}
.contact-sec {
    /* min-height: 100vh; */
    background: url(../images/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;

}

.contact-sec .heading {
    text-align: left;
    padding: 0;
    font-size: 60px;
    line-height: 70px;
    color: #FF5B00;
    max-width: 350px;
}
.contact-row {
    padding: 60px 0;
    margin: 0;
    row-gap: 40px;
}
.contact-col-left{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contact-col-left .heading3{
   max-width: 400px;
}
.form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form input, .form textarea{
    width: 100%;
    padding: 10px 15px;
   border: 1px solid #FFFFFF73;
   background: initial;
   color: white;
   outline: none;
   font-size: 20px;
   font-weight: 500;
   background: #ffffff0d;
}
.form2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form2 input, .form2 textarea{
    width: 100%;
    padding: 10px 15px;
   border: 1px solid #343434;
   background: #343434;
   color: white;
   outline: none;
}
::placeholder{
    color: white;
}
.submit-text{
    position: absolute;
    top: -10px;
    left: 0;
    color: #FF5B00;
}
/* contact end */
#join.major-sports {
    padding: 80px 0;
    background: url(../images/victory.png);
    min-height: 350px;
    display: flex;
    align-items: center;
    background-position: center;
}
#join.major-sports .heading {
    max-width: 1000px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.everyone {
    /* background: url(../images/everyone.png); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    padding: 80px 0;
}
.everyone:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: url(../images/everyone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.everyone .heading{
    padding: 0;
    max-width: 100%;
    text-align: left;
    
}
.everyone-col{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
}
/* .everyone .col-lg-4:nth-child(2) .everyone-col{
    margin: 0 auto;
}
.everyone .col-lg-4:nth-child(3) .everyone-col{
    float: right;
}
*/
.row.everyone-row {
    row-gap: 50px;
    justify-content: space-between;
}
.everyone .col-lg-4{
    position: relative;
    width: 25%;
} 
.everyone .col-lg-4:nth-child(2):before{
    position: absolute;
    left: -25%;
    content: "";
    height: 40%;
    width: .5px;
    background-color: #FFFFFF73;
    top: 50%;
    transform: translateY(-50%);
}
.everyone .col-lg-4:nth-child(2):after{
    position: absolute;
    right: -25%;
    content: "";
    height: 40%;
    width: .5px;
    background-color: #FFFFFF73;
    top: 50%;
    transform: translateY(-50%);
}
.everyone-col img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}
/* footer start */
.footer {
    padding-top: 80px;
}
.footer-head{
    font-size: 20px;
    color: white;
    margin-bottom: 35px;
    font-family: redzone;
    position: relative;
    width: fit-content;
}
.footer-head span{
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    color: #FF5B00;
    font-size: 10px;
    font-family: welsheim;
}
.footer-container{
    display: flex;
    padding: 30px 0;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
}
.footer-container > div{
    width: 33.333%;
}

.footer a {
    font-size: 14px;
    color: #fff !important;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: welsheim;
    text-transform: none;
}
.footer-row{
    justify-content: space-between;
    row-gap: 80px;
}
.nav2 {
    width: auto;
}
.nav2 a{
    white-space: nowrap;
}
.social {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
    justify-content: center;
}

.social img {
    width: 26px;
    height: 26px;
    transition: 1s;
    cursor: pointer;
}

.social img:hover {
    transform: scale(1.2) rotate(360deg);
    transition: 1s;
    
}


.bottom-footer {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    padding: 30px 10px;
    text-align: center;
    border-top: 1px solid #FFFFFF17;
}
@media (min-width: 1600px){
.common-sec-row {
    max-width: 1320px;
    margin: 0 auto;
}
.common-sec:nth-child(even) .common-sec-col-left {

    padding-right: 0%;
}
.common-sec:nth-child(odd) .common-sec-col-left {

    padding-left: 0%;
}
}
@media(max-width: 1360px) {

    .home {
        height: 600px;
    }
    video.video-desktop {
        height: 600px;
        object-fit: cover;
    }

}

@media(max-width: 1200px) {

    .logo img {
        max-width: 120px;
    }

    .home-main {
        padding: 20px;
    }

    .text-head {
        font-size: 36px;
        line-height: 50px;
    }

    .text-para {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

    .services-box {
        width: 25%;
    }
    .heading {
        font-size: 38px;
        line-height: 50px;
    }


    .footer-container {
        padding: 50px 0;
    }



}

@media screen and (min-width:991px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1100px;
    }
}

@media(max-width: 990px) {
    .header-align {
        align-items: center;
        padding-bottom: 0 !important;
    }
    .sports-col-right{
        padding-left: 15px!important;
    }
    .sports-col-right img:nth-child(1){
        width: 100%;
    }
   


    .header-right {

        margin-right: 50px;
    }


    .menu {
        display: flex;
        z-index: 9999;
        position: absolute;
        right: 20px;
    }


    .nav {
        flex-direction: column;
        height: 100vh;
        background: #1E1E1E;
        width: 100vw;
        position: fixed;
        top: 0;
        right: -150vh;
        justify-content: flex-start;
        transition: .4s;
        padding-top: 120px;
        padding-bottom: 80px;

        width: 100%;
        padding-right: 0;
        border: none;
    }

    .header-align.open .nav {
        right: 0;

    }

    .open .menu span:nth-child(2) {
        display: none;
    }

    .open .menu span:nth-child(1) {
        transform: translate(0%, 10px) rotate(45deg);
        transition: .4s;
    }

    .open .menu span:nth-child(3) {
        transform: translate(0%, -6px) rotate(-45deg);
        transition: .4s;
    }

    .header-align .header-right .nav {

        position: fixed;
        height: 100vh;
        padding: 20px;


    }

    .header-align.open .header-right .nav {

        position: fixed;
        right: 0;
        gap: 30px;
        padding-top: 150px;
        align-items: center;


    }

    .services-box {
        width: 33%;
    }
    .everyone .col-lg-4 {   
        width: 28%;
    }
    .everyone .col-lg-4:nth-child(2):before {

        left: -14%;

    }
    .everyone .col-lg-4:nth-child(2):after {

        right: -14%;

    }
   


}

@media(max-width: 768px) {
    .everyone .col-lg-4:nth-child(2):before,   .everyone .col-lg-4:nth-child(2):after{
        display: none;
    }
    .everyone .col-lg-4 {   
        width: 100%;
    }
    .home {
        height: 100vh;
    }
    video.video-mob {
        display:block;
    }
.video-desktop{
    display: none;
}

    .home-main {
        padding: 20px 15px;
        /* margin: 0 auto; */
    }

    .home-row {
        padding: 40px 0;
    }

    .heading {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        padding: 30px 15px;
    }
    

    .services-row {
        margin: 0;
    }

    .services-box {
        width: 50%;
        padding: 5px;
    }

    .services-col {
        padding: 20px;
    }
    .sports-col-left {
 
        gap: 30px;
    }
    .sports-col-right{
        padding-left: 0px!important;
        gap: 20px;
    }
    
    .sports-col-right img:nth-child(2), .sports-col-right img:nth-child(3){
        width: calc(50% - 10px);
    }
    .common-sec:nth-child(even) .common-sec-col-left {
        align-items: flex-start;
        padding-right: 0;
        text-align: left;
    }
    .common-sec:nth-child(even) .common-sec-col-left div {
        text-align: left
    }
    .common-sec-col-right img {
        width: 100%;
    }
    .common-sec-row {
        margin: 0 auto;
        max-width: 540px;
        padding: 50px 15px;
    }
    .common-sec:nth-child(odd) .common-sec-row {
        flex-direction: column-reverse;
    }
    .common-sec:nth-child(even) .common-sec-row {
        flex-direction: column-reverse;
    }
    .common-sec:nth-child(odd) .common-sec-col-left {
        padding-left: 0;
    }

    .common-sec-col-left {
      
        padding: 0;
    }
    .sports-row {
        padding: 40px 0;
    }
    .clients-row{
        padding: 40px 0;
    }
    .sports-row {
        padding: 40px 0;
    }
    .major-sports .heading {
        font-size: 40px;
        line-height: 50px;

    }
    .heading2 {
        font-size: 28px;
        line-height: 38px;
    }
    #coach.major-sports {
        padding: 30px 0 0px 0;
    }
    #coach .major-col-right {
        padding: 0;
    }
    #coach .sports-row {
        flex-direction: column-reverse;
        gap: 100px;
    }





    .footer-container {
        padding: 30px 0;
    }.footer-container > div {
        width: 50%;
    }
    .contact-col-left {
      padding: 0;
    }


}

@media(max-width: 580px) {
    .footer-head {
        margin-bottom: 20px
    }
    .footer-row {
        row-gap: 35px;
    }




    .footer h5 {
        font-size: 26px;

    }

    .footer h6 {
        font-size: 16px;
        line-height: 24px;

    }

}

@media(max-width: 460px) {


    .bottom-footer {
        font-size: 14px;
    }
    .footer-container > div {
        width: 100%;
    }
    .social{
        justify-content: flex-start;
    }

}