@font-face {
	font-family: pl;
	src: url("font/Poppins-Light.woff2") format("woff2");
}
@font-face {
	font-family: fl;
	src: url("font/FiraSans-Light.woff2") format("woff2");
}
@font-face {
	font-family: fr;
	src: url("font/FiraSans-Regular.woff2") format("woff2");
}
@font-face {
	font-family: fm;
	src: url("font/FiraSans-Medium.woff2") format("woff2");
}
@font-face {
	font-family: fsb;
	src: url("font/FiraSans-SemiBold.woff2") format("woff2");
}
@font-face {
	font-family: fb;
	src: url("font/FiraSans-Bold.woff2") format("woff2");
}
@font-face {
	font-family: fghr;
	src: url("font/Franklin\ Gothic\ Heavy\ Regular.woff2") format("woff2");
}
@font-face {
	font-family: fo;
	src: url("font/FugazOne-Regular.woff2") format("woff2");
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #ffc670;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff9901;
}
html, body{
    overflow-x: hidden;
    background-color: white;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
/* Pop-up container */
.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 10px;
    transform: translateY(150%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all .6s ease;
}

/* Pop-up content */
.popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.popup-content a{
    font-size: 14px;
    font-family: fb;
    text-decoration: none;
    color: white;
}

/* Close button */
.close-btn {
    background-color: #ff9901;
    color: white;
    border: none;
    width: fit-content;
    margin: auto;
    padding: 2px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.close-btn:hover {
    background-color: #d32f2f;
}
#head{
    padding: 1% 4% 1% 4%;
    background-color: #ffc670;
}
#head-2nd{
    padding: 1% 4% 1% 4%;
    background-color: #0071f6;    
}
#head-1,#head-2{
    display: flex;
    align-items: center;
}
#head-1{
    justify-content: start;
}
#head-2{
    justify-content: end;
}
#head-2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
#head-2 a::before{
    content: url(phone.png);
    transform: scale(.9);
}
#head-1 a,#head-2 a{
    text-decoration: none;
    color: black;
    font-family: fr;
    font-size: medium;
}
#head-1 a:hover,#head-2 a:hover{
    text-decoration: underline;
}
.navbar{
    background-color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
#brandlogoo{
    width: auto;
    height: 90px;
    transform: scale(.9);
}
.navbar-nav{
    margin-left: auto;
}
#atag{
    color: white;
    transition: .4s;
    border-radius: 0.25rem;
    font-family: fr;
    cursor: pointer;
    font-size: medium;
}
#atag-home,#atag-services{
    color: black;
    background-color: #ffc670;
    border-radius: 0.25rem;
    cursor: pointer;
    font-family: fr;
    font-size: medium;
}
#atag:hover{
    background-color: #ffc670;
    color: black;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
}

/* Show dropdown menu on hover */
.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    background-color: black;
    
    border: 2px solid white !important;
}

/* Style dropdown items */
.dropdown-item {
    padding: 0.5rem 1rem !important;
    color: white !important;
    text-decoration: none !important;
    font-size: medium !important;
    text-align: center !important;
    font-family: fr !important;
}

.dropdown-item:hover {
    background-color: #ffc670 !important;
    color: black !important;
}
#home,#home--1,#home--2,#home--3,#home--4,#home--5,#home--6,#home--7{
	background-position: center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 46vw;
    padding: 10% 5% 10% 5%;
}
#home{
    background-image: url(Section1.png);
}
#home-b-1{
    background-color: #ffc67090;
    padding: 10% 5% 10% 5%;
}
#home--1{
    background-image: url(gallery/Section-d.png);
}
#home--2{
    background-image: url(gallery/Section-p.png);
}
#home--3{
    background-image: url(gallery/Section-dr.png);
}
#home--4{
    background-image: url(gallery/Section-hl.png);
}
#home--5{
    background-image: url(gallery/Section-rd.png);
}
#home--6{
    background-image: url(gallery/Section-gal.png);
}
#home--7{
    background-image: url(gallery/Section-cus.png);
}
#home--8{
    background: linear-gradient(to bottom, black 30%, #0071f6 100%);
    padding: 10% 5% 0 5%;
}
#box1-8{
    text-align: right;
    padding-bottom: 5%;
    display: flex;
    align-items: end;
    justify-content: end;
}
#box1-8-2{
    display: flex;
    align-items: center;
    justify-content: center;
}
#box1-8 h1{
    color: white;
    font-family: fghr;
    font-size: 3.5rem;
}
#box1-8 p{
    color: white;
    padding-left: 15%;
    font-size: large;
    font-family: fr;
}
#jason{
    margin: auto;
    width: 100%;
    height: auto;
}
#spons{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 50px;
}
#spons h1,#ss-1 h1,#sponsor-section-2 h1{
    text-align: center;
    text-shadow: 0 0 24px #FF0000;
    color: white;
    z-index: 2;
}
#spons h1{
    font-size: 3.5rem;
    font-family: fo;
}
#ss-1 h1{
    font-size: 5rem;
    font-family: fo;
}
#sponsor-section-2 h1{
    font-size: 7rem;
    font-family: fghr;
}
#spons img{
    width: 150px;
    height: auto;
    margin: auto;
}
#sponsor-section{
    background-color: #0071f6;
}
#ss-1,#ss-2{
	background-position: center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}
#ss-1{
    background-image: url(gallery/Section-sp1.png);
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 15% 0 0 0;
}
#ss-2{
    background-image: url(gallery/Section-sp2.png);
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 5% 0 0 0;
    position: relative;
}
#ss-1 img,#ss-2-img{
    margin: auto auto 0 auto;
    width: 100%;
    height: auto;
    z-index: 2;
}
#sp2-logo{
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 40%;
    transform: scale(3);
}
#sponsor-section-2{
    background-image: url(gallery/Section-fbs.png);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 5% 0 5% 0;
}
#footballers{
    z-index: 2;
    width: 100%;
    height: auto;
    margin: auto auto auto;
}
#sp2-v2{
    position: absolute;
    width: 95%;
    height: 100%;
    left: 2.5%;
    opacity: .7;
    z-index: 1;
}
#box1,#box1-b{
    text-align: center;
}
#box1-b p{
    color: #555;
    font-size: larger;
    padding: 0 5% 0 5%;
    font-family: fr;
    text-align: left;
}
#box1-b h1{
    background: #ffba53;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.5vw;
    font-family: fm;
}
#box1 h1{
    background: linear-gradient(to bottom, #ffffff, #ffba53);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.5vw;
    font-family: fm;
}
#box1 p{
    color: white;
    font-size: larger;
    padding: 0 14% 0 14%;
    font-family: fr;
}
#home-common-all{
    background-image: url(Section2.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-right: 10%;
}
#hca-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0 10% 0;
}
#hc-h1,#hc-h2{
    font-family: fm;
    font-size: 3rem;
    color: black;
    font-weight: 500;
}
#hc-h1{
    padding-right: 5%;
}
#hc-h2{
    padding: 0;
}
#hc-p1,#hc-p2{
    font-family: fl;
    color: black;
    font-size: medium;
}
#hc-p2{
    padding-right: 15%;
}
#hca-points{
    padding: 3% 7% 3% 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc67090;
}
#hca-points ul li, p{
    font-family: fl;
    font-size: medium;
    color: black;
}
#hca-points p{
    text-align: justify;
}
#content-section{
    background-color: #ffe5bf;
    padding: 5% 10% 5% 10%;
}
#cs-content,#cs-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
#cs-img img{
    margin: auto;
    width: 90%;
    height: auto;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 5px 15px;
}
#cs-content h1{
    font-family: fm;
    font-size: 3rem;
    color: black;
    font-weight: 500;
}
#cs-content p{
    font-family: fl;
    color: black;
    font-size: medium;
}
#btn-gld,#btn-blk,.btn-blk{
    padding: 1% 5% 1% 5%;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    margin: auto;
    font-family: fb;
}
#btn-gld{
    color: black;
    background-color: #ffc670;
}
#btn-blk,.btn-blk{
    background-color: black;
    color: white;
}
#heading{
    color: black;
    font-size: clamp(15px,4vw,20px);
    font-family: fr;
}
#heading::before{
    content: '■';
    color: #ffc670;
    margin-right: 1%;
}
#home1{
    padding: 5%;
}
#home2{
    padding: 0;
}
#s1,#s2,#s3,#s4,#s5{
	background-position: center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30vw;
    text-align: center;
    border-top: 4px solid white;

}
#s1 h1,#s2 h1,#s3 h1,#s4 h1,#s5 h1{
    font-family: fm;
    color: black;
}
#s1 p,#s2 p,#s3 p,#s4 p,#s5 p{
    font-family: fr;
    color: black;
}
#s1 p,#s2 p,#s3 p,#s4 p,#s5 p{
    font-size: clamp(18px,4vw,25px);
}
#s1{
    background-image: url(gallery/s1.png);
    padding: 5% 10% 5% 10%;
    border-right: 2px solid white;
}
#s2{
    background-image: url(gallery/s2.png);
    padding: 5% 10% 5% 10%;
    border-left: 2px solid white;
}
#s3{
    background-image: url(gallery/s3.png);
    padding: 5% 10% 5% 10%;
    border-right: 2px solid white;
}
#s4{
    background-image: url(gallery/s4.png);
    padding: 5% 10% 5% 10%;
    border-left: 2px solid white;
}
#s5{
    background-image: url(gallery/s5.png);
    padding: 5% 35% 5% 35%;
}
#give-out-1{
    display: flex;
    align-items: center;
    justify-content: end;
}
#give-out-2{
    display: flex;
    align-items: center;
    justify-content: start;
}
#give-p{
    padding-left: 10%;
}
#give h1{
    font-family: fm;
}
#give-p p{
    font-family: pl;
    padding: 0 30% 0 0;
}
#home3{
    background-color: #ffdda9;
    padding: 5% 10% 5% 10%;
}
#ab-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
#ab-img img{
    margin-left: auto;
    width: 100%;
    height: auto;
    border: 10px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 5px 15px;
}
#ab-con h1{
    font-family: fm;
}
#ab-con p{
    font-family: pl;
}
#home4{
    padding: 5%;
}
#easyway-out-1,#lines-out-2{
    display: flex;
    align-items: center;
}
#easyway-out-1{
    justify-content: end;
}
#lines-out-2{
    justify-content: start;
}
#lines{
    display: flex;
    align-items: center;
    justify-content: center;
}
#lines div img{
    margin-left: 1%;
}
#lines div{
    position: relative;
}
#easyway{
    font-family: fm;
}
#lines div p{
    position: absolute;
    top: 100%;
    left: 0;
    font-family: fr;
    text-align: center;
}
#box-1,#box-2{
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 8% 5% 7% 5%;
    text-align: left;
}
#box-1 h2,#box-2 h2{
    font-family: fsb;
}
#box-1 p,#box-2 p{
    font-family: fr;
}
#box-1 p{
    color: white;
}
#box-num-1,#box-num-2{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2% 3% 2% 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box-num-1 h1,#box-num-2 h1{
    font-family: fsb;
}
#box-num-1,#box-2{
    color: black;
    background-color: #ffc670;
}
#box-num-2{
    color: #ffc670;
    background-color: black;
}
#box-1{
    background-color: black;
    color: white;
}
#home6{
    padding: 5%;
    background-image: url(Section2.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 75vw;
}
#home6-p,#home6-h1{
    text-align: center;
}
#home6-h1{
    font-family: fm;
}
#home6-p{
    color: #ffc670;
    font-family: fsb;
}
.container-blogs {
    display: flex;
    width: 90%;
    height: auto;
    font-family: fm;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    --_c:no-repeat linear-gradient(#ffc670 0 0) 50%; 
    background: 
        var(--_c)/100% 50%,
        var(--_c)/50% 100%;
    border-radius: 50%;
    animation: l29 2s infinite linear;
}
@keyframes l29 {
    100% {transform: rotate(1turn)}
}
.blog-display {
    flex: 3;
    padding: 20px;
}

.blog-display img {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

.blog-list {
    flex: 2;
    overflow-y: scroll;
}

.blog-list-item {
    padding: 15px;
    cursor: pointer;
    border-bottom: 2px solid black;
    transition: background-color 0.3s;
}

.blog-list-item:hover {
    background-color: #ffc6708a;
}

.blog-list-item.active {
    background-color: #ffc670;
}

.blog-list-item h3 {
    margin: 0;
    font-size: 23px;
}

.blog-list-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}
.blog-list-item p::before,#blog-author::before{
    content: url(admin.png);
    margin-right: 2%;
}
#v-all{
    text-align: right;
    text-decoration: none;
    color: black;
    transition: .3s;
    font-family: fr;
}
#v-all:hover{
    text-decoration: underline;
}
#home7{
    padding: 5% 10% 0 10%;
    background-color: #ffffff;
}
#choose,#form-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
#choose img{
    width: 100%;
}
#choose h1{
    font-family: fm;
}
#choose p{
    font-family: fl;
}
#form{
    background-image: url(form-bg.png);
	background-position: center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3%;
    border-left: 5px solid white;
    border-right: 5px solid white;
    border-top: 15px solid white;
    border-bottom: 15px solid #ffdda9;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;    
}
form h2{
    color: white;
    text-align: center;
    font-family: fm;
}
form label{
    color: white;
    font-family: fr;
}
form input,textarea{
    width: 100%;
    background-color: black;
    border: 1px solid white;
    color: white;
    resize: none !important;
    font-family: fm;
}
form input{
    height: 30px;
}
form input::placeholder{
    font-family: fm;
}
#submit,#submit-2{
    width: 100%;
    transition: .3s;
    height: 30px;
    font-family: fm;
}
#submit{
    background-color: white;
    color: black;
}
#email-2{
    border-radius: 0 .6rem 0 0;
    border-color: #ffc670;
}
#submit-2{
    background-color: #ffc670;
    color: black;
    border-radius: 0 0 0 .6rem;
}
#submit:hover{
    background-color: #ffc670;
    color: white;
}
#submit-2:hover{
    background-color: black;
    color: #ffc670;
    border-color: #ffc670;
}
#home8{
    background-color: #ffdda9;
    padding: 15% 10% 5% 10%;
    margin-top: -10%;
}
#home8-2{
    background-color: white;
    padding: 5% 10% 5% 10%;
}
#home8-3{
    background-color: #ffdda9;
    padding: 5% 10% 5% 10%;
    margin-top: -10%;
}
#home8-4{
    background-color: #0071f6;
    padding: 5% 10% 5% 10%;
}
#platforms,#testimonials{
    display: grid;
    align-items: start;
    justify-content: left;
    overflow: hidden;
}
#testimonials{
    padding-left: 2%;
}
#platforms{
    border-right: 2px solid black;
}
#platforms div h1,#testimonials h1{
    font-family: fm;
}
#platforms div{
    font-family: fr;
}
#platforms div a img{
    width: 100%;
} 
#images {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3.5%;
}
.slide{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
#icc{
    background: transparent;
    width: 100%;
    height: fit-content;
}
#icc-2{
    background-color: white;
}
#icc p{
    text-align: left;
    color: #686665;
    padding-right: 50%;
    font-family: fl;
    font-size: clamp(12px, 4vw, 15px);
}
#gallery-section{
    background-color: white;
    padding: 5%;
}
#gallery-section h1{
    text-align: center;
    color: black;
    font-family: fm;
    font-size: 3.5rem;
}
#gal-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
#gal-img img,video{
    width: 500px;
    border-radius: 4rem;
    height: 500px;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;   
}
.slider-container,.slider-container-2 {
    width: 100%;
    max-width: 4000px;
    height: fit-content;
    padding-top: 5%;
    position: relative;
}
.slider-content {
    display: flex;
    transition: transform 1s ease;
}
.slider-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.slider-dots {
    display: flex;
    justify-content: left;
}
.slider-dot {
    width: 12px;
    height: 10px;
    background: #686665;
    margin: 0 5px;
    cursor: pointer;
}
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: white;
    font-size: large;
    font-family: fr;
    border: 3px solid black;
    background: none;
    color: black;
    padding: 20px 20px;
    transition: .4s;
    cursor: pointer;
    z-index: 100;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

.slider-prev:hover, .slider-next:hover {
    background-color: #ffc670;
    color: black;
}
.slider-dot.active,.slider-dot:hover {
    background: black;
}
#home9{
    padding: 5% 8% 5% 8%;
    background-image: url(Section2.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#other-bus h1{
    font-family: fm;
}
#other-bus p{
    font-family: fl;
}
#company-2{
    transition: .3s;
}
#company-2 img{
    margin: auto;
}
#company-2:hover{
    border: 10px solid #ffc670;
}
#home10{
    background-color: black;
    padding: 5% 5% 0 5%;
}
#time{
    text-align: right;
}
#time p:nth-child(1){
    color: #ffc670;
    font-size: x-large;
    font-family: fr;
}
#time p:nth-child(2){
    color: white;
    font-size: large;
    font-family: fr;
}
#links,#time-out{
    display: flex;
    align-items: top;
}
#links-2,#time-out-2{
    display: grid;
    align-items: top;
}
#links,#links-2{
    justify-content: start;
    column-gap: 25px;
}
#time-out,#time-out-2{
    justify-content: end;
}
#links a,#links-2 a{
    text-align: left;
    text-decoration: none;
    font-size: x-large;
    font-family: fr;
}
#links a,#links-2 p{
    color: #ffc670;
}
#links-2 a{
    color: white;
}
#links a:hover,#links-2 a:hover,#foot a:hover{
    text-decoration: underline;
}
#logoo2-img{
    margin: -6.25% auto auto auto;
}
#line hr{
    color: white;
}
#tagline p{
    text-align: center;
    color: white;
    font-family: fr;
}
#foot{
    color: white;
    text-align: center;
    padding: 3% 3% 2% 2%;
    font-family: fr;
}
#foot a{
    text-decoration: none;
    color: white;
    font-family: fr;
}
/* Modal overlay styles */
.modal-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: top;
    z-index: 10000;
    overflow-y: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Modal content styles */
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    position: relative;
    text-align: center;
}

/* Close button styles */
.close-button {
    position: absolute;
    top: -3%;
    right: 1%;
    font-size: 3rem;
    font-weight: 900;
    color: white;
    cursor: pointer;
    transition: 0.4s;
}

.close-button:hover {
    color: black;
}

/* Open modal animation */
.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-overlay.show .modal-content {
    transform: scale(1);
}
  
@media screen and (max-width: 1350px) {
    #icc p{
        padding-right: 70%;
    }
}
@media screen and (max-width: 1200px) {
    #atag,#atag-home,#atag-services{
        font-size: medium;
    }
    #cs-content h1,#hc-h1,#hc-h2{
        font-size: 2.5rem;
    }
    #gal-img img,video{
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 992px) {
    #atag,#atag-home,#atag-services{
        text-align: center;
    }
    .container-blogs {
        display: grid;
        height: 1000px;
        width: 100%;
    }
    #cs-content h1,#hc-h1,#hc-h2{
        font-size: 2rem;
    }
    #gal-img img,video{
        width: 350px;
        height: 350px;
    }
}
@media screen and (max-width: 768px) {
    #spons h1{
        font-size: 2.5rem;
    }
    #ss-1 h1{
        font-size: 3rem;
    }
    #sponsor-section-2 h1{
        font-size: 5rem;
    }
    #icc p{
        padding-right: 75%;
    }
    #head{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #head a{
        text-align: center;
    }
    #box-1,#box-2{
        padding: 20% 5% 20% 5%;
    }
    #platforms{
        border-right: none;
        border-bottom: 2px solid black;
    }
    #home5{
        margin-top: 15%;
    }
    #testimonials{
        margin-top: 5%;
    }
    #choose{
        padding-bottom: 10%;
    }
    #give-out-1,#give-out-2{
        justify-content: start;
    }
    #give-out-1{
        padding-left: 10%;
    }
    #give-p p{
        padding: 0 10% 0 0;
    }
    #s5{
        padding: 5% 10% 5% 10%;
    }
    #company-2{
        margin-top: 5%;
    }
    #easyway-out-1,#lines-out-2{
        justify-content: center;
    }
    #lines img{
        width: 100%;
    }
    #links,#links-2,#time-out,#time-out-2{
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    #time-out-2{
        margin-top: 5%;
    }
    #logoo2-img{
        margin: 5% auto 5% auto;
    }
    #links a,#links-2 a,#time{
        text-align: center;
    }
    #form{
        width: 100%;
    }
    #home8-3{
        padding: 15% 10% 5% 10%;
    }
    #spons{
        display: grid;
        justify-content: end;
        row-gap: 50px;
    }
    #gal-img img,video{
        width: 250px;
        height: 250px;
        border-radius: 2rem;
    }
}
@media screen and (max-width: 576px) {
    #head-1,#head-2{
        justify-content: center;
    }
    #head-1 a,#head-2 a{
        text-align: center;
    }
    #gal-img img,video{
        width: 300px;
        height: 300px;
        margin-top: 3%;
    }
    #gallery-section h1{
        font-size: 2.5rem;
    }
    #sponsor-section-2 h1{
        font-size: 2.5rem;
    }
    #box1-8 h1{
        font-size: 2.5rem;
    }
    #box1-8{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #spons{
        justify-content: center;
    }
    #box1-8 p{
        padding-left: 0;
    }
    .blog-display img {
        height: 300px;
    }
}
@media screen and (max-width: 400px) {
    #gal-img img,video{
        width: 250px;
        height: 250px;
    }
    #box1 h1{
        font-size: x-large;
    }
    #box1 p{
        font-size: medium;
        padding: 0;
    }
    #brandlogoo{
        height: 50px;
    }
    .slider-dot {
        width: 10px;
        height: 8px;
        margin: 0 2px;
    }
    #time p:nth-child(1){
        font-size: large;
    }
    #time p:nth-child(2){
        font-size: medium;
    }
    #links a,#links-2 a{
        font-size: large;
    }
    #tagline p{
        font-size: small;
    }
    #foot{
        font-size: small;
    }
    .blog-display img {
        height: 250px;
    }
    #g-recaptcha{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .g-recaptcha{
        transform: scale(.7);   
    }
}