@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.egy-home {
    
    width: 100%;
    background: url(ite-imgs/Egypt/pyramids-with-beautiful-sky-giza-cairo-egypt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.egy-home .trans-layer {
    
    height: 100%;
    background-color: rgba(48, 44, 44, 0.4);
    background-size: cover;
    background-position: center;
}

.egy-home .trans-layer .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
    color: white;
}

.egy-home .trans-layer .hero .heading {
    margin-top: 25vh;
    font-size: 4vw;
    font-family: 'Lexend Deca', sans-serif;
}

.egy-home .trans-layer .hero .para {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5vw;
    width: 70vw;
    text-align: center;
    margin-top: 3rem;
}

.underline{
    position: relative;
}

.underline::after{
    content: "";
    position: absolute;
    width: 100%;
    border-top: solid 5px orange;
    left: 0;
    height: 20px;
    border-radius: 50%;
    bottom: -20px;
}
.days{
    
    width: 100%;
    height: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 20px;
}

.day1, .day2, .day3, .day4, .day5, .day6, .day7{
    display: flex;
    width: 70%;
    gap: 20px;
    position: relative;
}
.day-numb{
    height: 20px;
    width: 30%;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2vw;
    padding-top: 30px;
}

.day1 .underline::after{
    content: "";
    position: absolute;
    width: 50%;
    border-top: solid 5px orange;
    left: -30px;
    height: 15px;
    border-radius: 50%;
    bottom: -34px;
}
.day2 .underline::after{
    content: "";
    position: absolute;
    width: 50%;
    border-top: solid 5px orange;
    left: -30px;
    height: 15px;
    border-radius: 50%;
    bottom: -34px;
}
.day3 .underline::after{
    content: "";
    position: absolute;
    width: 50%;
    border-top: solid 5px orange;
    left: -30px;
    height: 15px;
    border-radius: 50%;
    bottom: -34px;
}
.day4 .underline::after{
    content: "";
    position: absolute;
    width: 50%;
    border-top: solid 5px orange;
    left: -30px;
    height: 15px;
    border-radius: 50%;
    bottom: -34px;
}
.day5 .underline::after{
    content: "";
    position: absolute;
    width: 50%;
    border-top: solid 5px orange;
    left: -30px;
    height: 15px;
    border-radius: 50%;
    bottom: -34px;
}
.day-cont{
    
    height: 20px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
    font-family: 'Lexend Deca', sans-serif;
}
.day-cont h1{
    font-size: 2rem;
}

.day-cont-content{
    display: flex;
    gap: 5rem;
    width: 100%;
    
}
.list1{
    width: 50%;
    height: 20px;
    
   gap: 1.2rem;
}
.list1-2, .list2-1{
    display: flex;
    gap: 1.3rem;
    font-size: 20px;
    align-items: center;
    
}
.list1-1{
    display: flex;
    gap: 1.3rem;
    font-size: 20px;
    
}
.list-img{
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}
.list2{
    width: 50%;
    height: 20px;
    padding: 0;
    gap: 1.2rem;
}
.list2 .list2-1 .list-img{
    margin-top: 0;
}
.horizontal-line{
    width: 80%;
    border: 3px dashed black;
    margin-top: 8rem;
}
.width-100{
    width: 100%;
}
.holiday-patch{
    
    position: fixed;
    bottom: 0;
    background-color: #333A47;
    width: 100%;
    height: 4rem;
    
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
    z-index: 1000;
}
.holiday-patch h3{
    font-size: 2.1rem;
    font-family: 'Lexend Deca', sans-serif;
}
.timeline{
    background-color: white;
    height: 70vh;
    width: 100%;
}
.main-timeline{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 4rem;
}
.main-timeline h1{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.4rem;
}
.timeline-cont{
    
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}
.timeline-icons{
    
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 5rem;
}
.timeline-line{
    position: relative;
    
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.line{
    border: 2px solid black;
    width: 95%;
}
.line-icon{
    position: absolute;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -6px;

}
.timeline-steps{
    margin-top: 10px;
    
    width: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.line-step1, .line-step2, .line-step3{
    
    width: 22%;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.timeline-steps h1{
    font-size: 1.7rem;
}
.egy-inclusions {
    
    width: 100%;
    background: url(ite-imgs/Egypt/breathtaking-view-pyramid-archaeological-site-chichen-itza-yucatan-mexico.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.egy-inclusions .trans-layer {
    
    height: 100%;
    background-color: rgba(48, 44, 44, 0.7);
    background-size: cover;
    background-position: center;
}

.inclusions-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.inclusions-cont h1{
    color: white;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 3rem;
    padding-top: 10px;
}
.inclusions-cont .underline::after{
    content: "";
    position: absolute;
    width: 113%;
    border-top: solid 5px orange;
    left: 0;
    height: 15px;
    border-radius: 40%;
    bottom: -16px;
}
.content-cont{
    padding-top: 30px;
    
    width: 100%;
    
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    
    gap: 2rem;
}
.cont1, .cont2, .cont3, .cont4, .cont5, .cont6, .cont7, .cont8{
    height: 40px;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.8rem;
}
.p-font-size-revised{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
}