section#slider-section .slider-content {
    position: absolute;
    top: 32%;
    left: 47%;
    width: 450px;
    z-index: 99;
} 
section#slider-section .slider-content .title {
	font-size: 36px;
    font-weight: 600;
    word-break: break-word;
    color: #fff;
        font-family: 'Poppins', sans-serif;
            line-height: 50px;
}
section#slider-section .slider-content .title span {
    color: #febc06;
}
section#slider-section .slider-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    word-break: break-word;
    padding: 0em 0em;
    margin: 1em 0;
    color: #fff;
        font-family: 'Arial', sans-serif;
}
section#slider-section .sliderimg img {
    width: 100%;
    height: 700px;
    border-radius: 10% 0% 0% 48% / 100% 133% 55% 146%;
    -webkit-border-radius: 10% 0% 0% 48% / 100% 133% 55% 146%;
    -moz-border-radius: 15% 0% 0% 50% / 100% 133% 55% 146%;
}
section#slider-section {
    position: relative;
    overflow: hidden;
    background-color: #00302d;
}

section.hero-slider.hero-style {
    height: 700px;
}

.swiper-pagination {
    display: none;
}

section#slider-section .slider-btn a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    padding: 10px 20px;
    color: #fff;
    transition: all 0.5s;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    word-break: break-all;
    background-color: none;
    border: 2px solid #fff;
    font-family: 'Arial', sans-serif;
}
section#slider-section .slider-btn {
    margin-top: 2em;
}
section#slider-section .slider-btn a:hover{
	color: #000;
}
section#slider-section .slider-btn a:before  {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";
    width: 50%;
    height: 100%;
    /*background: #00F0B5;*/
    position: absolute;
    top: 0;
    left: -100%;
    border-radius: 0px;
    z-index: -1;
}
section#slider-section .slider-btn a:hover:before {
    background: #febc06;
    width: 100%;
    left: 0%;
}
section#slider-section .swiper-button-prev:after, section#slider-section .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    display: none !important;
}
.swiper-button-lock {
    display: block !important;
}
section#slider-section .swiper-button-next span,section#slider-section .swiper-button-prev span {
    font-size: 44px;
    font-weight: 600;
    position: relative;
    line-height: 32px;
    color: #7d9794;
}
section#slider-section .swiper-button-next:hover span,
section#slider-section .swiper-button-prev:hover span{
color: #febc06;
}
section#slider-section .swiper-button-next, section#slider-section .swiper-button-prev {
    position: absolute;
    top: 46%;
    background: none;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    border: 5px solid #7d9794 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    padding-top: 5px;
    padding-left: 5px;
}
@media screen and (max-width: 768px) {
    section#slider-section .slider-shape {
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.3;
        z-index: 1;
    }

    section#slider-section .sliderimg img {
        height: 700px;
    }

    section#slider-section .slider-content {
        top: 50px;
        left: 18%;
        width: 300px;
    }

}
@media screen and (min-width: 426px) and (max-width: 768px){
section.hero-slider.hero-style {
    height: 570px;
}
section#slider-section .slider-content {
    position: absolute;
    top: 0;
    left: 20%;
    width: 450px;
    z-index: 99;
    margin-top: 15%;
}
}
@media screen and (min-width: 320px) and (max-width: 425px){
    section.hero-slider.hero-style {
        height: 320px;
    }
    section#slider-section .slider-content {
        position: absolute;
        top: 0;
        left: 13%;
        width: 245px;
        z-index: 99;
        margin-top: 10%;
}
section#slider-section .slider-content .title {
        font-size: 23px;
        line-height: 35px;
}
    section#slider-section .slider-content p {
        font-size: 15px;
        line-height: 23px;
        padding: 0em 0em;
        margin: 5px 0;
    }
    section#slider-section .slider-btn a {
        font-size: 15px;
        padding: 6px 16px;
    }
    section#slider-section .slider-btn {
    margin-top: 1em;
}
section#slider-section .swiper-button-next, section#slider-section .swiper-button-prev {
position: absolute;
        top: 46%;
        background: none;
        width: 28px;
        height: 28px;
        line-height: 32px;
        border: 3px solid #7d9794 !important;
        padding-top: 0px;
        padding-left: 3px;
}
section#slider-section .swiper-button-next span, section#slider-section .swiper-button-prev span {
        font-size: 25px;
        font-weight: 600;
        position: relative;
        line-height: 28px;
}

section#slider-section .sliderimg img {
    height: 400px;
}

}
