/*** Services ***/
main {
    margin-inline: 30px;
    position: absolute;
    left: 5%;
    top: 15vh;
    margin: auto;
    width: 80%;
}

.special-heading .first {
    opacity: 20%;
    font-size: 141px;
    color: transparent;
    -webkit-text-stroke-color: #D8D8D8;
    -webkit-text-stroke-width: 1px;
    font-weight: 300;
}

#main-heading {
    position: absolute;
    left: -36px;
    top: 22%;
	z-index:-1;
}

.special-heading p {
    padding: 0;
    margin: 0;
}

.special-heading .first p:last-child {
    margin-top: -65px;
}

.special-heading .first .bold {
    font-weight: 700;
}

.special-heading .second {
    font-size: 69px;
    font-weight: 300;
    position: absolute;
    top: 25px;
    right: 39px;
}

.special-heading .second p:first-child {
    color: #D6D6D6;
}

.special-heading .second p:last-child {
    color: #5D5D5D;
    margin-top: -25px;
}

.service-animation{
	position: absolute;
    bottom: -173px;
	left: 137px;
}

.headers a {
    text-decoration: none;
    color: #9D9D9D;
    /* margin-right: 36px; */
    font-size: 35px;
    font-weight: 700;
    /* margin-right: 20%; */
}

.headers a.active.tab-green {
    color: #317843;
}

.headers a.active.tab-red {
    color: #C92630;
}

.headers a.active.tab-blue {
    color: #404A95;
}

.stepper {
    width: 100%;
    height: 2px;
    background: #E2E2E2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.stepper .line-active {
    width: 15%;
    height: 1px;
    background: #818181;
    position: absolute;
    transition: width 0.5s;
}

.stepper .line-active::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid #232A2F;
    border-radius: 50%;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.circle-button {
    border: 1px solid black;
    border-radius: 50%;
    width: 160px;
    display: flex;
    height: 160px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
    /* gap: 20px; */
    padding-top: 65px;
}

#last-movie {
    position: relative;
	height:100%;
}

#last-movie .circle-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100px;
    height: 100px;
    border: 1px solid #ADADAD;
    color: #fff;
    padding-top: 40px;
}

.opacity-0 {
    opacity: 0;
    visibility: hidden;
}

.opacity-1 {
    opacity: 1;
}

#request-button {
    cursor: pointer;
    transition: opacity 0.4s;
}

#image {
        left: 180px;
    width: 200px;
    height: 200px;
    transform-origin: center center;
    
    transition: transform 0.5s;
    
}
@media (max-width:993px) {
    #image{
        width: 50px;
        height: 50px;
    }
}

#image img {
    /* width: 50vh; */
    position: absolute;
    transition: opacity 2s;
}

#top-image {
    right: 50%;
    /* width: 150% !important; */
    transform: translate(50%, -100%);
    top: 35%;
}

#right-image {
    right: 0;
    /* width: 150% !important; */
    top: 50%;
    transform: translate(100%, -50%) rotate(90deg);
}

#left-image {
    left: 0;
    transform: translate(-100%, -50%) rotate(-90deg);
    top: 50%;
    /* width: 450px !important;  */
}

#bottom-image {
    bottom: 0;
    transform: rotate(180deg) translate(65%, -95%);
    left: 50%;
}

#image img:not(.front) {
    opacity: 0;
}

.dist-person {
    width: 33vh;

}

.prod-person {
    width: 35vh;
}

.loc-person {
    width: 50vh;
}

@media (max-width:601px){
    /* .dist-person{
        width: 166px !important;
    }
    .prod-person{
        width: 158px !important;
    }
    .loc-person{
        width: 240px !important;
    } */
}


/* modal css */

#request-access-modal.modal {
    border-radius: 50px;
    max-height: 85% !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#request-access-modal.modal::-webkit-scrollbar {
    display: none;
}

#request-access-modal .heading p:first-child {
    line-height: 50px;
    margin: 0;
    color: #5D5D5D;
    font-weight: 300;
    font-size: 54px;
}

#request-access-modal .heading p:last-child {
    margin: 0;
    color: #5D5D5D;
    font-weight: 700;
    font-size: 54px;
    /* margin-top: 23px !important; */
    margin-bottom: 15px;
}

#request-access-modal form input[type='submit'] {
    border: none;
    color: #fff;
    background: #C92731;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 300;
    ;
}

.headers {
    width: 85%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.second-heading {
    font-size: 69px;
    font-weight: 300;
    padding-top: 50px;
    padding-left: 30px;
}

.second-heading .second {
    font-size: 69px;
    font-weight: 300;
    position: absolute;
    top: 25px;
    right: 39px;
}

.second-heading p {
    margin-block: 0;
}

.second-heading p:first-child {
    color: #D6D6D6;
}

.second-heading p:last-child {
    color: #5D5D5D;
    font-weight: 600;
    margin-top: -17px;
}


/* modal css */

.special-heading {
    opacity: 70%;
    font-size: 141px;
    color: transparent;
    -webkit-text-stroke-color: #D8D8D8;
    -webkit-text-stroke-width: 1px;
    font-weight: 300;
}



.special-heading p {
    padding: 0;
    margin: 0;
}

.special-heading p:last-child {
    margin-top: -65px;
}

.bold {
    font-weight: 700;

}

.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

    .content {
        padding-right: 70px;
    }

    @media (max-width:700px) {
		.headers {
            width:100%;
        }
        .headers a {
            font-size: 28px;
        }
    }



    @media (max-width:993px) {
        #top-title-movies img {
            width: 102px;
        }
    }

    @media (max-width:601px) {
        main {
            left: 0;
            width: 100%
        }

        .headers a {
            font-size: 18px;
        }

        .second-heading p {
            font-size: 52px;
        }

        .content {
            padding-right: 0;
        }

    }

    .indicators {
        display: none !important;
    }

    .mobile-images-slider a {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .mobile .prod-person {
        width: 225px !important;
    }

    .mobile .loc-person {
        width: 298px !important;
        margin-bottom: 63px;
        margin-right: 28px;
    }

    .mobile .dist-person {
        width: 230px !important;
    }

    .mobile .curved-line {
        width: 140%;
        position: absolute;
        top: 190px;
    }

    @media (max-width:993px) {
        /* .mobile .loc-person {
            width: 365px !important;
        }

        .mobile .prod-person {
            width: 244px !important;
        }



        .mobile .dist-person {}

        .mobile .curved-line {
            width: 105%;

            top: 163px
        } */
    }
	.service-image{
		width:80px;
	}
		@media only screen and (min-width:993px) and (max-width:1163px){
		.second-heading {
			font-size: 28px !important;
			padding-top: 25px !important;
			left: 11%;
		}
		.headers a {
			font-size: 20px !important;
		}
		.stepper {
			height: 1px;
		}
		.stepper .line-active::after {
   
			width: 12px;
			height: 12px;
			border: 1px solid #232A2F;
		}
		.service-animation{
			bottom: -173px;
			left: 50px;
		}
		#last-movie .circle-button {
			
			width: 80px;
			height: 80px;
			padding-top: 0px;
		}
		.circle-button {
			width: 100px;
			display: flex;
			height: 100px;
			padding: 14px;
			padding-top: 40px;
		}
	.service-image{
		width:80px;
	}

	}
	@media only screen and (min-width:1100px) and (max-width:1280px){
		.second-heading {
			font-size: 36px !important;
			padding-top: 25px !important;
			left: 11%;
		}
		.headers a {
			font-size: 22px !important;
		}
		.stepper {
			height: 1px;
		}
		.stepper .line-active::after {
			width: 12px;
			height: 12px;
			border: 1px solid #232A2F;
		}
		.service-animation{
			bottom: -173px;
			left: 50px;
		}
		#last-movie .circle-button {
			width: 100px;
			height: 100px;
			padding-top: 0px;
		}
		.circle-button {
			width: 100px;
			display: flex;
			height: 100px;
			padding: 14px;
			padding-top: 40px;
		}
		.service-image{
		width:100px;
	}
	}
	@media only screen and (min-width:1281px) and (max-width:1600px){
		.second-heading {
			font-size: 42px !important;
			padding-top: 25px !important;
			left: 11%;
		}
		.headers a {
			font-size: 26px !important;
		}
		.stepper {
			height: 1px;
		}
		.stepper .line-active::after {
			width: 12px;
			height: 12px;
			border: 1px solid #232A2F;
		}
		.service-animation{
			bottom: -173px;
			left: 50px;
		}
		#last-movie .circle-button {
			width: 120px;
			height: 120px;
			padding-top: 0px;
		}
		.circle-button {
			width: 120px;
			display: flex;
			height: 120px;
			padding: 14px;
			padding-top: 40px;
		}
		.service-image{
			width:120px;
		}
	}
	@media only screen and (min-width:1601px) and (max-width:1800px){
		.second-heading {
			font-size: 48px !important;
			padding-top: 25px !important;
			left: 11%;
		}
		.headers a {
			font-size: 30px !important;
		}
		.stepper {
			height: 2px;
		}
		.stepper .line-active::after {
			width: 14px;
			height: 14px;
			border: 2px solid #232A2F;
		}
		.service-animation{
			bottom: -173px;
			left: 70px;
		}
		#last-movie .circle-button {
			width: 150px;
			height: 150px;
			padding-top: 0px;
		}
		.circle-button {
			width: 150px;
			display: flex;
			height: 150px;
			padding: 18px;
			padding-top: 60px;
		}
		.service-image{
			width:130px;
			
		}
	}
	@media only screen and (min-width:1801px){
		.second-heading {
			font-size: 69px !important;
			padding-top: 25px !important;
			left: 11%;
		}
		.headers a {
			font-size: 36px !important;
		}
		.stepper {
			height: 3px;
		}
		.stepper .line-active::after {
			width: 16px;
			height: 16px;
			border: 3px solid #232A2F;
		}
		.service-animation{
			bottom: -173px;
			left: 100px;
		}
		#last-movie .circle-button {
			width: 200px;
			height: 200px;
			padding-top: 0px;
		}
		.circle-button {
			width: 200px;
			display: flex;
			height: 200px;
			padding: 22px;
			padding-top: 80px;
		}
		.service-image{
			width:160px;			
		}
	}