:root {
    --red: #ED1312;
    --white: #fff;
    --black: #0C0C0C;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.header {
    position: fixed;
    top: 25%;
    right: 0%;
    z-index: 1;
}

.header ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    list-style: none;
}

.header ul li {
    font-family: Sen;
    font-style: normal;
    font-weight: bold;
    font-size: 25.002px;
    line-height: 30px;
    padding: 1rem;
    width: 80%;
    margin-right: -75%;
    color: rgba(173, 173, 173, 0.37);
}

.header ul li a {
    text-decoration: none;
    border-bottom: 1px solid rgba(173, 173, 173, 0.37);
    padding: 1rem;
    color: rgba(173, 173, 173, 0.37);
    width: 50%;
}

.header ul li a:hover,
.header ul li:hover {
    text-align: left;
    width: 100%;
    color: rgba(180, 180, 180, 1);
    border-bottom: 1px solid #E39C31;
    margin-right: 0%;
}

.home {
    background: url(./images/Rectangle\ 1@2x.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -2px;
    color: white;
    padding: 2rem;
}

.logo {
    font-family: Sen, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

.logo span {
    background: var(--red);
    padding: 0px 5px;
    padding-left: 25px;
    width: 112.79px;
    height: 29.88px;
}

.video {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    opacity: 35%;
    position: absolute;
    top: 45%;
    width: 30%;
}

.line {
    width: 100%;
    height: 2px;
    background: white;
    margin: .5rem;
}

.short {
    width: 40px;
    margin-right: .5rem;
}

.long {
    width: 120px;
}

.play {
    width: 55px;
    height: 55px;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
    padding: 21px;
}

.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    padding: .9rem;
    border-radius: 50%;
}

.heading {
    width: 35%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    font-family: Sen, sans-serif;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 89px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.red.large {
    width: 548.35px;
    height: 59.67px;
    margin-top: -2.1rem;
    background-color: var(--red);
    z-index: -1;
}

.recent {
    color: #ED1312;
    padding: 1rem;
    width: 100%;
    position: relative;
    background: #000;
    margin-top: -2%;
}

.carousel {
    margin-top: -4.5%;
}

.recent h2 {
    margin: 2rem 5rem;
    font-family: Sen;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 8rem;
}

.about {
    background: var(--black);
    height: 160vh;
    color: var(--white);
    margin-top: -2px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding: 10rem 0;
}

.about .small {
    font-family: Sen, sans-serif;
    font-size: 190px;
    font-style: normal;
    font-weight: 700;
    line-height: 232px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -30%;
}

.about .red {
    font-family: Sen;
    font-size: 550px;
    font-style: normal;
    font-weight: 400;
    line-height: 447px;
    letter-spacing: 0em;
    left: -20%;
    top: 17%;
    text-align: left;
    width: 100%;
    position: absolute;
    -webkit-text-fill-color: var(--black);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red);
    z-index: -1;
}

.about .main {
    position: absolute;
    top: 250px;
    left: 300px;
}

.about .content {
    display: flex;
    align-items: center;
    width: 880px;
    height: 500px;
    background: #3C3C3C;
    padding: 2rem;
    font-family: Sen, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
}

.about .content img {
    position: absolute;
    left: -15%;
    width: 300px;
}

.about .content p {
    width: 80%;
    position: absolute;
    right: 0;
    padding: 1rem 2rem;
}

#bulb1,
#bulb2 {
    width: 466.48px;
    height: 621.97px;
    position: absolute;
}

#bulb1 {
    top: 90%;
    left: 60%;
    z-index: -1;
}

.services {
    position: relative;
    background: var(--black);
    color: var(--white);
    font-family: Sen, sans-serif;
    padding: 2rem 0;
}

.services h1 {
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 0.495em;
    text-align: center;
    padding: 3rem 0;
}

.services .head {
    position: relative;
    z-index: 0;
}

.services .head .red {
    color: var(--red);
    font-family: Sen;
    font-size: 145px;
    font-style: normal;
    font-weight: 400;
    line-height: 174px;
    letter-spacing: 0em;
    -webkit-text-fill-color: var(--black);
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red);
    z-index: -1;
}

.services .head .white {
    padding: 1rem;
    background: var(--black);
    z-index: 0;
    width: 50%;
    margin: auto;
}

.services .head .red.big.one {
    position: absolute;
    top: -120%;
    left: 35%;
}

.services .head .red.big.two {
    position: absolute;
    left: 35%;
    top: -35%;
}

#bulb2 {
    top: -4%;
}

.gallery {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 4rem 3rem;
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.gallery .service {
    position: relative;
    transform: scale(0.8);
    transition: all 1s ease;
}

.gallery .service:hover {
    position: relative;
    transform: scale(1);
    cursor: pointer;
}

.teams {
    position: relative;
    z-index: 0;
    padding-top: 2rem;
}

.teams h1 {
    font-family: Sen;
    font-style: normal;
    font-family: Sen;
    font-size: 350px;
    font-style: normal;
    font-weight: 400;
    line-height: 421px;
    letter-spacing: 0em;
    text-align: left;
}

.teams .bigteam {
    font-family: Sen;
    font-size: 350px;
    font-style: normal;
    font-weight: 400;
    line-height: 421px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    -webkit-text-fill-color: var(--black);
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    position: absolute;
    top: -8%;
    z-index: -1;
    left: 25%;
}

.teams .small {
    font-size: 67px;
    font-weight: 400;
    line-height: 81px;
    letter-spacing: 0em;
    background: var(--black);
    padding: 0 3rem;
}

.teams .small .red {
    color: var(--red);
}

.teams .gallery .service {
    position: relative;
    transform: scale(0.9);
    transition: all 1s ease;
}

.teams .gallery .service:hover {
    position: relative;
    transform: scale(1);
    cursor: pointer;
}

.gallery .desc {
    position: absolute;
    background: var(--red);
    padding: 1rem;
    font-size: 32px;
    top: 75%;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
}

.bigger {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5rem;
}

.bigger .gallery {
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
}

.bigger .service {
    margin: 0rem 1rem;
}

.portfolio {
    background: var(--black);
    color: var(--red);
    height: 320vh;
    padding: 0rem;
    margin: 0;
}

.portfolio .left,
.portfolio .right {
    margin: 0rem;
    border: none;
}

.portfolio .port-head {
    position: relative;
    padding: 10rem 0;
    z-index: 0;
    overflow: hidden;
}

.portfolio .port-head .red {
    font-family: SeoulNamsan CBL;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Teko', sans-serif;
    background: var(--black);
    padding: 40px;
}

.portfolio .bigger-port {
    font-family: Sen;
    font-size: 292px;
    font-style: normal;
    font-weight: 700;
    line-height: 352px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
    position: absolute;
    top: -10%;
    left: 5%;
    z-index: -1;
}

.portfolio .bigger-port.two {
    position: absolute;
    display: block;
    top: 35%;
    left: 0;
    z-index: -5;
}

.galleries {
    width: 85%;
    margin: 0rem auto;
    position: relative;
    z-index: 0;
    padding-bottom: 2rem;
}

#gallery_4_img {
    width: 606px;
}

.gallery_2 .column {
    max-width: 100%;
}

.feature {
    background: var(--black);
    color: var(--white);
    height: 300vh;
    padding: 0 1rem;
}

.feature .head {
    display: flex;
    align-items: center;
    font-family: Sen, sans-serif;
    font-weight: normal;
}

.feature .head h1 {
    font-family: Sen;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: left;
}

.feature .line {
    width: 100%;
    height: 2px;
    background: white;
    margin: .5rem;
}

.feature .short {
    width: 10%;
}

.features {
    margin-top: 2rem;
    padding: 5rem 0;
}

.feature_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10rem 0;
    margin-top: 0rem;
}

.left,
.right {
    width: 40%;
    height: 500px;
}

.box-img {
    background: url(./images/flower.png);
    width: 90%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.right .box-img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.right .box-img img {
    margin: 78.4px -120px;
}

.box-img img {
    margin: 78.4px 120px;
    width: 530px;
    height: 500px;
}

.right,
.left {
    font-family: Sen;
    font-style: normal;
    letter-spacing: 0em;
    margin: 1rem 2rem;
}

.right h1,
.left h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    margin: 3.5rem 0;
}

.right p,
.left p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

.testimonial {
    background: var(--black);
    color: var(--white);
    position: relative;
    height: 100vh;
    text-align: center;
    padding: 10rem 2rem;
    position: relative;
    z-index: 0;
}

.testimonial .bigtest {
    font-family: Sedan;
    font-size: 188px;
    font-style: normal;
    font-weight: 400;
    line-height: 260px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    left: 20%;
    z-index: -1;
    top: 1%;
}


/* .testimonial #heading {
    font-family: serif;
    font-size: 188px;
    font-style: normal;
    font-weight: 400;
    line-height: 260px;
    letter-spacing: 0em;
    position: absolute;
    z-index: 0;
} */

.testimonial .small {
    background: var(--black);
    color: var(--white);
    padding: 1rem;
    font-family: Sen;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.41em;
    z-index: 0;
}

.review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 225px;
    text-align: left;
    padding: 1rem 2rem;
    margin: 1rem;
}

.review .content {
    margin: 1rem 2.5rem;
    font-family: Sen;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.review .content .stars {
    margin: 1rem 0;
}

.review .fa-star {
    color: #5A5A5A;
}

.review .active {
    color: #FFEB38;
}

.teams {
    padding: 5rem;
    background-color: var(--black);
    color: var(--white);
}

.connect {
    background: var(--black);
    color: var(--white);
    height: 120vh;
    position: relative;
    z-index: 0;
    padding: 6% 0%;
}

.connect h1 {
    font-family: Sen, sans-serif;
    font-size: 236px;
    font-style: normal;
    font-weight: 700;
    line-height: 284px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: -8%;
    text-transform: uppercase;
    z-index: -1;
}

.contact {
    background: url(./images/connect-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 781.84px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contact h2 {
    font-family: Sen, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: 0em;
}

.card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    width: 615px;
    height: 865px;
    background: #000;
    text-align: left;
}

.card label {
    font-family: Sen;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    width: 90%;
    margin: 1rem 5rem;
}

.card input,
.card textarea {
    width: 526.91px;
    height: 73.18px;
    border-radius: 10px;
    padding: 1rem;
    font-size: 27px;
    font-family: Sen;
}

.card textarea {
    width: 526.91px;
    height: 133.46px;
}

.card .btn {
    width: 316.14px;
    height: 96.06px;
    background: #D69B7B;
    margin-top: 5rem;
    margin-bottom: 0rem;
    font-family: Sen;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    color: var(--white);
    cursor: pointer;
}

.social {
    display: flex;
    background: var(--black);
    color: var(--white);
    padding: 0 5rem;
    padding-top: 10rem;
    z-index: 0;
}

.social h1 {
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.social p {
    font-family: Sen;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.social .bold {
    font-family: Sen;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 1.25rem 0;
}

.media {
    width: 600px;
    height: 63.93px;
    padding: 0rem;
    margin: 8rem 0;
    margin-bottom: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--black);
}

.media i {
    color: var(--white);
    background: #000;
}

.social .right {
    position: relative;
    z-index: 0;
}

.social .right h1 {
    color: black;
    -webkit-text-fill-color: var(--black);
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-family: Sen;
    font-size: 170px;
    font-style: normal;
    font-weight: 400;
    line-height: 215px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    z-index: -1;
}

.topnav {
    display: none;
}

@media screen and (max-width: 1025px) {
    .topnav {
        display: block;
        width: 100%;
    }
    .logo {
        width: auto;
    }
    .video {
        display: none;
    }
    .heading {
        top: 25%;
        left: 0;
        padding: 2rem;
        transform: none;
        width: 100%;
        text-align: left;
        font-size: 45px;
        line-height: 50px;
    }
    .red.large {
        margin-top: 1rem;
        width: 300px;
        z-index: 0;
        height: 25px;
    }
    .recent {
        height: auto;
        background: var(--black);
        flex-direction: column;
        padding: 1rem 0;
    }
    .recent h2 {
        margin: 1rem 2rem;
        font-family: Sen;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: 0em;
    }
    .images img {
        width: 200px;
    }
    .images div {
        margin: 0 10px;
    }
    .home {
        height: 500px;
    }
    .about {
        padding: 1rem;
        height: 220vh;
    }
    .about .red {
        display: none;
    }
    .about .main {
        top: 10px;
        left: 0px;
    }
    .about .small {
        font-size: 45px;
        margin: 1rem;
        line-height: normal;
        position: initial;
        margin-bottom: 40px;
    }
    .about .content {
        flex-direction: column;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 1rem 1.25rem;
    }
    .about .content img {
        position: inherit;
        left: 0%;
        width: 70%;
        margin: 1rem 0;
    }
    .about .content p {
        position: inherit;
        width: 100%;
        padding: 0rem;
        font-size: 1.25rem;
    }
    .services .head .big {
        display: none;
    }
    .services .head .white {
        font-size: 45px;
        margin: 0;
        padding: 0rem 2rem;
        position: initial;
        width: 100%;
        text-align: center;
    }
    #bulb1,
    #bulb2 {
        display: none;
    }
    .gallery {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding-top: 0rem;
        padding-bottom: 0rem;
        flex-direction: column;
        margin: .5rem;
        margin-bottom: 0rem;
    }
    .galleries {
        width: 100%;
        margin: 0rem;
    }
    .gallery_1,
    .gallery_2,
    .gallery_3 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0rem;
        height: auto;
    }
    .services .bigger {
        display: none;
    }
    .portfolio {
        display: block;
        height: auto;
        padding: 3rem 0;
        margin: 0;
    }
    #gallery_1_img {
        width: 100%;
        height: auto;
        margin: 0rem;
    }
    .gallery_1 img {
        margin: 0.1rem;
        width: 48.2%;
    }
    #gallery_4_img {
        width: 100%;
    }
    .portfolio .bigger-port {
        display: none!important;
    }
    .portfolio .port-head {
        padding: 1rem;
    }
    .gallery_2,
    .gallery_3 {
        width: 90%;
        height: auto;
        margin: 0rem auto;
        padding: 0rem;
    }
    .gallery_2 img,
    .gallery_3 img {
        width: 100%;
    }
    .col-md-4,
    .col-md-6,
    .col-md-8 .row {
        width: 95%;
        margin: auto;
    }
    .teams {
        padding: 0;
        line-height: 56px;
    }
    .teams .bigteam {
        display: none;
    }
    .teams .small {
        font-size: 35px;
    }
    .feature {
        height: auto;
    }
    .feature .head h1 {
        font-size: 45px;
    }
    .features {
        padding: 1rem 0;
    }
    .feature_1 {
        flex-direction: column;
        margin: 1rem .5rem;
    }
    .feature_1:nth-child(2) {
        flex-direction: column-reverse;
    }
    .feature_1 .left,
    .feature_1 .right {
        width: 100%;
        height: auto;
    }
    .right h1,
    .left h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 72px;
        margin: 0;
    }
    .right p,
    .left p {
        font-size: 20px;
    }
    .left .box-img,
    .right .box-img {
        background: url(./images/flower.png);
        width: 90%;
        height: 90%;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
    }
    .right .box-img img,
    .left .box-img img {
        margin: 1rem;
        width: 250px;
        height: auto;
    }
    .social .right h1 {
        display: none;
    }
    .social {
        flex-direction: column;
        padding: 1.5rem;
        overflow: hidden;
    }
    .social .left,
    .social .right {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .media {
        width: 100%;
        padding: 0rem;
        margin: 1rem;
    }
    .social .left,
    .social .right {
        height: auto;
    }
    .bold {
        font-size: 20px;
    }
    .connect {
        height: auto;
    }
    .connect h1 {
        display: none;
    }
    .contact {
        flex-direction: column;
    }
    .contact h2 {
        font-size: 36px;
    }
    .card {
        width: 90%;
        height: auto;
        margin: 0;
        padding: 2rem 1rem;
        border-radius: 10px;
    }
    .card label,
    .card input,
    .card textarea {
        width: 100%;
        font-size: 20px;
        height: auto;
    }
    .card input,
    .card textarea {
        font-size: 16px;
        padding: .5rem;
    }
    .card textarea {
        height: 80px;
    }
    .card .btn {
        background: #D69B7B;
        margin: 1rem;
        width: 100%;
        height: auto;
        font-size: 20px;
    }
    .testimonial {
        padding: 1rem;
        height: auto;
    }
    .testimonial .bigtest {
        display: none;
    }
    .testimonial .small {
        font-size: 30px;
        padding: 0rem;
    }
    .testimonial .reviews,
    .testimonial .review {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: 1rem 0;
        padding: 0rem;
        text-align: center;
    }
    .testimonial .review .content {
        margin: 0rem;
        font-size: 20px;
    }
    .review .content .stars {
        margin: 1rem auto;
    }
    .header {
        display: none;
    }
    .mobile-container {
        max-width: 100%;
        margin: auto;
        color: white;
        border-radius: 10px;
    }
    .topnav {
        overflow: hidden;
        background-color: var(--black);
        position: relative;
    }
    .topnav #myLinks {
        display: none;
    }
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 20px;
        display: block;
    }
    .topnav a.icon {
        background-color: var(--red);
        color: var(--white);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav a:hover {
        background-color: var(--black);
        color: var(--red);
    }
    .topnav .logo p {
        width: auto;
        padding: .7rem;
        text-align: left;
    }
    .active {
        background-color: transparent;
        color: white;
    }
    .home .logo {
        display: none;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.column {
    flex: 25%;
    max-width: 50%;
    margin: 5px;
}

.column .row {
    margin-left: 0px;
}

.column img {
    margin: auto;
    vertical-align: middle;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}

.bg-custom {
    background: var(--black);
    height: auto;
    padding-top: 10rem!important;
}
.resImg{
    overflow: hidden;
}
.resImg img{
    max-width: 100%;
    vertical-align: baseline;
}
.tabs-gallery #myTab .nav-item {
    overflow: hidden;
}
.gallery .desc {
    width: 100%;
}
.gallery .desc p{
    text-align: center;
}
@media screen and (max-width: 800px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
    .text-small-center{
        text-align: center;
    }
    .resVideo{
        width: calc( 100% - 20px) !important;
        height: auto!important;
        text-align: center;
        margin-left: auto;
    }
    .gallery_2{
        width: 100%;
        padding: 10px;
    }
    .about {
        height: 113vh;
    }
    .bg-custom {
        padding-left:10px!important;
        padding-right: 10px!important;
        padding-top: 10px!important;
    }
    /* .tabs-gallery .nav-tabs{
        flex-direction: row!important;
        flex-wrap: nowrap;
        padding: 5px;
    } */
    /* .tabs-gallery  #myTab img{
        width: 100px !important;
    }
    .tabs-gallery #myTab .nav-title{
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px;
        width: 100%;
        font-size: 12px;
        top:100%;
        bottom: unset;
    } */
}


/* Slider */

.tabs-gallery img {
    width: 300px;
}

.tabs-gallery .nav-link,
.tabs-gallery .nav-tabs {
    padding: 0rem;
    border: none;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.tabs-gallery .nav-tabs .active {
    background: transparent;
    transform: scale(1.05);
    transition: all 1s ease;
}

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #0C0C0C;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}
#myTab img{
    position: relative;
}
#myTab .nav-link {
    position: relative;
    transition:all 1s ease;
}
#myTab .nav-link:hover{
    transform:scale(1.12)
}
.nav-title{
    position: absolute;
    bottom: 5px;
    left:50px;
    padding: 15px ;
    text-align: center;
    background-color: #ED1312;
    width: calc( 100% - 100px);
    color:#fff
}
.resImg{
    position: relative;
    overflow: hidden;

}
.resImg img{
    vertical-align: middle;
    width: 100%;
}
@media(max-width:768px){
   .bg-custom.rounded{
    margin-bottom: 0!important;
   }
}