.img.banner{
    display: block;
    margin: auto;
    width: 97%;
    height: auto;
    margin-top: 1em;
}

.box.banner_container{
 text-align: center;
}

.logo.banner{
    display: block;
    margin: auto;
    margin-top: 4em;
}

@font-face {
    font-family: myFifthtFont;
    src: url("Josefin_Sans/JosefinSans-VariableFont_wght.ttf");
  }
  

.logo.banner.header1{
    margin-top: 0.3em;
    font-size: 2.7rem;
    font-family:myFifthtFont;
    /* color: hsl(100, 38%, 38%); */
    color:hsl(270, 54%, 48%);
}

.text.begin_content{
margin-top: 1.7em;
text-align: justify;
}

@font-face {
    font-family: mySixFont;
    src: url("Roboto/Roboto-VariableFont_wdth\,wght.ttf");
  }

.para.text{
width: 80%;
margin: auto;
line-height: 1.5em;
font-family: mySixFont ;
}


.img.regulament{
    width: 80%;
    height: 445px;
    /* overflow: hidden; */
}



.control{
margin-top: 2.5em;
position: relative;
display: flex;
justify-content: center;
overflow: hidden;
}

.company.regulament{
    /* display: flex; */
    /* justify-content: center;
    flex-direction: column; */
    position: absolute;
    width: 80%;
    height: 445px;
     background-color: hsla(0, 21%, 89%, 0.649);
    }

/* .control_content{
   position: relative;
   top: -200px;
} */

@font-face {
    font-family: mySevenFont;
    src: url("Inter/Inter-VariableFont_opsz\,wght.ttf");
  }

  @font-face {
    font-family: myEigthFont;
    src: url("Roboto/static/Roboto_Condensed-Medium.ttf");
    font-weight: 200;
  }

.control.header.h2{
    /* margin-top: 6em; */
    font-size: 3rem;
    text-align: center;
    word-break: break-all;
    font-family: mySevenFont;
}
.para.control.info{
    font-size: 1.3rem;
    margin-top: 1em;
    word-break: break-all;
    font-family: myEigthFont;

}

.horn{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    top: -13px;
   float: left;
   padding-left: 0.5em;
   padding-right: 0.5em;
   height: 46px;
    width: 25px;
    /* background-color: hsl(120, 100%, 25%); */
    background-color: hsl(270, 54%, 48%);
}

.btn.btn_regulament{
    transition: 220ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-top: 0.8em;
    cursor: pointer;
    border: 0;
    background-color: hsl(150, 50%, 98%);
    display: block;
    margin: auto;
    margin-top: 4em;
    width: 250px;
    height: 45px;
    font-family: mySecondFont;
    font-size: 1rem;
    opacity: 0.9;
    border-radius: 5px;
}

.btn.btn_regulament:hover{
    box-shadow: 0px 0px 6px hsl(0, 0%, 0%);
    opacity: 1;
}

.start.container_timer{
text-align: center;
display: flex;
justify-content: center;
margin-top: 2em;
width: 100%;
height: 120px;
background-color:hsl(152, 100%, 96%);
font-family: mySecondFont;
}

.info_content{
display: flex;
align-items: center;
}

.info.header_title{
    position: relative;
    top: -10px;
}

.container_timer{
display: flex;
gap: 3em;   
margin-top: 1.4em;
}

.info_timer{
    font-size: 2.8rem;
}

.info_word{
    font-size: 1.1rem;
}

.content_header.t{
    margin-top: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-family: mySecondFont;
    /* color: hsl(100, 38%, 38%); */
    color:hsl(270, 54%, 48%);
}

.header.content_t{
    font-size: 2.1rem;
}

.main.section{
    font-family: mySecondFont;
    display: flex;
   gap: 5em;
   justify-content: center;
    /* display: grid;
    grid-template-columns: repeat(2,1fr); */
    margin-top: 2em;

}


.ul.magic,.ol.magic{
    display: flex;
    flex-direction: column;
    gap: 2.0em;
    text-align: justify;
    width: 470px;
    line-height: 1.5em;
    margin-top: 1.3rem;
}
.ol.magic{
    gap: 1.2em;
}

@font-face {
    font-family: myNineFont;
    src: url("Roboto/static/Roboto-SemiBold.ttf");
    font-weight: 200;
  }

.highlight{
   color: hsl(0, 0%, 31%);
   font-family: myNineFont;
}

@media screen and (max-width:1341px) {
    .reward_img{
        display: block;
        width: 350px;
        height: auto;
        margin: auto;
    }
}


@media screen and (max-width:1060px) {
    .ul.magic{
        width: 370px;
    }
    .ol.magic{
        width: 390px;
    }
}

@media screen and (max-width:890px) {
   .control.header.h2{
    width: 500px;
    text-align: center;
    /* margin-top: 4.5em; */
    margin-top: 1.6em;
   }
   .company.regulament{
    display: flex;
    flex-direction: column;

    align-items: center;

   }
   .para.control.info{
  width: 400px;
  text-align: justify;
  word-break: keep-all;

   }
    .ul.magic{
        width: 350px;
    }
    .ol.magic{
        width: 350px;
    }
    .info.header_title{
        width: 300px;
        top: -3px;
    }
    
    }

    @media screen and (max-width:847px) {
       
        .ul.magic{
            width: 330px;
        }
        .ol.magic{
            width: 330px;
        }
    
    }

    @media screen and (max-width:797px) {
     .ul.magic{
            width: 270px;
        }
        .ol.magic{
            width: 300px;
        }
    }
       

@media screen and (max-width:760px) {
    
    .main.section{
        flex-direction: column;
        align-items: center;
        gap: 3em;
    }
    .ul.magic{
        width: 650px;
    }
    .ol.magic{
        width: 650px;
    }
    .left_page.title,.right_page.title{
        text-align: center;
    }
    .info.header_title{
    width: 200px;
    }
}

@media screen and (max-width:725px) {
    .ul.magic{
        width: 600px;
    }
    .ol.magic{
        width: 620px;
    }
   
}

@media screen and (max-width:685px) {
    .ul.magic{
        width: 500px;
    }
    .ol.magic{
        width: 560px;
    }
  
  
    .start.container_timer{
        display: block;
    }
    .info.header_title{
        width: 500px;
        padding-top: 1em;
    }
    .start.container_timer{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        align-items: center;
    }
    .container_timer{
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    
}

@media screen and (max-width:640px) {
    .ul.magic{
        width: 450px;
    }
    .ol.magic{
        width: 500px;
    }
    .control.header.h2{
        width: 250px;
        /* margin-top: 1.5em; */
        margin-top: 0.75em;
       }
    .para.control.info{
        width: 300px;
    }
    .btn.btn_regulament{
        margin-top: 1em;
    }
}

@media screen and (max-width:559px) {
.ul.magic{
    width: 400px;
}
.ol.magic{
    width: 450px;
}
.header.content_t{
    word-break: break-all;
    font-size: 1.9rem;
}
}

@media screen and (max-width:511px) {
    .ul.magic{
        width: 350px;
    }
    .ol.magic{
        width: 350px;
    }
    .info.header_title{
        width: 400px;
    }
   
}

@media screen and (max-width:449px) {
    .info.header_title{
        width: 300px;
    }
    .ul.magic{
        width: 300px;
    }
    .ol.magic{
        width: 300px;
    }
    .control.header.h2{
        width: 230px;
        font-size: 2.5rem;
        margin-top: 1.1em;
    }
    .para.control.info{
        width: 230px;
    }
   
}

@media screen and (max-width:376px) {
.horn{
    top: -13px;
    height: 46px;
}
}

@media screen and (max-width:381px) {
    .container_timer{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .info.header_title{
    width: 250px;  
    }
    .left_page.title{
        width: 250px;
    }
    .right_page.title{
        width: 250px;
    }
    .ul.magic{
        width: 250px;
    }
    .ol.magic{
        width: 250px;
    }
    .header.content_t{
        font-size: 1.7rem;
    }
}

@media screen and (max-width:361px) {
    .control.header.h2{
        width: 190px;
        font-size: 2.3rem;

        margin-top: 1.5em;
    }
    .para.control.info{
        width: 190px;
        font-size: 1.2rem;
    }
    .btn.btn_regulament{
        width: 185px;
        height: 40px;
        padding-top: 0;
    }
    .horn{
        top: 0;
        height: 40px;
    }
}


@media screen and (max-width:305px) {
    .horn{
        width: 20px;
        height: 40px;
    }
    .ul.magic{
        width: 200px;
    }
    .ol.magic{
        width: 200px;
    }
    .left_page.title{
        width: 200px;
    }
    .right_page.title{
        width: 200px;
    }
    .link_header,.header.description{
        display: block;
    }
    .control.header.h2{
        width: 160px;
        font-size: 2rem;
        margin-top: 1.2em;
    }
    .para.control.info{
        width: 160px;
        font-size: 1.2rem;
    }
    .btn.btn_regulament{
        width: 165px;
        height: 40px;
    }
 }