/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

div#loader {
    width: 100% !important;
}

body {
    cursor: url('http://stagingserver3.com/SlayBoy/wp-content/uploads/2024/07/mediam-mouse.png'), auto;
}

body a {
    cursor: url('http://stagingserver3.com/SlayBoy/wp-content/uploads/2024/07/Mouse-Dots.png'), auto;
}

.img-with-aniamtion-wrap img {
    filter: contrast(1.41);
}

#top ul li {
    opacity: 0;
    transform: scale(300%);
    transition: opacity 0.5s ease, transform 0.5s ease;
 
}
/* -------------------------------------     --------------------------------------- */

.custom-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#preloader-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li a {
    /* background-image: url("http://stagingserver3.com/SlayBoy/wp-content/uploads/2024/07/Rectangle-2.png"); */
    background-size: 90% 100%;
    background-position: 100% 70% !important;
    background-repeat: no-repeat;
    width: 156px;
    padding: 11px 0px;
    /* padding-left: 23px !important; */
    padding-bottom: 18px;
    display: flex;
    justify-content: center;
    transition: 0.5s !important;
    position: relative;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li a:before {
    content: "";
    background-color: #000;
    width: 70%;
    height: 70%;
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    transform: skewX(-20deg);
    box-shadow: 0px 0px 16px 0px #FF00B1;
    transition: 0.5s !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li a:hover span {
    color: #fff !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows li a:hover:before {
    animation: glow 1s infinite alternate linear;
}

@keyframes glow {
    0% {
        box-shadow: 0px 0px 0px 0px #FF00B1;
    }
    100% {
        box-shadow: 0px 0px 20px 0px #FF00B1;
    }
}

.container-wrap {
    margin-bottom: -50px !important;
    padding-bottom: 0px !important;
}


/* -------------            --------------------------            --------------------------            ------------- */

a#btnn {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 80px;
    padding-top: 42px !important;
    padding: 54px 60px;
    text-transform: uppercase;
    /*     color: #F996D6; */
    color: #ff00b1;
    position: relative;
    z-index: 999;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: 0.5s;
}

a#btnn:before {
    position: absolute;
    content: "";
    width: 92%;
    height: 96%;
    top: 5px;
    left: 13px;
    background-color: #000000;
    transform: skewX(-20deg);
    box-shadow: 0px 0px 10px 0px #121315;
    transition: 0.5s;
}

a#btnn:after {
    position: absolute;
    content: "";
    width: 89%;
    height: 91%;
    top: -7px;
    left: 31px;
    background-color: transparent;
    transform: skewX(-20deg);
    border: solid 4px #ff00b8;
    box-shadow: none !important;
    transition: 0.5s;
}

a#btnn:hover {
    color: #fff !important;
}


/* -------------            --------------------------            --------------------------            ------------- */

#ro-2 {
    position: absolute;
    bottom: 0px;
    right: -50px;
    z-index: 1 !important;
}

#ro-2 .imgg {
    width: 80% !important;
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    #ro-2 .imgg {
        width: 90% !important;
        left: 160px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {
    #ro-2 .imgg {
        width: 100% !important;
        left: 210px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {
    #ro-2 .imgg {
        width: 140% !important;
        left: 100px;
        max-width: 120%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #ro-2 .imgg {
        width: 140% !important;
        left: 100px;
        max-width: 120%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 900px) {
    a#btnn {
        font-size: 61px;
        padding: 40px 49px;
    }
    #ro-2 .imgg {
        width: 140% !important;
        left: -10px;
        max-width: 110%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-2 .imgg {
        width: 140% !important;
        left: -10px;
        max-width: 110%;
    }
    a#btnn {
        margin: auto;
        display: table;
        left: -11px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 414px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 360px) {}

#preloader-video-mi {
    width: 100%;
    height: 100%;
    object-fit: cover;
}