@keyframes subtleFade {
    0% { opacity: 0.9; }
    100% { opacity: 1; }
}

.carousel-fade .carousel-item {
    animation: subtleFade 2.5s ease-in-out;
}

#mainCarousel{
    transition-timing-function:ease-in-out !important;
}
.logo img{
	width:100%;
}
.main-deco {
    width: 160px;
    height: 160px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.play-button:hover {
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    z-index: 99;
}

.video-container video {
    height: 100%;
    object-fit: fill;
}

.video-blur-background-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    height: calc(100% - 350px);
}

.video-blur-background{
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.video-container {
    width: 100%;
    z-index: 20;
    padding-top:10px;
    padding-left: 10px;
}

.text-box {
    position: relative;
    margin-top: 162px;
    padding: 48px 24px;
    z-index: 10;
    transition: 0.2s all;
    z-index: 100 !important;
}

.text-box-content p {
    font-family: 'Outfit';
    line-height: 110%;
    font-size: 22px;
    margin-bottom: 24px;
}

.text-box-title-1 {
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 110%;
    font-size: 35px;
}

.text-box-title-2 p {
    font-family: 'PT Serif';
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 23px;
}

.video-text {
    position: absolute;
    width: fit-content;
    z-index: 99;
    left: 0;
    /*top: 335px;*/
    bottom: 470px;
}

.thumbnail-text {
    position: absolute;
    bottom: 0;
    left: 30px;
    font-size: 64px;
    font-family: 'Outfit';
    font-weight: 800;
    line-height: 95%;
    z-index: 99;
    text-transform: uppercase;
}
.text-under-thumbnail p {
    width: max-content;
    font-family: PT Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 95%;
    text-transform: uppercase;
    font-size: 64px;
}
#mainCarousel2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mainCarousel2 .video-blur-background-wrapper{
    width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  scale: 1.2;
  overflow: hidden;
}
#mainCarousel2{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 150px);
    overflow: hidden;
}
.main-component {
    padding-top: 92px;
    overflow: hidden;
}

.logo {
    width: 126.6px;
}
.navbar-nav{
    position: relative;
}

.navbar-nav li{
	text-align:center;
}
.navbar-nav li a,
.navbar-nav li a:hover {
    color: white;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
}

.right, .left {
    width: 100%;
}

#expandArrow {
    width: 51.3px;
    height: 48px;
    transition: 250ms all ease;
}

#expandArrow:hover {
    width: 51.3px;
    height: 50px;
}

@media only screen and (min-width: 992px) {
   	.left {
        width: 60.5%;
    }
    .right {
        width: 39.5%;
    }
    .navbar-nav li {
        margin-left: 17px;
/*         margin-right: 5px; */
        line-height: 1;
        font-size: 0;
    }

    .navbar-nav li a:hover {
        color: #cade06!important;
    }

    .main-component{
        padding-top: 64px;
    }
	.text-box a{
		height:81px;
		width:86px;
	}
    .main-deco{
        width: 336px;
        height: 336px;
        top: 0;
        left: 0;
    }

    .video-container {
        padding-top: 28px;
        padding-left: 29px;
		height: 414px;
    }

    .text-box {
        margin-top: 157px;
        padding: 80px 64px;
    }

    .logo {
        width: 240px;
    }

    #expandArrow {
		position:absolute;
        width: 86px;
        height: 81px;
    }

    #expandArrow:hover {
        width: 86px;
        height: 90px;
    }

    .text-box-content p {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .text-box-title-1 {
        font-size: 60px;
    }

    .text-box-title-2 p {
        font-size: 50px;
    }

    .video-text {
        left: 0px;
        bottom: 320px;
    }

    .thumbnail-text {
        left: 67px;
        font-size: 120px;
        bottom: -18px;
    }

    .video-text {
        top: unset;
    }
    .text-under-thumbnail p {
        font-size: 80px;
    }

    .video-blur-background-wrapper {
        height: calc(100% - 160px);
    }
}

@media only screen and (min-width: 1200px) {	
	.navbar-nav li {
        margin-left: 27px;
    }
	.left {
        width: 62.5%;
    }
    .right {
        width: 37.5%;
    }
	
	.text-under-thumbnail p {
        font-size: 120px;
    }

	.main-deco{
        width: 420px;
        height: 420px;
        top: 0;
        left: 0;
    }
	
	.video-text {
        left: 0px;
        bottom: 100px;
    }
	
	 .video-container {
        padding-top: 28px;
        padding-left: 29px;
        height: 569px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-component{
        padding-top: 64px;
    }

    .main-deco{
        width: 420px;
        height: 420px;
    }

    .text-box {
        margin-top: 157px;
        padding: 80px 64px;
    }

    .logo {
        width: 240px;
    }

    #expandArrow {
        width: 86px;
        height: 81px;
        transition: 250ms all ease;
    }

    #expandArrow:hover {
        width: 86px;
        height: 90px;
    }

    .text-box-content p {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .text-box-title-1 {
        font-size: 60px;
    }

    .text-box-title-2 p {
        font-size: 50px;
        margin-bottom: 23px;
    }

    .video-text {
        left:0px;
        bottom: 100px;
    }

    .thumbnail-text {
        left: 67px;
        font-size: 120px;
    }

    .text-under-thumbnail p {
        font-size: 120px;
    }

    .video-blur-background-wrapper {
        height: calc(100% - 160px);
    }
	
	.navbar-nav li{
		margin-right:-10px;
	}
}
@media only screen and (min-width: 1600px) {
	.left {
        width: 65.5%;
    }
    .right {
        width: 34.5%;
    }
	.main-component{
        padding-top: 80px;
    }
	
	.video-container {
        padding-top: 30px;
        padding-left: 30px;
        height: 770px;
    }
	
	.main-deco{
        width: 560px;
        height: 560px;
    }
	
	.video-text {
        position: absolute;
        left: 0px;
        bottom: 52px;
        width: fit-content;
        z-index: 99;
    }
	
	 .thumbnail-text {
        font-size: 172px;
    }

    .text-under-thumbnail p {
        font-size: 172px;
    }
	
	.text-box {
        margin-top: 223px;
        padding: 112px 80px;
    }

    .text-box-title-1 {
        font-size: 70px;
    }

    .text-box-title-2 p {
        font-size: 60px;
    }

    .text-box-content p {
        font-size: 34px;
        margin-bottom: 56px;
    }

    .logo {
        width: 360px;
    }
	
	.video-blur-background-wrapper {
        height: calc(100% - 138px);
    }
	.navbar-nav li{
		margin-right:0px;
	}
}

@media only screen and (min-width: 1784px) {
    .video-container {
        height: 806px;
    }
	.left {
        width: 62.5%;
    }
    .right {
        width: 37.5%;
    }
	.navbar-nav li{
		margin-right:5px;
	}
}


