html {
    width: 100vw !important;
    height: 100vh !important;
    /* font-size: 0.833vw; */
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.container-body {
    padding-top: 120px;
    padding-left: 21.75rem;
    padding-right: 21.75rem;
}

h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Montserrat'!important;
    margin-bottom: 0 !important;
}
li, a, .btn {    
    font-family: 'Montserrat'!important;
}


.single-page {
    min-height: 80vh;
}

.single-page p {
    margin-bottom: 1rem !important;
    text-align: justify;

}

h1 {
    font-weight: 700;
    font-size: 67px;
    line-height: 120%;
    color: #FFFFFF;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 3.2rem;
    color: #FFFFFF;
}

h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 65px;
    color: #FFFFFF;
}

h4 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
}

.color-primary {
    color: #4cb7fb
}

.flip-h {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

header.header-container .navbar {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-left: 92px;
    padding-right: 92px;
    /* padding-left: 5.75rem;
    padding-right: 5.75rem; */
    /* background: linear-gradient(106.41deg, rgba(255, 255, 255, 0.4) 7.3%, rgba(255, 255, 255, 0.1) 100%); */
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    background: rgba(49, 49, 49, 0.4);
}

header .navbar-brand {
    width: 183px;
}

.navbar-toggler {
    /* font-size: 40px; */
    line-height: 1;
    color: #ffffff !important;
    background-color: transparent;
    border: none;
}

header .navbar-nav {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.navbar .nav-link {
    color: #FFFFFF !important;
}

a.link-dark {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #000000;
    text-decoration: none;
}

.navbar .nav-link:hover, a.link-dark:hover {
    background: linear-gradient(253.48deg, #5CD0E7 24.66%, #4AB3FF 103.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.navbar .nav-link::after, a.link-dark::after {
    content: "";
    position: relative;
    width: 0%;
    height: 2px;
    display: block;
    background: linear-gradient(253.48deg, #5CD0E7 24.66%, #4AB3FF 103.67%);
    transition: cubic-bezier(0.55, 0, 0.1, 1) width 300ms;
}

.navbar .nav-link:hover::after, a.link-dark:hover::after {
    width: 100%;
}


.main {
    min-height: 100%;
}

.slider-section {
    height: 100vh;
}

.slider-section .carousel, .slider-section .carousel .carousel-inner, .slider-section .carousel-item {
    height: 100%;
}

.slider-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.slider-section .carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 11px;
    margin-left: 11px;
    background-color: #fff;
    opacity: .3;
    transition: opacity 300ms ease-out;
    border-radius: 50%;
}

.slider-section .carousel-indicators .active {
    opacity: 1;
}

.slider-section .carousel .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.3);
    z-index: 1;
}

.slide-caption {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    padding-top: 38.50vh;
    padding-left: 10.4%;
    padding-right: 10.4%;
    z-index: 1;
}

.slide-caption h1 {
    padding-bottom: 32px;
}

.slide-caption h3 {
    padding-bottom: 40px;
}

.btn {
    border-radius: 50rem !important;
    padding-left: 16px 43px;

}

.btn-primary {
    background: linear-gradient(253.48deg, #5CD0E7 24.66%, #4AB3FF 103.67%);
    border: none;
}

.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
    background: linear-gradient(69deg, #F536B1 0%, #3E92E5 55%, #00B7DB 100%) !important;
}


.promote-section {
    padding: 6.24rem 6rem;
}

.promote-container {
    /* padding-top: 75px;
    padding-bottom: 74px;
    padding-left: 103px;
    padding-right: 101px; */
    padding-top: 4.68rem;
    padding-bottom: 4.6rem;
    padding-left: 6.43rem;
    padding-right: 6.31rem;
    border-radius: 12px;
    background: linear-gradient(106.41deg, rgba(70, 64, 160, 1) 0%, rgba(170, 53, 144, 1) 100%) !important;
}

.promote-container h2 {
    font-size: 51px;
    line-height: 120%;
}
.promote-container h2 p {
    color : #fff;
}
.promote-container h2 p:last-child {
    color : #5CD0E7;
}



.promote-container h4 {

    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}

/* ============================================================================================== */
/* Youtube Section */
/* ============================================================================================== */
.youtube-section {
    padding-bottom: 175px;
}

#YoutubeVideo.owl-carousel .owl-video-wrapper {
    position: absolute !important;
}

#YoutubeVideo.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

#YoutubeVideo .play-button {
    position: absolute;
    width: 96px;
    height: 96px;
    left: calc(50% - 96px/2 - 0.5px);
    top: calc(50% - 96px/2);

    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    color: #fff;
    transition: all 0.15s ease-out;
}

#YoutubeVideo .thumb-video {
    transition: all 0.15s ease-out;

}

#YoutubeVideo .owl-item:not(.center):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

#YoutubeVideo .owl-item {
    margin-right: 0 !important;
    transition: all .5s ease;
}

#YoutubeVideo .owl-item.center:hover {
    transition: all .8s ease;
    transform: scale(1.2);
}

#YoutubeVideo .owl-stage {
    display: flex;
    justify-content: space-between;
    padding-top: 46px;
}

/* #YoutubeVideo .owl-stage:has(.zoom){
    display: flex;
    justify-content: space-around;
    transition:all .5s ease;
} */
#YoutubeVideo .owl-item.center {
    z-index: 3;
}

#YoutubeVideo .owl-item.center:hover .thumb-video {
    display: none;
}

#YoutubeVideo .owl-item.center:hover .play-button {
    display: none;
}

#YoutubeVideo.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    color: #FFF;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-transition: fill .4s ease;
    -moz-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}

#YoutubeVideo.owl-theme .owl-nav .owl-prev svg, #YoutubeVideo.owl-theme .owl-nav .owl-next svg {
    background: none;
    color: #FFF;
    text-decoration: none;
    fill: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-transition: fill .4s ease;
    -moz-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}

#YoutubeVideo.owl-theme .owl-nav .owl-prev:hover svg, #YoutubeVideo.owl-theme .owl-nav .owl-next:hover svg {
    background: none;
    color: #FFF;
    text-decoration: none;
    fill: url(#gradient);
}

#YoutubeVideo .owl-nav .disabled {
    /* display: none!important; */
}

#YoutubeVideo .owl-nav .owl-prev {
    transition: all 0.3s ease;
    left: 6rem;
}

#YoutubeVideo .owl-nav .owl-next {
    transition: all 0.3s ease;
    right: 6rem;
}

#YoutubeVideo .owl-nav .owl-prev:hover {
    transition: all 0.3s ease;
    left: 5rem;
}

#YoutubeVideo .owl-nav .owl-next:hover {
    transition: all 0.3s ease;
    right: 5rem;
}

/* ============================================================================================== */
/* Section Portfolio */
/* ============================================================================================== */

.portfolio-section {
    padding: 120px 13rem 75px 13rem;

}

section.portfolio-section .title {
    margin-bottom: 38px !important;
}

section .title {
    padding: 2.18rem 6rem;

}

.content-section {
    padding: 2.18rem 6rem;

}


.text-gradient {
    background: -webkit-linear-gradient(253.48deg, #F536B1 24.66%, #3E92E6 67.87%, #00B7DB 103.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Instagram Section */
/* ============================================================================================== */

.instagram-section .item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 12px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.instagram-section .item a {
    text-decoration: none;
}

.instagram-section .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(253.48deg, rgba(151, 71, 255, 0.5) 24.66%, rgba(92, 208, 231, 0.5) 103.67%);
    transition: all 0.3s;
    border-radius: 4px;
    display: none;
    z-index: 0;
    cursor: pointer;
}

.instagram-section .feed-description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.instagram-section img {
    transition: all 0.3s ease;
}

.instagram-section .item:hover img {
    transform: scale(1.1, 1.1);
}

.instagram-section .item:hover:after {
    display: block;
    z-index: 0;
}

.instagram-section .item:hover .feed-description {
    display: table;
    animation: fadeInUp;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 500ms;
    /* don't forget to set a duration! */
}

.instagram-section .feed-description .feed-caption {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5em;
    padding-left: 24px;
    padding-right: 24px;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #fff;
}

.instagram-section .feed-description .feed-caption h5 {
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15.312px;
    line-height: 18px;
}

.instagram-section .feed-description .feed-caption span.icon {
    font-size: 30px;
}

.instagram-section .feed-description .feed-caption span:not(.icon) {
    padding: 6px;
    padding-right: 12px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-iframe-holder .mfp-content {
    max-width: 100vw !important;
}
.thumb-info {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    min-height: 294px;
}

.thumb-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.thumb-info-title {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding-top: 91px;
    padding-bottom: 80px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(161, 31, 129, 0.9); */
}

.thumb-info-wrapper:hover .thumb-info-title {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.portfolio-item:nth-child(even) .thumb-info-title {
    background-color: rgb(0, 117, 154, 0.8);
}

.portfolio-item:nth-child(odd) .thumb-info-title {
    background: rgb(161, 31, 129, 0.8);
}

.thumb-info-title h3 {

    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 150%;
    text-align: center;

    color: #FFFFFF;
}

.thumb-info-title p {

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;
}

.thumb-info-title a {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;
}

.portfolio-filter {
    display: block;
    margin: 0;

    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    text-align: center;
}

.portfolio-filter button {

    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    background: none !important;
    border: none !important;
}

.portfolio-list {
    padding-top: 57px;
    padding-bottom: 95px;
}
.portfolio-section a.link-gradient {

    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */

    text-align: center;

    color: #333333;
    text-decoration: none;
}

.portfolio-section a.link-gradient span {
    padding-left: 15px;
    padding-right: 15px;
}


a.link-gradient {
    text-decoration: none;
    color: #333333;
    transition: all .5s ease;
}

a.link-gradient:hover {
    text-decoration: none;
}

a.link-gradient:hover span {
    background: -webkit-linear-gradient(360deg, #F536B1 0%, #3E92E5 56%, #00B7DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.link-gradient svg {
    fill: #333333;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-transition: fill .4s ease;
    -moz-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}


a.link-gradient:hover svg {
    fill: url(#gradient);
}

.seemore-portfolio {
    padding-top: 0px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.seemore-portfolio a.link-gradient {

    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */

    text-align: center;

    color: #333333;
    text-decoration: none;
}

.btn-default {

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */

    text-align: center;
    height: 49px;

    background: #E6E9EF !important;
    border-radius: 90px;
}

.btn-default:hover {
    background: #A1A8B5 !important;
}

/* ============================================================================================== */
/* Footer */
/* ============================================================================================== */
.footer-container {
    display: block;
    margin: 0 auto;
    padding-top: 29.5px;
    padding-bottom: 21px;
    text-align: center;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-bottom: 42.5px;
}

.footer-social-icons h6 {
    padding: 0 11.3px;

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #000000;
}

.social-icons {
    padding-left: 0px;
}

.social-icons li {
    display: inline-block;
    padding: 0 14.2px;
    border-radius: 100%;
    overflow: visible;
}

.social-icons a {
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #000000;
}

.social-icons a:hover {
    background: linear-gradient(253.48deg, #F536B1 24.66%, #3E92E6 67.87%, #00B7DB 103.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-copyright, .footer-copyright p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;

    color: #000000;
}

/* Section Contact */
/* ============================================================================================== */

.contact-section {
    padding: 72px 6rem;
}

.contact-section .contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 367px;
    border-radius: 12px;
    padding: 16px;
    background-image: url(../img/bg-contact.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-section h2 {

    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 150%;
    text-align: center;

    color: #FFFFFF;
    padding-bottom: 12px;
}

.contact-section h4 {

    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    padding-bottom: 55px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
}

.contact-section a {

    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.contact-section a span {
    padding-left: 15px;
    padding-right: 15px;
}

.hover-right {
    transition: all 0.3s ease;
}

a:has(.hover-right):hover .hover-right {
    padding-left: 30px;
    padding-right: 0px;
}


input[type="checkbox"] {
    appearance: none;
    border: 2px solid #000;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

input[type="checkbox"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
}

input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    margin-top: -4px;
    margin-left: -4px;
    background-image: url(../img/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.fixed-bottom {
    z-index: 1029;
}

@media (max-width: 1680px) {
    header.header-container .navbar {
        height: 58px;
    }

    header .navbar-brand {
        width: 132px;
    }

    header .navbar-nav {
        font-size: 16px;
    }

    h2 {
        font-weight: 700;
        /* font-size: 32px;
        line-height: 37px; */
        font-size: 42px;
        line-height: 45px;
    }

    .slide-caption {
        position: absolute;
        padding-top: 28.50vh;
        padding-left: 10.4%;
        padding-right: 10.4%;
    }

    .slide-caption h1 {
        font-size: 45px;
        line-height: 120%;
        padding-bottom: 23px;
    }

    .slide-caption h3 {
        font-size: 22px;
        line-height: 150%;
        padding-bottom: 29px;
    }

    .slide-caption .btn {
        padding-left: 24px;
        padding-right: 24px;
    }

    .promote-section {
        padding-top: 4.68rem;
        padding-bottom: 4.6rem;
        padding-left: 6.43rem;
        padding-right: 6.31rem;
    }

    .promote-container {
        padding-top: 3.68rem;
        padding-bottom: 3.6rem;
        padding-left: 4.43rem;
        padding-right: 4.31rem;
        border-radius: 12px;
        background: linear-gradient(106.41deg, rgba(70, 64, 160, 1) 0%, rgba(170, 53, 144, 1) 100%) !important;
    }

    .promote-container h2 {
        font-size: 40px;
        line-height: 120%;
        padding-bottom: 14px;

    }

    .promote-container h4 {
        font-size: 20px;
        line-height: 150%;
    }

    .instagram-section .feed-description .feed-caption {
        font-size: 14px;
        line-height: 16px;
    }

    .instagram-section .feed-description .feed-caption h5 {
        font-weight: 400;
        font-size: 12px;
    }

    .instagram-section .feed-description .feed-caption span.icon {
        font-size: 28px;
    }

    .instagram-section .feed-description .feed-caption span:not(.icon) {
        padding: 6px;
        padding-right: 12px;
    }
    .thumb-info-title h3 {
        font-size: 28px;
        line-height: 150%;
    }

    .thumb-info-title p {
        font-size: 16px;
        line-height: 19px;
    }

    .thumb-info-title a {
        font-size: 16px;
        line-height: 19px;
    }

    .contact-section .contact-container {
        height: 264px;
    }

    .contact-section h2 {
        font-size: 40px;
        line-height: 150%;
        padding-bottom: 9px;
    }

    .contact-section h4 {
        font-size: 20px;
        line-height: 150%;
        padding-bottom: 32px;
    }

    .contact-section a {
        font-size: 20px;
        line-height: 150%;
    }

    .contact-section a span {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (max-width: 991px) {
    header.header-container .navbar {
        position: fixed;
        padding-left: 16px;
        padding-right: 16px;
        /* background:none!important; */
        background: rgba(49, 49, 49, 0.4);
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    header .navbar-brand {
        width: 94px;
    }

    header .navbar-nav {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    header .navbar-nav li.nav-item{
        padding-top:12px;
        padding-bottom:12px;
        border-bottom: 2px solid #fff;
    }
    header .navbar-collapse {
        /* padding-left: 12px;
        padding-right: 12px; */
        position:fixed;
        width: 100%;
        height: 100%;
        top:0;
        right: 0;
        z-index: 1030;
        background:linear-gradient(253.48deg, #5CD0E7 24.66%, #4AB3FF 103.67%);
    }
    .slide-caption {
        position: absolute;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        z-index: 1;
    }

    .slide-caption h1 {
        font-size: 32px;
        line-height: 120%;
        padding-bottom: 23px;
    }

    .slide-caption h3 {
        font-size: 16px;
        line-height: 150%;
        padding-bottom: 29px;
    }

    .slide-caption .btn {
        padding-left: 24px;
        padding-right: 24px;
    }
    .promote-section {
        padding: 72px 16px;
    }

    .promote-container {
        padding: 32px 16px;
        border-radius: 12px;
        background: linear-gradient(106.41deg, rgba(70, 64, 160, 1) 0%, rgba(170, 53, 144, 1) 100%) !important;
    }

    .promote-container h2 {
        font-size: 32px;
        line-height: 120%;
        padding-bottom: 14px;

    }

    .promote-container h4 {
        font-size: 16px;
        line-height: 150%;
    }
    #YoutubeVideo .owl-nav .owl-prev {
        transition: all 0.3s ease;
        left: 16px;
    }

    #YoutubeVideo .owl-nav .owl-next {
        transition: all 0.3s ease;
        right: 16px;
    }

    #YoutubeVideo .owl-nav .owl-prev:hover {
        transition: all 0.3s ease;
        left: 16px;
    }

    #YoutubeVideo .owl-nav .owl-next:hover {
        transition: all 0.3s ease;
        right: 16px;
    }

    #YoutubeVideo.owl-theme .owl-nav .owl-prev svg, #YoutubeVideo.owl-theme .owl-nav .owl-next svg {
        transform: scale(0, 0.5);
    }
    h2 {
        font-weight: 700;
        /* font-size: 32px;
        line-height: 37px; */
        font-size: 28px;
        line-height: 33px;
    }

    section .title {
        padding: 16px;
        text-align: center;
    }

    .youtube-section {
        padding-bottom: 37.5px;
    }

    #YoutubeVideo .owl-stage {
        padding-top: 21px;
    }
    .content-section {
        padding: 16px;

    }
    section.portfolio-section .title {
        margin-bottom: 18px !important;
    }

    .portfolio-section {
        padding: 16px;
    }

    .container-body {
        padding-top: 120px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-section {
        padding: 24px 16px;
    }

    .contact-section h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;
        padding-bottom: 12px;
    }

    .contact-section h4 {
        font-size: 16px;
        line-height: 150%;
        padding-bottom: 25px;
    }

    .contact-section a {
        font-size: 24px;
        line-height: 150%;
    }

    .contact-section a span {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-copyright .gap-5 {
        justify-content: center;
    }

    .footer-copyright p, .footer-copyright a.link-dark {
        font-size: 14px;
        line-height: 150%;
        padding: 12px;
    }
}


@media (max-width: 680px) {
    .navbar .nav-link:hover,.navbar .nav-link:focus {
        background: none;
        text-decoration: none;
        color: #fff;
    }
    .portfolio-filter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .portfolio-filter div {
        padding: 10px
    }

    .portfolio-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}