 .spotlight_carosel .owl-nav button.owl-prev,.spotlight_carosel .owl-nav button.owl-next{
     position: absolute;
     bottom: 50%;
     right: 50%;
     color: #000;
}
.spotlight_carosel .owl-nav button.owl-prev {
    left: -25px;
}
.spotlight_carosel .owl-nav button.owl-next {
    right: -25px;
}
@media(max-width:1350px){
	.spotlight_carosel .owl-nav button.owl-prev {
    left:0;
	display:none;
}
.spotlight_carosel .owl-nav button.owl-next {
    right: 0;
	display:none;
}
}
 .spotlight_carosel.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
     color: #444;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #fff;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
}
 .spotlight_carosel.owl-carousel.owl-theme.owl-loaded a {
     text-decoration: none;
}
 .spotlight_carosel i.owl-direction {
     margin: 0 13px;
     font-size: 3em;
     padding: 0;
     color: #607D8B;
}
.spotlight_carosel .owl-nav button.owl-next, .spotlight_carosel .owl-nav button.owl-prev {
    outline: 0;
    width: 15px;
    color: #fff;
    font-size: 30px;
}
.spotlight_carosel .owl-dots {
    width: 120%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.spotlight-tag{
     display: inline-block;
}
p.spotlight-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    margin: 30px 0 0;
}
.spotlight-btn {
    margin-top: 30px;
}
.spotlight_carosel .owl-dots .owl-dot {
    padding: 0;
    border: none;
    background: transparent;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}

 @keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        transform:translateZ(0)
    }
}
.fadeInUp{
    animation-name:fadeInUp
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
.spotligh-item {
    position: relative;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.spotlight-desc {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.spotlight-desc-right,
.spotlight-desc-left {
    flex: 0 0 calc(50% - 25px);
}
.spotlight-desc-right-inner {
    border-radius: 32px;
    border: 7px solid #DAAB2D;
    background: rgba(255, 255, 255, 0.75);
    max-width: 637px;
    padding: 40px;
}
h2.spotlight-right-desc {
    color: #000;
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    margin: 0;
}

.owl-carousel .owl-item img.spotlight-tag {
    width: auto;
    max-width: 100%;
}
.spotlight_carosel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #504C3C;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.spotlight_carosel .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #DAAB2D;
}
.spotlight-btn-bg {
    display: inline-flex;
    padding: 18px 32px;
    border-radius: 8px;
    background: #061936;
    color: #FD5;
    font-size: 18px;
    gap: 10px;
    align-items: center;
    transition: all .3s ease-in-out;
}
 .spotlight-delay-1 {
     animation-delay: .2s;
}
 .spotlight-delay-2 {
     animation-delay: .4s;
}
 .spotlight-delay-3 {
     animation-delay: .6s;
}
 .spotlight-delay-4 {
     animation-delay: .8s;
}
.spotlight_carosel .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
@media (max-width: 1199px) {
   .spotlight-desc-right-inner {
    border-radius: 10px;
    border: 2px solid #DAAB2D;
    padding: 20px;
}
p.spotlight-text {
    margin: 20px 0 0;
}
.spotlight-btn-bg {
    padding: 10px 20px;
}
.spotlight-btn {
    margin-top: 20px;
}
}
@media (max-width: 991px) {
   .spotligh-item {
        height: 550px;
    }
}
@media (max-width: 767px) {
   .spotlight-desc {
        flex-direction: column;
        gap: 20px;
    }
    .spotlight-desc-left,
    .spotlight-desc-right {
        flex: 0 0 100%;
        width: 100%;
    }
    .spotlight-desc-right-inner{
        max-width: 100%;
    }
    .owl-carousel .owl-item img.spotlight-tag{
        margin: 0 auto;
    }
}