.sliderFullDestiny .swiper-container-home {
    width: 100%;
    overflow: hidden;
    height: max-content;
    display: flex;
    align-items: center;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home {
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    height: initial;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(7, 7, 7, 0.55);
    /* opacity: 0.3; */
    z-index: 1;
    position: absolute;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner {
    z-index: 1000;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner.container-box {
    max-width: 100%;
    padding-left: 150px;
    padding-right: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner .slider-text * {
    color: #fff;
    line-height: 26px;
    margin-bottom: 15px;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px !important;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner .gold {
    position: relative;
    top: -27px;
    width: 50%;
    height: 1px;
    background: rgb(206, 231, 219);
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner .slider-text-wrapper {
    overflow: hidden;
}

.sliderFullDestiny .home-slider-navigation {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    left: 0px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.sliderFullDestiny .home-slider-navigation span {
    color: #c6c6c6;
    min-height: 80px;
    min-width: 110px;
}

.sliderFullDestiny .home-slider-navigation .nav-point {
    border-top: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.sliderFullDestiny .home-slider-navigation .nav-point:last-of-type {
    border-bottom: 1px solid #dedede;
}

.sliderFullDestiny .home-slider-navigation .nav-point.active {
    color: #fff;
}

.sliderFullDestiny .home-slider-navigation .nav-point.active:before {
    transition: 0.5s;
    height: 100%;
}

.sliderFullDestiny .home-slider-navigation .nav-point:before {
    transition: 0.3s;
    content: "";
    top: 0px;
    left: 0px;
    width: 6px;
    max-height: 100%;
    height: 0px;
    position: absolute;
    background: rgb(206, 231, 219);
}

.sliderFullDestiny .home-slider-navigation .nav-point:hover {
    color: #fff;
}

.sliderFullDestiny .home-slider__toContent {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 25px;
    right: 40px;
    z-index: 100;
    transform: rotate(90deg);
    margin-top: -40px;
    cursor: pointer;
}

.sliderFullDestiny .home-slider__toContent:hover::before {
    transition: 0.3s ease-in;
    opacity: 1;
    transform: translateX(0px);
}

.sliderFullDestiny .home-slider__toContent .makeItRel {
    width: 40px;
    height: 40px;
    position: relative;
}

.sliderFullDestiny .home-slider__toContent svg {
    width: 30px;
    height: 30px;
}

.sliderFullDestiny .home-slider__toSlide {
    width: 40px;
    height: 40px;
    position: sticky;
    opacity: 0;
    bottom: 30px;
    left: 16px;
    margin-top: -40px;
    margin-left: -35px;
    transform: rotate(-90deg);
    cursor: pointer;
}

.sliderFullDestiny .home-slider__toSlide:hover::before {
    transition: 0.3s ease-in;
    opacity: 1;
    transform: translateX(0px);
}

.sliderFullDestiny .home-slider__toSlide .makeItRel {
    width: 40px;
    height: 40px;
    position: relative;
    top: -30px;
}

.sliderFullDestiny .home-slider__toSlide:before {
    transition: 0.3s ease-out;
    content: "To Slider";
    position: absolute;
    right: 25px;
    top: -25px;
    color: #070707;
    font-size: 12px;
    transform: translateX(-10px);
    opacity: 0;
    pointer-events: none;
}

.sliderFullDestiny .home-slider__toSlide svg {
    width: 30px;
    height: 30px;
}

.sliderFullDestiny .btn__wrapper__box {
    overflow: hidden;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper {
    min-width: 144px;
    padding: 14px 0px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper:before {
    transition: 0.3s ease-out;
    content: "";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    max-width: 144px;
    z-index: 0;
    opacity: 0;
    background: #6d813b;
    background-repeat: no-repeat;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper:after {
    content: "";
    border: 2px solid;
    border-image-source: #6d813b;
    border-image-slice: 1;
    border-color: #6d813b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 144px;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper:hover::before {
    width: 100%;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper:hover .btn {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #070707;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper-dark:hover .btn {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
}

.sliderFullDestiny .btn__wrapper__box .btn__wrapper-dark .btn {
    color: #fff;
}

.sliderFullDestiny .btn {
    position: relative;
    z-index: 10;
    display: inline-block;
    min-width: 144px;
    padding: 14px 0px;
    color: #070707;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.sliderFullDestiny .btn:hover {
    color: #070707;
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
}

.sliderFullDestiny .iconDragBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderFullDestiny .col-container {
    max-width: 1000px;
}

.sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-text-wrapper a {
    text-decoration: underline;
}

@media screen and (max-width: 768.5px) {

    .sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner h2 {
      font-size: 25px;
      line-height: 30px;
    }
  
    .sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner .gold {
      top: -16px;
    }
}

@media screen and (max-width: 720px) {
    .sliderFullDestiny .home-slider-navigation {
        display: none;
    }
    .sliderFullDestiny .swiper-container-home .swiper-wrapper .swiper-slide-home .slider-inner.container-box {
        padding: 15px;
    }

    .sliderFullDestiny .iconDragBox .iconDrag {
        margin-bottom: 0 !important;
        top: 0;
        margin-top: 15px;
    }

    .sliderFullDestiny .col-container {
        padding-left: 30px;
        padding-right: 55px;
    }
}