@font-face {
    font-family: orbitron;
    src: url('../font/Orbitron-VariableFont_wght.ttf');
    font-display: swap;
}

@font-face {
    font-family: gotham;
    src: url('../font/Gotham\ Bold.otf');
    font-display: swap;
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: gotham, sans-serif;
    overflow: hidden;
    scroll-behavior: smooth;
}

section{
    scroll-margin-top: 80px;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

*::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ED348F;
}


/* ==============================Header===================================*/

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    z-index: 10;
}

.header section{
    width: calc(100% - 60px);
    max-width: 1080px;
    height: calc(100% - 60px);
    padding: 16px 30px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.header section img{
    height: 100%
}

.header section nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.header section nav a{
    color: #ffffff;
    font-size: .8rem;
    font-weight: bold;
    font-family: orbitron;
    padding: 12px 14px;
    transition: .5s;
}

.header section nav button{
    color: #ffffff;
    font-size: .84rem;
    font-weight: bold;
    font-family: orbitron;
}

.header.scrolled {
    justify-content: center;
    height: 75px;
    background: rgb(208,37,127);
    background: linear-gradient(225deg, rgba(208, 37, 128, 0.5) 0%, rgba(255, 0, 0, 0.5) 50%, rgba(248, 117, 29, 0.5) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.3px);
    -webkit-backdrop-filter: blur(8.3px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.header.scrolled section{
    height: 100%;
    padding: 0 30px;
    align-items: center;
}

.header.scrolled img{
    height: 50px;
}

.dropdown {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 12px 0px;
    transition: .5s;
}

.dropdown a{
    padding: 12px 14px;
}

.dropdown-content {
    border-radius: 5px;
    padding: 10px 0;
    display: none;
    position: absolute;
    
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background: rgb(208,37,127);
    background: linear-gradient(225deg, rgba(208,37,127,1) 0%, rgba(255,0,0,1) 50%, rgba(248,118,29,1) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.3px);
    -webkit-backdrop-filter: blur(8.3px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    transition: .5s;
}

.header nav a:hover {
    background: rgb(226, 69, 7);
    border-radius: 5px;
}

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

.dropdown:hover{
    border-radius: 5px;
    background: rgb(226, 69, 7);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    margin-top: 13px;
}

.header.scrolled .hamburger{
    margin-top: 0px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 768px) {
    
    
    .dropdown:hover {
        margin-bottom: 120px;
    }

    .dropdown-content{
        background: transparent;
    }
        
    .dropdown-content a {
        width: 130px;
        background: transparent;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-bottom: 0px solid rgba(255, 255, 255, 0.32);
    }
    .header nav a:hover {
        color: white;
    }

    .hamburger {
        display: flex;        
    }

    .header section nav{
        display: flex;
        flex-direction: column;
    }

    .header.scrolled .nav-links{
        top: 70px;
    }

    .nav-links {
        top: 100px;
        position: fixed;
        right: calc(-100% - 80px);
        color: rgb(208,37,127);
        background: linear-gradient(225deg, rgba(208, 37, 128, 0.5) 0%, rgba(255, 0, 0, 0.5) 50%, rgba(248, 117, 29, 0.5) 100%);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(8.3px);
        -webkit-backdrop-filter: blur(8.3px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
        flex-direction: column;
        width: calc(100% - 60px);
        padding: 2rem;
        transition: right 0.3s;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        text-align: center;
    }

    .nav-links a {
        color: var(--primary);
        text-align: center;
    }

    .nav-links a:hover {
        color: var(--primary);
    }

    .nav-links a::after {
        background: var(--primary);
    }
}

/* ==============================Main===================================*/

.main{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    overflow-y: auto;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}

/* ==============================Slide===================================*/

.slide {
    width: 100%;
}

.slide img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* ===============================Numbers===================================*/

.numbers{
    margin-top: -30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tag{
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 8px;
    border-radius: 5px;
    background: rgb(255,188,0,1);
    background: radial-gradient(circle, rgb(255, 234, 0) 0%, rgba(255,188,0,1) 84%);  
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%) !important;
}

.tag-wrap {
    filter: drop-shadow(0px 5px 8px rgba(50, 50, 0, 0.5));
}

.numbers i{
    color: #ffffff;
    font-size: 2rem;
    padding: 15px;
}

.numbers hr{
    width: 2px;
    height: 30px;
    margin: 0;
    border: none;
    color: #ffffff;
    background-color: #ffffff;
}

/* ===============================About===================================*/

.about{
    width: calc(100% - 60px);
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 10%;
    padding: 30px;
    padding-bottom: 60px;
    color: #636363;
}

.about img{
    width: 40%;
    max-width: 240px;
}

.about div{
    width: 50%;
}

.about div h1{
    font-family: orbitron;
}

.about div p{
    font-size: 1rem;
    text-align: justify;
    line-height: 1.2;
    color: #838383;
}

.about div button{
    border: none;
    background: rgb(255,188,0,1);
    background: radial-gradient(circle, rgb(255, 234, 0) 0%, rgba(255,188,0,1) 84%); 
    color: #ffffff; 
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 5px;
    font-size: .8rem;
    cursor: pointer;
}

@media screen and (max-width: 770px) {
    .about{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about div{
        width: 100%;
    }
}


/* ===============================Services===================================*/

.services{
    position: relative;
    width: calc(100% - 60px);
    padding: 30px;
    background: rgb(208,37,127);
    background: linear-gradient(225deg, rgba(208,37,127,1) 0%, rgba(255,0,0,1) 50%, rgba(248,118,29,1) 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: center;
}

.services-phone{
    position: absolute;
    top: -250px;
    left: -160px;
    width: 33rem;
}

.services-container{
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: end;
}


.services-container div{
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1;
    margin-bottom: 30px;
    font-family: orbitron;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 30px;
}

.services-container div hr{
    width: 100%;
    height: 5px;
    background-color: gold;
    border: none;
    margin-bottom: 30px;
}

.services-container ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: calc(100% - 60px);
    padding: 30px;
    line-height: 2;
    border: 2px solid white;
    border-radius: 0 50px 0 50px;

}

.services-container li{
    margin: 0 8px;
}

@media screen and (max-width: 770px) {
    .services-phone{
        top: -50px;
        left: -50px;
        width: 10rem;
    }

    .services-container ul{
        flex-direction: column;
        flex-wrap: unset;
        align-items: start;
        justify-content: start;
    }
}


/* ===============================Banner===================================*/

.banner{
    width: calc(100% - 60px);
    padding: 60px 30px;
    background-image: url("../img/17_20240322_094909_0006.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: red;
}

.banner-container{
    width: 100%;
    max-width: 1080px;
}

.banner-container div{
    width: 40%;
    max-width: 300px;
}

.banner-container div h1{
    font-size: 4rem;
    margin: 0;
    line-height: 1;
    margin-bottom: 30px;
    font-family: orbitron;
}

.banner-container div h2{
    font-size: 1.3rem;
    margin: 0;
}

.banner-container div p{
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
}

@media screen and (max-width: 770px) {
    .banner-container div{
        width: 100%;
    }
}

/* ==============================Jobs===================================*/

.jobs{
    width: calc(100% - 60px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #636363;
}

.jobs-container{
    width: 100%;
    max-width: 1080px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.jobs h1{
    width: 100%;
    max-width: 1080px;
    text-align: left;
    font-size: 2rem;
    margin: 0;
    color: #636363;
}

.jobs h1 hr{
    width:70%;
    height: 5px;
    border: none;
    background-color: gold;
    margin-bottom: 0;
    margin-right: 0px;
}

.job{
    width: 250px;
    height: 390px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.3);
}

.job:hover{
    scale: 1.05;
    cursor: pointer;
}

.job-img {
    position: relative;
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.3);
}

.job-img::before {   
    content: "";
    width: 100%;
    height: 168px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: -50px bottom;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  105' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 77L50 72C100 68 200 58 300 39C400 20 500 -8 600 1C700 11 800 58 900 77C1000 96 1100 87 1150 82L1200 77V106H1150C1100 106 1000 106 900 106C800 106 700 106 600 106C500 106 400 106 300 106C200 106 100 106 50 106H0V77Z' fill='%23ffffff'/></svg>");
}
  
@media(max-width:850px) {
    .job-img::before {    
        height: 84px
    }  
}

.job-img img{
    width: 100%;
    aspect-ratio: 16/12;
    object-fit: cover;
}

.job-data{
    background-color: #ffffff;
    padding: 0 15px 15px 15px;
    color: #636363;
}

.job-data h2{
    font-size: 1.3rem;
}

.job-data p{
    font-size: .95rem;
    font-family: sans-serif;
    line-height: 1.2;
    color: #838383;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

/* ==============================Contact===================================*/

.contact{
    width: calc(100% - 60px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(208,37,127);
    background: linear-gradient(225deg, rgba(208,37,127,1) 0%, rgba(255,0,0,1) 50%, rgba(248,118,29,1) 100%);
}

.contact h1{
    color: #ffffff;
    margin-bottom: 40px;
}

.contact-container{
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #636363;
}

.c1{
    background: linear-gradient(135deg, #fdfdfd 0%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 30px;
    border-radius: 15px;
    height: calc(100% - 60px);
    border: 2px solid rgb(251, 255, 0);

}

.c1 h2{
    margin: 0;
    margin-bottom: 30px;
    font-family: orbitron;
}

.c1 a{
    margin: 5px 0;
    line-height: 1.5;
    font-size: .9rem;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #3e3e3e;
    font-family: sans-serif;
}

.c1 i{
    font-size: 1.8rem;
    margin-right: 10px;
    color: #5c5c5c;
}

.c2, .c2 form{
    display: flex;
    flex-direction: column;
    color: white;
    min-width: 320px;
}

.c2 input{
    height: 25px;
    border: none;
    border-radius: 5px;
    margin: 8px 0;
    border: 2px solid rgb(251, 255, 0);
    font-size: .8rem;
    padding: 1px 5px;
    outline: none;
}

.c2 textarea{
    padding: 1px 5px;
    height: 75px;
    border-radius: 5px;
    margin-top: 5px;
    border: 2px solid rgb(251, 255, 0);
    font-size: .9rem;
    outline: none;
}

.c2 h3{
    margin: 0;
    padding-top: 10px;
    border-top: 3px solid #ffd900;
}

.c2 h2{
    margin: 5px 0;
    font-stretch: expanded;
    font-family: orbitron;
}

.c2 button{
    height: 35px;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: .9rem;
    background: rgb(255,188,0,1);
    background: radial-gradient(circle, rgb(255, 234, 0) 0%, rgba(255,188,0,1) 84%);  
    color: #ffffff;
}

@media screen and (max-width: 770px) {
    .contact-container{
        flex-direction: column;
    }
}

/* ===============================Banner===================================*/

.footer{
    width: 100%;
    max-width: 1080px;
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    list-style-type: none;
    font-size: 1.5rem;
    color: #ffffff;
    gap: 15px;
    padding: 0;
}

.footer li{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer a{
    color: #ffffff;
}


.footer p{
    width: 100%;
    font-size: .9rem;
    color: #ffffff;
    border-top: 2px solid #ccc;
    padding-top: 15px;
    font-family: sans-serif;
    text-align: center;
}

.footer p a{
    font-size: .9rem;
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 999;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Popup */

.popup{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.popup span{
    position: absolute;
    font-size: 2rem;
    top: 10px;
    right: 20px;
    color: white;
    font-weight: bold;
    text-shadow:
    -1px -1px 0 black,  
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.popup span:hover{
    cursor: pointer;
    color: red;    
}

.popup a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.popup img{
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
}
