@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

body {
    background-image: url('../images/bg-image.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* overflow-x: hidden; */
}

div#navbarNavDropdown {
    display: flex;
    width: 100%;
    justify-content: center;
}

ul.navbar-nav {
    gap: 80px;
}

a.nav-link {
    font-family: "Sora", serif;
    font-size: 18px;
    color: #aaaaaa !important;
}

a.nav-link.active {
    color: white !important;
}

a.nav-link:hover {
    color: white !important;
}

section.about-sec {
    padding: 60px 0px 0px;
}

h3.head-sec {color: white;font-family: 'Sora';font-size: 50px;font-weight: 600;width: max-content;position: relative;padding-left: 80px;}

h3.head-sec:after {
    content: '';
    width: 55%;
    height: 3px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 80px;
}

p.aboutpara {
    color: white;
    font-family: 'Sora';
    font-weight: 300;
    font-size: 20px;
    width: 45%;
    text-transform: capitalize;
    margin-top: 70px;
    padding-left: 80px;
}

ul.page-breadcrumbs {
    list-style: none;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: 'Sora';
    margin-top: 30px;
    padding-left: 80px;
}

ul.page-breadcrumbs li {
    align-items: center;
    line-height: 15px;
    font-weight: 400;
}

.box-bg {
    margin-top: 75px;
    background: #1F007180;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 80px;
}

img.animated-img {
    /* width: 12%; */
    /* position: absolute; */
    /* right: -110px; */
    /* top: -93%; */
}

h3.strongp {
    font-family: 'Sora';
    font-weight: 700;
    font-size: 21px;
    color: white;
    text-transform: capitalize;
}

p.boxpara {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 31px;
    margin-top: 30px;
    width: 90%;
}

img.dance-img {
    /* width: 100%; */
    /* padding-right: 90px; */
    /* transform: scale(3.4); */
    /* margin-top: -130px; */
}

.row.second-sec {
    padding: 80px 75px;
    align-items: center;
    position: relative;
}

img.animated2 {
    /* width: 11%; */
    /* position: absolute; */
    /* left: -105px; */
    /* top: -75px; */
}

img.secondimg {
    width: 90%;
}

p.secp {
    font-family: 'Sora';
    color: white;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 25px;
}

.lastpara {
    margin-bottom: 0px !important;
}

.box-images {
    display: inline-flex;
}

img.animated-img {
    position: absolute;
    height: 250px;
    right: -50px;
    top: -265px;
}

img.dance-img {
    width: 330px;
    height: 400px;
    margin-top: -210px;
}

img.animated2 {
    position: absolute;
    /* width: 300px; */
    height: 250px;
    left: -100px;
    top: -40px;
}

/* .box-bg:before {
    content: '';
    background-image: url('../images/arrow-left.png');
    height: 275px;
    width: 182px;
    left: -55px;
    position: absolute;
} */