@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');

:root {
    --main_background_color: #3D2952;
    --primary_color: #714595;
    --secondary_color: #D0D711;
    --dark_violet: #786988;
    --dark_violet_2: #2f1d3e;
    --light_gray: #F9F9F9;
    --light_gray_foreground: #696969
}

html {
    height: 100%;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    height: 100%;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
    background-color: var(--main_background_color);
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
}

body, html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.text-primary {
    color: var(--secondary_color) !important;
}

.motion {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.gradient {
    background: rgb(107,72,144);
    background: -moz-linear-gradient(180deg, rgba(107,72,144,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(107,72,144,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(107,72,144,1) 0%, rgba(0,0,0,1) 100%);
}

.gradient.black {
    background-color: rgb(2, 0, 2) !important;
    background: none;
}

.gradient_reverse {
    background: rgb(113,69,149);
    background: -moz-linear-gradient(0deg, rgba(113,69,149,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(113,69,149,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(113,69,149,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#714595",endColorstr="#000000",GradientType=1);
    min-height: 200px;
}

.gradient_black_transparent {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 25%;
    z-index: 2;
}

.gradient_violet_transparent {
    background: rgb(113,69,149);
    background: -moz-linear-gradient(0deg, rgba(113,69,149,0) 0%, rgba(113,69,149,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(113,69,149,0) 0%, rgba(113,69,149,1) 100%);
    background: linear-gradient(0deg, rgba(113,69,149,0) 0%, rgba(113,69,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#714595",endColorstr="#714595",GradientType=1);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 60%;
}

.pl-7 { padding-left: 7px; }

a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

/* a:hover {
    border-bottom: 1px solid !important;
} */

a:hover, .btn:hover, a img:hover, img:hover {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.keep {
    padding: 70px 0;
}

h1 {
    font-weight: 300;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -3px;
    margin-bottom: 30px;
}

h2 {
    font-size: 19px;
    font-weight: 600;
    color: var(--secondary_color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divider {
    text-align: center;
    padding-bottom: 60px;
}

.divider h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
}

.divider::after {
    content: '';
    margin-left: -100px;
    margin-top: 30px;
    left: 50%;
    height: 1px;
    background-color: #fff;
    width: 200px;
    position: absolute;
}

.btn, a.btn {
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 100px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px !important;
    line-height: 25px !important;
}

.btn span.left, a.btn span.left  {
    padding: 0 5px 0 0;
}

.btn span.right, a.btn span.right {
    padding: 0 0 0 5px;
    width: auto;
}

#site_nav {
    background: rgb(107,72,144);
}

#site_nav.black {
    background: #020002;
}

.site_navbar {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site_navbar .btn {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}

.site_navbar .btn.btn-primary {
    border: 1px solid #fff;
    color: #fff;
}

.site_navbar .btn .bi {
    font-size: 20px;
}

.site_navbar .btn:hover {
    background-color: var(--secondary_color);
    border-color: var(--secondary_color) !important;
    color: var(--primary_color);
}

.prefooter {
    background-color: var(--dark_violet_2);
    color: #fff;
    padding: 50px 0;
}

.prefooter ul {
    margin: 0 !important;
    padding: 0 !important;
}

.prefooter a, .footer a {
    text-decoration: none !important;
    color: #fff;
    border-bottom: none;
}

.prefooter a:hover {
    color: var(--secondary_color) !important;
}

.prefooter h1 {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    position: relative;
    color: var(--dark_violet);
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

.prefooter h1::before {
    content: '';
    height: 2px;
    background-color: var(--dark_violet);
    width: 20px;
    position: absolute;
    top: 11px;
    left: -30px;
}

.prefooter ul {
    padding: 0;
    margin: 15px 0 0 0
}

.prefooter ul li {
    display: block;
    list-style: none;
    margin: 7px 0;
    border-bottom: 1px solid #ffffff17;
    padding-bottom: 7px;
    padding: 0 7px 8px 7px;
}

.prefooter a {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

.prefooter a:hover {
    border-bottom: none !important;
    color: var(--dark_violet);
}

.inside {
    padding: 0 50px;
}

.prefooter .icon {
    font-size: 25px;
    margin: 0 5px;
}

.footer {
    background-color: #3D2952;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
}

.footer a:hover {
    color: var(--secondary_color);
}

#arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.round_icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25px !important;
    height: 25px;
    border-radius: 100%;
    display: inline-block;
}

.logo {
    width: 200px;
}

a:hover .logo {
    border-bottom: none !important;
    text-decoration: none !important;
}

.site_navbar .round_icon {
    width: 15px !important;
    height: 15px !important;
}

.side_panel {
    width: 320px;
    position: fixed;
    left: -320px;
    top: 0;
    height: 100%;
    z-index: 6;
    padding-top: 50px;
}

.side_panel li {
    display: block;
    list-style: none;
}

.side_panel a {
    text-transform: uppercase;
    color: #fff;
    line-height: 55px;
    font-size: 25px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.side_panel a:hover {
    color: var(--secondary_color);
    text-decoration: none;
    border-bottom: 1px solid var(--secondary_color);
}

.side_panel .close {
    padding-top: 30px;
}

.top {
    width: 100%;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top h1 {
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    letter-spacing: -3px;
    font-weight: 300;
}

h1 span, h1 .span {
    color: var(--secondary_color);
    font-weight: 600;
    display: inline !important;
}

.breadcrumb {
    justify-content: center;
    padding-top: 20px;
}

.breadcrumb-item {
    text-transform: uppercase;
}

.breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
    font-size: 17px !important;
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: var(--secondary_color) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\F287';
    font-family: "Bootstrap-icons";
    color: #fff;
    padding: 0 15px 0 8px !important;
    font-size: 10px;
    line-height: 26px;
}

.content h1 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-weight: 300;
}

.content p {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}

label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.form-floating, .form-group, .form-floating a, .form-group a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.form-floating a:hover, .form-group a:hover {
    border-bottom: 1px solid var(--secondary_color);
    color: var(--secondary_color);
}

.form-floating > label {
    font-weight: 700;
}

.form-control {
    background-color: #ffffff15;
    height: 60px !important;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: auto;
}

.form-control:focus {
    background-color: #ffffff30;
    border-color: var(--dark_violet);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--dark_violet_2);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: auto;
}

textarea.form-control {
    min-height: 300px !important;
}

.space {
    height: 100px;
}

.center {
    background-color: #000;
    padding: 50px 0
}

.center p, .center li, .center a {
    color: #ececec;
    line-height: 34px;
    font-size: 20px;
}

.center a {
    border-bottom: none;
}

.center a:hover {
    border-bottom: none !important;
    color: var(--secondary_color);
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
}

.btn.big {
    padding: 15px 20px;
    margin-top: 20px;
}

.btn-primary, a.btn-primary {
    border: 1px solid #fff;
}

.btn-primary:hover, a.btn-primary:hover {
    background-color: var(--secondary_color);
    border-color: var(--secondary_color);
    color: #000;
}

.hero, .separator, .focus {
    padding: 70px 0;
}

.hero {
    position: relative;
    min-height: 700px;
    height: auto;
}

.hero video {
    position: absolute;
}

#video1 .hero video {
    right: -5%;
    top: -10px;
    width: 70%;
}

#video2 .hero video {
    right:70px;
    top: 70px;
    width: 50%;
}

.hero .caption {
    display: flex;
    position: absolute;
    left: 0;
    height: 100%;
    align-items: center;
    z-index: 2;
}

#video1 .caption, #video2 .caption {
    left: 10%;
}

.hero h1 {
    font-size: 85px;
    line-height: 90px;
    letter-spacing: -2px;
    font-weight: 300;
}

.focus h1 {
    font-size: 60px;
    line-height: 70px;
}

.focus p {
    font-size: 22px;
    line-height: 35px;
    color: #fff;
}

.arrow {
    border-bottom: none;
}

.arrow:hover {
    padding-left: 20px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.separator  {
    text-align: center;
}

.separator h1 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0;
    display: inline-block;
}

.separator h1::after {
    content: '';
    height: 1px;
    background-color: #fff;
    width: 100px;
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 12px;
}

.separator h1::before {
    content: '';
    height: 1px;
    background-color: #fff;
    width: 100px;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 12px;
}

.my_carousel {
    padding: 0 0 200px 0;
}

.my_carousel .my_item {
    border-radius:  25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    height: 600px;
    width: 100%;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: end;
}

.my_carousel .my_item .caption {
    text-align: center;
    position: relative;
}

.my_carousel .my_item .btn-primary {
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -28px;
    padding: 18px 40px;
    width: 260px;
    font-size: 15px !important;
}

.my_carousel .my_item .btn-secondary {
    background-color: var(--secondary_color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 25px;
    color: #000;
    font-weight: 700;
    border: none;
    display: inline;
    position: absolute;
    left: 50%;
    min-width: 70%;
    margin-left: -35%;
    top: -80%;
}

.my_carousel .my_item .btn img {
    filter: grayscale(100%);
    height: 26px;
    width: auto;
}

.my_carousel .my_item .btn:hover img {
    filter: grayscale(0);
}

.carousel-indicators {
    margin-bottom: -4rem;
}

.carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: var(--secondary_color);
}

.light_section {
    background-color: var(--light_gray);
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light_section .separator h1,
.white_section .separator h1
{
    color: var(--light_gray_foreground);
}

.light_section .separator h1::before,
.light_section .separator h1::after,
.white_section .separator h1::before,
.white_section .separator h1::after
{
    background-color: var(--light_gray_foreground);
}

.white_section {
    background-color: #fff;
    padding: 100px 0;
}

.visual .card {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 15px;
    border-color: #e3e3e3;
}

.visual .card-body {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.visual .card-body img {
    max-width: 70%;
    height: auto;
    /* filter: grayscale(100%); */
}

.visual .card-body:hover {
    cursor: pointer;
}

.visual .card-body:hover img {
    filter: grayscale(0);
}

.project .carousel-item {
    /* height: 830px; */
    text-align: center;
    /* justify-content: center;
    display: flex; */
}

.project .carousel-item img {
    max-width: 415px;
    height: auto;
    margin: 0 auto;
}

.project.desktop .carousel-item img {
    width: 100%;
    max-width: 100%;
}

.project .carousel-indicators {
    margin-bottom: -4rem;
}

.project .left, .project  .right {
   padding: 0 0 80px 0;
}

.project .left.last, .project .right.last {
    padding-bottom: 0;
}

.project .left {
    text-align: right;
    padding-right: 50px;
}

.project .right {
    padding-left: 50px;
}

.project h1 {
    color: var(--secondary_color);
    font-size: 23px !important;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    letter-spacing: normal;
}

.project h2 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    position: relative;
    line-height: 20px;
}

.project h2::before {
    content: '';
    height: 1px;
    background-color: #ffffff70;
    width: 90%;
    position: absolute;
    top: 10px;
    display: block;
}

.project .right h2::before {
    right: 0;
}

.project .left h2::before {
    left: 0
}

.project p {
    font-size: 17px;
    line-height: 25px;
}

.dark_gray {
    background-color: #64438663;
}

.align-right {
    text-align: right;
}

#project_list .item {
    padding: 70px 0;
}

#project_list img {
    max-height: 600px;
    max-width: 90%;
}

#project_list .button {
    display: flex;
    justify-content: end;
}

#project_list .only_mobile {
    display: none;
}

.big_title {
    font-size: 160px;
    line-height: 130px;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    display: block;
    width: 100%;
    padding-right: 10%;
    font-weight: 400;
    letter-spacing: -10px;
    text-align: right;
    background: #714595;
     background: radial-gradient(circle farthest-corner at center center, #714595 7%, #eea3df 36%, #f7ff02 63%, #D0D711 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

#welcome {
    padding-top: 130px;
}

.pagination .page-link {
    background-color: transparent !important;
    border-radius: 100% !important;
    border: 1px solid #ccc;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    cursor: pointer;
}

.pagination .page-link:hover, .pagination .page-item.active .page-link {
    border: 1px solid var(--secondary_color) !important;
    background-color: var(--secondary_color) !important;
    color: #000;
}

.pagination .page-item.disabled .page-link {
    border-color: #666;
    color: #666;
}

.right_list {
    height: 530px;
    overflow-y: auto;
    padding-right: 20px;
    cursor: pointer;
}

.right_list::-webkit-scrollbar {
    width: 12px;
}

.right_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px var(--secondary_color);
    border-radius: 10px;
}

.right_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #9C27B0;
}

#video_slide {
    background-color: #000;
    z-index: 5;
}

@media screen and (max-width: 428px) {
    .content {
        padding: 0 20px;
    }

    .btn.btn.big {
        width: 180%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .side_panel {
        width: 100%;
        left: -100%;
    }

    .site_navbar {
        padding: 30px 15px;
    }

    .hero h1 {
        font-size: 45px !important;
        line-height: 45px !important;
        text-align: center;
        letter-spacing: -1px;
    }

    #project_list .item {
        padding: 25px 0;
    }

    #project_list .only_mobile {
        display: block;
        padding: 40px 0;
    }

    #project_list .button.only_desktop {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    .inside {
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {

    .prefooter {
        padding: 10px;
    }

    .prefooter .inside {
        padding: 20px;
    }

    .prefooter li a {
        font-size: 14px;
        line-height: 16px;
    }

    .prefooter h1::before {
        width: 10px;
        left: -15px;
    }

    .top {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .top h1 {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .breadcrumb {
        padding-top: 10px;
    }

    .breadcrumb-item a {
        font-size: 15px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: '\F287';
        font-family: "Bootstrap-icons";
        color: #fff;
        padding: 0 10px 0 3px !important;
        font-size: 8px;
        line-height: 24px;
    }

    .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .content h1 {
        font-size: 35px !important;
        line-height: 45px;
    }

    .hero {
        padding: 50px 0 0 0;
        margin: 0;
        min-height: 0;
    }

    .hero h1 {
        font-size: 65px;
        line-height: 72px;
        text-align: center;
        width: 100%;
    }

    .hero img {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .hero .caption {
        position: absolute;
        display: block;
        width: 100%;
        left: 0 !important;
    }

    .hero {
        width: 100%;
    }

    #welcome {
        padding-top: 30px !important;
    }

    .focus {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        text-align: center;
    }

    .focus h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .focus p {
        font-size: 19px;
        line-height: 28px;
        color: #fff;
    }

    .separator {
        padding: 50px 0;
    }

    .separator h1 {
        font-size: 27px;
        line-height: 32px;
    }

    .separator h1::before {
        width: 35px;
        margin-right: 15px;
        margin-bottom: 7px;
    }

    .separator h1::after {
        width: 35px;
        margin-left: 15px;
        margin-bottom: 7px;
    }

    .my_carousel .my_item {
        height: 400px;
    }

    .center {
        padding: 0
    }

    .carousel-indicators {
        margin-bottom: 7rem;
    }

    .light_section, .white_section {
        padding: 50px  0
    }

    .project .carousel-item img {
        max-width: 88%;
    }

    .project .right {
        padding: 30px;
    }

    .owl_project {
        padding-top: 80px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev
    {
        font-size: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .owl-carousel .owl-nav button:hover {
        background-color: transparent !important;
        color: var(--secondary_color) !important;
    }

    .top {
        min-height: 170px;
        padding-top: 0;
    }

    .gradient_black_transparent, .gradient_violet_transparent  {
        height: 45%;
    }

    .center p, .center li, .center a {
        line-height: 28px;
        font-size: 18px;
    }

    h1 {
        font-size: 45px;
        letter-spacing: -1px;
    }

    .keep {
        padding: 70px 10px;
    }

    .divider h1 {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: -1px;
    }

    .align-right {
        text-align: center;
    }

    #project_list img {
        max-width: 100%;
        margin-top: 50px;
    }

    #project_list .button {
        display: flex;
        justify-content: center;
    }

    .big_title {
        padding-right: 0;
        font-size: 83px;
        letter-spacing: -4px;
        line-height: 75px;
        word-break: break-word;
        text-align: center;
    }

    .banner {
        max-height: 600px;
    }

    .gradient_black_transparent {
        height: 30%;
    }

    #video_slide .hero {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #video_slide .hero video {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        left: 0;
        top: 0;
    }

    #video_slide .carousel-indicators {
        z-index: 10;
        margin-bottom: 10px;
    }

    #video1 .hero video {
        padding-top: 130px;
        width: 80%;
    }

    #video2 .hero video {
        padding-top: 90px;
        width: 65%;
    }

    #welcome {
        padding-top: 0;
    }

}
