@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

* {
    outline: none !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    position: relative;
    z-index: 100;
}

p {
    font-size: 1rem;
}

a:hover {
    text-decoration: none;
}

.navbar {
    background: transparent !important;
    transition: 0.5s;
}

.navbar-nav {
    text-align: center;
}

.navbar.open {
    background: white !important;
}

.navbar.scrolled {
    background: white !important;
    transition: 0.5s;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.animated-icon span {
    background: rgb(255, 255, 255) !important;
}

.animated-icon.open span {
    background: #ee738a !important;
}

.animated-icon.scrolled span {
    background: #ee738a !important;
}

.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
    top: 10px;
}

.animated-icon span:nth-child(4) {
    top: 20px;
}

.animated-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: white !important;
    background: #ee738a;
    border-radius: .25rem;
}

.navbar-nav .active>.nav-link:hover {
    color: #ee738a;
}

.navbar-nav .nav-link {
    color: rgb(245, 245, 245);
}

.navbar-nav .nav-item {
    padding: 0 1.25rem;
}


.navbar-nav .nav-link.open {
    color: rgb(133, 125, 124);
}

.navbar-nav .nav-link.scrolled {
    color: rgb(133, 125, 124);
    transition: .5s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #ee738a;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:visited {
    color: #ee738a;
    font-size: 2.5rem;
    font-weight: 600;
}

.navbar-brand {
    padding-top: 0rem;
}

#hidden {
    display: none;
}

.no-webp .banner {
    position: relative;
    height: 100vh;
    top: 0;
    width: 100%;
    background: url(taller.jpg);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
    margin-bottom: 0;
}

@supports (background-attachment: fixed) {
    .webp .banner {
        position: relative;
        height: 100vh;
        top: 0;
        width: 100%;
        background: url(taller.webp);
        background-repeat: no-repeat;
        background-position: center 20%;
        background-size: cover;
        background-attachment: fixed;
        margin-bottom: 0;
    }
}

.webp .banner {
    background-attachment: unset;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(7, 7, 7, 0.728), transparent);
    pointer-events: none;
}

.h100 {
    height: 100vh;
}

.contentBox {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.banner .contentBox  h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 50px;
}

.banner .headerText p {
    color: #fff;
}

.banner .headerText {
    width: 100%;
}

.headerText {
    color: rgb(133, 125, 124);
    margin-bottom: 10px;
}

.headerText h2 {
    color: rgb(133, 125, 124);
    font-size: 4rem;
    margin-bottom: 10px;
}

.scrolldown {
    position: absolute;
    bottom: 0em;
    left: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
    transform: translateY(-80px) translateX(-50%) rotate(45deg);
}

.scrolldown span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    animation: animate 1.5s linear infinite;

}

.scrolldown span:nth-child(1) {
    transform: translate(-12px, -12px);
    animation-delay: -0.4s;
}

.scrolldown span:nth-child(2) {
    transform: translate(0px, 0px);
    animation-delay: -0.2s;
}

.scrolldown span:nth-child(3) {
    transform: translate(12px, 12px);
    animation-delay: 0s;
}

.sec1 {
    height: auto;
    padding-top: 100px;
}

.sec1 .headerText h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.sec1 .short {
    margin-bottom: 80px;
}

.sec2 {
    height: 100vh;
    padding-top: 100px;
}

.sec2 .headerText h2 {
    padding-bottom: 30px;
}

.sec2 a {
    height: 100%;
    text-decoration: none;
}

.sec2 a:hover {
    text-decoration: none;
}

.sec2 .content {
    background-color: #ee738a;
    /* background-color: rgb(225, 221, 216); */
    color: #808080;
    width: 100%;
    height: 60vh;
    padding-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    margin-left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sec2 .new_content {
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    color: white;
}

.translate-y-n10,
.hover-translate-y-n10:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hover-shadow-lg:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.sec2 .new_content .title_top h2 {
    font-size: 6rem;
}

.sec2 .content .imgBx {
    width: 100%;
    height: 100%;
    padding: 0;
}
.sec2 .content .imgBx img {
    width: 100%;
    height: 100%;
}

.sec2 .content .imgBx img {
    object-fit: contain;
}

.sec3 {
    height: auto;
    padding-top: 100px;
}

.sec3 .headerText h2 {
    padding-bottom: 50px;
}

.eventpost {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
}

.sec3 .eventpost h1 {
    font-family: 'Rubik', sans-serif;
    color: rgb(133, 125, 124);
    padding-top: 1em;
    font-size: 1.75rem;
    text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #ee738a;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #ee738a;
}


.imgBx {
    height: 520px;
}

.imgBx img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.imgBx img.v {
    object-fit: contain;
}

footer {
    background: transparent;
    padding: 45px 0 0;
}

.sci {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: end;
}


.sci li {
    list-style: none;
    margin: 0 10px;
}

.sci li a {
    display: block;
    color: rgb(133, 125, 124);
    font-size: 1.3em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.sci li a:hover {
    color: #ee738a;
    transform: scale(1.3);
}

.cpryt {
    text-align: center;
    color: rgb(133, 125, 124);
}

.cpryt a {
    text-decoration: none;
    color: rgb(133, 125, 124);
}

@keyframes animate {
    0% {
        top: -5px;
        left: -5px;
        opacity: 0;
    }

    25% {
        top: 0px;
        left: 0px;
        opacity: 1;
    }

    50%,
    100% {
        top: 5px;
        left: 5px;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .banner .contentBox h2 {
        font-size: 4rem;
    }
}

@media (max-width: 992px) {
    .nav-link.not-active {
        pointer-events: none;
        cursor: default;
    }

    .sec1 {
        padding-top: 75px;
    }

    .sec3 {
        padding-top: 75px;
    }

    .headerText h2 {
        font-size: 3rem;
        margin-bottom: 50px;
    }

    .banner .contentBox h2 {
        font-size: 3rem;
    }

    .imgBx img.v {
        object-fit: cover;
    }

}

@media (max-width: 768px) {
    .headerText h2 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .sec3 .headerText h2 {
        padding-bottom: 0;
    }
}

@media (max-width: 380px) {
    #hidden {
        display: initial;
    }

    .navbar-brand {
        line-height: 40px;
    }

    .sec2 {
        height: 85vh;
    }
}


@media (min-width: 575px) {
    .sec2 .new_content .title_top h2 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .sec2 .new_content .title_top h2 {
        font-size: 3rem;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .sec1 .about {
        padding: 0 52px;
    }

    .container {
        max-width: 930px;
    }

    .sec2 .new_content .title_top h2 {
        font-size: 4rem;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }

    .sec2 .new_content .title_top h2 {
        font-size: 5rem;
    }

}

@media (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }

    .sec2 .new_content .title_top h2 {
        font-size: 6rem;
    }
}





