* {
    margin: 0;
    padding: 0;
    cursor: default;
}
  
  html, body {
    height: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
}
  
a {
    text-decoration: none;
    cursor: pointer;
}
  
body {
    overflow-x: hidden;
}
  
body a:hover {
    text-decoration: none;
}
  
::-webkit-scrollbar {
    overflow-x: hidden;
    display: none;
    visibility: hidden;
}


/* Bootstrap pre-sets */
.col-sm {
    padding: 0;
    margin: 0;
}

.row {
    padding: 0;
    margin: 0;
}


/* Navigation style */
nav {
    position: fixed;
    width: 100%;
    z-index: 98;
}

nav .logo {
    position: fixed;
    top: 4%;
    left: 3%;
}

nav .logo img {
    height: 6vh;
    cursor: pointer;
    filter: grayscale(1);
}

nav .opener {
    position: fixed;
    top: 6%;
    right: 3%;
}

nav .opener img {
    height: 2.1vh;
    cursor: pointer;
    transition: .2s ease-in-out;
}

nav .opener img:hover {
    opacity: 0.7;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 98;
    backdrop-filter: blur(4px);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    background: rgba(52, 52, 52, 0.8);
}
  
.sidenav .closebtn {
    position: absolute;
    top: 5.5%;
    right: 3.2%;
    cursor: pointer;
    z-index: 97;
}
  
.closebtn img {
    color: white;
    height: 2.9vh;
    cursor: pointer;
}
  
.nav-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin-left: 5%;
    font-family: 'Urbanist', sans-serif;
}

.nav-content li {
    list-style: none;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 2.5em;
    padding: 2% 0 0 0;
    transition: all .2s;
}

.nav-content a {
    text-decoration: none;
    color: white;
    transition: .3s;
}

.nav-content li:hover {
    font-size: 2.55em;
    padding: 2% 0;
}


header {
    height: 100%;
    width: 100%;
    position: relative;
}

header .header-container {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 52%;
    transform: translateY(-50%);
}

header .title-text h1 {
    font-family: 'Anton', sans-serif;
    font-size: 15em;
    letter-spacing: 0.1em;
    color: white;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

header .links {
    text-align: center;
}

header .links ul {
    padding: 0;
}

header .links li {
    display: inline-block;
    padding: 0 1%;
    cursor: pointer;
}

header .links a {
    cursor: pointer;
}

header .links img {
    height: 2em;
    cursor: pointer;
    transition: 0.15s;
}

header .links img:hover {
    transform: scale(1.1);
}

header .shader {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(rgba(26,26,27, 0), rgba(26,26,27, 1));
}


.intro {
    padding-top: 5%;
    background-color: #1A1A1B;
    overflow: hidden;
}

.intro .row {
    overflow: hidden;
    color: #e6e6e6;
    padding-left: 10%;
}

.intro .col-sm-5 {
    text-align: right;
}

.intro .col-sm-5 img {
    height: 60vh;
    filter: grayscale(1);
}

.intro .col-sm-7 {
    position: relative;
}

.intro .col-sm-7 .content-container {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.intro .col-sm-7 h2 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.07em;

}

.intro .col-sm-7 h5 {
    font-family: 'Anton', sans-serif;
    font-size: 3.2em;
    letter-spacing: 0.05em;
}

.intro .col-sm-7 p {
    font-family: 'Urbanist', sans-serif;
    font-size: 0.96em;
    line-height: 1.6em;
    letter-spacing: 0.09em;
}


.disc {
    background: linear-gradient(180deg, #1A1A1B 0%, #121313 53%);
    padding: 20% 0 5% 0;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}

.disc .disc-title {
    margin-left: 5%;
    margin-bottom: -10%;
}

.disc .disc-title-mobile {
    margin-left: 10%;
    display: none;
}

.disc h2 {
    font-family: 'Anton', sans-serif;
    font-size: 8em;
    color: white;
    letter-spacing: 0.04em;
    line-height: 0.25em;
    z-index: 5;
    position: relative;
}

.disc h3 {
    font-family: 'Anton', sans-serif;
    font-size: 5em;
    color: #222529;
    letter-spacing: 0.04em;
    z-index: 1;
    position: relative;
    padding-left: 1%;
}

.disc .row {
    overflow: hidden;
    width: 95%;
    margin-left: 2.5%;
    padding: 2% 0;
}

.disc .col-sm {
    text-align: center;
}


.contact {
    position: relative;
}

.contact .col-sm-5, .col-sm-7 {
    padding: 4% 5%;
}

.contact .col-sm-5 {
    background-color: white;
    position: relative;
}

.contact .col-sm-5 .content-container {
    position: absolute;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);

}

.contact .col-sm-5 h4 {
    font-family: 'Anton', sans-serif;
    font-size: 5em;
    letter-spacing: 0.04em;
    color: #f2f5f9;
}

.contact .col-sm-5 p {
    font-family: 'Urbanist', sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0.09em;
}

.contact .col-sm-7 {
    background-color: whitesmoke;
}

/* contact form style */
.contact .col-sm-7 label {
    font-family: 'Urbanist', sans-serif;
    color: #333333;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.03em;
}

.contact #contact_form input {
    cursor: text;
    border-radius: 7px;
    border: solid 2px #a3a3a3;
    font-family: 'Urbanist', sans-serif;    
    letter-spacing: 0.03em;
    padding: 0.5em;
    cursor: text;
}

.contact .col-sm-add-break {
    margin-left: 1%;
}

.contact #contact_form textarea {
    cursor: text;
    border: solid 2px #a3a3a3;
    border-radius: 7px;
    padding: 0.5em;
    font-family: 'Urbanist', sans-serif;
    letter-spacing: 0.03em;
    height: 20vh;
    cursor: text;
}

.contact #contact_form input:focus {
    border: 2px solid #333333;
    box-shadow: none;
}

.contact #contact_form textarea:focus {
    border: 2px solid #333333;
    box-shadow: none;
}

.contact #contact_form button {
    font-family: 'Urbanist', sans-serif;
    background-color: white;
    font-size: 1.3em;
    font-weight: 600;
    color: white;
    border: none;
    background-color: #4e4e4e;
    padding: 0.4em 0.5em;
    transition: 0.2s ease-in-out;
}

.contact #contact_form button:hover {
    background-color: #000000;
}


footer {
    position: relative;
    font-family: 'Urbanist', sans-serif;
    background-color: #F8F8F8; 
    text-align: center;
    color: black;
    font-size: 0.9em;
    padding: 2% 1% 1% 1%;
    margin: 0;
    box-shadow: 0 0 15px rgba(0,0,0,.09);
    z-index: 55;
}