html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:root{
    --yes_color:#B81445;
    --altour_navy: #0a172e;
    --altour_blue: #0f3357;
    --altour_neon: #00edff;
    --altour_earth:#00a0a0;
    --altour_sky:  #5f99af;
}
html{
    scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background-color: #F7F7F4;
    color: var(--altour_navy);
}
b{
    font-weight: 700;
}
i{
    font-style: italic;
}

.underline_altour{
    text-decoration: underline;
    color: var(--altour_earth)
}
.underline_yes{
    text-decoration: underline;
    color: var(--yes_color)
}

blockquote, q {
    quotes: none;
}
a{
    text-decoration: none;
    color: inherit;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.title{
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-style: normal;
    line-height: 1.2;
}
h5{
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-style: normal;
    line-height: 1;
}
.light{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.bold{
    font-weight: 700;
}
.button{
    display: inline-block;
    border-radius: 25px;
    padding: .8rem 0;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 320px;
    width: 280px;
    text-align: center;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
}
.home-nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 32px;
    padding: 16px 0;

    .nav-logo img{
        display: inline-block;
    }
    .logo-altour{
        max-width: 275px;
        width: 120px;  
    }
    .logo-yes{
        max-width: 166px;
        width: 50px;  
    }
    .logo-ctsc{
        max-width: 120px;
        width: 50px;  
    }
}
.div-line{
    width: 90%;
    max-width: 1200px;
    background-color: #0F3357;
    height: 5px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.list-number, .list-style{
    padding: 0 1.2rem 0;
    list-style: none;
}
.list-style li{
    line-height: 1.2;
    padding-left: .2rem;
}
.list-style li::before {
    content: "";
  }
  
  .list-style li::marker {
    content: "▶";
  }
header{
    margin-bottom: 4rem;
}
.home-hero{
    .home-hero__img{
        position: relative;
        margin: -1rem auto;
        z-index: -1;
        img{
            display: block;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            object-fit: cover;
        }
    }
    .home-hero__cn-title{
        max-width: 1200px;
        color: #00A0A0;
        text-align: right;
        z-index: 9;
        margin: 0 auto;
    }
    .home-hero__cn-number{
        display: inline-block;
        padding: 1rem;
        background-color: #00A0A0;
        color: #0F3357;
        margin: 0 1rem 0 .5rem;
    }
    .home-hero__title-container{
        background-color:#0F3357;
        width: 90%;
        height: 100%;
        max-width: 900px;
        margin: -1rem auto 0;
        box-shadow: 2px 4px 8px 4px rgba(15, 51, 87, 0.2);
        z-index: 9;
        padding: 40px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .home-hero__title{
        color: #F5F3E3;
        max-width: 820px;
        padding: 0 40px;
        font-size: 1.5rem;
        opacity: 0;
        visibility: hidden;
        animation: 2s translateAnimation 0s ease-in-out;
        animation-fill-mode: forwards;
    }
    .home-hero__img-text{
        color: #F5F3E3;
        font-size: 12px;
        padding: 0 40px;
        line-height: 1.4;
    }
    .home-hero__button{
        border: 1px solid var(--altour_neon);
        color: var(--altour_neon);
        margin: .6rem 0;
        opacity: 0;
        visibility: hidden;
        animation: 2.5s translateAnimation 0s ease-in-out;
        animation-fill-mode: forwards;
    }
}

.main-img{
    width: 100%;
    padding-bottom: 2rem;
    content-visibility: auto;
    img{
        width: 100%;
        max-width: 700px;

    }
}
.home-main{
    overflow: hidden;
}
.main-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 3rem;
    img{
        margin: 0 auto;
        max-width: 300px;
    }
    .altour-section__logo-container{
        width: 250px;
        height: 80px;
        background-color: var(--altour_navy);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -1rem;
        margin-bottom: 2rem;
        box-shadow: 0px 2px 20px 4px rgba(10, 23, 46, 0.2);
    }
    .altour-section__logo-container img{
        height: 50px;
    }
    .yes-section__logo-container{
        width: 250px;
        height: 80px;
        background-color: var(--yes_color);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -1rem;
        margin-bottom: 2rem;
        box-shadow: 0px 2px 20px 4px rgba(184, 20, 69, 0.2)
    }
    .yes-section__logo-container img{
        height: 70px;
    }
    .ctsc-section__logo-container{
        width: 250px;
        height: 80px;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -1rem;
        margin-bottom: 2rem;
        box-shadow: 0px 2px 20px 4px rgba(0, 0, 0, 0.2);
    }
    .ctsc-section__logo-container img{
        height: 70px;
    }
    .main-section__title{
        font-size: 1.2rem;
        width: 90%;
        max-width: 320px;
    }
}
.ctsc-section{
    .ctsc-section__logo-container{
        margin-bottom: 1rem;
    }
    .main-section__img--text{
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 12px;
    }
}
/* Carousel */
.slideshow-container {
    max-width: 900px;
    position: relative;
    margin: auto;
    padding-bottom: 2rem;
    content-visibility: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    img{
        max-width: 100%;
    }
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(10, 23, 46,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #B3D5DD;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: var(--altour_navy);
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/**/
footer{
    background-color: var(--altour_navy);
    .footer-privacy{
        
        color: #F7F7F4;
        font-size: 12px;
        padding: 2rem 1rem;
        line-height: 1.3;
        p{
            margin-bottom: 1rem;
            text-align: justify;
        }
        a{
           color: #00edff; 
        }
        img{
            width: 220px;
            height: 100%;
        }
    }
}
@media (min-width: 768px){
    .home-nav{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 16px 0;
    }
    .home-hero{
        .home-hero__cn-title{
            font-size: 2rem;
            max-width: 900px;
            margin: 0 auto;
        }
        .home-hero__title-container{
            background-color:#0F3357;
            width: 80%;
            max-width: 900px;
            margin: 0 auto;
            box-shadow: 2px 4px 8px 4px rgba(15, 51, 87, 0.2);
        }
        .home-hero__cn-number{
            margin: 0;
        }
        .home-hero__title{
            font-size: 2rem;
            max-width: 600px;
            margin: 0 auto;
        }
        .home-hero__img{
            max-height: 480px;
            overflow: hidden;
            picture{
                object-fit: cover;
            }
        }
        .home-hero__img-text{
            width: 100%;
            text-align: right;
            margin: 0 4.5rem;
        }
        .home-hero__button{
            margin: 1rem 0;
        }
    }
    .main-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        .main-section__img{
            margin: 0;
            width: 350px;
            justify-self: end;
            grid-row: 1 / 4;
        }
        .altour-section__logo-container, .ctsc-section__logo-container{
            margin: 0 0 0 -2rem;
            
        }
    }

    .main-section__title{
        grid-row: 2 / 3;
        margin: 0 0 0 2rem;
        align-self: center;
    }
    .main-section__button{
        grid-row: 3 / 4;
        margin: 0 0 0 2rem;
        align-self: center;
        border: 1px solid var(--altour_navy);
    color: var(--altour_navy);
    }
    .altour-section{
        .main-section__title{
            font-size: 1rem;
        }
    }
    .yes-section{
        .main-section__img{
            margin: 0;
            width: 350px;
            justify-self: start;
            grid-row: 1 / 4;
            grid-column: 2/3;
        }
        .yes-section__logo-container{
            margin: 0 -2rem 0 0;
            justify-self: end;
        }
        .main-section__title{
            text-align: right;
            justify-self: end;
            margin: 0 2rem 0 0;
            font-size: 1rem;
        }
        .main-section__button{
            grid-row: 3 / 4;
            justify-self: end;
            margin: 0 2rem 0 0;
        }
    }
    .ctsc-section{
        grid-template-rows: 1fr 1fr 1fr .5fr;
        margin-bottom: 1rem;
        .main-section__img--text{
            grid-row: 4 / 5;
            justify-self: end;
            margin-top: .5rem;
            align-self: flex-start;
        }
        .main-section__title{
            margin-bottom: 0;
            font-size: 1rem;
        }
        
    }
    footer{
        .footer-privacy{
            display: flex;
            flex-wrap: nowrap;
            gap: 1rem;
            p{
                margin-bottom: 0rem;
                text-align: justify;
            }
        }
        
    }
}
@media (min-width: 1024px){
    .home-hero{
        .home-hero__title{
            font-size: 2.2rem;
            max-width: 680px;
            padding-left: 0;
            padding-right: 0;
        }
        .home-hero__title-container{
            margin: -2rem auto 0;
        }
    }
}
/* articles */
.altour-nav, .yes-nav, .ctsc-nav{
    background-color: var(--altour_navy);
    
}
.altour-container, .yes-container, .ctsc-container{
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    visibility: hidden;
    animation: 2s navbar 0s ease-in-out;
    animation-fill-mode: forwards;

    .nav-home a, .nav-logos a{
        text-decoration: none;
        text-transform: uppercase;
        color: #F7F7F4;
        font-size: 1rem;
        transition: text-decoration 2s;
    }
    .nav-logos     .nav-active{
        font-weight: 700;
    }
    .nav-home{
        width: 50%;
        padding-left: 1rem;
        transition: text-decoration 2s;
    }
    .nav-home a:hover{
        text-decoration: underline;
    }
    .nav-logos{
        width: 50%;
        padding-right: 1rem;
        text-align: right;
        display: flex;
        gap: 2rem;
        justify-content: end;
    }
    .nav-logos a:hover{
        text-decoration: underline;
    }
}
.header-altour{
    margin-bottom: 2rem;
}
.altour-hero{
    .altour-hero__img{
        position: relative;
        margin: -1rem auto;
        z-index: -1;
        img{
            display: block;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        } 
    }
    .altour-hero__info-rs{
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        img{
            width: 30px;
        }
    }
    .altour-hero__info-logo{
        width: 200px;
    }
    .altour-hero__info{
        background-color:var(--altour_navy);
        width: 90%;
        max-width: 900px;
        margin: -2rem auto 0;
        box-shadow: 2px 4px 8px 4px rgba(15, 51, 87, 0.2);
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1rem 0;
    }
    .altour-hero__info-title{
        max-width: 700px;
        color: #F5F3E3;
        width: 90%;
        max-width: 600px;        
        font-size: 1.2rem;
        text-align: center;
    }
}
.article-container{
    padding: 0 1rem;
    .main-title{
        font-size: 2rem;
        margin-bottom: 2rem;
        margin: 0 auto 1rem;
        text-align: left;
    }
    .main-subtitle{
        font-size: 1rem;
        text-align: justify;
        margin: 0 auto 1rem;
        line-height: 1.4;
        font-weight: 600;
    }
    .main-text__title{
        font-size: 1.6rem;
        margin: 0 auto 1rem;
    }
    .main-text__subtitle{
        font-size: 1.2rem;
        margin: 0 auto .6rem;
    }
    .main-text{
        text-align: justify;
        margin: 0 auto 1rem;
        line-height: 1.4;
    }
}
.article-border{
    border: 2px solid var(--altour_navy);
    margin-bottom: 2rem;
}
#extra-note{
    .main-title, .main-subtitle, .main-text__title, .main-text{
        color: var(--altour_blue);
    } 
}
#extra-note_2{
    .main-title, .main-subtitle, .main-text__title, .main-text{
        color: var(--altour_navy);
    } 
}
.fb-container{
    max-width: 360px;
    margin: auto auto 1rem;
    fb-page{
        width: 360px;
    }
}
.share{
    margin: 2rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    .share-title{
        text-align: center;
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .share-icons{
        display: flex;
        gap: 1rem;
        img{
            width: 32px;
        }
    }
}
.web-title{
    text-decoration: none;

    h3{
        color: var(--altour_navy);
    }
    h3:hover{
        color: #00edff;
    }
}
.web{
    margin-bottom: 1rem;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.2rem;
    .altour-slogan span{
        color: #00edff;
    }
}
aside{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.altour-container, .yes-container, .ctsc-container{
    background-color: var(--altour_navy);
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    .nav-home a, .nav-logos a{
        text-decoration: none;
        text-transform: uppercase;
        color: #F7F7F4;
        font-size: 1rem;
        
    }
    .nav-home{
        width: 50%;
        padding-left: 1rem;
    }
    .nav-home a:hover{
        text-decoration: underline;
    }
    .nav-logos{
        width: 50%;
        padding-right: 1rem;
        text-align: right;
        display: flex;
        gap: 2rem;
        justify-content: end;
    }
    .nav-logos a:hover{
        text-decoration: underline;
    }
}
.header-yes{
    margin-bottom: 2rem;
}
.yes-hero{
    .yes-hero__img{
        position: relative;
        margin: -1rem auto;
        z-index: -1;
        img{
            display: block;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        } 
    }
    .yes-hero__info-rs{
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        img{
            width: 30px;
        }
    }
    .yes-hero__info-logo{
        width: 120px;
    }
    .yes-hero__info{
        background-color:var(--yes_color);
        width: 90%;
        max-width: 900px;
        margin: -2rem auto 0;
        box-shadow: 0px 2px 20px 4px rgba(184, 20, 69, 0.2);
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1rem 0;
    }
    .yes-hero__info-title{
        max-width: 700px;
        color: white;
        width: 90%;
        max-width: 600px;        
        font-size: 1.2rem;
        text-align: center;
    }
}
.share-title__yes{
    color: var(--yes_color);
}
.web-yes{
    display: flex;
    flex-wrap: wrap;
    .web-img{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    img{
        width: 70%;
        margin: 0 auto;
    }
}
.header-ctsc{
    margin-bottom: 2rem;
}
.ctsc-hero{
    .ctsc-hero__img{
        position: relative;
        margin: -1rem auto;
        z-index: -1;
        img{
            display: block;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        } 
    }
    .ctsc-hero__img-text{
        color: #F5F3E3;
        text-align: right;
        font-size: 12px;
        align-self: flex-end;
        margin-right: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .ctsc-hero__info-rs{
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        img{
            width: 30px;
        }
    }
    .ctsc-hero__info-logo{
        width: 120px;
    }
    .ctsc-hero__info{
        background-color:#000;
        width: 90%;
        margin: -2rem auto 0;
        box-shadow: 0px 2px 20px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1rem 0;
    }
    .ctsc-hero__info-title{
        max-width: 700px;
        color: #F5F3E3;
        width: 90%;
        max-width: 600px;        
        font-size: 1.2rem;
        text-align: center;
    }
}
.share-ctsc{
    color: #000;
}
.web-ctsc{
    display: flex;
    flex-wrap: wrap;

    img{
        width: 100%;
    }
}
@media (min-width: 768px){
    .container{
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .altour-hero{
        .altour-hero__info-title{
            font-size: 2rem;
        }
        .altour-hero__img{
            max-height: 480px;
            overflow: hidden;
            img{
                object-fit: cover;
            }
        }
        .altour-hero__info{
            width: 100%;
            max-width: 700px;
            margin-top: -4rem;
            padding: 2rem 0;
        }

    }
    .yes-hero{
        .yes-hero__info-title{
            font-size: 2rem;
            
        }
        .yes-hero__info{
            width: 100%;
            max-width: 700px;
            margin-top: -4rem;
            padding: 2rem 0;
        }
        .yes-hero__info-logo{
            width: 180px;
        }
        .yes-hero__img{
            max-height: 480px;
            overflow: hidden;
            img{
                object-fit: cover;
            }
        }
    }
    .ctsc-hero{
        .ctsc-hero__info-title{
            font-size: 2rem;
        }
        .ctsc-hero__info{
            width: 100%;
            max-width: 700px;
            margin-top: -4rem;
            padding: 2rem 0;
        }
        .ctsc-hero__img{
            max-height: 480px;
            overflow: hidden;
            img{
                object-fit: cover;
            }
        }
    }
    .article-main{
        width: 500px;
        margin: 0 auto;
    }
    aside{
        width: 200px;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        .gif-container{
            position: sticky;
            top: 1rem;
            width: 177px;
            height: 450px;
        }
    }
    .social-network{
        margin-bottom: 1rem;
        display: flex;
        align-items: flex-end;
    }
    .share{
        width: 140px;
        justify-content: start;
        align-items: start;
        justify-self: flex-start;
        .share-title{
            text-align: left;
        }
        .share-icons{
            display: flex;
            gap: 1rem;
            img{
                width: 32px;
            }
        }
    }
    .fb-container{
        width: 360px;
        margin: 0 1rem 1rem 0;
    }
    .web{
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.6rem;
    }
    .web-yes{
        display: flex;
        align-items: center;
        .web-img{
            max-width: 40%;
            justify-content: flex-start;

            img{
                margin: 0;
            }
        }
        .web-slogan{max-width: 40%;}
    }
}
@media (min-width: 1024px){
    .container{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 900px;
    }
    .altour-hero{
        .altour-hero__info-title{
            font-size: 2rem;
        }
        .altour-hero__info{
            width: 100%;
            max-width: 900px;
            margin-top: -4rem;
            
        }
    }
    .yes-hero{
        .yes-hero__info-title{
            font-size: 2rem;
        }
        .yes-hero__info{
            width: 100%;
            max-width: 900px;
            margin-top: -4rem;
            
        }
    }
    .ctsc-hero{
        .ctsc-hero__info-title{
            font-size: 2rem;
        }
        .ctsc-hero__info{
            width: 100%;
            max-width: 900px;
        }
    }
    .article-main{
        width: 700px;
        margin: 0 auto;
    }
    .share{
        width: 340px;
    }
    .fb-container{
        width: 360px;
    }
    aside{
        max-width: 200px;
        justify-content: flex-start;
    }
    .web{
        width: 900px;
        font-size: 2rem;
    }
    .footer-privacy{
        max-width: 900px;
        margin: 0 auto;
    }
}
.translate-animation__start{
    opacity: 0;
    visibility: hidden;
    animation: 2s translateAnimation 0s ease-in-out;
    animation-fill-mode: forwards;
}
.left-animation__start{
    opacity: 0;
    visibility: hidden;
    animation: 2s translateLeftAnimation 0s ease-in-out;
    animation-fill-mode: forwards;
}
.right-animation__start{
    opacity: 0;
    visibility: hidden;
    animation: 2s translateRightAnimation 0s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes navbar{
    0%{
        transform: translateY(-100px);
        visibility: visible;
    }
    100%{
        transform: translateY(0);
        visibility: visible;
    }
}

@keyframes translateAnimation{
    0%{
        transform: translateY(50px);
        visibility: hidden;
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    100%{
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes translateLeftAnimation{
    0%{
        transform: translatex(-200px);
        visibility: hidden;
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
}
@keyframes translateRightAnimation{
    0%{
        transform: translatex(200px);
        visibility: hidden;
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
}