@import url(https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&display=swap);

@font-face {
    font-family: 'gilroy';
    src: url(fonts/GILROY-FONT/Gilroy-Regular.ttf)
}

@font-face {
    font-family: Neue;
    src: url(./fonts/NeueHaasDisplayMediu.ttf)
}

@font-face {
    font-family: Neuer;
    src: url(./fonts/NeueHaasDisplayRoman.ttf)
}

@font-face {
    font-family: Neuebold;
    src: url(./fonts/NeueHaasDisplayBold.ttf)
}

@font-face {
    font-family: Neueblack;
    src: url(./fonts/NeueHaasDisplayBlack.ttf)
}

@font-face {
    font-family: 'freight-italic';
    src: url(fonts/frieght/Freight\ Big\ Pro\ Light\ Italic.otf)
}

@font-face {
    font-family: 'freight-bold-pro';
    src: url(fonts/frieght/freight\ big\ pro\ bold.otf)
}

@font-face {
    font-family: 'freight-black';
    src: url(fonts/frieght/Freight\ Big\ Pro\ Medium.otf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: gilroy;
    background-color: #000;
    color: #fff;
    background-color: #fff;
    color: #000;
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden
}
/* whatsapp btn */

.whatsapp-container {
    position: fixed;
    transform: rotate(270deg);
    bottom: 80px;
    right: -49px;
    text-align: center;
    z-index: 999;
  }
  
  .whatsapp-button {
    background-color: #25d366;
    color: rgb(19, 19, 19);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
  }
  
  .whatsapp-button:hover {
    background-color: #1db954;
  }
  
  .whatsapp-button i {
    font-size: 20px;
  }
  /*  */
  @media (max-width:768px) {

    .whatsapp-container {
        display: none;
        transform: none;
        right: 0;
        bottom: 14px !important;
        border-radius: 4vw !important;
    }}
    #menu-whatsapp-btn{
        border-radius: 29px;
    }
/* whatsapp btn */


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5vw 1vw;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #000000f1;
    background-color: #fafafaf1;
    filter: drop-shadow(2px -2px 21px #1e1e1e);
    z-index: 1002
}

.logo a img {
    margin-left: .6rem;
    width: 14vw
}

.menu-icon {
    display: none;
    font-size: .8vw;
    padding: .6vw .8vw;
    letter-spacing: 3px;
    background-color: #e24f00;
    border-radius: 25px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    transition: all ease 0.4s
}

.menu-icon:hover {
    background-color: #000
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / .95);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1001
}




.menu-overlay.active {
    opacity: 1;
    pointer-events: auto
}

.menu-content ul li,
.inner-nav ul li {
    margin: 1.5rem 0;
    list-style: none;
    text-align: center;
}

.menu-content ul li a {
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    transition: color 0.3s
}

.menu-content ul li a:hover,
.inner-nav ul li a:hover {
    color: #ff5722
}

.inner-nav ul {
    display: flex;
    gap: 4vw;
    list-style: none;
}

.inner-nav ul li a {
    font-size: 1vw;
    color: #000;
    text-decoration: none;
    transition: color 0.3s
}

#main {
    position: relative;
    overflow-x: hidden
}

#back {
    background-color: #000;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6
}

.hero {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    color: #f0f0f0
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.hero-title {
    font-size: 7vw;
    color: #dfdfdf;
    font-family: 'freight-black';
    text-transform: uppercase;
    letter-spacing: 20px
}

.hero-title-2 {
    font-size: 1.5rem;
    color: #dfdfdf;
    font-family: 'freight-italic';
    text-transform: uppercase;
    margin-bottom: 3rem;
    letter-spacing: 12px;
    letter-spacing: 12px;
    border-bottom: 2px solid grey;
    padding: 1rem 2rem;
    border-radius: 2rem
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #d1d1d1d8;
    margin-bottom: 2rem
}

#Explore-btn-hero-page .btn,
.image-con .btn {
    font-size: 1.2rem;
    --color1: #fd6c1f;
    --color2: #fd6c1f;
    perspective: 1000px;
    padding: 1em 1em;
    background: linear-gradient(var(--color1), var(--color2));
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 10px 10px #000;
    cursor: pointer;
    transform: rotateX(70deg) rotateZ(30deg);
    transform-style: preserve-3d;
    transition: transform 0.5s
}

#Explore-btn-hero-page .btn::before,
.image-con .btn::before {
    content: "";
    width: 100%;
    height: 15px;
    background-color: var(--color2);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotateX(90deg);
    transform-origin: bottom
}

#Explore-btn-hero-page .btn::after,
.image-con .btn::after {
    content: "";
    width: 15px;
    height: 100%;
    background-color: var(--color1);
    position: absolute;
    top: 0;
    right: 0;
    transform: rotateY(-90deg);
    transform-origin: right
}

#Explore-btn-hero-page .btn:hover,
.image-con .btn:hover {
    transform: rotateX(30deg) rotateZ(0)
}

#page-2 {
    min-height: 100vh;
    width: 100%;
    color: #000;
    background-color: #f9f9f9;
    position: relative
}

.large-text {
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.large-text h1 {
    font-size: 4vw;
    padding: 2rem;
    letter-spacing: 2px;
    text-transform: capitalize;
    display: inline-block;
    background-color: #181818;
    color: #ff8e47
}

.intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    text-align: center
}

.intro-title {
    padding-bottom: 1.5vw;
    font-size: 4rem;
    text-transform: uppercase;
    font-family: 'freight-bold-pro';
    letter-spacing: .5rem
}

.intro-subtitle {
    font-size: 1.4rem;
    margin-top: 10px;
    animation: fadeIn 3s ease-out;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #3a3a3a
}

.services-section {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    padding: 60px 0
}

.service-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px
}

.service {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap
}

.service img {
    width: 68%;
    height: auto;
    width: 20vw;
    height: 37vw;
    border-radius: 5px;
    padding: 4vw 0
}

.service:hover {
    transform: scale(1.05)
}

.service-info {
    pointer-events: none;
    position: absolute;
    bottom: 160px;
    left: 65px;
    color: #fff;
    color: #000;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 16vw;
    padding: 1vw
}

.service:hover .service-info {
    opacity: 1
}

.service img:hover {
    opacity: .4
}

.service-info h3 {
    font-size: 2vw
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#animated-keywords {
    background-color: #fffaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #1a1a1a;
    position: relative;
    transition: all ease 0.5s;
    padding: 2vw 0
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto
}

.scrolling-keywords {
    display: inline-block;
    white-space: nowrap;
    font-size: 2rem;
    animation: scrollKeywords 35s linear infinite;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease 0.5s
}

#animated-keywords:hover {
    background-color: #1a1a1a
}

#animated-keywords:hover .scrolling-keywords {
    color: #f3e7d3
}

@keyframes scrollKeywords {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}

#about-us {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 4rem 2rem;
    background-color: #0d0d0d;
    background-color: #f9f9f9;
    color: #000;
    line-height: 1.6
}

.about-header {
    text-align: center;
    margin: 5rem 0
}

.about-title {
    font-size: 4.6rem;
    text-transform: uppercase;
    font-family: 'freight-bold-pro';
    letter-spacing: .5rem
}

.about-subtitle {
    font-size: 2.5rem;
    font-family: 'freight-italic';
    margin-top: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #c1c0bc45;
    padding-bottom: 1vw
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.about-section {
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.section-description {
    padding: 3vw 0
}

.section-description p {
    font-size: 1.8rem;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 3.5rem
}

.hero-video {
    width: 100%;
    height: 80vh;
    object-fit: cover
}

.logo-scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 1vw;
    margin: 4vw 0
}

.logo-track {
    display: flex;
    gap: 30px;
    animation: scroll-left 20s linear infinite
}

.logo-track img {
    width: 100px;
    height: auto;
    object-fit: contain
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.hero-content {
    z-index: 2;
    text-align: center
}

.about-section:hover {
    transform: translateY(-10px)
}

.section-title {
    display: inline;
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'freight-bold-pr'
}

.section-description {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem
}

.elem {
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1vw;
    border-bottom: 1px solid rgb(187 184 184 / .621);
    position: relative;
    overflow: hidden
}

.elem h1 {
    font-size: 2.2rem;
    font-family: 'freight-bold-pro';
    z-index: 1;
    transition: all ease 0.6s;
    color: #171616
}

.elem-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F3E7D3;
    background-color: #010101;
    left: 0;
    bottom: -100%;
    transition: all ease 0.7s;
    border-radius: 60%
}

.elem:hover .elem-overlay {
    bottom: 0;
    border-radius: 0%
}

.elem:hover h1 {
    color: #000;
    color: #e4e4e4
}

#fixed-image {
    height: 23vw;
    width: 23vw;
    top: 15%;
    left: 50%;
    position: absolute;
    z-index: 99;
    border-radius: 2px;
    display: none;
    background-size: cover;
    background-position: center;
    pointer-events: none
}

.team-members {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 4vw 0
}

.team-member {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000;
    color: #fff;
    padding: 3rem;
    border: 1px solid rgb(157 153 153 / .752);
    border-radius: 1px;
    transition: transform 0.3s ease
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgb(0 0 0 / .25)
}

.team-member img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem
}

.team-member h4 {
    font-size: 1.5rem;
    font-weight: 600
}

.team-member p {
    font-size: .9rem
}

.cta-section {
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 3px;
    width: 100%
}

.cta-title {
    font-size: 4rem;
    font-family: 'freight-bold';
    margin-bottom: 1rem;
    padding-bottom: 2vw;
    text-transform: uppercase;
    border-bottom: 1px solid #434343
}

.cta-description {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    padding: 1vw;
    color: #3c3c3c;
    font-style: italic;
    border-bottom: 1px solid grey
}

#contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    min-height: 100vh;
    color: #fd8710;
    font-family: 'Poppins', sans-serif;
    padding: 2rem
}

header h1 {
    font-size: 3rem;
    font-family: 'freight-italic';
    margin-bottom: 1rem;
    text-transform: uppercase
}

header p {
    font-size: 1rem;
    color: #ddd;
    margin-bottom: 3rem
}

.map iframe {
    width: 67vw;
    height: 48vw
}

.form-container {
    width: 36vw;
    margin: 30px auto;
    padding: 2vw;
    background-color: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

form h2 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px
}

form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px
}

form .form-row input {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px
}

form .form-column input,
form .form-column .form-row input {
    width: 100%;
    width: 100%;
    height: 42px;
    padding: 5px;
    margin: 14px 0;
    border: 1px solid #d8d8d8
}

textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
    height: 100px;
    margin-bottom: 20px
}

.submit-btn {
    background-color: #ff3b3b;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.submit-btn:hover {
    background-color: #d53131
}


@media (max-width:768px) {
    
    form .form-row {
        flex-direction: column
    }

    .form-container {
        padding: 8vw 4vw;
        width: 80vw
    }
}

.wrapper {
    display: inline-flex;
    list-style: none;
    height: 120px;
    width: 100%;
    padding-top: 40px;
    font-family: "Poppins", sans-serif;
    justify-content: center
}

.wrapper .icon {
    position: relative;
    color: #000;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgb(0 0 0 / .1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgb(0 0 0 / .1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0 -1px 0 rgb(0 0 0 / .1)
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1da1f2;
    color: #fff
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #fff
}

footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0
}

footer ul li a {
    text-decoration: none;
    color: #a22f0c;
    font-size: 1rem;
    transition: color 0.3s
}

footer ul li a:hover {
    color: #fff
}

#page-4 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 20px
}

#page-4 h1 {
    font-size: 17vw;
    text-align: center;
    padding: 2vw 0;
    text-transform: uppercase;
    transition: all ease 0.8s;
    font-weight: 100;
    font-family: 'freight-italic'
}

#page-4 h1:hover {
    color: #F3E7D3;
    color: #fa9510
}

#contact-container {
    border-radius: 2px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6vw;
    flex-wrap: wrap;
    align-items: stretch
}

#social-icons,
#address-box,
#home-links {
    display: flex;
    gap: 1vw;
    padding: 2vw;
    flex: 1 1 250px;
    margin: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    border-radius: 1%;
    cursor: pointer;
    font-family: gilroy
}

#home-links {
    height: 12%
}

#home-links ul li {
    padding: .4vw 0;
    list-style: none
}

#home-links ul li a {
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px
}

#address-box {
    padding: 2vw
}

#address-box h4 {
    font-weight: 100
}

.links-h3 {
    font-size: 1.5vw;
    border-bottom: 1px solid rgb(186 186 186 / 35%);
    padding: 1vw 0;
    border-radius: 4px;
    font-family: 'freight-black';
    text-transform: uppercase
}

.link-hover {
    transition: all ease 0.4s;
    font-size: 1vw
}

.link-hover:hover,
#home-links ul li a:hover {
    transform: translateX(-15px);
    color: #ff9822
}

#footer {
    background-color: #000;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
}

#footer p {
    text-align: center;
    color: #b2b2b2;
    width: 100%
}

.our-work img {
    margin-top: 3vw;
    height: 30vh;
    border-bottom: 1px solid #bbb
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .8);
    overflow: auto;
    justify-content: center;
    align-items: center
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    animation: scaleUp 0.5s ease-out
}

@keyframes scaleUp {
    from {
        transform: scale(.5);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

header {
    text-align: center;
    padding: 3vw
}

header p {
    font-size: 20px;
    max-width: 900px;
    color: #000;
    margin: 0 auto;
    padding: 2VW 0
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7vw;
    padding: 5vw
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.3s ease
}

.grid-item img,
.grid-item video {
    width: 100%;
    height: 100%;
    display: block
}

.grid-item:hover {
    transform: scale(1.1)
}

.grid-item video {
    border: none;
    outline: none
}

@media (max-width:768px) {

    header h1 {
        font-size: 28px
    }

    header p {
        font-size: 14px
    }

    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
    }
}



  
  /* Dropdown Menu */
  .menu > li {
    position: relative;
    margin: 0 20px;
  }
  
  .menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 5px 10px;
  }
  
  .menu a:hover {
    color: #ff5722;
  }
  
  /* Dropdown Menu */

/* Dropdown Menu */
.dropdown{
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 150%;
    left: -121px;
    list-style: none;
    padding: 18px 4px 25px 4px;
    margin: 0;
    display: none !important; /* Ensures the dropdown is hidden by default */
    z-index: 10;
  }
  .dropdown-2{
    display: none !important;
  }
  a.dropdown-toggle {
    padding: 2.2vw 0;
  }
  .dropdown-menu li {
    padding: 5px 20px;
    margin: 2px 0 !important;
  }
  .drop-p2{
    position: relative;
  }
  .dropdown-2{
    position: absolute;
    top: 0;
    left: 142px;
    z-index: 9999;
  }
  .dropdown-menu a {
    min-width: 295px;
    color: #000000 !important;
    display: block;
    padding: 13px 7px;
    border-radius: 12px;
    background-color: rgb(255 255 255);
  }
  
  .dropdown-menu a:hover {
    color: #ff5722 !important;
  }
  
  /* Show dropdown on hover */
  .dropdown:hover .dropdown-menu {
    display: block !important; /* Ensures the dropdown becomes visible on hover */
  }
  .drop-p2:hover .dropdown-2{
    display: block !important; /* Ensures the dropdown becomes visible on hover */
  }

  /*  */
  .dropdown-2{
    position: absolute;
    display: none !important;
    top: -75;
    left: 142px;
  }
  .dropdown-2 li a{
    min-width: 245px;
font-size: 1rem !important;
  }