/* @import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Archivo', sans-serif;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.menu, .site-name, .site-purpose, .contact-or-explore {
    color: rgb(250, 90, 40)!important;

}

h1, h2, .connect-with-us a {
    font-family: 'Oswald', sans-serif;
}

section h1 {
    font-size: clamp(2rem, 7.5vw, 100px);
    font-weight: 600;
}

h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 2vw;
}

h4 {
    font-family: 'Archivo', sans-serif;
    /*font-size: 1.2vw;*/
    font-size: clamp(12px, 1.2vw, 100px);
}

section {
    /* padding: 10vh; */
    /* border: solid red; */
}

section .container {
    /* border: solid black; */
}

.no-overflow {
    overflow: hidden;
}

.hero {
    /* height: 100vh; */
    min-height: 100vh;
    background-color: rgb(0, 0, 0);
    /* padding-bottom: 10vh; */
    padding: 10vh;
    background-image: url("/img/hero-large-screen.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

header nav {
    display: flex;
    justify-content: end;
    /* padding: 10vh; */
}

.menu {
    font-size: clamp(1rem, 1.2vw, 5rem);
    /* margin-right: 15vh; */
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.1vw;
    cursor: pointer;
    display: flex;
    position: absolute;
    z-index: 1;
}

.menu-active {
    display: none;
}

.menu-body {
    width: 100vw;
    height: 100vh;
    /* padding: 0vh; */
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    /* display: none; */
    padding: 10vw;
    transform: translateX(100%);
    transition: 1s ease-in;
    letter-spacing: 0.1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.menu-body ul {
    list-style: none;
}

.menu-body a:hover {
    color: rgb(250, 90, 40)!important; 
    transition: 0.25s ease-in; 
}

.menu-body .social-media {
    margin-top: 5vh;
}

.contact p {
    color: rgb(250, 90, 40);
    font-size: clamp(10px, 1vw, 100px);
}

.nav-links a {
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-size: clamp(30px, 3vw, 100px);
    color: rgb(255, 255, 255);
}

.nav-active {
    transform: translateX(0%);
}



.burger {
    /* border: solid red; */
    /* display: flex; */
    /* padding-left: 100%; */
    width: fit-content;
    margin-left: auto;
    cursor: pointer;

}

.burger * {
    width: 2.5vw;
    height: 1px;
    /* background-color: rgb(255, 255, 255); */
    /* margin: 0.3vw; */
    color: rgb(250, 90, 40);
    /* transform: translateX(-100%); */
    /* font-size: 5vw; */
}

.welcome {
    width: 70%;
    /* margin-left: auto; */
    /* letter-spacing: 0.2vw; */
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    /* border: solid white; */
    min-height: 75vh;
    /* padding-top: 2.5vh; */
    /* padding-bottom: 2.5vh; */
}


.site-name {
    font-size: clamp(110px, 12.5vw, 1000px);
    font-weight: 700;
}

.site-purpose {
    /*font-size: 4vw;*/
    font-size: clamp(24px, 4vw, 100px);
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.site-purpose .c-white {
    font-family: 'Archivo', sans-serif;
    color: rgb(255, 255, 255);
    /*font-size: 3vw;*/
    font-size: clamp(20px, 2vw, 1000px);
    font-weight: 500;
}

.hero-contact-btn {
    margin-top: 5vh;
    /*font-size: 1vw;*/
    font-size: clamp(12px, 1vw, 100px);
    font-weight: 300;
    text-decoration: none;
    color: rgb(250, 90, 40);
    border: 1px solid rgb(250, 90, 40);
    width: fit-content;
    padding: 1vw;
    letter-spacing: 0.1vw;
}

.hero-contact-btn:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(250, 90, 40);
    transition: 0.5s ease-in;
}

.contact-or-explore {
    font-family: 'Archivo', sans-serif;
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    /* margin-top: 10vh; */
}

.contact-or-explore a {
    color: inherit;
}

.contact-or-explore a:hover {

}

.or {
    color: rgb(255, 255, 255);
}

/* section {
    padding-top: 5vh;
} */
section {
    padding: 15vh;
    min-height: 100vh;
}

section p, section a {
    max-width: 400px;
    font-weight: 600;
    /*font-size: 1vw;*/
    font-size: clamp(10px, 1vw, 100px);
    letter-spacing: 0.1vw;
}

section .row {
    margin-top: 10vh;
}

/* .photography {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 75%, rgb(250, 90, 40));
} */

section h1 {
    color: rgb(250, 90, 40);
}

.section-pic img {
    width: 40vw;
    min-width: 250px;
}

.case-study-link {
    margin-top: 10vh;
}

.case-study-link a {
    text-decoration: none;
    /* font-weight: 600; */
    letter-spacing: 0.1vw;
}
section a {
    color: rgb(250, 90, 40);
}

section a:hover {
    color: rgb(250, 90, 40);
}

.videography {
    background-color: rgba(250, 90, 40, 0.3);
}

/* .photography {
    background-color: rgb(250, 90, 40);
} */

/* .photography * {
    color: rgb(255, 255, 255);
} */

/* .photography .case-study-link a {
    color: rgb(255, 255, 255);
} */

.testimonials {
    background-color: rgba(250, 90, 40, 0.3);
}
.testimonials h3, .past-clients h3 {
    /*font-size: 2.75vw;*/
    font-size: clamp(18px, 2.75vw, 100px);
    color: rgb(250, 90, 40);
}

.testimonials .row {
    margin-top: 20vh;
}

.testimonials p {
    /*font-size: 1vw;*/
    font-size: clamp(10px, 1vw, 100px);
    /* font-style: italic; */
}

.testimonials .col-md-6 {
    /* border: solid yellow; */
    height: inherit;
}

.t-statement {
    border-left: solid rgb(250, 90, 40);
}

.t-statement span {
    /*font-size: 5vw;*/
    font-size: clamp(50px, 5vw, 100px);
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: 700;
    color: rgb(250, 90, 40);
}

.client {
    height: 100%;
    /* border: solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.client .img-container {
    border: 1px solid rgb(250, 90, 40);
    width: 7.5vw;
    height: 7.5vw;
    min-width: 80px;
    min-height: 80px;
    background-image: url("../img/cliff.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.client-info {
    margin-top: 10px;
    /* border-left: solid rgb(250, 90, 40); */
    font-family: 'Archivo', sans-serif;
    /* padding-left: 1vw; */
    text-align: center;
}

.client-info h5 {
    font-weight: 600;
    /*font-size: 1.3vw;*/
    font-size: clamp(13px, 1.3vw, 100px);
    font-family: 'Oswald', sans-serif;
}

.client-info h6 {
    /*font-size: 1vw;*/
    font-size: clamp(10px, 1vw, 100px);
    color: rgb(250, 90, 40)
}

footer {
    /* height: fit-content; */
    background-color: rgb(0, 0, 0);
    padding: 15vh 15vh 0 15vh;
}

footer h5 {
   color: rgb(250, 90, 40);
   font-family: 'Oswald', sans-serif;
   letter-spacing: 0.1vw;
}

footer h1 {
    color: rgb(255, 255, 255);
    /*font-size: 50px;*/
    font-size: clamp(50px, 15vw, 100px);
}

.top-section {
    padding-bottom: 5vh;
    border-bottom: 1px solid rgb(250, 90, 40);
}

.top-section p {
    color: rgba(255, 255, 255, 0.5);
    /*font-size: 1vw;*/
    font-size: clamp(10px, 1vw, 100px);
    letter-spacing: .1vw;
}

.mid-section {
    padding: 5vh 0;
    border-bottom: 1px solid rgb(250, 90, 40);
}

.mid-section ul {
    margin-top: 2.5vh;
    list-style: none;
}

.quick-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.quick-links a:hover {
    color:rgb(255, 255, 255);
}

.quick-links li a, .contact-info li {
    /*font-size: 1vw;*/
    font-size: clamp(10px, 1vw, 100px);
    letter-spacing: 0.1vw;
}

.contact-info li {
    color: rgba(255, 255, 255, 0.6);
}

.social-media {
    display: flex;
    /* border: solid red; */
    justify-content: flex-start;
}

.social-media a {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 3vw;
}

.social-media a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.bottom-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
    /* border: solid red; */
}
.bottom-section span {
    color: rgba(255, 255, 255, 0.6);
    /*font-size: .8vw;*/
    font-size: clamp(8px, .8vw, 100px);
    letter-spacing: .1vw;
}



