* {
    font-family: 'ZonaPro', sans-serif !important;
    scroll-behavior: smooth;
}

body {
    background: #fff;
}

html {
    scroll-behavior: smooth;
    width: 100%;
  }

a {
    text-decoration: none !important;
}

.v-application--wrap {
    min-height: auto !important;
}

.header__grid {
    display: flex; 
    padding: 0px 30px;
    justify-content: space-between;
    position: fixed; 
    background: #fff;
    width: 100%;
    z-index: 200;
}

.header__grid__mobile {
    display: flex; 
    padding: 3px 0px 3px 10px;
    justify-content: space-between;
    position: fixed; 
    background: #fff;
    width: 100%;
    z-index: 200;
}

.menu__text {
    color: hsla(0,0%,88.6%,.8) !important;
}

.active {
    color: white !important;
    border-bottom: 1px solid #21432d;
}


.transparent {
    background: transparent;
}

/* section {
    overflow: hidden;
} */

.center__grid {
    width: 55%; 
    justify-content: space-around;
}

.bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg__content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.__title {
    font-size: 65px; 
    color: white; 
    font-weight: 900;
    width: fit-content;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
    .__title {
        font-size: 44px;
    }
    
  }

  /* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
    .__title {
        font-size: 50px;
    }
    
  }

.bg__video::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    content: "";
    background: rgba(19,21,22,.6);
}

.__scroll {
    position: absolute;
    bottom: 25px;
    left: 46%;
    height: 400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.__company {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 1080px;
    padding: 50px 0;
}

.title__2 {
    color: #21432d; 
    font-weight: 900; 
    font-size: 60px;
    max-width: 715px;
}

.title__p {
    max-width: 450px;
    margin: 35px 0 200px;
    color: #21432d;
    font-size: 18px;
}

.not__only {
    font-size: 22px;
    border: 1px solid #21432d;
    border-radius: 500px;
    padding: 10px;
    transition: .2s ease-in-out;
}

.not__only:hover {
    background: #21432d; 
    transition: .2s ease-in-out;
    color: #fff;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 994px) {
  
    .title__p {
        margin: 25px 0px 0px 0px;
    }
    
    .title__2 {
        font-size: 35px;
    }

    .not__only {
        font-size: 13px;
    }

  }

.half__red__left {
    background: #21432d;
    display: grid;
    align-items: center;
    justify-content: flex-end;
}

.timeline__num {
    font-weight: 900;
    font-size: 42px; 
    color: white;
    padding: 10px;
    border-radius: 50px;
}

.timeline__text {
    z-index: 1;
    top: 50%;
    color: #21432d; 
    position: absolute;
    opacity: 0;
    
}

.news__title {
    font-weight: 200;
    color: black; 
    font-size: 72px;
}

.read__more {
    color: black !important;
    transition: .2s ease-in-out;
    
}

.read__more:hover {
    color: #21432d;
    transition: .2s ease-in-out;
}


.s__text {
    font-size: 62px; 
    font-weight: 600; 
    color: #21432d;
}

.s__bg {
    background: linear-gradient(90deg,#fff 50%,#21432d 0);
}

.s__p {
    font-size: 27px;
    color: #21432d;
}


.news__texts {
    position: relative; 
    left: 100px; 
    width: fit-content;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .news__texts {
        left: 0; 
    }

    .s__bg {
        background: unset;
    }

    .p__right__col {
        background: #21432d;
    }
    
}

@media (min-width: 768px) {
 
    .story__years__left {
        display: grid !important;
    }
    
}

a {
    transition: .3s ease-in-out; 
}

a:hover {
    color: #21432d !important;
    transition: .3s ease-in-out;
}

.footer__text {
    font-size: 3vw;
    color: black;
}

.c__footer {
    padding: 50px;
    background: white;
    display: grid;
    align-items: center;
}

.footer__line {
    background: #21432d;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .footer__line {
        padding: 37px 15px 30px;
    }

    .c__footer {
        padding: 25px 5px;
    }
  
    .footer__text {
        font-size: 5vw;
    }

    .c__text {
        font-size: 5vw;
    }
    
  }

.footer__text:hover {
    color: black;
}


  .link_text {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: black;
    overflow: hidden;
    background: linear-gradient(to right, #21432d, #21432d 50%, black 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .8s ease;
  }

  .link_text:hover {
    background-position: 0 100%;
  }

  .link_text_white {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: white;
    overflow: hidden;
    background: linear-gradient(to right, #21432d, #21432d 50%, white 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .8s ease;
  }

  .link_text_white:hover {
    background-position: 0 100%;
  }


.footer__a {
    font-weight: 600; 
    font-size: 20px;
}


.se__a:hover {
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.contact__bg {
    position: absolute; 
    width: 75%; 
}

.contact__img {
    position: absolute !important; 
    right: 0; 
    filter: opacity(0.1);
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
    .contact__bg {
        width: 98%; 
    }
    
  }

  

.list-inline-item:not(:last-child) a:after {
        content: "";
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    margin-left: 1rem;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px;
}

.add__scrollbar::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .add__scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .add__scrollbar::-webkit-scrollbar-thumb {
    background: #1b2c34;
  }
  
  /* Handle on hover */
  .add__scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


.add__scrollbar__two::-webkit-scrollbar {
    width: 1px;
    height: 5px;
  }
  
  /* Track */
  .add__scrollbar__two::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .add__scrollbar__two::-webkit-scrollbar-thumb {
    background: #1b2c34;
  }
  
  /* Handle on hover */
  .add__scrollbar__two::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

