@font-face {
    font-family: "Media";
    src: url('../images/font\ 1.otf');
}

@font-face {
    font-family: "SF Pro";
    src: url('../images/font\ 2.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: linear-gradient(95deg, #0e3771, #ffffff, #8e8e8e);
    min-height: 100vh;
    transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

a,
button,
.contact_btn,
.about_btn,
.designer_btn,
.photographer_btn,
.nav_logo img {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

a.contact_btn:hover,
.about_btn:hover,
.designer_btn:hover,
.photographer_btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* <====================================================== Button Loader Coded Here ======================================================> */

.button-loader {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    position: fixed;
    z-index: 999;
    pointer-events: none;
    display: none;
}

.lft-slide {
    width: 50%;
    height: 100%;
    background-color: #191919;
    position: absolute;
    left: -100%;
}

.rgt-slide {
    width: 50%;
    height: 100%;
    background-color: #191919;
    position: absolute;
    right: -100%;
}


/* <====================================================== Loading Screen Coded Here ======================================================> */



.loader_wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    background-color: transparent;
    /* display: none;   */
}


.left_screen {
    width: 50%;
    height: 100%;
    background-color: #191919;
    position: absolute;
    left: 0%;
}

.right_screen {
    width: 50%;
    height: 100%;
    background-color: #191919;
    position: absolute;
    right: 0%;
}

.loading_logo {
    width: 25%;
    height: 50%;
    position: absolute;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
}

.loading_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* <====================================================== Cursor Coded Here ======================================================> */

.cursor {
    width: 70px;
    height: 70px;
    background-color: white;
    border: 4px solid #191919;
    border-radius: 50px;
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none;
    opacity: 0%;
}

.cursor i {
    font-size: 25px;
    transform: rotate(-45deg);
    pointer-events: none;
}

/* <====================================================== Navbar Coded Here ======================================================> */

nav {
    width: 100%;
    height: 100px;
    position: relative;
    top: -100px;
    display: flex;
    background: linear-gradient(45deg, #0e3771, #ffffff, #8e8e8e);
    border-radius: black;
    align-items: center;
    justify-content: space-between;
    font-family: "SF Pro";
    padding: 0 100px;
}

.nav_logo {
    width: 13%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav_logo img {
    width: 230%;
    height: 230%;
    object-fit: cover;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
    margin: 0 35px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 650;
    font-size: 20px;
}

nav a.contact_btn {
    display: flex;
    width: 150px;
    height: 50px;
    background: black;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    transform-origin: center;
    transition: .5s ease;
}

nav a.contact_btn:hover {
    transform: scaleX(1.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.543);
}

.toggle-menu {
    width: 40%;
    height: 100vh;
    background-color: #191919;
    position: absolute;
    z-index: 50;
    top: 0%;
    right: -100%;
    transition: 1s linear;
}

.toggle-icon {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 4.5%;
    right: 2%;
    display: none;
}

.toggle-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.toggle-icon-black {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 3%;
    right: 5%;
}

.toggle-icon-black img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.toggle-menu ul {
    list-style: none;
    position: absolute;
    right: 5%;
    top: 10%;
    text-align: right;
}

.toggle-menu ul li {
    margin: 50px 0px;
}

.toggle-menu ul li a {
    text-decoration: none;
    color: white;
    font-family: "SF Pro";
    font-size: 32px;
    transition: .2s ease;
}

.toggle-menu ul li a:hover {
    color: orange;
}

/* <====================================================== Herobox Coded Here ======================================================> */

.herobox {
    width: 100%;
    min-height: 86vh;
    background: linear-gradient(95deg, #0e3771, #ffffff, #8e8e8e);
    position: relative;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.herobox .intro {
    width: 70%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SF Pro";
    font-size: 27px;
    position: absolute;
    top: 8%;
    left: 50%;
    opacity: 0%;
    transform: translateX(-50%);
}

.herobox .intro a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.herobox .passion_1 {
    width: 70%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18%;
    left: 50%;
    opacity: 0%;
    transform: translateX(-50%);
}

.herobox .passion_1 a {
    text-decoration: none;
    font-size: 170px;
    font-family: "Media";
    color: rgb(25, 25, 25);
    -webkit-text-stroke: .8px #191919;
    transition: .5s ease;
}

.herobox .passion_2 {
    width: 70%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 46%;
    left: 50%;
    opacity: 0%;
    transform: translateX(-50%);
    overflow: hidden;
}

.herobox .passion_2 a {
    text-decoration: none;
    font-size: 180px;
    font-family: "Media";
    color: transparent;
    -webkit-text-stroke: .8px #191919;
    transition: .5s ease;
}

.herobox_image {
    width: 27%;
    height: 75%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0%;
}

.herobox_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    transform: scale(1.1);
}

.herobox .passion_1_outline {
    width: 70%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0%;
}

.herobox .passion_1_outline a {
    text-decoration: none;
    font-size: 170px;
    font-family: "Media";
    color: transparent;
    -webkit-text-stroke: .8px #ffffff;
    transition: .5s ease;
    pointer-events: none;
}

.herobox .passion_2_outline {
    width: 70%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0%;
}

.herobox .passion_2_outline a {
    text-decoration: none;
    font-size: 180px;
    font-family: "Media";
    color: transparent;
    -webkit-text-stroke: .8px #ffffff;
    transition: .5s ease;
    pointer-events: none;
}

.herobox p {
    font-family: "SF Pro";
    font-size: 30px;
    position: absolute;
    bottom: 18%;
    left: 12%;
    opacity: 0%;
}

.herobox a.designer_btn {
    width: 180px;
    height: 45px;
    background-color: #191919;
    position: absolute;
    bottom: 7%;
    left: 35%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
    opacity: 0%;
    text-decoration: none;
    color: white;
    font-family: "SF Pro";
    z-index: 50;
}

.herobox a.designer_btn:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.543);
    bottom: 6%;
}

.herobox a.about_btn {
    width: 150px;
    height: 45px;
    background: linear-gradient(135deg, #0e3771, #8e8e8e);
    position: absolute;
    bottom: 5%;
    left: 44%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
    opacity: 0%;
    text-decoration: none;
    color: white;
    font-family: "SF Pro";
    font-weight: 500;
    z-index: 50;
}

.herobox a.about_btn:hover {
    box-shadow: 0px 0px 15px rgba(14, 55, 113, 0.5);
    bottom: 6%;
    transform: translateY(-2px);
}

.herobox a.photographer_btn {
    width: 200px;
    height: 45px;
    background-color: #191919;
    position: absolute;
    bottom: 7%;
    left: 51%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
    opacity: 0%;
    text-decoration: none;
    color: white;
    font-family: "SF Pro";
}

.herobox a.photographer_btn:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.543);
    bottom: 6%;
}

.herobox a.contact_main_btn {
    width: 150px;
    height: 45px;
    background: linear-gradient(135deg, #003856, #6ca8d9);
    position: absolute;
    bottom: 5%;
    right: 12%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-family: "SF Pro";
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 50;
}

.herobox a.contact_main_btn:hover {
    box-shadow: 0px 0px 15px rgba(108, 168, 217, 0.5);
    bottom: 6%;
    transform: translateY(-2px);
}