* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 2.0;
    color: rgb(19, 22, 26);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f8;
    justify-content: center;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-weight: 600;
    font-size: 30px;
}

h4 {
    font-size: 16px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}





@media only screen and (min-width: 651px) {
    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top:20px;
    }
    .header img {
        width:500px;
        height: auto;
        align-items: center;
    }
}





.about_content {
    margin-top: 50px;
}

.main_content img{
    width: 100%;
    height: auto;
}

.portfolio_banner {
    background-image: url("/images/main_page_banner1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width:100%;
    height: 1300px;
}

.about_me_banner {
    background-image: url("/images/about_me_banner1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width:100%;
    height: 1000px;
}

.contact_me_banner {
    background-image: url("/images/contact_me_banner1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width:100%;
    height: 1000px;
}

.services_banner {
    background-image: url("/images/services_banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width:100%;
    height: 1000px;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    display: flex;
    margin-top: auto;
    justify-content: center;
    background-color: #44424a;
}

.footer_content {
    color:lightgray;
    margin-top:auto;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    align-items: center;
    text-align: center;
    background-color: #44424a;
    width: 80%;
    height: 400px;
}

.footer_logo img {
    width:300px;
    height: auto;
    align-items: center;
}

/* ------------------------------------------------------------------------------------*/
/* -------------------------------- NAVIGATION LINKS --------------------------------- */
/* ------------------------------------------------------------------------------------*/

.nav {
    margin:20px;
}

.enable-transitions {
    transition: all 0.4s ease-in-out;
}

.nav--open {
    transform: translate(0) !important;
}


.hamburger--open .bar:nth-child(1){
    transform: translateY(9px) rotate(45deg);
}
.hamburger--open .bar:nth-child(2){
    opacity:0;
}
.hamburger--open .bar:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
}


.nav__list {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}

.nav__link {
    color: rgba(19, 22, 26, 0.6);
    font-size: 16px;
    transition: all 0.4s;
    position: relative;
}

.active {
    color: rgba(19, 22, 26, 1);
}
 
.nav__link:hover,
.nav__link:focus {
        color: rgba(19, 22, 26, 1);
    }
  
.nav__link::after {
        content: '';
        height: 2px;
        width: 100%;
        background-color: rgb(0, 111, 148);
        position: absolute;
        left: 0;
        bottom: -8px;
        transition: all 0.2s;
        opacity: 0;
        pointer-events: none;
    }
    
.nav__link:hover::after {
        opacity: 1;
    }

.hamburger {
    display: none;
}

.bar {
    height: 2px;
    width: 27px;
    background-color: rgb(19, 22, 26) !important;
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.4 ease-in-out;
    border-radius: 20px;
    transition: .3s;
}

.ghost {
    display: none;
}





@media (max-width: 650px) {

    .ghost {
        display:block;
        width:30px;
    }

  .nav {
    position: fixed;
    top:60px;
    left: 0;
    margin-left:0px;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0 25px;
    transform: translateX(-100%);
    border-bottom: 1px solid #d4d2d2;
    border-top: 1px solid #d4d2d2;
    opacity: 95%;
  }

  .nav__list {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .nav__link {
    font-size: 14px;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .bar {
    height: 4px;
    line-height: 1px;
    width: 27px;
    background-color: rgb(19, 22, 26) !important;
    margin: 5px 0;
    opacity: 1;
    transition: all 0.4 ease-in-out;
    }

    p {
        font-size: 16px;
    }

    .video_title p {
        font-size: 16px;
    }
}





.portfolio_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 50px;
}

.services_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
    max-width:58vw;
}

.services_text {
    max-width:1000px;
    margin-top:120px;
    margin-bottom:50px;
}

.services_text p{
    text-align: left;
    max-width:1000px;
    font-size: 18px;
}

.services_text h2{
    text-align: left;
}

.portfolio_introduction {
    text-align: left;
    margin: auto;
    font-size: 16px;
    max-width: 600px;
    padding-top:20px;
}

.portfolio_set_introduction {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: left;
    margin: auto;
    width: 1280px;
    padding-left:20px;
}

    .portfolio_intro_text {
        font-size: 18px;
        text-align: left;
        /*margin: auto;*/
        max-width: 620px;
        padding-right:60px;
    }

    .portfolio_intro_image {
        display:block;
        vertical-align: bottom;
        line-height:0;
        text-align: left;
        /*margin: auto;*/
        max-width: 560px;
        margin-left:60px;
        margin-bottom:0px !important;
        padding-left:0px !important;
        padding-bottom:0px;
    }

    .portfolio_intro_image img{
        box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.6);
    }

.portfolio_main_text {
    text-align: left;
    margin: auto;
    width: 1280px;
    padding-left:20px;
}

@media (max-width: 650px) {
    .portfolio_main_text {
        width:100%;
        text-align: left;
        margin: auto;
        max-width: 1280px;
        padding-left:40px;
        padding-right:40px;
    }
}

.portfolio_set_introduction p{
    font-size: 18px !important;
}

.portfolio_text {
    max-width: 600px;
    text-align: left;
    margin: auto;
}

.portfolio_content {
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
    margin-top:0px;
    padding: 100px;
    padding-top:60px;
    padding-bottom:0px;
    gap:60px;
    box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 20px 50px rgba(0, 0, 0, 0);
}

.portfolio_set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    max-width: 1350px;
}

.portfolio_videos_wrapper {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    height: auto;
    padding-left:40px;
}

.portfolio_videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    gap: 80px;
    width: 1280px;
    margin-top: 50px;
    margin-bottom: 100px;
    color: #000000;
}

.video_set {
    display: flex;
    flex-direction: column;
}

.video_title {
    width: 600px;
    text-align: left;
    height: 110px;
}

.video_title p{
    font-size: 16px;
}

.about_wrapper {
    display: flex;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 150px;
    align-items:start;
    text-align: center;
    justify-content: space-evenly;
    width:40vw;
    height:auto;
}

.about_wrapper_image {
    width:20vw !important;
    height:auto;
}

.about_text {
    text-align: left;
    width: 900px;
    padding-right:50px;
    top:0;
}

.about_text p{
    font-size: 18px;
}

.coverbox {
    background: white;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 480px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 0px;
    border: 1px solid #555352;
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.6);
}





@media (max-width: 1350px) {
    .portfolio_content {
        margin-top:0px;
        box-shadow: 10px 20px 50px rgba(0, 0, 0, 0);
    }
    
    .portfolio_set {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap:80px;
        max-width: 800px;
    }

    .portfolio_set_introduction {
        flex-direction: column;
        text-align: center;
        margin: auto;
        width:60vw;
    }

    .portfolio_main_text {
        width:60vw;
    }

    .portfolio_intro_text {
        margin: 0px;
        max-width:80vw;
        padding-right:0px;
    }

    .portfolio_intro_image {
        display:unset;
        max-width:80vw;
        margin:0px;
    }

    .portfolio_videos_wrapper {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        width:100%;
        height: auto;
    }

    .portfolio_videos {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap;
        gap:80px;
        width:600px;
        margin-top: 50px;
        margin-top:50px;
        margin-bottom:100px;
        color: #000000;
    }

    .video_title {
        text-align: left;
        height:110px;
        width: 500px;
    }
}





.contact_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 80px;
    border-radius: 10px;
    text-align: center;
}

.contact_container h6 {
    font-weight: 400;
    color:#8e8e8d;
}

.contact_left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact_left_title {
    color: rgb(19, 22, 26);
}

.contact_left_text {
    width: 700px;
    font-weight: 400;
    color: rgb(19, 22, 26);
    font-size: 20px !important;
    line-height: 1.6;
    margin: 30px;
}

.contact_left_text p{
    font-size: 22px;
}
.contact_left_text h4{
    font-weight: 400;
    font-size: 22px;
}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
}

.button1 {background-color: #006f94;}

.player {
    width: 350px;
    background: #f1f3f4;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.player .imgbox {
    background: white;
    overflow: hidden;
    background: linear-gradient(rgba(69, 96, 124, 1), rgba(76, 161, 175, 0.7));
    background-size: cover;
    position: relative;
    width: 100%;
    height: 660px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
    border: 1px solid #555352;
}

.player:hover {
    box-shadow: 0 20px 60px rgba(69, 96, 124, 0.7);
}

.player .imgbox .music_description {
    color:lightgray;
    width: 100%;
    line-height: 1.8;
    padding:30px;
    text-align: left;
    height:570px;
}

.player .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
}

.player audio {
    width: 100%;
    opacity: 95%;
}

.audioplayer {
    width: 250px;
    margin: auto;
}

.portfolio_cover_set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    max-width: 1350px;
}

.yt-video {
    box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.8);
}

.cover {
    color:lightgray;
    padding:30px;
    text-align: left;
}

.cover_image {
    width:350px;
    height:350px;
}

.cover_line {
    position: relative;
    background: #000000;
    top: -100px;
    opacity: 70%;
    height: 80px;
    width:350px;
}

.cover_description {
    padding-top:20px;
    position: relative;
    height: 80px;
    width:350px;
    color:#000000;
}

.cover_description p{
    font-size: 16px;
}

.coverbox {
    background: white;
    width: 30%;
    border-radius: 0px;
    border: 1px solid #555352;
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.6);
}

.banner_line_portfolio {
    position: absolute;
    background: #000000;
    top: 70%;
    right: 100px;
    opacity: 60%;
    height: 250px;
    width:800px;
}

.banner_description_portfolio {
    padding-left:20px;
    position: absolute;
    top: 73.5%;
    right: 250px;
    height: 80px;
    width:550px;
    color: #f1f3f4;
    margin-right:0px;
    line-height: 1.5;
}

.banner_line {
    position: absolute;
    background: #000000;
    top: 65%;
    left: 260px;
    opacity: 60%;
    height: 150px;
    width:600px;
}

.banner_description {
    padding-left:60px;
    padding-top: 40px;
    position: absolute;
    top: 65%;
    left: 340px;
    height: 80px;
    width:450px;
    color: #f1f3f4;
    line-height: 1.5;
}

.banner_description p{
    font-size: 16px;
    color: #f1f3f4;
}

.banner_description h1{
    font-size: 40px;
    color: #f1f3f4;
}

.banner_description_portfolio h1{
    font-size: 50px;
    color: #f1f3f4;
}

.banner_description_portfolio h2{
    font-size: 35px;
    color: #f1f3f4;
}

.banner_description h2{
    font-size: 30px;
    color: #f1f3f4;
}


.cover_image:hover {
    box-shadow: 0 10px 30px rgba(69, 96, 124, 0.3);
}





@media (max-width:1776px){
    .about_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:40vw;
        margin-top:50px;
        margin-bottom: 130px;
    }

    .about_wrapper_image {
        width:30vw !important;
        height:auto;
    }

    .about_text {
        padding:unset;
        padding-bottom: 100px;
        width: unset;
    }

}





@media (max-width:1150px) {

    .banner_line {
        position: absolute;
        background: #000000;
        top: 940px;
        left: unset;
        opacity: 60%;
        height: 150px;
        width:600px;
    }

    .banner_description {
        position: absolute;
        padding-left: 110px !important;
        padding-top: 0px;
        top: 975px;
        left: unset;
        height: 80px;
        width:450px;
        color: #f1f3f4;
        line-height: 1.5;
    }

    .services_wrapper {
        margin-left:50px;
        margin-right:50px;
    }

}  






@media (max-width:1024px) {

    .banner_description_portfolio h1{
        font-size: 40px;
        color: #f1f3f4;
    }

    .banner_description_portfolio h2{
        font-size: 30px;
        color: #f1f3f4;
    }

    .portfolio_banner {
        background-image: url("/images/main_page_banner1.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        width:100%;
        height: 1000px;
    }

    .banner_line_portfolio {
        top: 950px;
        right:unset;
        height: 200px;
        width:650px;
    }
    
    .banner_description_portfolio {
        position: absolute;
        text-align:left;
        top: 990px;
        right:unset;
        height: 80px;
        width:550px;
        color: #f1f3f4;
        line-height: 1.5;
        margin-left: 100px;
    }

    .portfolio_main_text {
        width:560px;
    }

    .portfolio_set_introduction {
        width:560px;
    }

}




/* LAPTOP */
@media only screen 
  and (min-device-width: 1100px) 
  and (max-device-width: 2048px)
  and (min-device-height: 720px)
  and (max-device-height: 1280px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .banner_line_portfolio {
        position: absolute;
        background: #000000;
        top: 75%;
        right: 10%;
        opacity: 60%;
        height: 150px;
        width:600px;
    }
    
    .banner_description_portfolio {
        padding-left:20px;
        position: absolute;
        top: 78%;
        right: 8%;
        height: 80px;
        width:550px;
        color: #f1f3f4;
        margin-right:0px;
        line-height: 1.5;
    }

    .banner_description_portfolio h1{
        font-size: 40px;
        color: #f1f3f4;
    }

    .banner_description_portfolio h2{
        font-size: 30px;
        color: #f1f3f4;
    }

    .banner_line {
        position: absolute;
        background: #000000;
        top: 75%;
        opacity: 60%;
        height: 150px;
        width:600px;
    }
    
    .banner_description {
        padding-top:40px;
        position: absolute;
        top: 75%;
        right: unset;
        height: 80px;
        width:550px;
        color: #f1f3f4;
        margin-right:0px;
        line-height: 1.5;
    }

    .portfolio_banner {
        background-image: url("/images/main_page_banner1.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        width:100%;
        height: 75vh;
    }

    .about_me_banner {
        height: 75vh;
    }
    
    .contact_me_banner {
        height: 75vh;
    }
    
    .services_banner {
        height: 75vh;
    }

    .header img {
        width:400px;
        height: auto;
        align-items: center;
    }

    .nav__link {
        font-size: 16px;
    }

    .nav {
        margin: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .header {
        margin-top: 10px;
    }

}


@media (max-width:1024px) {

    .banner_line_portfolio {
        right: unset;
    }
    
    .banner_description_portfolio {
        right: unset;
    }

    .banner_line {
        right: unset;
    }
    
    .banner_description {
        right: unset;
    }
}





@media (max-width: 650px) {

    h1 {
        font-weight: 600;
        font-size: 25px;
    }

    p {
        font-size: 16px; 
    }

    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .header img {
        width:200px;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .nav {
        margin: 0px;
        margin-top:20px;
    }

    .about_text p{
        font-size: 16px;
    }

    .portfolio_wrapper {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-top:40px;
        margin-bottom: 100px;;
    }

    .portfolio_content {
        margin:0px;
        margin-top:0px;
        padding:0px;
        box-shadow: 10px 20px 50px rgba(0, 0, 0, 0);
    }

    .portfolio_introduction {
        font-size: 16px;
        max-width: 450px;
        margin: auto;
        text-align: left;
        padding: 10px;
        max-width: 800px;
    }

    .portfolio_set_introduction {
        text-align: left;
        margin: 0px;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        max-width:650px;
    }

    .portfolio_set_introduction p{
        font-size: 16px !important;
        padding-bottom:0px;
    }

    .portfolio_text {
        max-width: 400px;
        text-align: left;
        margin: auto;
    }

    .portfolio_main_text {
        width:100vw;
    }

    .portfolio_intro_image {
        width:100vw;
    }

    .banner_description_portfolio h1{
        font-size: 25px;
        color: #f1f3f4;
    }

    .banner_description_portfolio h2{
        font-size: 20px;
        color: #f1f3f4;
    }

    .banner_description h1{
        font-size: 25px;
        color: #f1f3f4;
    }

    .banner_description h2{
        font-size: 20px;
        color: #f1f3f4;
    }

    .portfolio_banner {
        background-image: url("/images/main_page_banner1.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        width:100%;
        height:400px;
    }

    .services_banner {
        background-image: url("/images/services_banner.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        width:100%;
        height: 400px;
    }

    .about_wrapper {
        padding-left: 50px;
        padding-right: 50px;
        margin-top:0px;
        width:100vw;
    }

    .about_wrapper_image {
        width: 60vw !important;
    }

    .about_me_banner {
        background-image: url("/images/about_me_banner1.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        width:100%;
        height: 400px;
    }
    
    .contact_me_banner {
        background-image: url("/images/contact_me_banner1.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        width:100%;
        height: 400px;
    }

    .contact_container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .banner_line_portfolio {
        top: 350px;
        right:unset;
        height: 100px;
        width:100%;
    }

    .banner_line {
        top: 350px;
        left:unset;
        height: 100px;
        width:100%;
    }

    .banner_description_portfolio {
        position: absolute;
        text-align:unset;
        top: 363px;
        right:unset;
        left: -50px;
        height: 80px;
        width:300px;
        color: #f1f3f4;
        line-height: 1.5;
    }

    .banner_description {
        position: absolute;
        top: 380px;
        right:unset;
        left: 50px;
        height: 80px;
        width:300px;
        color: #f1f3f4;
        line-height: 1.5;
        padding-top: unset;
        padding-left: 60px !important;
    }

    .video_title {
        text-align: left;
        height:110px;
        width: 520px;
        padding-left:40px;
        padding-right:30px;
    }

    .services_text {
        margin-top:unset;
        margin-bottom: 0px;
        padding: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .services_text p{
        font-size: 16px;
    }

    .services_wrapper {
        padding: 0px;
        margin-bottom: 100px;
        margin: unset;
        margin-bottom: 100px;
        max-width:unset;
    }

    .video_aspect_ratio {
        position:relative;
        width:100%;
        height: 0;
        padding-bottom: 61%;
        margin-top:0px;
    }

    .video_aspect_ratio iframe {
        position:absolute;
        width:100%;
        height: 100%;
        left:0;
        top:0;
    }

    .portfolio_videos_wrapper {
        margin-top: 0px;
        padding-left:0px;
    }

    .contact_left_text {
        width: 100%;
        font-weight: 400;
        color: rgb(19, 22, 26);
        font-size: 20px !important;
        padding-left: 50px;
        padding-right: 50px;
        padding-top:10px;
        padding-bottom: 20px;
    }
    
    .contact_left_text p{
        font-size: 20px;
    }
    .contact_left_text h4{
        font-weight: 400;
        font-size: 14px;
    }

    .player .imgbox {
        height: 580px;
    }

    .player .imgbox .music_description {
        height:490px;
    }
}





@media (max-width: 520px) {

    .portfolio_wrapper {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-top:40px;
        margin-bottom:100px;
    }

    .portfolio_set_introduction {
        width:100%;
        text-align: left;
        margin: 0px;
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .portfolio_intro_text {
        font-size:16px;
        max-width:100vw;
        padding-left: 40px;
        padding-right: 40px;
    }

    .portfolio_intro_image {
        max-width: 100%;
    }

    .portfolio_intro_image img{
        box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.0);
    }

    h1 {
        font-weight: 600;
        font-size: 25px;
    }

    .banner_description_portfolio h1{
        font-size: 25px;
        color: #f1f3f4;
    }

    .banner_description_portfolio h2{
        font-size: 20px;
        color: #f1f3f4;
    }

    .banner_line_portfolio {
        top: 350px;
        right:unset;
        height: 100px;
        width:100%;
    }
    
    .banner_description_portfolio {
        position: absolute;
        text-align:unset;
        top: 363px;
        right:unset;
        left: -50px;
        height: 80px;
        width:300px;
        color: #f1f3f4;
        line-height: 1.5;
    }

    .banner_description {
        position: absolute;
        top: 380px;
        right:unset;
        left: 50px;
        height: 80px;
        width:300px;
        color: #f1f3f4;
        line-height: 1.5;
    }

    .portfolio_videos {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap;
        gap: 60px;
        width:unset;
        margin-top: 50px !important;
        margin-bottom: 50px;
        color: #000000;
    }

    .cover {
        color:lightgray;
        padding: unset;
        padding: 30px 0px 30px 0px;
        text-align: left;
    }

    .yt-video{
        box-shadow:unset;
    }

    .video_title {
        text-align: left;
        height:100%;
        width: 100%;
        min-width: 100vw;
        padding-left:40px;
        padding-right:30px;
    }
}





.ul_social {
    display: flex;
    justify-content: space-evenly;
    margin-bottom:30px;
  }
  .ul_social li {
    list-style: none;
    margin: 0 0px;
    height: 50px;
    width: 50px;
    color: #bae8e8;
    border: 1px solid #bae8e8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all ease 0.3s;
  }
  
  .ul_social .li_face:hover {
    color: #bae8e8;
    background-color: #3b5a9b;
    cursor: pointer;
  }

  .ul_social .li_ig:hover {
    color: #bae8e8;
    background-color: #e1306c;
    cursor: pointer;
  }

a {
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
