*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
   body,
    html {
        /* height: 100%; */
        background: #333;
         font-family:'Cinzel';
        overflow-x: hidden;
    }
    
    /* transition duration to control the speed of fade effect */


    
    /* transition duration to control the speed of fade effect */
#hero-wrapper {
	 height: 100%;
	 width: 100%;
	 position: fixed;
}
 #hero-wrapper .carousel-wrapper, #hero-carousel {
	 height: 100%;
	 width: 100%;
	 position: absolute;
}
 #hero-carousel img {
	 left: 0;
	 bottom: 0;
	 min-width: 100%;
	 min-height: 100%;
	 object-fit:cover;
	 max-width: none;
	 width: auto;
	 height: auto;
}
 #hero-carousel i {
	 position: absolute;
	 top: 50%;
}
 .carousel-fade .carousel-inner .item {
	 opacity: 0;
	 transition-property: opacity;
}
 .carousel-fade .carousel-inner .active {
	 opacity: 1;
}
 .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	 left: 0;
	 opacity: 0;
	 z-index: 1;
}
 .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	 opacity: 1;
}
 .carousel-fade .carousel-control {
	 z-index: 2;
}
 .carousel-item {
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

    /*.slideshow {*/
    /*    position: relative;*/
    /*    z-index: 1;*/
        /* height: 95vh; */
    /*    width: 100vw;*/
    /*    margin-top:70px;*/
        /* max-width: 700px; */
    /*}*/

    /*.slideshow * {*/
    /*    outline: none;*/
    /*}*/

    /*.slideshow .slider {*/
        /* box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1); */
    /*}*/

    /*.slideshow .slider-track {*/
    /*    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
    /*}*/

    /*.slick-slide {*/
    /*    height: calc(100vh - 70px);*/
    /*}*/

    /*.slideshow .item {*/
        /* max-width: 90vh; */
        /* height: 100%;
     width: 100%; */
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*}*/

    /*.slideshow .item img {*/
    /*    width: 100%;*/
    /* height: 100%;*/
    /*    object-fit: cover;*/
    /*    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
    /*    transform: scale(1.2);*/
    /*}*/
    /*.slick-dots{*/
    /*    display: none !important;*/
    /*}*/
    /*.slick-dotted.slick-slider {*/
    /*    margin-bottom: 0 !important;*/
    /*}*/

    /*.slideshow .item.slick-active img {*/
    /*    transform: scale(1);*/
    /*    -webkit-animation: cssAnimation 7s 1 ease-in-out;*/
    /*    -moz-animation: cssAnimation 7s 1 ease-in-out;*/
    /*    -o-animation: cssAnimation 7s 1 ease-in-out;*/
    /*    -ms-animation: cssAnimation 7s 1 ease-in-out;*/
    /*    animation: cssAnimation 7s 1 ease-in-out;*/
    /*}*/

    /*@keyframes cssAnimation {*/
    /*    from {*/
    /*        -webkit-transform: scale(1) translate(0px);*/
    /*    }*/

    /*    to {*/
    /*        -webkit-transform: scale(1.3) translate(0px);*/
    /*    }*/
    /*}*/

    /*@-webkit-keyframes cssAnimation {*/
    /*    from {*/
    /*        -webkit-transform: scale(1) translate(0px);*/
    /*    }*/

    /*    to {*/
    /*        -webkit-transform: scale(1.3) translate(0px);*/
    /*    }*/
    /*}*/

    /*@-moz-keyframes cssAnimation {*/
    /*    from {*/
    /*        -moz-transform: scale(1) translate(0px);*/
    /*    }*/

    /*    to {*/
    /*        -moz-transform: scale(1.3) translate(0px);*/
    /*    }*/
    /*}*/

    /*@-o-keyframes cssAnimation {*/
    /*    from {*/
    /*        -o-transform: scale(1) translate(0px);*/
    /*    }*/

    /*    to {*/
    /*        -o-transform: scale(1.3) translate(0px);*/
    /*    }*/
    /*}*/

    /*@-ms-keyframes myMove {*/
    /*    from {*/
    /*        -o-transform: scale(1) translate(0px);*/
    /*    }*/

    /*    to {*/
    /*        -o-transform: scale(1.3) translate(0px);*/
    /*    }*/
    /*}*/