html,
body {
    background-image: url('../imgs/body/bg_noise1.png');
    background-repeat: repeat;
    height: 100%;
    margin: 0;
    padding: 0;

}

header {
    width: 100%;
    height: 100vh;
}

/*----------------------------------------------------------------------Slider------------------------------------------------------------------*/
#slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

#slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: opacity 2s ease-in-out;
    clip-path: inset(0 0 25px 0);
    /*hide 25 pixels at the bottom to blend with menubar*/
}

#loading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    z-index: 1;
}


/*----------------------------------------------------------------------MenuBar------------------------------------------------------------------*/

.nav {
    position: absolute;
    width: 100%;
    height: 101px;
    background: url('../imgs/menu/menu_bg6.png') repeat-x;
    text-align: center;
    z-index: 99;
}

.nav img {
    float: left;
}

.menu-bar {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.menu-bar li {
    display: inline-block;
    padding: 0 10px;
}

.menuText {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding: 25px 20px;
    color: #686868;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    position: relative;
}

.menuText:hover {
    color: #FFFFFF;
}

.menuText::after {
    /* add a new pseudo-element for each button */
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    /* center horizontally */
    transform: translateX(-150px) scaleY(0);
    width: 85px;
    /* adjust the width as needed */
    height: 5px;
    background-color: #9d0000;
    transition: transform 0.3s ease-out;
}

.menuText:hover::after {
    /* show the underline on hover */
    transform: translateX(-50%) scaleY(1);
}

.menuText.active {
    color: #FFFFFF;
}



/*----------------------------------------------------------------------Content------------------------------------------------------------------*/

.main-content {
    padding: 0;
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0 auto;
}

.narrow {
    max-width: 1260px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0 auto;
}

.vertical_separator {
    border-left: 1px dotted #3f3f40;
    height: 20px;
    /* Change this to the desired height */
    margin: 0 10px;
    /* Change this to the desired margin */
    display: inline-block;
    vertical-align: middle;
}

.horizontal_separator {
    border: none;
    border-top: 1px dotted rgba(45, 45, 45, 1);
    height: 1px;
    /* Change this to the desired height */
    margin: 20px 0;
    /* Change this to the desired margin */
}

h1 {
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    color: #9d0000;
    font-size: 16px;
}

.big-paragraph {
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    font-size: 14px;
    color: #8a8a8a;
    font-weight: bold;
    padding-bottom: 25px;
}

.default-paragraph {
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.5;
}

/*----------------------------------------------------------------------About Me------------------------------------------------------------------*/

.AboutMe-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.AboutMe-column1 {
    flex-basis: calc(20% - 10px);
    margin-bottom: 50px;
    border: 0px solid #ccc;
    padding-top: 40px;
}

.AboutMe-column2 {
    flex-basis: 76%;
    margin-bottom: 50px;
    border: 0px solid #ccc;
    padding-top: 40px;
}

/*----------------------------------------------------------------------Progress bar------------------------------------------------------------------*/

.progress {
    width: 275px;
    height: 20px;
    background-color: #242424;
    border: 1px solid #303030;
    /* Add a 1px outer stroke */
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    /* Center vertically */
}

.progress-bar {
    height: 20px;
    background-image: linear-gradient(#b41717, #5a0000);
    border-radius: 3px;
    /*border: 1px solid #610000;*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    /* Add drop shadow */
    transition: width 0.5s ease-in-out;
    position: relative;
    margin-left: 0;
    /* Move 1px to the right */
}

.progress-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: left;
    padding-left: 10px;
    align-items: center;
    color: #d3d3d3;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.progress-bar-text {
    position: absolute;
    /* position the element absolutely within the parent */
    top: -30px;
    /* adjust the distance from the top of the progress bar */
    left: 0;
    /* align the text to the left */
    width: 100%;
    /* make the text element span the entire width of the progress bar */
    text-align: center;
    /* center the text horizontally */
    z-index: 2;
    /* set a higher z-index than the progress bar */
}

/*----------------------------------------------------------------------Social btns------------------------------------------------------------------*/
.social {
    padding-top: 20px;
}

table.social {
    border-collapse: collapse;
    /* Set border-collapse property to collapse */
    border-spacing: 0;
}

table.social td {
    padding: 0;
    padding-top: 15px;
    /* Set padding property to 0 to remove padding */
}

.linkedin,
.artstation,
.vimeo,
.cgsociety,
.imdb,
.behance {
    display: inline-block;
    background-size: cover;
    width: 37px;
    /* scalled down from 40px (original) */
    height: 37px;
    /* scalled down from 40px (original) */
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.linkedin {
    filter: brightness(100%);
    background-image: url('../imgs/social/btn_linkedin_normal_5.png');
}

.linkedin:hover {
    background-image: url('../imgs/social/btn_linkedin_hover_5.png');
}

.artstation {
    filter: brightness(100%);
    background-image: url('../imgs/social/btn_artstation_normal_5.png');
}

.artstation:hover {
    background-image: url('../imgs/social/btn_artstation_hover_5.png');
}

.vimeo {
    filter: brightness(100%);
    background-image: url('../imgs/social/btn_vimeo_normal_5.png');
}

.vimeo:hover {
    background-image: url('../imgs/social/btn_vimeo_hover_5.png');
}

.cgsociety {
    filter: brightness(100%);
    background-image: url('../imgs/social/btn_cgsociety_normal_5.png');
}

.cgsociety:hover {
    background-image: url('../imgs/social/btn_cgsociety_hover_5.png');
}

.imdb {
    filter: brightness(100%);
    background-image: url('../imgs/social/btn_imdb_normal_5.png');
}

.imdb:hover {
    background-image: url('../imgs/social/btn_imdb_hover_5.png');
}

.behance {
    filter: brightness(100%);
    background-image: url('../imgs/social/btn_behance_normal_5.png');
}

.behance:hover {
    background-image: url('../imgs/social/btn_behance_hover_5.png');
}


/*----------------------------------------------------------------------Parallax------------------------------------------------------------------*/

.parallax-container {
    position: relative;
    height: 350px;
    overflow: hidden;
    /*border-top: 1px dotted rgb(65, 65, 65);
    border-bottom: 1px dotted rgba(65, 65, 65);*/
}

.parallax-image {
    position: absolute;
    object-fit: cover;
    bottom: 0;
    width: 100%;
    height: 100vh;
}

#parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../imgs/slider/patternv2.png');
    background-repeat: repeat;
    opacity: 1;
    /* adjust the opacity as desired */
}

#parallax-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    z-index: 2;
    border-top: 5px solid rgba(122, 122, 122, 0.2);
    border-bottom: 5px solid rgba(122, 122, 122, 0.2);
}

/*----------------------------------------------------------------------Portfolio------------------------------------------------------------------*/


#portfolio-blocks {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;

}

.button {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    padding: 15px 15px;
    color: #8a8a8a;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.button:hover {
    color: #FFFFFF;
}

.button:active,
.button.is-checked {
    color: #FFFFFF;
}

.button-group {
    padding-top: 20px;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* hover effect for blocks */

.project_blue,
.project_staticap,
.project_bast,
.project_aeon,
.project_medusa,
.project_wreck,
.project_xs,
.project_shift,
.project_candle,
.project_buick,
.project_crocs,
.project_shiva,
.project_fortuna,
.project_sonicare,
.project_adidas,
.project_tms {
    position: relative;
    float: left;
    width: 370px;
    height: 370px;
    margin: 3.5px;
    padding: 0px;
    transition: 0.5s ease-in-out;
    background-color: #1a1a1a;
}

.project_blue {
    background-image: url('../imgs/_pages/blue_2020/blue_2020_04_normal.jpg');
}

.project_blue:hover {
    background-image: url('../imgs/_pages/blue_2020/blue_2020_04_hover.jpg');
}

.project_staticap {
    background-image: url('../imgs/_pages/staticap_2012/staticap_2012_01_normal.jpg');
}

.project_staticap:hover {
    background-image: url('../imgs/_pages/staticap_2012/staticap_2012_01_hover.jpg');
}

.project_bast {
    background-image: url('../imgs/_pages/bast_2014/bast_2014_01_normal.jpg');
}

.project_bast:hover {
    background-image: url('../imgs/_pages/bast_2014/bast_2014_01_hover.jpg');
}

.project_aeon {
    background-image: url('../imgs/_pages/aeon_2017/aeon_2017_01_normal.jpg');
}

.project_aeon:hover {
    background-image: url('../imgs/_pages/aeon_2017/aeon_2017_01_hover.jpg');
}

.project_medusa {
    background-image: url('../imgs/_pages/medusa_2014/medusa_2014_01_normal.jpg');
}

.project_medusa:hover {
    background-image: url('../imgs/_pages/medusa_2014/medusa_2014_01_hover.jpg');
}

.project_wreck {
    background-image: url('../imgs/_pages/wreck_2010/wreck_2010_01_normal.jpg');
}

.project_wreck:hover {
    background-image: url('../imgs/_pages/wreck_2010/wreck_2010_01_hover.jpg');
}

.project_xs {
    background-image: url('../imgs/_pages/xs_2012/xs_2012_01_normal.jpg');
}

.project_xs:hover {
    background-image: url('../imgs/_pages/xs_2012/xs_2012_01_hover.jpg');
}

.project_shift {
    background-image: url('../imgs/_pages/shift_2012/shift_2012_01_normal.jpg');
}

.project_shift:hover {
    background-image: url('../imgs/_pages/shift_2012/shift_2012_01_hover.jpg');
}

.project_tms {
    background-image: url('../imgs/_pages/TMS_2015/tms_2015_01_normal.jpg');
}

.project_tms:hover {
    background-image: url('../imgs/_pages/TMS_2015/tms_2015_01_hover.jpg');
}

.project_candle {
    background-image: url('../imgs/_pages/candle_2019/candle_2019_01_normal.jpg');
}

.project_candle:hover {
    background-image: url('../imgs/_pages/candle_2019/candle_2019_01_hover.jpg');
}

.project_buick {
    background-image: url('../imgs/_pages/classicBuick_2009/buick_2009_01_normal.jpg');
}

.project_buick:hover {
    background-image: url('../imgs/_pages/classicBuick_2009/buick_2009_01_hover.jpg');
}

.project_crocs {
    background-image: url('../imgs/_pages/crocs_2019/crocs_2019_01_normal.jpg');
}

.project_crocs:hover {
    background-image: url('../imgs/_pages/crocs_2019/crocs_2019_01_hover.jpg');
}

.project_shiva {
    background-image: url('../imgs/_pages/shiva_2018/shiva_2018_01_normal.jpg');
}

.project_shiva:hover {
    background-image: url('../imgs/_pages/shiva_2018/shiva_2018_01_hover.jpg');
}

.project_fortuna {
    background-image: url('../imgs/_pages/fortuna_2018/fortuna_2018_01_normal.jpg');
}

.project_fortuna:hover {
    background-image: url('../imgs/_pages/fortuna_2018/fortuna_2018_01_hover.jpg');
}

.project_sonicare {
    background-image: url('../imgs/_pages/sonicare_2019/sonicare_2019_01_normal.jpg');
}

.project_sonicare:hover {
    background-image: url('../imgs/_pages/sonicare_2019/sonicare_2019_01_hover.jpg');
}

.project_adidas {
    background-image: url('../imgs/_pages/adidas_2019/adidas_2019_01_normal.jpg');
}

.project_adidas:hover {
    background-image: url('../imgs/_pages/adidas_2019/adidas_2019_01_hover.jpg');
}




/* bottom text */
.fade-block:hover .fade-text {
    opacity: 1;
}

.fade-block .fade-text {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/*----------------------------------------------------------------------film------------------------------------------------------------------*/
.filmography {
    padding-top: 40px;
    padding-bottom: 40px;
}


.film-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
    gap: 7px;
    /* Set gap property to adjust spacing between grid items */
    row-gap: 7px;
    /* Set row gap to 7 pixels */
    width: 100%;
    /* Set grid width to 100% */
}

.film-grid-item {
    width: 246px;
    height: 366px;
    /* Add styles for grid items as needed */
}

.thorLove,
.acolyte,
.fallguy,
.harold,
.kalki,
.knuckles,
.onepiece,
.sonic3,
.boyss3,
.antman3,
.cokeBear,
.flash2023,
.indianaDOD,
.monarch {
    display: inline-block;
    background-size: cover;
    width: 246px;
    height: 366px;
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.empty {
    display: inline-block;
    background-size: cover;
    width: 246px;
    height: 366px;
    border: none;
}

.empty {
    background-image: url('../imgs/film/empty_04.jpg');
}

.thorLove {
    background-image: url('../imgs/film/thorLove_normal_04.jpg');
}

.thorLove:hover {
    background-image: url('../imgs/film/thorLove_hover_04.jpg');
}

.boyss3 {
    background-image: url('../imgs/film/boyss3_normal_04.jpg');
}

.boyss3:hover {
    background-image: url('../imgs/film/boyss3_hover_04.jpg');
}

.antman3 {
    background-image: url('../imgs/film/antman3_normal_04.jpg');
}

.antman3:hover {
    background-image: url('../imgs/film/antman3_hover_04.jpg');
}

.cokeBear {
    background-image: url('../imgs/film/cokeBear_normal_04.jpg');
}

.cokeBear:hover {
    background-image: url('../imgs/film/cokeBear_hover_04.jpg');
}

.flash2023 {
    background-image: url('../imgs/film/flash2023_normal_04.jpg');
}

.flash2023:hover {
    background-image: url('../imgs/film/flash2023_hover_04.jpg');
}

.indianaDOD {
    background-image: url('../imgs/film/indianaDOD_normal_04.jpg');
}

.indianaDOD:hover {
    background-image: url('../imgs/film/indianaDOD_hover_04.jpg');
}

.monarch {
    background-image: url('../imgs/film/monarch_normal_04.jpg');
}

.monarch:hover {
    background-image: url('../imgs/film/monarch_hover_04.jpg');
}

.acolyte {
    background-image: url('../imgs/film/acolyte_normal_01.jpg');
}

.acolyte:hover {
    background-image: url('../imgs/film/acolyte_hover_01.jpg');
}

.fallguy {
    background-image: url('../imgs/film/fallguy_normal_01.jpg');
}

.fallguy:hover {
    background-image: url('../imgs/film/fallguy_hover_01.jpg');
}

.harold {
    background-image: url('../imgs/film/harold_normal_01.jpg');
}

.harold:hover {
    background-image: url('../imgs/film/harold_hover_01.jpg');
}

.kalki {
    background-image: url('../imgs/film/kalki_normal_01.jpg');
}

.kalki:hover {
    background-image: url('../imgs/film/kalki_hover_01.jpg');
}

.knuckles {
    background-image: url('../imgs/film/knuckles_normal_01.jpg');
}

.knuckles:hover {
    background-image: url('../imgs/film/knuckles_hover_01.jpg');
}

.onepiece {
    background-image: url('../imgs/film/onepiece_normal_01.jpg');
}

.onepiece:hover {
    background-image: url('../imgs/film/onepiece_hover_01.jpg');
}

.sonic3 {
    background-image: url('../imgs/film/sonic3_normal_01.jpg');
}

.sonic3:hover {
    background-image: url('../imgs/film/sonic3_hover_01.jpg');
}





/*----------------------------------------------------------------------contact------------------------------------------------------------------*/

form#contactMe {
    display: grid;
    grid-template-columns: 300px 940px;
    padding-top: 10px;
    grid-gap: 0px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.form-left {
    padding-top: 10px;
    padding: 0;
    padding-right: 35px;
}

.form-right {
    padding: 0;
}


label {
    color: #fff;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    height: 17px;
    border-radius: 4px;
    background-color: #242424;
    border: 1px solid #303030;
    color: #8a8a8a;
    padding: 10px;
    margin-bottom: 13px;
    font-family: Arial, sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus {
    outline: none;
    /* Remove default outline */
    border-color: #8a8a8a;
    /* Set border color to red when element is selected */
}

textarea {
    height: 121px;
    resize: none;
}

textarea:focus {
    outline: none;
    /* Remove default outline */
    border-color: #8a8a8a;
    /* Set border color to red when element is selected */
}


.form-container input.error,
.form-container textarea.error {
    border: 1px solid #9d0000;
}

.form-container input.error:focus,
.form-container textarea.error:focus {
    border-color: #9d0000;
}

.error-message {
    color: #9d0000;
    font-size: 14px;
    margin-top: 5px;
    font-family: Arial, sans-serif;
}


@media screen and (max-width: 800px) {
    .form-container {
        grid-template-columns: 1fr;
    }
}


.submit-button {
    background: url("../imgs/contact/btn_submit_normal_02.png") center center no-repeat;
    /* Set the normal image as background */
    background-size: contain;
    /* Adjust background size as needed */
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: ease 0.5s;
    width: 89px;
    height: 37px;
    font-family: Arial, sans-serif;
    color: #8a8a8a;
    margin-left: -3px;
    /* Move the button 10 pixels to the left */
}

.submit-button:hover {
    background-image: url("../imgs/contact/btn_submit_hover_02.png");
    /* Set the hover image as background on hover */
    color: #ffffff;
    /* Set text color to white */
}

.contact-paragraph {
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    padding-top: 25px;
}

.email-paragraph1 {
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    font-size: 14px;
    color: #9d0000;
    font-weight: bold;
    padding: 0;
}

.email-paragraph2 {
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    font-size: 14px;
    color: #8a8a8a;
    font-weight: bold;
    padding: 0;
}

.contact-subtitle {
    display: flex;
    align-items: flex-start;
}

.contact-subtitle img {
    margin-right: 5px;
    /* Add some spacing between the image and paragraph */
}

.contact-subtitle p {
    margin: 0;
    /* Remove margin of the paragraph for tighter spacing */
}


table.social2 {
    border-collapse: collapse;
    /* Set border-collapse property to collapse */
    border-spacing: 0;
}

table.social2 td {
    padding: 0;
}


.grid-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
}


.grid-item-2 table {
    /* Add styles to table */
    margin-left: auto;
    /* Add margin-left auto to push the table to the right side */
    border: none;
    /* Remove borders from the table */
}

/* hide recaptcha badge*/
.grecaptcha-badge {
    display: none;
}


/*----------------------------------------------------------------------footer------------------------------------------------------------------*/

footer {
    height: 50px;
    padding-bottom: 25px;
    align-items: center;
}

.footer_narrow {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_narrow p {
    font-size: 11px;
    display: inline;
    /* or display: inline-block; */
    font-family: 'helvetica,"Muli",sans-serif', 'arial';
    font-size: 11px;
    color: #525252;
    font-weight: normal;
}

.copyright {
    text-align: left;
    color: #8a8a8a;
}

.ReCaptchaTerms {
    text-align: right;
}

.footer_narrow .ReCaptchaTerms a {
    color: #8a8a8a;
}

/*----------------------------------------------------------------------projectPage------------------------------------------------------------------*/


.empty-space {
    height: 150px;
}


/* top menu */
.projMenu {
    position: fixed;
    width: 100%;
    height: 101px;
    background: url('../imgs/menu/menu_bg6.png') repeat-x;
}

.projMenu img {
    float: left;
}

.projmenu-bar {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.projmenu-bar li {
    display: inline-block;
    padding: 0 10px;
}



.menuText:hover::after {
    /* show the underline on hover */
    transform: translateX(-50%) scaleY(1);
}


/* content */

.projColumns {
    display: flex;
    flex-direction: row;
}

.projColumn1 {
    flex-basis: 70%;
    padding: 10px;
}

.projColumn2 {
    flex-basis: 30%;
    padding: 10px;
}

.imageSrc {
    padding-bottom: 5px;
}


/*----------------------------------------------------------------------Mobile page------------------------------------------------------------------*/

.denied-paragraph {
    font-family: 'helvetica', "Muli", sans-serif, 'arial';
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-mobile {
    width: 100%;
    text-align: center;
}

.footer-mobile p {
    font-size: 11px;
    /* or display: inline-block; */
    font-family: 'helvetica', "Muli", sans-serif, 'arial';
    color: #525252;
    font-weight: normal;
}

.copyright-mobile {
    text-align: center;
    color: #8a8a8a;
}
