html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif !important;
    /*font-family: 'Great Vibes', cursive;
    */
    background-color: #fff !;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
}

a {
    text-decoration: none !important;
}

.grid {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    align-items: center;
}

.grid>[class*=column-] {
    display: block;
}

.first {
    order: -1;
}

.last {
    order: 12;
}

.align-top {
    align-items: start;
}

.align-center {
    align-items: center;
}

.align-bottom {
    align-items: end;
}

.column-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.column-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.column-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.column-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.column-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.column-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.column-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.column-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.column-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.column-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.column-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.column-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 48rem) {
    .column-sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 62rem) {
    .column-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 75rem) {
    .column-lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@supports (display: grid) {
    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto;

    }

    .grid>[class*=column-] {
        margin: 0;
        max-width: 100%;
    }

    .column-xs-1 {
        grid-column-start: span 1;
        grid-column-end: span 1;
    }

    .column-xs-2 {
        grid-column-start: span 2;
        grid-column-end: span 2;
    }

    .column-xs-3 {
        grid-column-start: span 3;
        grid-column-end: span 3;
    }

    .column-xs-4 {
        grid-column-start: span 4;
        grid-column-end: span 4;
    }

    .column-xs-5 {
        grid-column-start: span 5;
        grid-column-end: span 5;
    }

    .column-xs-6 {
        grid-column-start: span 6;
        grid-column-end: span 6;
    }

    .column-xs-7 {
        grid-column-start: span 7;
        grid-column-end: span 7;
    }

    .column-xs-8 {
        grid-column-start: span 8;
        grid-column-end: span 8;
    }

    .column-xs-9 {
        grid-column-start: span 9;
        grid-column-end: span 9;
    }

    .column-xs-10 {
        grid-column-start: span 10;
        grid-column-end: span 10;
    }

    .column-xs-11 {
        grid-column-start: span 11;
        grid-column-end: span 11;
    }

    .column-xs-12 {
        grid-column-start: span 12;
        grid-column-end: span 12;
    }

    @media (min-width: 48rem) {
        .column-sm-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-sm-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-sm-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-sm-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-sm-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-sm-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-sm-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-sm-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-sm-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-sm-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-sm-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-sm-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }

    @media (min-width: 62rem) {
        .column-md-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-md-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-md-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-md-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-md-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-md-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-md-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-md-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-md-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-md-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-md-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-md-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }

    @media (min-width: 75rem) {
        .column-lg-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-lg-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-lg-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-lg-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-lg-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-lg-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-lg-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-lg-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-lg-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-lg-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-lg-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-lg-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
}

nav {
    position: relative;
    z-index: 2;
    padding: 1.25rem 0 1.25rem 0;
}

nav ul {
    line-height: 2.2;
    display: flex;
    justify-content: flex-start;
}

nav ul li {
    margin: 0.325rem 0;
}

#logo {
    color: #232323;
    font-weight: 700;
    font-size: 1.125rem;
}

#highlight {
    color: #E40665;
}

.image-holder img {
    width: 100%;
    height: 58vh;
    object-fit: cover;
    animation: fadeInLeft 1s ease forwards;
    /*animation: fadeIn 1s ease forwards;
    */
}

@media(max-width:940px) {
    .image-holder img {
        height: 45vh;
    }
}

.vertical {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.intro {
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease forwards;
}

.intro .title {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    color: #E40665;
}

.intro .title .underline {
    color: #1e1e1e;

}

@media(max-width:940px) {
    .intro .title .underline {
        font-size: 25px;
    }
}

.description {
    position: relative;
    z-index: 1;
    margin: 1rem 0 1.5rem 0;
    opacity: 0;
    animation: fadeIn 0.8s 0.6s ease forwards;
    font-size: 1rem;
    color: #1e1e1e;
}

.description a {
    letter-spacing: 1px;
    color: #fff;
    background: #B68937;
    font-size: 13px;
    border: 1px solid #B68937;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 30px;
    float: left;
    transition: 350ms;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
}

.description a:hover {
    padding-right: 80px;
    color: #fff;
}

.slider-item {
    display: none;
}

.slider-item.active {
    display: block;
}

.slider-item.active .hide-mobile {
    display: none;
}

.slider-item.active .show-mobile {
    display: block;
    margin: 1rem 0;
}

.corpButton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
    width: 55px;
    height: 55px;
    background: #B68937;
    border: 1px solid white !important;
}

.controls {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 0 0.25rem 0;
}

.controls .previous {
    border: 1px solid #232323;
}

.controls .next {
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
}

.controls .icon {
    position: relative;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    color: white;
}

.controls .icon.arrow-left::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(-135deg);
}

.controls .icon.arrow-right::before {
    content: "";
    position: absolute;
    right: 1px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(45deg);
}

.previous,
.next {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-basis: 15%;
    font-size: 2rem;
    color: #1e1e1e;
}

.previous:hover .icon,
.next:hover .icon {
    transform: scale(1.5);
    transition: 300ms;
}

.previous .icon,
.next .icon {
    transition: transform 0.1s ease;
}

.active .image-holder::before {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 50%;
    animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
    overflow: hidden;
}

@keyframes revealRight {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.navLogo {
    width: 30%;
    height: 20%;
}

@media(max-width:980px) {
    .navLogo {
        width: 60%;
        height: 30%;
    }
}

.toggle-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
    line-height: 1.9;
}

.toggle-nav i {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0 0.5rem;
    z-index: 2;
    color: #1e1e1e;
    transition: 350ms;
}

.navLink a {
    color: #1e1e1e;
    transition: 250ms;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 15px;
    padding: 10px;
    background: transparent;
    border: 1px solid #1e1e1e;
}

.navLink a:hover {

    margin-left: 0px;
    background: #E40665;
    color: #fff;
    border: 1px solid #E40665;
}

@media(max-width:940px) {
    .navLink a {
        border: none;
    }
}

@media(max-width:940px) {
    .navLink a:hover {
        border: none;
    }
}

.flex-nav ul {
    position: absolute;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    padding: 1rem;
    background: #fff;
    text-align: center;

}

.flex-nav ul.active {
    display: flex;
}

@media(max-width:920px) {
    .flex-nav ul.active {
        margin-top: 20px;
    }
}

@media (min-width: 62rem) {
    nav ul {
        justify-content: flex-end;
    }

    #logo {
        font-size: 1.25rem;
    }

    .controls {
        padding: 1.75rem 0 1.75rem 0;
    }

    .intro {
        animation: fadeInLeft 0.8s 0.4s ease forwards;
    }

    .intro .title {
        font-size: 3.25rem;
        padding: 2.5rem 2.5rem 3rem 2.5rem;
        background: rgba(255, 255, 255, .9);
        border: 1px solid #fff;
        text-align: center;

    }

    .carousel-control-next-icon {
        background-image: url("https://www.pngwing.com/en/free-png-sfoov") !important;
    }

    .description {
        font-size: 1.25rem;
        margin: 1rem 0 0 0;
    }

    .previous,
    .next {
        flex-basis: 8.33%;
    }

    .slider-item.active .hide-mobile {
        display: block;
    }

    .slider-item.active .show-mobile {
        display: none;
    }

    .toggle-nav {
        display: none;
    }

    .flex-nav ul {
        display: flex;
        flex-direction: row;
        position: relative;
        padding: 0;
        justify-content: flex-end;
    }

    nav {
        padding: 1.75rem 0 1.75rem 0;
    }

    nav ul {
        line-height: 2.2;
        display: flex;
        justify-content: flex-start;
    }

    nav ul li {
        font-size: 1rem;
        text-transform: uppercase;
        margin: 0 2rem 0 0;
    }

    nav ul li:nth-child(3) {
        margin: 0;
    }
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.cardSelection {
    margin-top: 30px;
}

.cardArea {
    background: #FFFFFF;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    flex-direction: row;
    align-items: center;
    -webkit-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
}

@media(max-width:920px) {
    .cardArea {
        flex-direction: column;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.cardArea2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
    -webkit-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
}

@media(max-width:920px) {
    .cardArea2 {
        flex-direction: column;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.cardImage img {
    width: 100%;
}

@media(max-width:920px) {
    .cardImage img {
        margin-left: 0;
    }
}

.cardImage2 img {
    width: 100%;
}

@media(max-width:920px) {
    .cardImage2 img {
        margin-right: 0;
    }
}

.projectHeader {
    font-size: 25px;
    font-weight: 500;
    color: #1e1e1e;
    text-align: center;
}

.projectDetails {
    font-size: 15px;
}

@media(max-width:940px) {
    .projectDetails {
        font-size: 13px;
    }

}

.projectBottom {
    font-size: 12px;
}

.projectBottom span {
    color: #E40665;
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

@media(max-width:940px) {
    .projectBottom {
        font-size: 11px;
    }

}


.detailButton {
    float: right;
    border: 1px solid #E40665;
    color: #fff;
    background: #E40665;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 350ms;
    font-size: 13px;
    animation: fadeInLeft 0.8s 0.4s ease forwards;
}

.detailButton:hover {
    background: #fff;
    color: #E40665;
    border: 1px solid #E40665;
}

.detailButton2 {
    float: left;
    border: 1px solid #1e1e1e;
    color: #FFF;
    background: #1e1e1e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 350ms;
    font-size: 13px;
    animation: fadeInLeft 0.8s 0.4s ease forwards;
}

.detailButton2:hover {
    background: #E40665;
    color: #fff;
    border: 1px solid #E40665;
}


.reachFormButton {
    float: right;
    border: 1px solid #E40665;
    color: #fff;
    background: #E40665;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 350ms;
    font-size: 13px;
    animation: fadeInLeft 0.8s 0.4s ease forwards;
    margin-right: 20px;
}

.reachFormButton:hover {
    background: #fff;
    color: #E40665;
    border: 1px solid #E40665;
}

@media(max-width:920px) {
    .detailButton2 {
        float: right;
    }
}

.sectionHeaderArea {
    border: 1px solid #E40665;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
    background-color: #E40665;
}

.sectionHeader {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 30px;
    color: #fff;
    line-height: 15px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.sectionHeader span {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
}

.footerSection {
    background: #1e1e1e;
}

.footerGrid {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media(max-width:1020px) {
    .footerGrid {
        flex-direction: column;
        ;
    }
}

.footerMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    text-align: center;
    align-items: center;
}

@media(max-width:1020px) {
    .footerMenu {
        flex-direction: column;
        justify-content: center;
    }
}

.footerMenu a p {
    color: #fff;
    font-size: 13px;
    letter-spacing: .4px;
    transition: 350ms;
}

.footerMenu a p:hover {
    margin-left: 5px !important;
}

@media(max-width:1020px) {
    .footerMenu a p {
        margin-left: 0px;
    }
}

.footerSocial {
    display: flex;
    justify-content: flex-end;
}

@media(max-width:1020px) {
    .footerSocial {
        justify-content: center;
        margin-bottom: 10px;
    }
}

.footerSocial a i {
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #1e1e1e;
    border-radius: 10%;
    transition: 350ms;
}

@media(max-width:940px) {
    .footerSocial a i {
        font-size: 25px;
    }
}

.footerSocial a i:hover {
    color: #1e1e1e;
    background: #fff;
}

.footerKVKK a p {
    color: #fff;
    font-size: 10px;
    text-align: left;
    transition: 350ms;
}

.footerKVKK a p:hover {
    color: #fff;
    margin-left: 5px;
}

@media(max-width:1020px) {
    .footerKVKK a p {
        text-align: center;
    }
}

.footerRights {
    text-align: center;
    overflow: hidden;
    font-size: 9px;
    color: #fff;
    letter-spacing: .5px;
}

@media(max-width:1020px) {
    .footerRights {
        text-align: center;
    }
}

.footerRightsR {
    text-align: right;
    overflow: hidden;
    font-size: 8px;
    color: #fff;
    letter-spacing: .5px;
}

@media(max-width:1020px) {
    .footerRightsL {
        text-align: center;
    }
}

.bottomFooter {
    margin-top: 10px;
}

section#contact {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #1e1e1e;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #1ee2e7;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

.secondFormButton {
    background: #fff !important;
    padding: 5px 30px;
    color: #1e1e1e;
    font-weight: 500;
    border: 1px solid #fff;
}

.secondFormButton:hover {
    color: #fff !important;
    background: #1e1e1e !important;
    border: 1px solid #fff;
}

.section-subheading {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.secondFormButtonArea {
    text-align: left;
}

@media(max-width:1024px) {
    .secondFormButtonArea {
        text-align: center;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.my-float {
    margin-top: 16px;
}

.float:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    color: #E40665;
}

.kvkk3Check {
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
    padding-left: 5px;
    text-align: center;
}

.kvkk3Check a {
    color: #fff !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.formAddress i {
    font-size: 16px;
    padding-right: 10px;
    margin-top: 5px;
    color: #fff;
}

.formAdress i a {
    color: #fff;
}

.formAddress a {
    transition: 350ms;
    letter-spacing: .5px;
    font-size: 14px;
}

.formAddress a:hover {
    color: #E40665 !important;
}

.addressText {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400;
}

@media(max-width:760px) {
    .addressText {
        font-size: 13px;
    }
}

.formSocialMedia {
    text-align: center;
    padding-top: 30px;
}

.formSocialMedia a i {
    font-size: 30px;
    transition: 350ms;
}

.formSocialMedia a i:hover {
    color: #E40665;
}

/* Footer > Fixed Form ------------------------------------------------------*/
.sidebar-contact {
    position: fixed;
    top: 90%;
    left: -350px;
    transform: translateY(0%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
}

.sidebar-contact.active {
    left: 0;
    transform: translateY(-90%);
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #E40665;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: 350ms;
    border: 1px solid white;
}

.sidebar-contact input[type="submit"]:hover {
    background: #fff;
    color: #E40665;
    border: 1px solid #E40665;
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #B68937 !important;
    top: 0;
    right: -48px;
    line-height: 48px;
}

.toggle:hover {
    background: fff;
    color: #B68937;
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: '\f00d';
}

@media(max-width:940px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
        top: 90%;
        transform: translateY(-50%);
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}


.nataHeader {
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 50px;
}

.nataHeader span {
    font-family: 'Great Vibes', cursive;
    letter-spacing: 0;
}

.nataSeperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px;
    justify-content: center;
}

.aboutNataSection {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.aboutNata p {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    max-width: 600px;
    margin: 15px;
}

@media (max-width:760px) {
    .aboutNata {
        font-size: 11px;
        max-width: 370px;
    }
}

.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

.card-footer {
    background: #fff !important;

}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 300px;
    right: 1.25rem;
    width: 100px;
    height: 100px;

}

@media(max-width:940px) {
    .card-custom-avatar img {
        width: 80px;
        height: 80px;
        top: 230px;
    }
}

.cardScale {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nataButton {
    border: 1px solid #D3313A;
    color: #fff;
    background: #D3313A;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 350ms;
    font-size: 13px;
    animation: fadeInLeft 0.8s 0.4s ease forwards;
}

.nataButton:hover {
    background: #fff;
    color: #D3313A;
    border: 1px solid #D3313A;
}

.sidebar-contact {
    position: fixed;
    top: 90%;
    left: -350px;
    transform: translateY(0%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
}

.sidebar-contact.active {
    left: 0;
    transform: translateY(-90%);
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #B68937;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: 350ms;
    border: 1px solid white;
}

.sidebar-contact input[type="submit"]:hover {
    background: #fff;
    color: #E40665;
    border: 1px solid #B68937;
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #E40665;
    top: 0;
    right: -48px;
    line-height: 48px;
}

.toggle:hover {
    background: fff;
    color: #E40665;
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: '\f00d';
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
        top: 90%;
        transform: translateY(-50%);
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}

.toggleHeader {
    color: #B68937;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: -1px;
}

.kvkk2Check {
    color: #B68937;
    font-size: 12px;
    letter-spacing: .3px;
    padding-left: 5px;
}

.kvkk2Check a {
    color: #C59F4A !important;
    text-decoration: underline !important;
    font-size: 14px;
}

input[type=checkbox],
input[type=radio] {
    height: 1em;
    width: 1em;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.my-float {
    margin-top: 16px;
}

.float:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    color: #F9D791;
}

.futureHeaderArea {
    border: 1px solid #B68937;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
    background-color: #B68937;
}

.futureHeader {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 40px;
    color: #fff;
    line-height: 15px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.futureHeader span {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
}

.card-title {
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    ;
}

.projectLocation {
    font-size: 15px;
}

.futureCard {
    vertical-align: middle;
    -webkit-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    margin-bottom: 30px;
}

.futureCardBody {
    display: flex;
    flex-direction: r;
    justify-content: space-between;
    align-items: center;
}

.futureCardBody i {
    color: #E40665;
    padding-right: 5px;
}

.futureCard img:hover {
    filter: sepia(1);
    transition: 350ms;
    cursor: pointer;
}

.futureLink {
    color: #B68937;
    transition: 350ms;
    font-size: 14px !important;
    margin-left: 0;
}

.futureLink:hover {
    color: #B68937;
    margin-left: 5px !important;
}

.modalForm {
    text-align: left;
    background: #C2B28F;
}

.modalForm input {
    width: 100%;
    border: 1px solid #C2B28F;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.modalForm select {
    width: 50%;
}

.formHeader {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.modalFormButton {
    background: #B68937;
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    transition: 350ms;
}

.modalFormButton:hover {
    background: #fff;
    color: #B68937;
}

.modal-body {
    background: #C2B28F;
}

.modal-footer {
    background: #C2B28F;
}

.pure-button {
    width: 150px;
    height: 40px;
    border: 1px solid #B68937;
    color: #fff;
    font-weight: 300;
    background: #B68937;
    letter-spacing: 1px;
    transition: 350ms;
}

.pure-button:hover {
    background: #fff;
    color: #C2B28F;
}

.kvkk4Check {
    color: #fff;
    font-size: 12px;
    letter-spacing: .3px;
    padding-left: 5px;
}

.kvkk4Check a {
    color: #fff !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.futureFormButton {
    padding: 7px 20px;
    background: #B68937 !important;
    color: #fff;
    font-size: 13px;
    transition: 350ms;
    border: 1px solid #B68937 !important;
    transition: 350ms;
}

.futureFormButton:hover {
    color: #B68937 !important;
    background: #fff !important;
    transition: all 350ms;
}

.fa-chevrons-right {
    color: #fff;
}

.card-title2 {
    font-size: 17px;
    margin-left: 20px;
    font-weight: 500;
}

.card-title2 a {
    float: right;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
}

.card-title2 a:hover {
    margin-right: 25px;
}

.card-title2 a i {
    margin-right: 5px;
}

@media(max-width:920px) {
    .card-title2 {
        font-size: 14px;
    }
}

@media(max-width:920px) {
    .card-title2 a {
        font-size: 12px;
    }
}

@media(max-width:920px) {
    .futureFormButton {
        padding: 5px 15px;
        background: #1e1e1e;
        color: #fff;
        font-size: 12px;
        transition: 350ms;
        border: 1px solid #1e1e1e;
    }
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.center2 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 16px;
}

.toggle1 {
    color: black;
    cursor: pointer;
    transform: translateY(-50%) scaleY(1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle1.active {
    cursor: pointer;
    transform: translateY(-50%) scaleY(-1);
    transition: all 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle1 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
}

.toggle1:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.toggle2 {
    color: black;
    cursor: pointer;
    transform: translateY(-50%) scaleY(1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle2.active {
    cursor: pointer;
    transform: translateY(-50%) scaleY(-1);
    transition: all 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle2 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
}

.toggle2:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.toggle3 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
}

.toggle3:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.toggle4 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
    top: 35% !important;
}

.toggle4:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.toggle5 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
}

.toggle5:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.toggle6 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
    top: 35% !important;
}

.toggle6:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.toggle7 {
    color: #fff !important;
    border: 1px solid #E40665;
    padding: 6px 11px;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
    background: #E40665;
    transition: 350ms;
}

.toggle7:hover {
    border: 1px solid #E40665;
    background: #fff;
    color: #E40665 !important;
}

.card4 {
    width: 100%;
    border-radius: 0.3rem;
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px !important;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
}

.card4 .image-big {
    width: 100%;
}

.card4 .expandable_content1.active1 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content1 {
    max-height: 0;

    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content2.active2 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}


.card4 .expandable_content3.active3 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content4.active4 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content4 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content5.active5 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content5 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content6.active6 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content6 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content7.active7 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content7 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content8.active8 {
    max-height: 100%;
    transition: max-height 0.2 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .expandable_content8 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card4 .content {
    padding: 16px;
    display: flex;
    position: relative;
    flex-direction: row;
}

.card4 .content .meta {
    padding-left: 16px;
    width: auto;
}

.card4 .content .meta .title {
    font-weight: 400;
    color: #252525;
    line-height: 24px;
    font-size: 23px;
}

@media(max-width:940px) {
    .card4 .content .meta .title {
        font-size: 15px;
    }
}

.card4 .content .meta .subtitle a {
    color: #E40665;
    font-size: 75%;
    font-weight: 300;
    transition: 350ms;
}

.card4 .content .down-icon {
    position: absolute;
    top: 35%;
    right: 16px;
    color: #666566;
    cursor: pointer;
}

.item {
    padding: 16px;
    display: flex;
    position: relative;
    flex-direction: row;
}

.item .material-icons {
    text-align: center;
    height: 40px;
    width: 40px;
    color: red;
    vertical-align: middle;
    line-height: 40px;
}

.item .meta {
    width: auto;
}

.item .meta .title {
    color: #252525;
    font-size: 90%;
    line-height: 24px;
}

.item .meta .subtitle {
    color: #969696;
    font-size: 80%;
}

.avatar img {
    border: 1px solid transparent;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 3px 35px 2px rgba(0, 0, 0, 0.20);
    position: absolute;
    bottom: 90%;
    height: 70px;
    left: 0%;
    display: none;
}

@media(max-width:920px) {
    .avatar img {
        height: 60px;
        width: 60px;
    }
}

.reachNata a {
    color: #1e1e1e;
    letter-spacing: .5px;
    font-weight: 500;
    transition: 350ms;
}

.reachNata a:hover {
    color: #E40665;
}

.reachNata {
    display: flex;
    justify-content: center !important;
    text-align: center;
    align-items: center;
    margin-top: 50px;
}

@media(max-width:940px) {
    .reachNata {
        margin-top: 30px;
        font-size: 12px
    }
}

.reachNata :nth-child(1) {
    border-right: 1px solid grey;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 17px;
    margin-right: 15px;
}

@media(max-width:940px) {
    .reachNata :nth-child(1) {
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

.projectSliderControl {
    color: #E40665;
    font-weight: 300;
    font-size: 20px;
}

.futureDetails {
    font-size: 14px;
}

.imgButton {
    position: absolute;
    text-align: center;
    border: 1px solid #B68937;
    padding: 20px 10px;
    border-radius: 0%;
    color: white;
    background: #B68937;
    overflow: hidden;
    opacity: .7;
    line-height: 18px;
    font-size: 15px;
    cursor: pointer;
    transition: 350ms;
}

.imgButton:hover {
    background: #fff;
    color: #B68937;
}

.popupImage {
    width: 100% !important;
}

.popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.popup-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    z-index: 10;
    max-width: 95%;
    max-height: 95%;
    overflow-x: hidden;
    padding: 25px;
    display: none;
}

.popup-wrapper.content {
    /*your style codes*/
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 4px;
    max-width: 600px;
    border: 1px solid #fafafa;
}

/* .ic-close {
     position: absolute;
     right: 10px;
     top: 10px;
     background-color: #fff;
     color: #000;
     text-decoration: none;
     z-index: 2;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border-radius: 50%;
     font-size: 18px;
     box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
     transition: all 0.2s linear;
}
 */
.popupImage2 {
    width: 600px;
    height: 600px;
}

@media(max-width:820px) {
    .popupImage2 {
        height: 300px;
        width: 300px;
    }
}

.popupButton {
    border: 1px solid transparent;
    background: #B68937 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    position: absolute;
    top: 4%;
    right: 4%;
    color: #fff !important;
    font-weight: 800;
    transition: 350ms;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;
}

.popupButton:hover {
    color: #fff !important;
    background: #E40665 !important;
}

@media(max-width:1020px) {
    .popupButton {
        font-size: 10px !important;
        right: 7%;
        top: 7%;
    }
}




@media(min-width:940px) {
    .cardOneImage {
        max-height: 400px;
    }
}

.avatarHit2 {
    left: 70px;
    height: 70px;
    width: 70px;
}

.avatarHit1 {
    z-index: 2;
    height: 70px;
    width: 70px;
}

@media(min-width:940px) {
    .mobileCard {
        display: none;
    }
}

@media(max-width:940px) {
    .desktopCard {
        display: none;
    }
}


@media(max-width:940px) {
    .avatarHit1 {
        width: 60px;
        height: 60px;
    }
}



@media(max-width:940px) {
    .avatarHit2 {
        width: 60px;
        height: 60px;
        left: 60px;
    }
}

.redForm {
    background: #E40665;
}



.modalFormButtonRed {
    background: #901027;
    color: #fff;
    border: 1px solid #901027;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    transition: 350ms;
}

.modalFormButtonRed:hover {
    background: #fff;
    color: #901027;
}

.redBody {
    background: #E40665;
}

.redFooter {
    background: #E40665;
}



.pureRedButton {
    width: 150px;
    height: 40px;
    border: 1px solid #901027;
    color: #fff;
    font-weight: 300;
    background: #901027;
    letter-spacing: 1px;
    transition: 350ms;
}

.pureRedButton:hover {
    background: #fff;
    color: #901027;
}


.form-label {
    color: #fff;
    font-weight: 500;
}




.cardHeaderImage {

    position: absolute;
    height: 70px;
    z-index: 2;
}



@media(max-width:920px) {
    .cardHeaderImage {
        height: 60px;
    }
}

.cardHeaderImage2 {

    position: absolute;
    height: 70px;
    z-index: 2;
    left: 85%;
}



@media(max-width:920px) {
    .cardHeaderImage2 {
        height: 60px;
        left: 80%;
    }
}

.cardHeaderImage3 {

    position: absolute;
    height: 70px;
    left: 15%;
    z-index: 2;
}



@media(max-width:920px) {
    .cardHeaderImage3 {
        height: 60px;
    }
}

.flex-nav {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.35);
}

.slider {
    padding: 0 !important;
}

.slider-item {
    padding: 0 !important;
}


.titleArea {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 150px;
    border-right: 1px solid transparent;
    margin-bottom: 120px;
}


@media(max-width:920px) {
    .titleArea {
        top: 70px;
        margin-bottom: 50px;
    }
}


.subtitle {
    display: block;
    text-align: left;
    text-transform: uppercase;
    padding-top: 10px;
}

.titleArea2 {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 150px;
    border-right: 1px solid transparent;
    margin-bottom: 50px;
}


@media(max-width:920px) {
    .titleArea2 {
        top: 70px;
        margin-bottom: 50px;
    }
}

.title2 {
    font-weight: 300;
    color: black;
    font-size: 120px;
    position: relative;
    text-align: center;
    line-height: 130px;
    letter-spacing: -5px;



}

@media(max-width:920px) {
    .title2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -1px;
    }
}


.titleArea3 {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 150px;
    border-right: 1px solid transparent;
    margin-bottom: 50px;
}


@media(max-width:920px) {
    .titleArea3 {
        top: 70px;
        margin-bottom: 50px;
    }
}

.title3 {
    font-weight: 800;
    color: transparent;
    font-size: 110px;
    background: url("https://i.ibb.co/mD8LBZ7/vega-Nebula.jpg") repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
    line-height: 120px;
    letter-spacing: -4px;



}

@media(max-width:920px) {
    .title3 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -1px;
    }
}

.textArea {
    max-width: 600px;
}

.subText {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 20px;
}

.avmSect {
    margin-top: 50px;
}

.avmSection {
    display: flex !important;
    justify-content: space-around;
    align-self: center;
    vertical-align: center;
}

.prjImg {
    text-align: center;

}

.projectImage {

    width: 150px;


}


.socialMedia a {
    color: #1e1e1e;
    font-size: 25px;
    margin-right: 10px;
    transition: 350ms;
}

.socialMedia a:hover {
    color: #E40665;
}



.aquaButton {
    float: right;
    left: -210px;
    border: 1px solid #45BDCD;
    color: #fff;
    background: #45BDCD;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 350ms;
    font-size: 13px;
    animation: fadeInLeft 0.8s 0.4s ease forwards;
}

.aquaButton:hover {
    background: #fff;
    color: #45BDCD;
    border: 1px solid #45BDCD;
}



.card-body {
    padding-top: 0 !important;
    height: 400px;
}

@media (max-width:720px) {
    .card-body {
        height: auto;
    }
}