html
{
    scroll-behavior: smooth;
}
*
{
    text-decoration: none;
}
body
{
    margin: 0;
    padding: 0;
}
.back-video
{
    position: relative;
    z-index: -2;
    object-fit: cover;
}
@media (min-aspect-ratio: 16/9)
{
    .back-video
    {
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/15)
{
    .back-video
    {
        width: auto;
        height: 150%;
    }
}
header
{
    position: sticky;
    top: 0;
    z-index: 2;
    transition: background-color 0.4s ease-in-out;
}
header nav ul li
{
    transition: color 0.4s ease-in-out;
    color: #fff;
}
header.scrolled .navbar
{
    background-color: #ffffff;
    transition: background-color 0.4s ease-in-out;
}
header.scrolled .navbar li a
{
    color: #000;
}
header.scrolled nav li a:after
{
    background-color: #000;
}
header.scrolled .navbar h3
{
    color: #000;
}
.navbar
{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    backdrop-filter: blur(8px);
}
.navbar h3
{
    text-decoration: none;
    color: #fff;
}
.logo
{
    width: 125px;
    cursor: pointer;
}
nav
{
    width: 100%;
    height: 50px;
    flex: 1;
    text-align: right;
    justify-content: space-around;
}
nav ul li
{
    position: relative;
    text-decoration: none;
    list-style: none;
    display: inline-block;
    margin-left: 60px;
}
nav li a
{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 10px;
}
nav li a:after
{
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -5px;
    transition: 0.25s;
}
a:hover:after
{
    width: 100%;
}
.content
{
    margin-top: 16%;
}
h1
{
    color: #ffff;
    font-size: 65px;
    position: relative;
}
p
{
    color: #ffff;
    font-size: 1rem;
    line-height: 35px;
    font-family: 'Montserrat Alternates', sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}
button
{
    position: relative;
    width: 35%;
    color: #000;
    font-size: 18px;
    padding: 20px ;
    background: #fff;
    border: 20px;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 5px white;
    -webkit-transform-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
button:hover, button:focus, button:active
{
    box-shadow: 0 0 15px white;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
section
{
    width: 100%;
    height: 100vh;
    text-align: center;
}
#sec1
{
    background-image: url("bvideo.gif");
    height: 105vh;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    align-items: row;
    text-align: center;
    padding: 100px 20% 100px;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
    margin-top: -60px;
    justify-content: center;
}
#sec1::-webkit-scrollbar {
    display: none;
}
#sec1 > p {
    max-height: 100%;
    word-wrap: break-word;
    }
#sec2
{
    color: #fff;
    height: 100%;
    background-color: #979797;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(260,716,389)'%3E%3Cstop offset='0' stop-color='%23979797'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='911' height='759.2' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.33'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}
button::before,
button::after{
    animation: scroll-down 1s ease-in-out infinite;
}
button::after{
    top: 30%;
    animation-delay: .3s;
}
@keyframes scroll-down{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        top: 90%;
    }
}

.container
{

    margin: 0 auto;
    text-align: center;
    padding: 25px 20px;
}
.container .heading
{
    font-size: 80px;
    margin-bottom: 50px;
}
.box-container
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    transition: transform 0.5 ease;
    font-size: 20px;
}
.box:hover
{
    transform: scale(1.02);
}
.container .box-container .box
{
    background-color: rgb(49, 48, 48);
    border-radius: 20px;
    transition: transform 0.5 ease;
    transition-duration: 0.3s;
}
.container .box-container .box .image
{
    margin-bottom: 40px;
    overflow: hidden;
    height: 250px;
}
.container .box-container .box .image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.container .box-container .box .content p
{
    font-size: 14px;
    margin-top: 5px;
}
.container .box-container .box .content .icons i
{
    font-size: 14px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');
.container .box-container .box .content .btn
{
    text-decoration: none;
    color: rgb(219, 201, 174);
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 150px;
    padding-right: 150px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.4s ease-in-out;
    font-family: 'Salsa', cursive;
    text-transform: uppercase;
}
.btn:hover
{
    background-color: rgb(88, 87, 87);
}
.container .box-container .box .content .icons
{
    margin-top: 10px;
    margin-bottom: 5px;
}
.box2 .content2 h3
{
    text-decoration: none;
    color: #fff;
}
.box2:hover
{
    transform: scale(1.02);
    cursor: pointer;
}
.container .box-container .box2
{
    border-radius: 20px;
    transition: transform 0.5 ease;
    background-color: #fff;
    border-radius: 20px;
    transition: transform 0.5 ease;
    transition-duration: 0.3s;
}
.container .box-container .box2 .image
{
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("Sampleshots.jpg");
    text-align: center;
}
.container .box-container .box .image img
{
    object-fit: fill;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
#sec3
{
    height: 29vh;
    background-color: #fff;
}
footer
{
    background: rgb(93, 139, 150);
    padding-top: 12px;
}
.container2
{
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer
{
    width: 33.3%;
}
.container2 h3
{
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}
.footer-content img
{
    height: 213px;
    border-radius: 20%;
    margin-top: 5px;
}
.footer-content p
{
    width: 800px;
    margin: auto;
    padding: 7px;
}
.footer-content ul
{
    text-align: center;
}
.list
{
    padding: 0;
}
.list li
{
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 7px;
    position: relative;
}
.list li::before
{
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: #f18930;
    transition-duration: .5s;
}
.list li:hover::before
{
    width: 70px;
}
.social-icons
{
    text-align: center;
    padding: 0;
}
.social-icons li
{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social-icons i
{
    color: white;
    font-size: 25px;
}
a
{
    text-decoration: none;
}
.bottom-bar
{
    background: #ffff;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
}
.bottom-bar p
{
    color: #000000;
    margin: 0;
    font-size: 15px;
    padding: 7px;
}
