*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    padding: 100px 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background: #8d4d34 url(../images/gradient-background-copper.jpg) no-repeat center center;
    background-size: cover;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1252px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-heading {
    max-width: 949px;
    margin: 0 auto;
}

.bungee {
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.namdhinggo {
    font-family: "Namdhinggo", serif !important;
    font-weight: 400;
    font-style: normal;
}

.koho {
    font-family: "KoHo", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.lexend {
    font-family: "Lexend", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.aleo {
    font-family: "Aleo", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.text-italic {
    font-style: italic;
}

.font-300 {
    font-weight: 300;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-900 {
    font-weight: 900;
}

.font-size-59px {
    font-size: 59px;
}

.fonr-size-30px {
    font-size: 30px;
}

.font-size-46px {
    font-size: 46px;

}

.font-size-77px {
    font-size: 77px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.flex {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.flex-auto {
    flex: auto
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.flex-left {
    flex: 50%;
}

.flex-right {
    flex: 50%;
}

.max-420 {
    max-width: 420px;
}

.max-550 {
    max-width: 550px;
}

.tribute {
    font-size: 128px;
    margin-bottom: 34px;
    line-height: 20px;
}

.tribute-text {
    font-size: 64px;
    font-weight: 400;
    margin-left: 16%;
    margin-bottom: 4px;
}

.tribute-year {
    margin-left: 20px;
}

.material.aleo {
    margin: 34px 0;
    font-size: 46px;
}

.qoute {
    text-align: left;
    font-size: 28px;
    line-height: 1;
}

.qoute span {
    font-size: 27px;
    display: block;
    text-align: right;
}

p.wasborn {
    margin: 0;
    font-size: 34px;

}

.trained {
    font-size: 34px;
    margin-bottom: 60px;
}

.finalbow {
    margin-top: 70px;
}

.finalbow-heading {
    font-size: 77px;
    margin-bottom: 30px;
}

.rip {
    border-radius: 51px;
    border-width: 3px;
    border: 3px solid #fff;
    max-width: 907px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 70px;
}

.rip-heading {
    font-size: 69px;
    margin-bottom: 0;
    line-height: 1;
}

.rip-text {
    margin: 0;
    font-size: 44px;
}

.footer-margin {
    margin-top: 130px;
}

footer a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 59px;
    margin-top: 40px;
}

.footer-text {
    font-weight: 700;
    font-size: 30px;
}

/*timeline*/
.ps-timeline-sec {
    position: relative;
 
}

.ps-timeline-sec .container-timeline {
    position: relative;
}

.timeline {
    overflow-x: scroll;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: transparent;
}


.ps-timeline-sec .container-timeline ol:before {
    background: #fff;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -4px;
}

.ps-timeline-sec .container-timeline li:last-child:after {
    background: #fff;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -1px;
}

.ps-timeline-sec .container-timeline ol.ps-timeline {
    margin: 260px 0;
    padding: 0;
    
    list-style: none;
    display: flex   ;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li {
    float: left;
    min-width: 22%;
    width: calc(100% / 7);
    padding-top: 30px;
    position: relative;
    text-align: center;
    border-top: 2px solid #fff;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li span {
    background: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #fff;
    width: 2px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #fff;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: 50px;
    left: -3px;
    border-radius: 100%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #fff;
    width: 2px;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #fff;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: -3px;
    border-radius: 100%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li p {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 0 auto;

}

.ps-timeline-sec .container-timeline ol.ps-timeline li strong {
    font-family: 'Lexend';
    font-weight: 900;
    font-size: 40px;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container-timeline ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 991px) {
    body {
  
        font-size: 18px;
        padding: 40px 20px;
    }
    .tribute {
        font-size: 12vw;
        line-height: 1px;
        margin-bottom: 20px;
    }
    .tribute-text {
        font-size: 5vw;
         margin-left: 18%;
        margin-bottom: 0;
    }
    p.wasborn {
        margin: 0;
        font-size: inherit;
        text-align: left;

    }

    .trained {
        font-size: inherit;
    }

    .finalbow-heading {
        font-size: 5vw;
        line-height: 1;
    }
    .material.aleo {
      
        font-size: 5vw;
        line-height: 1;
    }
    .finalbow {
        margin-top: 35px;
    }
    footer a {

        font-size: 4vw;
        margin-top: 4px;
    }
    .footer-text {
       
        font-size: 2.5vw;
    }
    .rip-heading {
        font-size: 7vw;
    }
    .rip-text {
       
        font-size: 5vw;
        line-height: 1;
    }
    .footer-margin {
        margin-top: 35px;
    }
    .rip {
       
        margin-top: 35px;
    }
    .qoute {
        text-align: right;
        font-size: 20px;
      
    }
    .qoute span {
        font-size: 14px;
     
    }
    .ps-timeline-sec .container-timeline ol.ps-timeline li strong {
    
        font-size: 24px;
    }
    .ps-timeline-sec .container-timeline ol.ps-timeline li p {
        
        font-size: 10px;
    
    }
    .ps-timeline-sec .container-timeline ol.ps-timeline li {
    
        min-width: 124px;
     
    }
    .ps-timeline-sec .container-timeline ol.ps-timeline {
        margin: 190px 0;
       
    
    }
    .max-550,.max-420 {
        max-width: unset;
        width: 100%;
        text-align: center;
    }
    .tribute-year {
        margin-left: 5%;
        margin-top: 13px;
    }
}