@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:#fff;

}

html,body{
    height:100%;
    width:100%;
    background:  rgba(0,0,0,0.5) url("images/hero.jpg");
    background-blend-mode: darken;
}

nav{
    position:absolute;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 12vh;
    padding: 2.5vw 10.4vw;
    justify-content: space-between;
    z-index: 10;
}
nav h1{
    font-size: 1.9vw;
}
.nav-part2{
    display: flex;
    gap: 2vw;
    align-items: flex-start;
    padding: 1vh 0;
    z-index: 2vw;
}
.nav-part2 h4{
    font-size:85%;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 2vw;
}
.menu-icon {
      position: fixed;
      top: 35px;
      right: 70px;
      width: 35px;
      height: 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      z-index: 1000;
    }

    .menu-icon span {
      display: block;
      height: 4px;
      background: #fff;
      border-radius: 2px;
      transition: 0.3s;
    }

    /* When active (for animation later) */
    .menu-icon.active span:nth-child(1) {
      transform: rotate(45deg) translateY(10px);
    }
    .menu-icon.active span:nth-child(2) {
      opacity: 0;
    }
    .menu-icon.active span:nth-child(3) {
      transform: rotate(-45deg) translateY(-10px);
    }

#main{
    position: relative;
    overflow: hidden;
}
#page9{
    height: 100vh;
    width: 100vw;
    position: relative;
}
#page9 h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5vw;
    z-index: 2;
      text-shadow: 0 0 10px #333131, 0 0 20px #575454;

}   
.bottom-page9{
    position: absolute;
    bottom: 10%;
    height: 70vh;
    width: 30vw;
    left: 10%;
}
.bottom-page9>h1{
    font-family: a;
    font-size: 3vw;
    font-weight: 80;
    line-height: 1;
    color: #fff;
    margin-bottom: 60px;
}


.bottom-page9-inner{
    position: absolute;
    bottom: 0%;
    height: 35%;
    width: 100%;
}
.bottom-page9-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: a;
}

.bottom-page9-inner>h4{
    font-size: 1.3vw;
    font-weight: 100;
    color: #fff;
}

#page4 {
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 13vh;
}


.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 40px;

}

.col-2{
    flex-basis: 35%;
    min-width: 250px;
    margin-left: 70px;
    margin-top: 80px;
    margin-bottom: 110px;
}
.col-2 h2{
    font-size: 3vw;
    color: black;
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
    font-weight: 900;

}
.col-2 small{
    color: rgb(138, 138, 138);
    margin-right: 50px;
    font-size: 1.5vw;
}



    
.col-2  h1{
    font-size: 35px;
    line-height: 50px;
    margin: 50px 0;
    color:#363232;
    margin-right: 60px;
    color:#4b4a4a
}

.page3{
    min-height: 100vh;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 9;
    background-color: whitesmoke;
}

.page3 h1{
    font-size: 6.8vw;
    font-weight: 300;
    color: #111;
    margin-left: 100px;
}

.page3-part1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page3-part1 img{
    height: 350px;
    margin-top: 160px;
    margin-left: 30px;
    margin-bottom: 30px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 20px;
}
.page3-part1 video{
    height: 350px;
    margin-top: 40px;
    margin-right: 30px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 20px;
}

.page3 > .work{
    width: 90%;
    margin-left: 5%;

    display: flex;
    align-items: start;
    justify-content: space-between;
}

.page3 > .work > video{
    width: 45%;
    border-radius: 20px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
}

.page3 > .work > *:nth-child(1){
    margin-top: 350px;
}

.page3 > .content{
    width: 90%;
    margin-left: 5%;
    margin-top: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page3 > .content > .row{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.page3 > .content > .row > div{
    width: 33.33%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}






.page3 > .content > .row > div > video{
    width: 80%;
    height: fit-content;
    margin-bottom: 80px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 20px;
}

.page3-part2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page3-part2 img{
    height: 350px;
    margin-top: 160px;
    margin-left: 30px;
    margin-bottom: 30px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 20px;
}
.page3-part2 video{
    height: 600px;
    margin-top: 40px;
    margin-right: 30px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 40px;
}


a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

a:hover {
  color: #00e6e6;
}

/* ===== Header ===== */
.header {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-list {
  display: flex;
  gap: 2rem;
}

.navbar-link {
  position: relative;
  font-weight: 500;
}

.navbar-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background: #00e6e6;
  transition: width 0.3s ease;
}

.navbar-link:hover::after,
.navbar-link.active::after {
  width: 100%;
}

#page5{
    min-height: 100vh;
    width: 100%;
    background-color: #f9f5f5;
    position: relative;
    padding-bottom: 13vh;
    padding-top: 80px;
}
.wrapper .title{
    text-align: center;
}

.title h4{
    display: inline-block;
    padding: 20px;
    color: #585757;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1.2px;
    word-spacing: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    text-transform: uppercase;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
}

.wrapper .card_Container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.card_Container .card{
    position: relative;
    width: 250px;
    height: 330px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .imbBx, .imbBx img{
    width: 100%;
    height: 100%;
}

.imbBx > .img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.card .content{
    position: absolute;
    bottom: -160px;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(15px);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: bottom 0.5s;
    transition-delay: 0.65s;
}

.card:hover .content{
    bottom: 0;
    transition-delay: 0s;
}

.content .contentBx h3{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 15px;
    line-height: 1.1em;
    transition: 0.5s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(-20px);
}

.card:hover .content .contentBx h3{
    opacity: 1;
    transform: translateY(0);
}

.content .contentBx h3 span{
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
}

.content .sci{
    position: relative;
    bottom: 10px;
    display: flex;
}

.content .sci li{
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.2s * var(--i));
}

.card:hover .content .sci li{
    transform: translateY(0);
    opacity: 1;
}

.content .sci li a{
    color: #fff;
    font-size: 24px;
}



#contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
  background-color: #fff;
}
.title{
    color:black;
    text-align: center;
    font-size: 3rem;

}
.section_text_p1{
    color: grey;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.contact-info-upper-container {
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);
  background: (250, 250, 250);
  margin: 2rem auto;
  padding: 0.5rem;
}

.contact-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem;
}
.contact-info-container p{
    margin-left: 0.5rem;
    color: grey;
    font-weight: 500;
}
.contact-info-container img{
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}

.contact-info-container p {
  font-size: larger;
}

.contact-icon {
  cursor: default;
}

.email-icon {
  height: 2.5rem;
}

.brand-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #ffffff; /* optional */
  padding: 20px 0;
  z-index: 100;
}

.brand-track {
  display: flex;
  width: calc(200px * 20); /* number of images * width */
  animation: scroll 60s linear infinite;
}

.brand-track img {
  height: 80px;
  margin: 0 40px;
  object-fit: contain;
  user-select: none;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.brand-track img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


@media (max-width: 480px) {
    /* mobile styles go here */

    .bottom-page9>h1{
        font-size: 20vw;
        margin-bottom: 30px;

    }

    #page9 h1{
        font-size: 8vw;
        transform: translate(-25%, -200%);
    }

    nav h1{
        margin-top: 20px;
        font-size: 4vw;
    }

    .row{
        margin-right: 0px;
    }

    .col-2{
        flex-basis: 100%;
        min-width: 0%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0px;

    }

    .col-2 h2{
        font-size: 4.5vw;
        text-align: center;
        color: black;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0px;

    }

    .col-2  h1{
        font-size: 30px;
        line-height: 30px;
        margin: 0px 20px;
        color:#363232;
        margin-right: 60px;
        color:#4b4a4a;

    }

    .col-2 small{
        display: block;
        color: rgb(82, 82, 82);
        font-size: 3.5vw;
        font-weight: 500;

        margin: 0px 20px;
        margin-top: 15px;
    }
    
    #page4 {
        min-height: 0vh;
        width: 100%;
        position: relative;
        padding-bottom: 20vh;
    }

    .page3 h1{
        font-size: 10vw;
        font-weight: 300;
        color: #111;
        margin-left: 20px;
    }

    .page3 > .work{
        width: 90%;
        margin-left: 5%;

        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
    }

    .page3 > .work > video{
        width: 90%;
        margin-top: 80px;
        border-radius: 20px;
        box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                    inset 0 0 0 1000px rgba(67, 52, 109, .6);
    }

    .page3 > .work > *:nth-child(1){
        margin-left: auto;
        margin-top: 80px;
    }
    
    .page3 > .content{
        width: 90%;
        margin-left: 5%;
        margin-top: 80px;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page3 > .content > .row > div > video{
        width: 95%;
        height: fit-content;
        margin-bottom: 80px;
        box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                    inset 0 0 0 1000px rgba(67, 52, 109, .6);
        border-radius: 20px;
    }

    #contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 50vh;
        background-color: #fff;
        }

        .section_text_p1{
            color: grey;
            text-align: center;
            font-size: 1.2rem;
            margin-top: 0rem;
            margin-bottom: 1rem;
        }

       .contact-info-upper-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-radius: 2rem;
        border: rgb(53, 53, 53) 0.1rem solid;
        border-color: rgb(163, 163, 163);
        background: (250, 250, 250);
        margin: 2rem auto;

        width: 100%;
        padding: 0.5rem;
        } 

        .contact-info-container p{
    margin-left: 0.5rem;
    color: grey;
    font-weight: 500;
    text-decoration: underline;
}
}


