@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}



body {

    font-family: 'Roboto';

}



html {

    scroll-behavior: smooth;

}



/*-------- Header Section style  -----------*/
.youtubeThumbnail, .video1 {
    background-position: center !important;
}


.header-bg {

    background-color: #1c4671;

    padding: 10px 0px 0px 0px;

}



.header-logo {

    width: 180px;

    height: auto;

    margin: auto;

    padding-top: 30px;

}



/*-------- Hero Section style  -----------*/

.custom-container {

    max-width: 1280px;

    margin: auto;

    padding: auto;

}



p {

    font-size: 16px;

    font-weight: 200;

    line-height: 22px;

}



.hero-main {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: auto;

}



.hero-bg {

    background-color: #000000;
    padding-bottom: 50px;
    padding-top: 50px;

}



.christina-hero-img {

    width: 200px;

    height: auto;

    margin-right: 50px;

}



.christina-hero-img img {

    width: 100%;

    /* height: fit-content; */

}



.hero-right-content {

    color: #faf6f6;

    width: 47%;

}



.hero-center-paragraph {

    padding: 15px 0px 15px 0px;

}



.cv-button {

    margin-left: 70px;

    margin-top: 35px;
    /* margin-bottom: 180px; */

}



.cv-pdf-btn {

    background-color: #24a7a1;

    color: #faf6f6;

    padding: 10px 80px 10px 80px;

    cursor: pointer;

    font-size: 14px;

    border: transparent;

}



.btn-three {

    transition: all 0.5s;

    position: relative;

}



.btn-three::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    transition: all 0.3s;

}



.btn-three:hover::before {

    opacity: 0;

    transform: scale(0.5, 0.5);

}



.btn-three::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    opacity: 0;

    transition: all 0.3s;

    border: 1px solid white;

    transform: scale(1.2, 1.2);

}



.btn-three:hover::after {

    opacity: 1;

    transform: scale(1, 1);

}



/*-------- Video Section style  -----------*/

.video-main-section {

    position: relative;

}



.space-right {

    padding-right: 166px;

}



.video-bg {

    background: black url(../images/JPEG-files/background.jpg) repeat-x;
    background-position-y: 140px;
    background-size: 100% auto;

}



.videos-container {

    /* position: absolute; */

    top: -140px;

    right: 0;

    left: 0;

    width: 60.5%;

    margin: auto;

}



.video1 {

    background-image: url('../images/JPEG-files/portfolio_budapest.jpg');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: initial;

    height: 306px;

    display: flex;

    justify-content: center;

    align-items: center;



}



.single-youtub-video {

    height: 306px;
    /* height: 400px; */

}





.video1 p {

    font-size: 20px;

    text-transform: uppercase;

    color: #faf6f6;

    font-weight: 400;

    letter-spacing: 6px;

}



.video-title {

    font-size: 14px;

    font-weight: 300;

    color: #faf6f6;

    /* padding-right: 30px; */

    padding-top: 10px;

    padding-bottom: 20px;

    background-color: transparent;

}



.black-video-title {

    font-size: 14px;

    font-weight: 400;

    color: black;

    /* padding-right: 30px; */

    padding-top: 10px;

    padding-bottom: 20px;

    background-color: transparent;

}



.more-project-btn {

    border: none;

    outline: none;

    background-color: transparent;

    cursor: pointer;

    font-size: 14px;

    font-weight: 400;

    color: black;

    margin-top: 20px;

}



.hover-underline-animation {

    display: inline-block;

    position: relative;

}



.hover-underline-animation:after {

    content: '';

    position: absolute;

    width: 100%;

    transform: scaleX(0);

    height: 1px;

    bottom: 0;

    left: 0;

    background-color: black;

    transform-origin: bottom right;

    transition: transform 0.25s ease-out;

}



.hover-underline-animation:hover:after {

    transform: scaleX(1);

    transform-origin: bottom left;

}



.bg-black-section {

    background-color: black;

    /* min-height: 340px; */

}



/*-------- Form Section style  -----------*/

.form-section {

    background-color: #e1e1e1;
    padding: 350px 0px 100px 0px;
    margin-top: -300px;

}



.form-main {

    width: 66%;

    margin: auto;

}



.form-main p {

    color: black;

    font-size: 16px;

    font-weight: 400;

    padding-bottom: 10px;

}



.form-main input {

    width: 100%;

    padding: 14px 10px 14px 10px;

    outline: none;

    border: none;

    background-color: white;

    margin-bottom: 15px;

}



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    display: none;

}



input::placeholder {

    color: #cdcdcd;

    font-size: 14px;

}



textarea::placeholder {

    font-size: 14px;

    color: #cdcdcd;

}



.form-main #textArea {

    width: 100%;

    padding: 14px 10px 14px 10px;

    outline: none;

    border: none;

    background-color: white;

}



textarea {

    resize: none;

}



.form-btn {

    display: flex;

    justify-content: space-between;

    padding-top: 10px;

}



.form-btn .send-mail-btn {

    background-color: #24a7a1;

    color: #faf6f6;

    padding: 10px 80px 10px 80px;

    cursor: pointer;

    font-size: 14px;

    outline: none;

    border: none;

}



.form-btn .required-btn {

    cursor: pointer;

    font-size: 14px;

    outline: none;

    border: none;

    background-color: transparent;

    color: white;

}



/*-------- Footer Section style  -----------*/

.footer-content {

    display: flex;

    justify-content: center;

    background-color: white;

    padding: 10px 0px 60px 0px;

}



.footer-content p {

    font-size: 12px;

    font-weight: 500;

    color: black;

}

input[type='number'] {

    appearance: none;

}

input[type=number] {

    -moz-appearance: textfield;

}

.form-main {

    width: 60.5%;

    margin: auto;

}

/*-------- Responsive Style  -----------*/



@media (max-width: 539px) and (min-width: 320px) {

    .youtubeIcon {

        position: absolute;

        top: 15px !important;

        left: 15px !important;

        width: 30px !important;

        height: auto;

    }

    .mobile-container {

        padding-left: 30px;

        padding-right: 30px;

    }



    .hero-bg {

        padding-top: 30px;
    }

    .cv-button {

        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;

    }



    .hero-main {

        flex-direction: column;

    }



    .hero-left-content {

        display: flex;

        justify-content: center;

    }



    .christina-hero-img {

        margin-right: 0px;

        padding-bottom: 30px;

    }



    .hero-right-content {

        width: 100%;

    }



    p {

        font-size: 14px;

    }



    .videos-container {

        top: -75px;

        /* width: 84%; */
        width: 100%;
    }



    .video1 {

        height: 164px;

    }



    .video-title {

        font-size: 12px;

        padding-right: 5px;

        line-height: 15px;

    }



    .video1 p {

        font-size: 15px;

    }



    .single-youtub-video {

        height: 164px;

    }



    .black-video-title {

        padding-right: 0px;

    }



    .video-bg {

        /* min-height: 646px;s */
        background-position-y: 75px;

    }



    .bg-black-section {

        min-height: 240px;

    }



    .form-section {

        /* padding: 270px 0px 50px 0px; */

        margin-top: -160px;
        padding: 170px 0px 50px 0px;

    }



    .form-main {

        width: 100%;

        margin: auto;

    }



    .form-main p {

        font-size: 13px;

    }



    .form-btn .send-mail-btn {

        padding: 6px 50px 6px 50px;

        font-size: 12px;

    }



    .form-btn .required-btn {

        font-size: 12px;

    }



    .message-area {

        height: 110px;

    }



    .footer-content {

        padding: 10px 0px 30px 0px;

    }

}

@media (max-width: 360px) and (min-width: 340px) {

    .youtubeIcon {

        position: absolute;

        top: 15px !important;

        left: 15px !important;

        width: 30px !important;

        height: auto;

    }

    .cv-button {

        margin-left: 0px;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .cv-pdf-btn {

        padding: 7px 60px 7px 60px;

    }



    p {

        font-size: 12px;

    }



    .hero-bg {

        min-height: 865px;

    }



    .video-title {

        font-size: 11px;

        padding-top: 10px;

        padding-bottom: 20px;

    }



    .black-video-title {

        font-size: 11px;

    }



    .video-bg {

        min-height: 592px;

    }



    .christina-hero-img {

        padding-bottom: 20px;

    }



    .single-youtub-video {

        height: 160px;

    }



    .christina-hero-img {

        /* width: 150px; */
        padding-bottom: 20px;


    }



    .form-section {

        padding: 190px 0px 50px 0px;

    }



    .form-main p {

        font-size: 11px;

    }



    .more-project-btn {

        font-size: 11px;

        margin-top: 5px;

    }

    .form-main input {

        padding: 8px 8px 8px 8px;

    }



    .message-area {

        height: 110px;

    }

    .form-section {

        padding: 190px 0px 90px 0px;

    }

}

@media (max-device-width: 820px) and (min-device-width: 540px) {

    .youtubeIcon {

        position: absolute;

        top: 20px !important;

        left: 20px !important;

        width: 40px !important;

        height: auto;

    }

    .mobile-container {

        padding-left: 120px;

        padding-right: 120px;

    }

    .hero-main {

        flex-direction: column;

    }

    .hero-left-content {

        display: flex;

        justify-content: center;

    }

    .christina-hero-img {

        margin-right: 0px;

        padding-bottom: 30px;

    }

    .hero-right-content {

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

    }

    .cv-button {

        margin-left: 0px;

        margin-top: 35px;

    }

    p {

        font-size: 16px;

    }

    .videos-container {

        top: -132px;

        /* width: 65%; */
        width: 100%;

    }

    .video1 {

        height: 250px;

    }

    .video-title {

        font-size: 18px;

        padding: 10px 5px 20px 0px;

        line-height: 26px;

    }

    .video1 p {

        font-size: 15px;

    }

    .single-youtub-video {

        height: 280px;

    }

    .black-video-title {

        padding-right: 0px;

        font-size: 18px;

        color: black;

    }

    .video-bg {

        /* min-height: 1120px; */

        min-height: 960px;

    }

    .bg-black-section {

        min-height: 330px;

    }

    .form-section {

        padding: 320px 0px 50px 0px;

    }

    .form-main {

        width: 100%;

        margin: auto;

    }

    .form-main p {

        font-size: 18px;

    }

    .form-btn .send-mail-btn {

        padding: 10px 80px 10px 80px;

        font-size: 16px;

    }

    .form-btn .required-btn {

        font-size: 16px;

    }

    .message-area {

        height: 110px;

    }

    .footer-content {

        padding: 10px 0px 30px 0px;
    }

    .more-project-btn {

        font-size: 18px;
    }

    .form-section {
        /* padding: 260px 0px 100px 0px; */
        margin-top: -270px;

    }

}

@media (max-device-width: 1279px) and (min-device-width: 821px) {

    .mobile-container {

        padding-left: 80px;

        padding-right: 80px;



    }



    .hero-bg {

        padding-top: 50px;

        /* min-height: 650px; */

    }



    .hero-left-content {

        display: flex;

        justify-content: center;

    }



    .hero-right-content {

        width: 62%;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

    }



    .christina-hero-img {

        width: 220px;

    }



    .cv-button {

        margin-left: 0px;

        margin-right: 222px;

    }



    p {

        font-size: 16px;

    }



    .videos-container {

        top: -142px;

        width: 72%;

    }



    .video1 {

        height: 344px;

    }

 


    .video-title {

        font-size: 18px;

        padding: 10px 5px 20px 0px;

        line-height: 26px;

    }



    .video1 p {

        font-size: 26px;

    }



    .single-youtub-video {

        height: 344px;

    }



    .black-video-title {

        padding-right: 0px;

        font-size: 18px;

        color: black;

    }



    .video-bg {

        min-height: 1300px;

    }



    .bg-black-section {

        min-height: 400px;

    }



    .form-section {

        padding: 380px 0px 50px 96px;

    }



    .form-main {

        width: 92%;

        margin: auto;

    }



    .form-main p {

        font-size: 18px;

    }



    .form-btn .send-mail-btn {

        padding: 10px 80px 10px 80px;

        font-size: 16px;

    }



    .form-btn .required-btn {

        font-size: 16px;

    }



    .message-area {

        height: 110px;

    }



    .footer-content {

        padding: 10px 0px 30px 0px;

    }



    .more-project-btn {

        font-size: 18px;

    }

}

@media (max-width: 1366px) and (min-width: 1280px) {
    .single-youtub-video {
        height: 400px;
    }

    .video1 {

        height: 400px;
    }

}

@media (max-width: 1440px) and (min-width: 1366px) {
    .single-youtub-video {
        height: 400px;
    }

}

@media (min-width: 1620px) {

    .form-section {

        /* padding: 320px 0px 100px 368px; */
        padding: 230px 0px 50px 0px;

    }

    p {

        font-size: 22px;

        line-height: 31px;

    }



    .hero-right-content {

        width: 65%;

    }



    .christina-hero-img {

        width: 262px;

    }



    .cv-pdf-btn {

        padding: 12px 100px 12px 100px;

        font-size: 22px;

    }



    .cv-button {

        margin-left: 100px;

    }



    /* .hero-bg {

        min-height: 765px;

        padding-top: 80px;

    } */



    .header-bg {

        padding: 35px 0px 15px 0px;

    }



    .header-logo {

        width: 260px;

        padding-top: 20px;

    }



    .videos-container {

        width: 60%;

    }



    .video1 {

        height: 432px;

    }



    .video1 p {

        font-size: 34px;

    }



    .video-title {

        font-size: 20px;

    }



    .black-video-title {

        font-size: 20px;

    }



    .single-youtub-video {

        height: 432px;

    }



    .video-bg {

        min-height: 1582px;

    }



    .bg-black-section {

        min-height: 470px;

    }



    .more-project-btn {

        font-size: 20px;

    }



    .form-main p {

        font-size: 22px;

        padding-bottom: 10px;

        padding-top: 100px;

    }



    .form-main {

        /* width: 90%; */

    }



    .form-btn .send-mail-btn {

        padding: 12px 100px 12px 100px;
        text-decoration: none !important;
        font-size: 22px;

    }


    .form-btn .required-btn {

        font-size: 22px;

    }

}
@media (width: 1024px) {
    .form-section {
        margin-top: -300px;
    }
}
@media (max-width: 770px) and (min-width: 539px) {
    .hero-bg {
        /* min-height: 990px !important; */
    }

    .video-bg {
        min-height: 1050px;
    }

    .video-title {
        font-size: 15px !important;
    }

}


/* youtube icon thumbnails */

.youtubeIcon {

    position: absolute;

    top: 30px;

    left: 30px;

    width: 50px;

    height: auto;

}

.youtubeThumbnail {

    position: relative;

}


.form-btn .send-mail-btn {
    text-decoration: none !important;
}