body{
    margin: 0;
}
.scroll{
    overflow: hidden;
}
h1{
    font-family: 'Lato', sans-serif;
    margin-top: 2.5rem;
    text-align: center;
    font-weight: 500;
}
p{
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
@font-face{
    font-family: 'tuesdayNight';
    src: url('TuesdayNight-Regular.otf');
}
.myButton {
	background-color:#000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Lato';
	font-size:1.2rem;
	padding:9px 23px;
	text-decoration:none;
    border: solid black;
    font-weight: 200;
    color: white;
    margin-top: 20px;
}
.myButton:hover {
	background-color: #404040;
    border: solid black;
}
.myButton:active {
	background-color:#000000;
    border: solid black;
}
.myButton2 {
	display:inline-block;
	cursor:pointer;
	font-family: 'Lato';
	font-size:1.2rem;
	padding:9px 23px;
	text-decoration:none;
    border: solid #ddcdbc;
    font-weight: 200;
    background-color: #ddcdbc;
    color: black;
    margin-top: 20px;
}
.myButton2:hover {
	background-color: rgb(202, 183, 150);
    color: black;
}
.myButton2:active {
    background-color: #ddcdbc;
    color: black;
}
h2{
    font-family: 'tuesdayNight';
    text-align: center;
    font-size: 3rem;
    color: black;
}
h3{
    font-family: 'tuesdayNight';
    text-align: center;
    font-size: 2.6rem;
    color: black;
    margin-top: 15px;
}
.top{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.top img{
    width: 350px;
    border-radius: 50%;
    margin-right: 40px;
    margin-left: 20px;
}
.top div{
    width: 50%;
    padding-right: 20px;
    height: 450px;
}
.top div p{
    font-weight: 300;
}
.top div h3{
    font-size: 3rem;
    text-align: left;
    margin-bottom: 25px;
}
.middle{
    margin-top: 50px;
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 10% 80%), url("images/banner2.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    border: none;
    background-color: white;
}
.middle p{
    position: relative;
    left: 8%;
    top: 20%;
    width: 30%;
    line-height: 1.4rem;
    font-style: italic;
    font-weight: 300;
}
.middle-responsive{
    width: 90%;
    padding: 0 20px;
    display: none;
}
.middle-responsive p{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-weight: 300;
}
.photos{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.photos img{
    width: 30%;
}
.process p{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}
.process{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/* ===============TIMELINE===================== */
.timeline-section{
	min-height: 100vh;
	padding: 0px 15px;
    display: none;
}
.button-place{
    padding: 30px;
    margin: 0 30px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.timeline-items{
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.timeline-items::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, rgb(255, 255, 255), #d2ab66 10% 90%, rgb(255, 255, 255));
	left: calc(50% - 1px);
    animation: opac 1s;
}
@keyframes slider{
    0%{
        transform:translateY(-100px);
        opacity: 0;
    }
}
@keyframes opac{
    0%{
        opacity: 0;
    }
}
.timeline-item{
	margin-bottom: 10px;
	width: 70%;
	position: relative;
    transform-style: preserve-3d;
    animation: slider .5s;
}
.timeline-item:last-child{
	margin-bottom: 0;
}
.timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
	text-align: right;
}
.end .timeline-date{
    font-size: 2.5rem;
    font-family: 'tuesdayNight';
}
.timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}
.timeline-dot{
	height: 18px;
	width: 18px;
	background-color: #d2ab66;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	top:10px;
}
.timeline-date{
	font-size: 18px;
	color: black;
	margin:6px 0 15px;
    font-family: 'Lato', sans-serif;
}
.left{
    margin-left: 20%;
}
.except{
    margin-left: fit-content;
}
.right{
    margin-right: 20%;
}
.timeline-content{
    background-color: white;
	padding: 25px;
	border-radius: 20px;
    border: solid 3px black;
}
.timeline-content h3{
    font-size: 1.6rem;
	margin:0 0 10px;
    text-align: unset;
	font-weight: 500;
    font-family: 'Lato', sans-serif;
}
h7{
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 0px;
}
.timeline-content p{
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
    margin-bottom: 7px;
}

/* responsive */
@media(max-width: 767px){
	.timeline-items::before{
		left: 7px;
	}
    .timeline-item{
        width: 100%;
    }
    .timeline-content{
        padding: 20px;
    }
	.timeline-item:nth-child(odd){
		padding-right: 0;
		text-align: left;
	}
	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even){
		padding-left: 37px;
	}
	.timeline-dot{
		left:0;
	}
    .left{
        margin-left: 0px;
    }
    .right{
        margin-right: 0px;
    }
    .timeline-content h3{
        font-size: 1.4rem;
    }
    .end .timeline-date{
        font-size: 2rem;
    }
}
@media(max-width: 860px){
    .top div{
        width: 90%;
        height: auto;
        position: relative;
        top: -100px;
        padding-right: 0;
    }
    .button-place{
        padding: 0px;
        margin-bottom: 30px;
    }
    .myButton{
        width: 300px;
    }
    .myButton2{
        width: 300px;
    }
    .top img{
        margin: 0;
        width: 300px;
    }
    .middle{
        /* background-size: contain; */
        margin-top: 0px;
        height: 300px;
    }
    .middle p{
        display: none;
    }
    .middle-responsive{
        display: block;
    }
    .photos{
        width: 100%;
    }
    .photos img{
        width: 33%;
    }
}
@media(max-width: 670px){
    .top div{
        width: 80%;
        height: auto;
        top: -20px;
    }
    .top div h3{
        margin-bottom: 0px;
    }
}
@media(max-width: 340px){
    .button-place{
        width: 100%;
        margin: 0;
    }
    .myButton{
        width: 100%;
    }
    .myButton2{
        width: 100%;
    }
}
@media(max-width: 300px){
    .top img{
        width: 250px;
    }
    .middle{
        background-size: contain;
        margin-top: 0px;
        height: 200px;
    }
    .middle-responsive p{
        margin-top: 0;
    }
}
@media(max-height: 1400px){
    .banner2{
        height: 20vh;
    }
}
/*==============FOOTER================== */
footer{
    margin-top: 80px;
    background-color: #ddcdbc;
    position: relative;
    width: 100%;
    min-height: 200px;
}
.container {
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
    padding: 2rem 2rem;

}
.row{
   display: flex;
   justify-content: space-between;
}

.col{
   min-width: 250px;
   color: white;
   font-family: poppins;
}
.col .logo{
   width: 100px;
   margin-bottom:25px;
}
.col h3{
    font-family: 'Lato', sans-serif;
   color: black;
   margin-bottom: 20px;
   position: relative;
   cursor: pointer;
   margin-top: unset;
   font-size: unset;
   text-align: unset;
}
.col h3::after{
   content: '';
   height:3px;
   width:0px;
   background-color: black;
   position: absolute;
   bottom: 0;
   left:0;
   transition: 0.3s ease;

}
.col h3:hover::after{
   width:30px
}
.col .social a i{
   color: black;
   margin-right: 5px;
   transition: 0.3s ease;
}
.col .social a i:hover{
   transform: scale(1.5);
   filter:grayscale(25);
}
.col .links a{
    font-family: 'Lato', sans-serif;
   display: block;
   text-decoration: none;
   color:white;
   margin-bottom: 5px;
   position: relative;
   transition: 0.3s ease;
}
.col .links a::before{
   content:'';
   height: 16px;
   width:3px;
   position: absolute;
   top:5px;
   left:-10px;
   background-color: black;
   transition: 0.5s ease;
   opacity: 0;
}
.col .links a:hover::before{
   opacity: 1;
}
.col .links a:hover{
   transform: translateX(-8px);
   color: black;
}
.col .contact-details{
   display: inline-flex;
   justify-content: space-between;
}
.col .contact-details i{
   margin-right:15px;
}
#company{
    margin-right: 20px;
}

/********** Responsive Design ********/
@media(max-width:1050px)
{
 .row{
    width: 100%;
    margin-left: 10px;
   flex-direction: column;
 }
 .col{
   width: 100%;
   text-align: left;
   margin-bottom: 25px;
 }
}
@media(max-width:768px)
{
 .row{
   flex-direction: column;
 }
 .col{
   width: 100%;
   text-align: left;
   margin-bottom: 20px;
 }
}