.slideshow_banner_btn, .slideshow_banner_link {
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
    position: relative
}

.slideshow_home_fusion_regular {
    width: 100%;
    float: right;
    position: relative;
    margin-top: 80px;
    border-bottom:3px solid #f7c588
}

.slideshow_no_padding_bottom, .slideshow_no_padding_top {
    padding-top: 0
}
.slideOverlay, .slideshow, .slideshow_img {
    width: 100%;
    height: 100%
}

.slideshow .slideshow_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 1.5s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out
}

.slideshow .slideshow_img.fade-in, .slideshow .slideshow_img:first-child {
    opacity: 1;
    transform: scale(1.01)
}

.slideshow .slideshow_img.fade-out {
    opacity: 0;
    transform: scale(1)
}

.slideshow {
    float: left;
    position: relative;
    overflow: hidden;
    visibility: visible;
    border-radius: 0px
}

.slideOverlay {
    display: block;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to top,rgba(0,0,0,.2),rgba(0,0,0,.2)) !important;
    border-radius: 0px
}
.slideshow_logo {
    width: 200px;
    margin-right: calc(50% - 100px);
    margin-left: calc(50% - 100px);
    float: right;
    margin-bottom:10px;
}

.slideshow_logo img {
    width: 100%;
    max-width: 100%;
}
.slideshow_caption {
    width: calc(100% - 50px);
    height:100%;
    right: 25px;
    left: 25px;
    z-index: 3;
    position:absolute;
    box-sizing: border-box;
    direction: rtl;
    display:table
}
.slideshow_caption .title {
    width: 100%;
    float: right;
    text-decoration: none;
    text-align:center;
    direction:rtl;
}
.slideshow_caption .sub_title {
    width: 100%;
    float: right;
    text-decoration: none;
    text-align:center;
    direction:rtl;
}
.slideshow_caption .website_btn {
    height: 63px;
    padding:0 35px 3px 35px;
    border-radius:35px;
    border-bottom: 3px solid #f7c588
}
.slideshow_caption .website_btn:hover {
    background-color: rgb(6 32 34)!important;
    color: #fff;
}
.slideshow_caption .website_btn_text {
    font-size: 24px;
    font-weight: 500;
    display: table-cell;
    line-height: 0
}
.slideshow_caption .website_btn_border {
    width: calc(100% - 14px);
    border: 1px solid #f7c588;
    position: absolute;
    height: 45px;
    border-radius: 35px;
    right: 7px;
    top: 7px
}

.slideshow_grid_left {
      opacity: 0; /* Start with 0 opacity */
      animation: fadeIn 2s ease-in-out forwards; /* Run the fadeIn animation for 5 seconds */
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

@media (min-width:1438px) {
.slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
}

.slideshow_grid_left {
    width: 100%;
    float: left;
    height: 750px;
    position: relative;
    margin-right: 0px
}
.web_buttons_container {
    margin: 10px 0 0 !important
}
.slideOverlayLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: #ccc;
    cursor: pointer
}
.slideshow_caption .title {
    font-size: 65px;
    letter-spacing:4px;
    line-height:1.1em
}
.slideshow_caption .sub_title {
    font-size: 29px;
}
}

@media (max-width:1439px) and (min-width:769px) {
.slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
}

.slideshow_grid_left {
    width: 100%;
    float: left;
    height: 600px;
    position: relative;
    margin-right: 0px
}
.web_buttons_container {
    margin: 10px 0 0 !important
}
.slideOverlayLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: #ccc;
    cursor: pointer
}
.slideshow_caption .title {
    font-size: 65px;
    letter-spacing:4px;
    line-height:1.1em
}
.slideshow_caption .sub_title {
    font-size: 29px;
}
}

@media (max-width:768px) and (min-width:481px) {
.slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
}

.slideshow_grid_left {
    width: 100%;
    float: left;
    height: 400px;
    position: relative;
    margin-right: 0px
}
.web_buttons_container {
    margin: 10px 0 0 !important
}
.slideOverlayLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: #ccc;
    cursor: pointer
}
.slideshow_caption .title {
    font-size: 48px;
    letter-spacing:4px;
    line-height:1.1em
}
.slideshow_caption .sub_title {
    font-size: 22px;
}

.slideshow_caption .website_btn {
    height: 53px;
    padding:0 30px 3px 30px;
}
.slideshow_caption .website_btn_text {
    font-size: 24px;
}
.slideshow_caption .website_btn_border {
    height: 35px;
    right: 7px;
    top: 7px
}
    
}

@media (max-width:480px) and (min-width:319px) {
.slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
}

.slideshow_grid_left {
    width: 100%;
    float: left;
    height: 320px;
    position: relative;
    margin-right: 0px
}
.web_buttons_container {
    margin: 10px 0 0 !important
}
.slideOverlayLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: #ccc;
    cursor: pointer
}
.slideshow_caption .title {
    font-size: 45px;
    letter-spacing:2px;
    line-height:1.1em
}
.slideshow_caption .sub_title {
    font-size: 20px;
}

.slideshow_caption .website_btn {
    height: 52px!important;
    padding:0 28px 3px 28px!important;
}
.slideshow_caption .website_btn_text {
    font-size: 24px;
}
.slideshow_caption .website_btn_border {
    width: calc(100% - 18px);    
    height: 35px;
    right: 9px;
    top: 7px;
}
}

@media (max-width:320px) {
.slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
}

.slideshow_grid_left {
    width: 100%;
    float: left;
    height: 320px;
    position: relative;
    margin-right: 0px
}
.web_buttons_container {
    margin: 10px 0 0 !important
}
.slideOverlayLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: #ccc;
    cursor: pointer
}
.slideshow_caption .title {
    font-size: 45px;
    letter-spacing:2px;
    line-height:1.1em
}
.slideshow_caption .sub_title {
    font-size: 20px;
}

.slideshow_caption .website_btn {
    height: 52px!important;
    padding:0 28px 3px 28px!important;
}
.slideshow_caption .website_btn_text {
    font-size: 24px;
}
.slideshow_caption .website_btn_border {
    width: calc(100% - 18px);    
    height: 35px;
    right: 9px;
    top: 7px;
}
}
