html {
    scroll-behavior: smooth;
}

.mynavbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.mynavbar .nav-link:hover, .mynavbar .nav-link:focus
{
    color: #fff;
}
.mynavbar .nav-item:hover .nav-link
{
    color: #fff;
}
.mynavbar .myspecial-loginbtn {
    background-image: var(--blue-gradient);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: unset;
    border-radius: 11px;
    display: block;
    border-radius: 8px;
    padding: 5px 15px;
    color: var(--white);
    font-size: 14px;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif !important;
}


.nav-link {
    color: #ffffffff;
}

.start-header {
    box-shadow: unset !important;
}

.section-1 .cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.section-1 .cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}

.section-1 .joinUsbtn {
    border: 1px solid rgb(255, 255, 255);
    padding: 5px 20px;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    margin-top: 20%;
}

.section-1 .joinUsbtn:hover {
    color: #FF4775;
    background: #ffffff;
    transition: all .3s;
}

.section-1 .myspan {
    font-size: 36px;
    font-weight: 200;
    color: #fff;
    float: left;
}

.section-1 .top-heading {
    font-size: 80px;
    text-transform: capitalize;
    line-height: 80px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.section-1 h2 {
    font-weight: 300;
    float: left;
    width: 100%;
    margin-top: 2%;
    text-align: center;
}

.image-head {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 650px;
    width: 100%;
}

.section-1 .text-content {
    float: left;
    width: 100%;
    margin-top: 25%;
}

/* .section-1 .navbar-brand img {
    float: left;
    width: 45%;
}

.section-1 .navbar-brand {
    width: 80%;
} */

.blink {
    animation: blink .5s infinite
}

.section1 .myspan {
    font-size: 36px;
    font-weight: 200;
    color: #fff;
    float: left
}

.sectionAboutme {
    background-color: #434343;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.sectionAboutme h6 {
    color: #ffffff;
    font-weight: 300;
    margin-top: 15%;
    font-size: 70px;
    letter-spacing: 5px;
}

.sectionAboutme img {
    filter: grayscale(1);
}

.sectionAboutme p {
    color: #ffffff;
}

.sectionAboutme button {
    border: 1px solid rgb(255, 255, 255);
    padding: 5px 20px;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.sectionAboutme button:hover {
    color: #FF4775;
    background: #ffffff;
    transition: all .3s;
}

.sectionthird {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
    width: 100%;
}

.sectionthird h5 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    width: fit-content;
    padding: 10px 45px;
    margin: 0 auto;
    margin-top: 15%;
    font-weight: 300;
    border: 2px solid #ffffff;
}

.sectionthird h6 {
    margin: 5% auto;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    width: fit-content;
    padding: 10px 45px;
    font-weight: 300;
    border: 2px solid #ffffff;
}

.content {
    float: left;
    width: 100%;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

@media only screen and (max-width:480px) and (min-width:350px) {
    .mynavbar
    {
        background-color: #ffffff;
        z-index: 999999;
        position: relative;
    }
    .start-header
    {
        padding: 0px;
    }
    .sectionAboutme img {
        margin-top: 55px;
    }
    .section-1 .text-content {
        margin-top: 55%;
    }
    .sectionthird h5,
    .sectionthird h6 {
        font-size: 22px;
    }
    .sectionthird {
        height: 230px;
    }
    .sectionAboutme button {
        margin-bottom: 20%;
    }
    .sectionAboutme h6 {
        font-size: 48px;
        margin-top: 15px;
    }
    .section-1 .top-heading {
        font-size: 38px;
        line-height: 50px;
    }
    .section-1 h2 {
        margin-bottom: 10%;
    }
    .default_heading {
        font-size: 34px;
    }
    .image-head {
        height: 490px;
    }
    .section-2 .giftImage,
    .section-5 .giftImage {
        display: none;
    }
    .hover-content {
        margin: 10% 0;
    }
    .section-4 .flip-card {
        margin: 5% 0;
    }
    .section-5 .section-5-heading-2 {
        font-size: 30px;
    }
    #customers-testimonials .owl-stage .second {
        animation: unset !important;
    }
    #customers-testimonials .owl-stage .third {
        transform: unset !important;
    }
    #customers-testimonials .owl-stage .first {
        animation: unset !important;
    }
    .pathbreaker-card {
        margin: 6% 0;
    }
    .special-height-cl5 {
        height: 154px;
    }
    .section-7 .sec-7-first-p {
        font-size: 38px;
    }
    .special-height-cl9 {
        height: 73px;
    }
    .section-10 .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        display: none;
    }
}