/*    
    Eure Cloud CSS Style
    2024 Eure Cloud CSS

    Owner: Terrence Eure
    Email: terrence@eurecloud.com


    Written & Coded By & Maintained By Anthony Rodriguez
    Email: anthony@ventiul.com
*/
 
* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Barlow';
    src: url(./Barlow-Regular.ttf);
}
@font-face {
    font-family: 'Barlow-Light';
    src: url(./Barlow-ExtraLight.ttf);
}



.eure-main-body{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    -o-scroll-behavior: smooth;
}

.eure-background-animation{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}





.eure-sub-nav-menu a{
    margin-right: 50px;
    border-bottom: #131313 1px solid;
}


.eure-main-body {
    font-family: 'Barlow';
    margin: 0;
    
}

.eure-main-body li {
    list-style: none;
}

.eure-main-body img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.eure-main-body h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.eure-main-body p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.eure-main-body a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.eure-nav-links a:hover {
    text-shadow: 0px 0px 10px #fff;
    transition: 2s;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.eure-main-header-body h1 {
    color: #131313;
    font-weight: 100;
}

.eure-main-header-body {
    margin-top: 20px;
}


.eure-sub-nav-menu {
    padding-left: 15px;
    padding-right: 15px;

}
.eure-main-header-body img {
    width: 100px;
    height: 100px;
}

.eure-sub-nav-menu a{
    font-size: 28px;
    color: #131313;
}

.eure-navigation-search-container{
    float: right;
    display: flex;
    justify-content: flex-end; 
}
.eure-navigation-search-container button{
    background-color: #131313;
    color: #ffffff;
}



.eure-footer-submit-contact button {

    border: none;
    color: #131313;
    font-family: 'Barlow';
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    border-radius: 50px;
}

.eure-footer-submit-contact input {
    background-color: #131313;
    color: #ffffff;
    font-family: 'Barlow';
    border-radius: 50px;
    border: solid #ffffff 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.eure-footer-submit-contact ::placeholder {
    color: #ffffff;

}

.eure-bottom-footer h3{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: #ffffff 1px solid;
}


.eure-bottom-footer h3 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
}

.eure-bottom-footer button:hover {
    color: #ffffff;
    background-color: #131313;
    transition: 3.1s;
}

.eure-viewmore-container{
    font-family: 'Barlow-Light';

    text-align: center;
    display: grid;
    place-content: center;
    margin-top: 20px;
    margin-bottom: 20px;



}



.eure-chat-box-panel-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.eure-middle-section-page h3{
    font-size: 30px;
    font-weight: 100;
    text-align: center;
color: #ffffff;
font-family: 'Barlow-Light';
}


.eure-viewmore-container h3{
    color: #131313;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    

}


.eure-viewmore-container a{
    color: #131313;
    animation: eure-arrow-bounce 1s infinite;
}


@keyframes eure-arrow-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
    
}

.eure-viewmore-container button{
    border: none;
    color: #131313;
    font-family: 'Barlow';
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
    border-radius: 50px;
    font-size: 25px;
}

.eure-middle-section-page {
    color: #131313;
    padding-bottom: 1000px;
    margin-top: 100px;
    font-weight: 100;
    box-shadow: 0px 1px 16px 0px #131313;
}

.eure-middle-sub-section-page h3{
    font-family: 'Barlow-Light';
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    
}
.eure-middle-section-page p{
    font-family: 'Barlow-Light';
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.eure-middle-section-page {
    background-color: #131313;
}


.eure-cards-gallery-container h3{
    color: #131313;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Barlow-Light';
text-align: center;
}



.eure-instagram {
    margin: 0;
    padding: 0;
    content: url('/eurecloudresources/social-branding/Instagram_Glyph_White.png');
    vertical-align: middle;
    height: 25px;
    width: 25px; 
}

.eure-facebook {
    margin: 0;
    padding: 0;
    content: url('/eurecloudresources/social-branding/Facebook_Logo_Secondary.png');
    vertical-align: middle;
    height: 25px;
    width: 25px; 
}

.eure-x {
    margin: 0;
    padding: 0;
    content: url('/eurecloudresources/social-branding/logo-white.png');
    vertical-align: middle;
    height: 25px;
    width: 25px; 
}

.eure-linkedin {
    margin: 0;
    padding: 0;
    content: url('/eurecloudresources/social-branding/In-White-128@2x.png');
    vertical-align: middle;
    height: 25px;
    width: 25px; 
}

.eure-arrow-down {
    margin: 0;
    padding: 0;
    content: url('/eurecloudresources/eure/eure-arrow-down.png');
    vertical-align: middle;
    height: 25px;
    width: 25px; 
}

.eure-contact-container{
    margin-top: 10px;
    margin-right: 15px;
    position: absolute;
    right: 0;
}




.eure-navbar {
    box-shadow: 0px 1px 16px 0px #131313;
    font-size: 25px;
    overflow: hidden;
    background-color: #131313;
    font-family: 'Barlow';
    display: flex;
    justify-content: center;
}

.eure-dropdown {
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.eure-navbar a {
    float: left;
    font-size: 24px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'qa';
}

.eure-navbar a {
    font-family: 'Barlow';

    color: #ffffff;
}



.eure-navbar h2 {
    font-family: 'Barlow';
    font-weight: 500;
    text-align: center;
}

.eure-dropdown {
    float: left;
    overflow: hidden;
}

.eure-dropdown .eure-dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.eure-navbar a:hover,
.eure-dropdown:hover .eure-dropbtn {
    background-color: transparent;
}

.eure-signin {
    margin-top: 10px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    font-family: 'qa';
}

.eure-signin a {
    
    color: #131313;
}

.eure-signin:hover a {
    color: #ffffff;
    background-color: #131313;
}

.eure-dropdown-content {
    display: none;
    position: absolute;
    background-color: #131313;
    padding-bottom: 80px;
    box-shadow: 0px 1px 16px 0px #131313;
    width: 100%;
    left: 0;
    z-index: 1;
    animation: fade-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.eure-dropdown-content .eure-header {
    background: #131313;
    padding: 16px;
    color: white;
}


@media screen and (max-width: 1200px) {
    .eure-navbar {
      flex-direction: column;
    }
  .eure-column{
      width: 100%;
      height: 100%;
  }
  
  .eure-column a{
    text-align: center;
  }
  
    .eure-signin {
      margin-bottom: 5px;
      margin-right: 0;
      position: relative;
      
    }
      .eure-signin a{
          color: #131313;
          text-align: center;
          width: 100%;
          display: block;
          padding: 14px 16px;
          text-decoration: none;
          font-size: 21px;
      }
  
  
  
  }
  

  
.eure-dropdown:hover .eure-dropdown-content {
    display: block;
}

.eure-column {
    font-family: 'Barlow';
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #131313;
    height: 250px;
    animation: slide-in 0.5s ease-in-out;
}

@keyframes slide-in {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateX(0);
    }
}


.eure-dropdown .eure-header {
    color: #131313;
    background-color: #ffffff;
}

   

.eure-dropdown:hover .eure-dropdown-content {
    display: block;
}

.eure-column {
    font-family: 'Barlow';
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #131313;
    height: 250px;
    animation: slide-in 0.5s ease-in-out;
}

@keyframes slide-in {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateX(0);
    }
}

.eure-column a {
    font-weight: 500;
    float: none;
    color: #ffffff;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.eure-column h3 {
    color: #ffffff;
    font-weight: 500;
}

.eure-column a:hover {
    transition: 3.1s;
    background-color: #ffffff;
    color: #131313;
    border-radius: 50px;
}

.eure-row:after {
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .eure-column {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .eure-navbar {
        flex-direction: column;
    }
    .eure-column {
        width: 100%;
        height: 100%;
    }

    .eure-column a {
        text-align: center;
    }

    .eure-signin {
        margin-bottom: 5px;
        margin-right: 0;
        position: relative;
    }
    .eure-signin a {
        color: #131313;
        text-align: center;
        width: 100%;
        display: block;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 21px;
    }
    
}

@media screen and (max-width: 600px) {
    .eure-column {
        width: 100%;
        height: auto;
    }
}







.eure-nav-links a {
    margin-right: 50px;
}

.eure-bottom-footer h3{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 100;

}

.eure-bottom-footer {
    box-shadow: 0px -1px 10px #131313;
    padding-top: 100px;

    padding-bottom: 300px;
    bottom: 0;
    position: relative;
    border-top: #ffffff 1px solid;
    background-color: #131313;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.eure-footer-link {
    text-decoration: none;
    color: #ffffff;
}

.eure-footer-link-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-basis: 25%;
}

.eure-footer-link-list-item {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .eure-footer-link-list {
        flex-basis: 50%;
    }
}

@media (max-width: 480px) {
    .eure-footer-link-list {
        flex-basis: 100%;
    }
}

.eure-footer-heading {
    font-weight: bold;
    margin-bottom: 10px;
}

.eure-footer-social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.eure-sub-set-social-icons a {
    margin-right: 10px;
}

.eure-footer-social-icon {
    margin: 0 5px;
    font-size: 20px;
    color: #333;
}

@media (max-width: 480px) {
    .eure-footer {
        padding-bottom: 100px;
    }
}

.eure-footer-credit {
    font-size: 12px;
    margin-top: 20px;
}

.eure-footer-email-input {
    padding: 5px;
    margin-top: 10px;
    width: 200px;
}

.eure-footer-email-button {
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #ffffff;
    color: #131313;
    border: none;
    cursor: pointer;
}

.eure-footer-email-button:hover {
    background-color: #131313;
    color: #ffffff;
}




.eure-bottom-footer a:hover{
    transition: 3.1s;


    margin-left: 4px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #ffffff;
}


.eure-nav-links  {
    color: #131313;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    border-radius: 50px;
}
/* [ TEST */













/* ] TEST */

.eure-card {
    width: 300px;
    height: 500px;
    perspective: 1000px;
    margin: 10px;
    display: inline-block;
}

.eure-card-inner {
    box-shadow: 0px 0px 15px #131313;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.eure-card:hover .eure-card-inner {
    transform: rotateY(180deg);
}

.eure-card-front,
.eure-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.eure-card-front {
    background-color: #bbb;
    color: black;
}

.eure-card-back {
    background-color: #131313;
    color: white;
    transform: rotateY(180deg);
}

.eure-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rotate-card .eure-card-inner {
    animation: rotate 1s infinite;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}
 
/*    box-shadow: 0px -25px 15px #131313; */



.eure-gallery-professional-pictures{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.eure-gallery-casual-pictures{
    display: flex;
    flex-wrap: wrap;
}

.eure-gallery-grid-container img {
    box-shadow: 0px 0px 5px #131313;
    filter: grayscale(100%);
}

.eure-gallery-main-section-container{
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;

}
.eure-gallery-main-section-container h1{

    color: #131313;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    font-family: 'Barlow-Light';

}

.eure-nav-container img {
    height: 50px;
    width: 50px;
    vertical-align: middle;
}

.eure-socials-section-listed-container a {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .eure-cards-gallery-container .eure-card {
        flex-direction: column;
    }

    .eure-cards-gallery-container .eure-card img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}


@media (max-width: 1000px) {
    .eure-cards-gallery-container .eure-card {
        flex-direction: column;
    }

    .eure-cards-gallery-container .eure-card img {
        width: 100%;
        height: 1500px;
        margin-bottom: 10px;
    }

    .eure-cards-gallery-container .eure-card {
        padding: 20px;
        width: 100%;
        height: 1500px;
    }
}


@media (max-width: 768px) {
    .eure-main-body {
        height: auto;
    }

    .eure-main-body h1 {
        font-size: 24px;
    }

    .eure-main-body p,
    .eure-main-body a {
        font-size: 16px;
    }

    
}