@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@900&display=swap');

:root {
    --my1-color: #DAC8B1;
    --my2-color: #BA8E6A;
    --my3-color: #4C564D;
    --my4-color: #232A35;
    --my5-color: #9d9a7b;
    --mytxt: #ffffff;
    --mygray: #e2ab3d;
    --mydot: rgb(101, 92, 79);
    --mydark: #191919;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}



#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid white;
    position: fixed;
    border-radius: 4px;
    z-index: 201;
    pointer-events: none;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #750c7e;
    position: fixed;
    border-radius: 100px;
    z-index: 202;
    pointer-events: none;
}

html {
    cursor: none !important;
}

a {
    cursor: none !important;
}



body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--my1-color);

}

nav {
    position: fixed !important;
    transition: transform 0.5s;
    height: 100px;
    width: 100%;
    background-color: var(--my1-color);
    padding: 0 8% !important;
    z-index: 100;
}

a {
    text-decoration: inherit;
    color: inherit;
}

.up {
    transform: translateY(-100px) !important;
}

.down {
    transform: translateY(0px) !important;
}

.nav-item {
    margin-left: 35px;
    font-size: 1.2rem;

}

.nav-item .active {
    color: #694a30 !important;
    font-weight: 500;
}

.nav-item a {
    color: var(--my2-color);
    font-weight: 400;
}

#mylogo {
    height: 80px;
    margin-top: 5px;
    transform: translate(-15px);
}

.mysec {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0% 8%;
}

.row {
    margin: 0 !important;
}

.mysec-1 {
    padding-top: 110px;
    background-color: var(--my1-color);
    height: 100vh;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.mysec-2 {
    background-color: var(--my2-color);
    height: auto;
    position: relative;
    overflow: hidden;
}

.mysec-3 {
    padding: 0 !important;
    background-color: var(--my3-color);
    position: relative;
    overflow: hidden;
}

.mysec-3>.mytitle {
    padding: 0 8%;
    color: var(--my1-color);
}

.mysec-4 {
    background-color: var(--my1-color);
    height: auto;
}

.heroimg-div {
    position: relative;
    overflow: visible;
}

.hero {
    padding-top: 8%;
    padding-left: 0 !important;
}

.myheroimg {
    height: 82vh;
    width: auto;
    position: absolute;
    bottom: 10%;
    transform: translate(-20px);
    min-height: 380px;
    content: url('../photos/p_avatar.png');
    /*animation: photochange 15s infinite;*/
}

/*.heroimg-div::after {
    height: 0;
    width: 100%;
    content:  ' ';
    position: absolute;
    bottom:10%;
    background-image: url("/photos/p_hero.png");
    background-size: cover;
    background-position: 100% 100%;  
    transform: translate(-20px);
    animation: height 5s linear alternate infinite;
    background-color: var(--my1-color);
}*/
.mountain-1 {
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(-60%) translateY(63%);
    z-index: 3;
    height: 60vh;
    min-height: 300px;
}

.mountain-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(40%) translateY(72%);
    z-index: 2;
    height: 75vh;
    min-height: 450px;
}

.heroline {
    color: #232A35;
    font-size: 105px;
    font-family: 'Concert One', cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    z-index: 5;
    position: relative;
    
}

.underline {
    display: inline-block;
    position: relative;
}

.underline::after {
    content: ' ';
    position: absolute;
    left: 0;
    height: 10px;
    width: 100%;
    bottom: -10px;
    z-index: -1;
    border-radius: 400px;
    background-color: var(--my5-color);
}

.btn {
    padding: 8px 16px;
}

.btn-primary {
    border: 0;
    border-radius: 10px;
    background: #CFB99C;
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    background-size: 300%;
    color: #635A49;
    font-weight: 400;
}

.btn-primary:hover {
    background-size: 600%;
    background-position: center;
}

.btn-content {
    display: inline;
    padding: 1.4rem !important;
}

.btn span {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.1rem;
}

.btn svg {
    width: 28px;
    height: 28px;
    fill: #635A49;
    margin-left: .3rem;
    transform: translateY(-8%);
}

.heroabt {
    font-size: 1.2rem;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.myrod {
    height: 10px;
    width: 100%;
    background-color: var(--my4-color);
    position: absolute;
    top: 150px;
    min-width: 400px;

}

.myrod-div {
    opacity: 0.2;
    perspective: persever-3d;

}

.myrod {
    transform-origin: 0% 50%;
    transform: translateX(-20%) rotateY(45deg);

}

.myrod::after {
    content: ' ';
    position: absolute;
    background-image: url('../photos/lamp.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 170px;
    right: 15%;
    animation: rotate 1.5s alternate ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: 55% 0%;
}

.myrod::before {
    content: ' ';
    position: absolute;
    background-image: url('../photos/lamp.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 240px;
    left: 30%;
    animation: rotate 1.5s alternate ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: 55% 0%;
}

.btn::after {
    transition: all 0.4s;
}

.btn:hover {
    color: #635A49;
    background-color: #b5b399;
}

.mytitle {
    font-size: 3.5rem;
    font-family: 'Concert One', cursive;
    margin-top: 20px;
    height: 3.5rem;
}

.mypro-opt {
    font-size: 1.5rem;
    margin-top: 40px;
    font-weight: 700;
    color: #7c5134;
    transition: color 0.8s, transform 0.8s;
    position: relative;
    z-index: 5;
}

.mypro-opt-active {
    transform: translateX(9%) scale(110%);
    color: var(--my4-color);
}

.mysec-2::after {
    height: 100%;
    width: 40%;
    content: " ";
    background-color: #171717;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.pro-photo-div {
    height: 550px;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 100px !important;
    z-index: 2;
    position: relative;
    border: 36px solid #88644c;
    border-radius: 10px;
}
#project-link{
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    bottom:-100px;
    right: -90px;
    background-color: var(--my1-color);
    border: 20px solid var(--my5-color);
    transition: all 0.8s;
}
#project-link>.mytitle{
    display: flex;
    flex-wrap: wrap;
    align-content:center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    font-size: 2.5rem;
    transition: all 0.8s;
}
#project-link:hover{
    border: 0 solid var(--my5-color);
}
#project-link:hover>.mytitle{
    font-size: 2.8rem;
}
.pro-opt-div {
    padding-top: 60px;
    padding-bottom: 200px;
}

#photo-div1 {
    background-color: var(--my3-color);
    background-image: url('../photos/marvel/marvel-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: inline-block;
    height: 33.3%;
}

#photo-div2 {
    background-color: #4C564D;
    position: inline-block;
    height: 33.3%;
    background-image: url('../photos/marvel/marvel-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#photo-div3 {
    background-color: #7c5134;
    position: inline-block;
    height: 33.4%;
    background-image: url('../photos/marvel/marvel-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#photo-div4 {
    background-color: #4C564D;
    position: inline-block;
    height: 33.3%;
    background-image: url('../photos/marvel/marvel-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#photo-div5 {
    background-color: #4C564D;
    position: inline-block;
    height: 33.3%;
    background-image: url('../photos/marvel/marvel-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#downarrow {
    height: 365px;
    width: 320px;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-58%) translateY(-40%);
}

#vvm-img {
    padding: 0;
    display: inline-block;
    height: 700px;
    background-image: url('../photos/vvm.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

#vgec-img {
    padding: 0;
    display: inline-block;
    height: 700px;
    background-image: url('../photos/vgec.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.vvm-sec {
    padding: 0 !important;
    margin-bottom: 200px !important;
}

.vgec-sec {
    padding: 0 !important;
    margin-top: 400px !important;
    margin-bottom: 200px !important;
}

.vvm-info {
    background: linear-gradient(135deg, #DAC8B1 0%, #BA8E6A 100%);
    display: inline-block;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

.vgec-info {
    background: linear-gradient(135deg, #DAC8B1 0%, #BA8E6A 100%);
    display: inline-block;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

.scroll-tittle {
    font-size: 100px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-top: 200px;
    text-align: center;
    line-height: normal;
    background: -webkit-linear-gradient(#E5AA83, #C47E50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scroll-abt {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    color: #7C553B;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;

}

.vvm-info::after {
    content: " ";
    height: 0%;
    width: 100%;
    background-color: var(--my3-color);
    position: absolute;
    bottom: 0;
    left: 0;
    animation: info 0.87s linear;
    animation-play-state: paused;
    animation-delay: calc((var(--scroll) - 0.27) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.vgec-info::after {
    content: " ";
    height: 100%;
    width: 100%;
    background-color: var(--my3-color);
    position: absolute;
    bottom: 0;
    left: 0;
    animation: info2 0.87s linear;
    animation-play-state: paused;
    animation-delay: calc((var(--scroll) - 0.27) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

#mypointer {
    width: 560px;
    height: 574px;
    border-radius: 574px;
    position: absolute;
    background: linear-gradient(230deg, #DAC8B1 0%, #978772 100%);
    top: 200px;
    left: 50%;
    margin-bottom: 400px;
    transform: translate(-50%) scale(0.8);
    animation: pointer 0.87s linear;
    animation-play-state: paused;
    animation-delay: calc((var(--scroll) - 0.27) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    z-index: 1;
}

.myskill-div {
    width: 80%;
    margin: 50px 0px;
    margin-bottom: 0;
    padding: 8px 0px;
    color: #181818;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}

.skilltitle {
    background-color: var(--my3-color);
    color: var(--my2-color);
    padding: 16px 32px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    border-radius: 0 20px 20px 0;
    font-family: 'Concert One', cursive;
    border-left: 8px solid var(--my2-color);
}

.skillprg {
    margin: 20px 10px;
}

.footer {
    width: 100% !important;
    background-color: var(--my2-color);
    padding: 0 8%;
    margin-top: 100px !important;
    overflow: hidden;
}

.footer-hero>span {
    font-family: 'Cinzel', serif;
}

.footer-hero {
    font-size: 80px;
    font-weight: 900;
    line-height: 100%;
    font-family: 'Cinzel', serif;
    height: 100%;
    padding: 70px 0 !important;
}

.link-icon-div {
    display: flex;
    justify-content: center;
}

.link-icon {
    height: 50px;
    margin-top: 120px;
    display: inline-block;
    margin-left: 50px;
    filter: invert(4%) sepia(0%) saturate(397%) hue-rotate(146deg) brightness(90%) contrast(87%);
}

#cradits {
    background-color: #171717;
    color: var(--my1-color);
    font-size: 1.2rem;
    text-align: end;
    padding: 20px 8%;
}

@keyframes pointer {
    10% {
        transform: translate(-50%) rotate(-45deg);
        top: 200px;
        left: 50%;
        scale: 0.8;
    }

    20% {
        transform: translate(-50%) rotate(-10deg);
        top: 800px;
        left: calc(83% - 230px);
        scale: 0;
    }

    35% {
        transform: translate(-50%) rotate(0deg);
        top: 1500px;
        left: calc(83% - 230px);
        scale: 0.2;
    }

    36% {
        transform: translate(-50%) rotate(65deg);
        top: 1600px;
        left: calc(83% - 230px);
        scale: 0.3;
    }

    48% {
        transform: translate(-50%) rotate(10deg);
        top: 2000px;
        left: calc(16% - 230px);
        scale: 0.2;
    }

    50% {
        transform: translate(-50%) rotate(10deg);
        top: 2100px;
        left: calc(16% - 230px);
        scale: 0;
    }

    100% {
        transform: translate(-50%) rotate(10deg);
        top: 2200px;
        left: calc(16% - 230px);
        scale: 0;

    }

}

@keyframes info2 {
    0% {
        height: 100%;
    }

    50% {
        height: 100%;
    }

    58% {
        height: 0;
    }

    100% {
        height: 0;
    }
}

@keyframes info {
    0% {
        height: 100%;
    }

    20% {
        height: 100%;
    }

    28% {
        height: 0;
    }
}

@keyframes height {
    0% {
        height: 0;

    }

    50% {
        height: 82vh;
    }

    100% {
        height: 82vh;
    }
}

@keyframes photochange {
    0% {
        content: url('../photos/p_avatar.png');
        -webkit-filter: blur(0);
    }

    20% {
        content: url('../photos/p_avatar.png');
        -webkit-filter: blur(0);
    }

    25% {
        content: url('../photos/p_avatar.png');
        -webkit-filter: blur(10px);
    }

    25% {
        content: url('../photos/p_hero.png');
        -webkit-filter: blur(10px);
    }

    30% {
        content: url('../photos/p_hero.png');
        -webkit-filter: blur(0);
    }

    50% {
        content: url('../photos/p_hero.png');
        -webkit-filter: blur(0);
    }

    70% {
        content: url('../photos/p_hero.png');
        -webkit-filter: blur(0px);
    }

    75% {
        content: url('../photos/p_hero.png');
        -webkit-filter: blur(10px);
    }

    75% {
        content: url('../photos/p_avatar.png');
        -webkit-filter: blur(10px);
    }

    80% {
        content: url('../photos/p_avatar.png');
        -webkit-filter: blur(0);
    }

    100% {
        content: url('../photos/p_avatar.png');
        -webkit-filter: blur(0px);
    }

}

@keyframes rotate {
    0% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

@media screen and (max-width:1350px) {
    .heroline {
        font-size: 70px;
    }

    .scroll-tittle {
        font-size: 60px !important;
    }
}

/*for-vertical-tab*/
@media screen and (max-width:880px) {
    .heroline {
        font-size: 70px;
    }

    #mylogo {
        transform: translate(0) !important;
    }

    nav {
        padding: 0 6% !important;
    }

    .hero {
        padding-top: 120px;
    }

    .heroimg-div {
        min-height: 650px;
    }

    .myheroimg {
        max-height: 600px;
    }

    .mountain-1 {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(-55%) translateY(60%);
        z-index: 4;
        height: 60%;
        min-height: 270px;
    }

    .mountain-2 {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(45%) translateY(60%);
        z-index: 2;
        height: 50%;
        min-height: 300px;
    }

    .heroabt {
        margin-top: 5px;
        margin-bottom: 40px;
    }

    .scroll-tittle {
        font-size: 40px !important;
    }

    .myskill-div {
        width: 100%;
    }

    .mysec-1 {
        height: auto;

    }
}

/*for-phone*/
@media screen and (max-width:768px) {
    .col-sm-12 {
        padding-left: 0 !important;
    }

    .mysec-1 {
        padding-top: 40px;
        height: auto;
    }

    nav {
        height: auto;
    }

    .heroabt {
        width: 100%;
    }

    #mylogo {
        height: 70px;
        transform: translateY(0%);
        padding: 10px 0;
    }

    .mountain-1 {
        display: none;
    }

    .mountain-2 {
        height: 500px;
        transform: translateX(17%) translateY(75%);
    }

    .heroimg-div {
        min-height: 400px;
    }

    .myheroimg {
        height: 40vh;
        transform: translateX(50%) translateY(-0%);
        right: 50%;
    }

    .myrod::before {
        left: 30%;
    }

    .myrod::after {
        right: 5%;
    }

    .heroline {
        font-size: 3rem;
        position: static;
        margin-top: 0;
        line-height: 100%;
    }

    .hero {
        padding-top: 60px;
    }

    .mailmebtn {
        width: 100%;
        font-size: 1.5rem;
    }

    .myrod {
        display: none;
    }

    .pro-photo-div {
        margin-top: 20px !important;
        margin-bottom: 50px !important;
        border: 14px solid #88644c;
        width: 100%;
        height: 350px;
    }

    .mytitle {
        font-size: 2rem;
        padding-left: 0 !important;
    }

    .mysec-3>.mytitle {
        padding-left: 8% !important;
    }

    .mypro-opt {
        font-size: 1rem;
        margin-top: 5px;
    }

    .pro-opt-div {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .footer-hero {
        margin: 0 !important;
    }

    .link-icon {
        margin-top: 20px !important;
        margin-bottom: 100px;
        padding-left: 0 !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .myskill-div {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .vvm-info {
        background: linear-gradient(135deg, #DAC8B1 0%, #BA8E6A 100%);
        display: inline-block;
        padding: 20px;
        position: relative;
        height: 400px;
    }

    .vgec-info {
        background: linear-gradient(135deg, #DAC8B1 0%, #BA8E6A 100%);
        display: inline-block;
        padding: 20px;
        position: relative;
        height: 400px;
    }

    #vvm-img {
        height: 400px;
    }

    #vgec-img {
        height: 400px;
    }

    .vvm-sec {
        padding: 0 !important;
        margin-bottom: 200px !important;
    }

    .vgec-sec {
        padding: 0 !important;
        margin-top: 200px !important;
    }

    .scroll-tittle {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 900;
        margin: 15px 50px;
        margin-top: 50px;
        text-align: center;
        line-height: normal;
        background: -webkit-linear-gradient(#E5AA83, #C47E50);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .scroll-abt {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        padding: 0px 20px;
        margin-bottom: 50px !important;
        color: #7C553B;
        font-size: 1.2rem;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-align: center;
    }

    .vvm-info::after {
        content: " ";
        height: 0%;
        width: 100%;
        background-color: var(--my3-color);
        position: absolute;
        bottom: 0;
        left: 0;
        animation: info 0.74s linear;
        animation-play-state: paused;
        animation-delay: calc((var(--scroll) - 0.2) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
    }

    .vgec-info::after {
        content: " ";
        height: 100%;
        width: 100%;
        background-color: var(--my3-color);
        position: absolute;
        bottom: 0;
        left: 0;
        animation: info2 0.74s linear;
        animation-play-state: paused;
        animation-delay: calc((var(--scroll) - 0.2) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
    }

    .skilltitle {
        font-size: 1.2rem;
    }

    #mypointer {
        height: 300px;
        width: 300px;
        position: absolute;
        background: linear-gradient(230deg, #DAC8B1 0%, #978772 100%);
        top: 200px;
        left: calc(50%-150px);
        margin-bottom: 400px;
        transform: translate(-50%) scale(0.8);
        animation: pointer 0.74s linear;
        animation-play-state: paused;
        animation-delay: calc((var(--scroll) - 0.2) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
    }

    #downarrow {
        transform: translateX(-53%) translateY(-42%) scale(0.5);
    }

    #pointer-dot {
        display: none;
    }

    #pointer-ring {
        display: none;
    }

    .nav-item a {
        padding: 10px 0 !important;
    }
    #project-link{
        height: 100px;
        width: 100px;
        bottom: -30px;
        right: -40px;
        border: 10px solid var(--my5-color);
    }
    #project-link>.mytitle{
        font-size: 1rem;
        transform: translateY(-4%);
    }
    #project-link:hover>.mytitle{
        font-size: 1.5rem;
    }
    @keyframes pointer {
        10% {
            transform: translate(-50%) rotate(-35deg);
            top: 200px;
            left: calc(50%-150px);
            scale: 0.8;
        }

        30% {
            transform: translate(-50%) rotate(-5deg);
            top: 1000px;
            left: calc(100% - 150px);
            scale: 0;
        }

        35% {
            transform: translate(-50%) rotate(0deg);
            top: 1700px;
            left: calc(100% - 150px);
            scale: 0.2;
        }

        37% {
            transform: translate(-50%) rotate(65deg);
            top: 1800px;
            left: calc(100% - 150px);
            scale: 0.3;
        }

        59% {
            transform: translate(-50%) rotate(5deg);
            top: 2100px;
            left: calc(0% - 150px);
            scale: 0.1;
        }

        100% {
            transform: translate(-50%) rotate(5deg);
            top: 2100px;
            left: calc(0% - 150px);
            scale: 0;

        }
    }

    @keyframes info2 {
        0% {
            height: 100%;
        }

        59% {
            height: 100%;
        }

        64% {
            height: 0;
        }

        100% {
            height: 0;
        }
    }

    @keyframes info {
        0% {
            height: 100%;
        }

        30% {
            height: 100%;
        }

        35% {
            height: 0;
        }
    }
}

@media screen and (max-width:576px) {
    
    .hero {
        padding-top: 30px;
    }

    .heroline {
        font-size: 50px;
        height: auto;
        width: 100%;
        min-width: 0;
        position: relative;
        line-height: 110%;
        z-index: 5;
    }

    .underline::after {
        bottom: -8px !important;
    }
    
    .mysec-1 {
        min-height: 800px;
        padding-top: 50px;
    }

    .heroabt {
        margin-top: 15px;
    }

    .myrod {
        display: none;
    }

    .underline::after {
        bottom: -5px;
        z-index: -1;
    }

    .mailmebtn {
        height: 52px;
    }

    .mountain-2 {
        height: 68vh;
        min-height: 500px;
        transform: translateX(40%) translateY(74%);
    }

    .pro-opt-div {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .pro-photo-div {
        margin-top: 20px !important;
        margin-bottom: 50px !important;
        border: 14px solid #88644c;
        width: 100%;
        height: 250px;
    }

    .mytitle {
        font-size: 2rem;
    }

    .mypro-opt {
        font-size: 1rem;
        margin-top: 5px;
    }

    .footer-hero {
        font-size: 60px;
    }
}

#loading-screen {
    height: 100vh;
    width: 100%;
    background-color: #171717;
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.6s;
}

.loader-back {
    height: 20%;
    animation: rotate-back 1s infinite;
    position: relative;
}

@keyframes rotate-back {
    to {
        transform: rotate(360deg);
    }
}