* {
    box-sizing: border-box;
}


body {
    margin: 30px;
    background-color: rgb(255, 255, 255);

    display: flex;
    align-items: center;
    justify-content: center;
}

.main_div {
    width: 100%;
    max-width: 1024px;
    background-color: rgb(255, 255, 255);

}


.footer {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: gray;
}


.header {
    width: 100%;
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);

    position: relative;
}



.burger-menu {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    /* position: relative; */
}

.burger-menu ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    background-color: #ffffff; 
    overflow: hidden;
     
}

.burger-menu ul li a { 
    display: block; 
    color: rgb(56, 56, 56); 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold; 
    padding: 10px 10px; 
    text-decoration: none; 
} 

.burger-content li a {
    text-decoration: none;
    color: white;
}

.burger-content li a:hover {
    background-color: #ff6a00;
    border-radius: 10em;
}

.burger-icon { 
    display: none; 
    font-size: 30px; 
    cursor: pointer;
    text-align: right;
    /* position: absolute;
    top: 0;
    right: 0;  */
} 
 
.burger-content { 
    display: block; 
} 
 
  
@media screen and (max-width:900px) 
{ 

    .burger-icon { 
        display: block; 
        /* position: absolute;
        top: 0;
        right: 0; */
    } 
 
    .burger-content { 
        display: none; 
        background-color: #ffffff; 
        list-style-type: none; 
        padding: 0; 
    } 
 
    .burger-content ul { 
        display: flex; 
        flex-direction: column;
        
    } 

    .burger-content li { 
        padding: 10px; 
        text-align: center; 
    } 
 
} 

@media screen and (min-width:900px) 
{ 
    .burger-icon { 
        display: none; 
    } 
 
    .burger-content { 
        display: block; 
        background-color: #1d1d1d; 
        list-style-type: none; 
        padding: 0; 
    } 
 
    .burger-content ul { 
        display: flex ; 
        flex-direction: row; 
    } 

    .burger-content li {
        padding: 10px;
        text-align: left;
        float: left;
    }

    } 


    /* ---- */

h1 {
    color: #0A0A0A;
    font-family: Arimo;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -1.5px;
    margin: 0;
    text-align: center;
}

h2 {
    color: #737373;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.first_block {
    display: flex;
    flex-wrap: nowrap;
    /* height: 700px; */
    justify-content: space-between;
    align-items: center;
    
    /* background: linear-gradient(135deg, #fff3e8, #ffffff);
    border-radius: 24px; */

    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 20px;

}



.text_block_1 {
    display: flex;
    width: 100%;
    height: 506px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.first_sec_img {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    position: relative;
}

.img_container {
 align-self: center;
 width: 80%;
 height: auto;   
}

.high_energy_ikon {
    position: absolute;
    top: 32px;
    left: 48px;
    animation-name: appear;
    animation-duration: 1.1s;
    animation-delay: 1.51s;
    animation-fill-mode: backwards;
}


.woman_2 {
    width: auto;
    height: auto;
    position: absolute;
    top: 80px;
    right: 0;
    border-radius: 18px;
    animation-name: slide;
    animation-duration: 1.5s;
    transition-timing-function: linear;
}

.woman-stratching {
    width: 266px;
    height: 400px;
    position: absolute;
    top: 153px;
    left: 0px;
    border-radius: 18px;
    animation-name: slide;
    animation-duration: 1.5s;
    transition-timing-function: linear;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}

.members_ikon {
    width: 252px;
    height: auto;
    position: absolute;
    top: 552px;
    left: 32px;
    animation-name: appear;
    animation-duration: 1.95s;
    animation-delay: 1.51s;
    animation-fill-mode: backwards;
}

.top_related {
    width: 126px;
    height: 70px;
    padding: 12px 16px 1px 16px;
    position: absolute;
    top: 510px;
     right: 0px;
    animation-name: appear;
    animation-duration: 1s;
    animation-delay: 1.51s;
    animation-fill-mode: backwards;
}

.Cirkle {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 48px;
    right:0px;
    animation-name: appear;
    animation-duration: 1s;
    animation-delay: 1.51s;
    animation-fill-mode: backwards;
}

.achieve {
    display: flex;
    width: fit-content;
    height: auto;
    padding: 10px 16px;
    background-color: #FEF3F0;
    align-items: center;
    border-radius: 10px;
   
}

button {
    width: 40%;
    border: none;
    border-radius: 16px;
    padding: 14px 28px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(255, 122, 0, 0.4);
    transition: box-shadow 0.3s ease;
}

button:hover {
    box-shadow: 0 18px 40px rgba(255, 122, 0, 0.55);
    transform: scale(120%);
}


.second_block {
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
}



.cards_wrap {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    gap: 10px;
}

.cards_wrap figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin: 0;
}

.cards_wrap figure img {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: .6s;
}

.cards_wrap figure figcaption {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 10px 8px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-align: center;
    font-family: poppins, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    transform: translateY(100%);
    transition: .6s;
}

.cards_wrap figure:hover figcaption {
    transform: translateY(0);
}

.cards_wrap figure:hover img {
    transform: scale(1.25);
}


.card {
    height: auto;
    width: 30%;
   }



p {
    text-align: center;
}


.third_block {
    display: flex;
    gap: 30px;
    background-color: #f6a87044;
    padding: 40px;
    border-radius: 28px;
    margin: 80px 0;
}

.third_block img {
    align-self: center;
}

.third_scr_text {
    color: rgb(6, 6, 6);
}


.third_scr_text {
    flex-grow: 2;
    height: fit-content;
    align-content: center;
    margin: 30px;
    text-align: left;
}

.third_scr_text p {
    text-align: left;
    text-indent: 10px;
}

audio {
    align-content: center;
    width: 100%;
}




.fourth_block {
    display: flex;
    background-color: #fffdfd;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: space-between;
    align-items: center;
}

.fourth_scr_text {
    width: 33%;
    background-color: lightgrey;
    /* height: 180px; */
    align-content: center;
    margin: 30px;
}

*/ */ footer {
    display: flex;
    justify-content: center;

}

@keyframes slide {
    0% {
        opacity: 0.5;
        transform: translateX(1000px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0%);
    }

    70% {
        opacity: 0.8;
        transform: scale(120%);
    }

    100% {
        opacity: 1;
        transform: scale(100%);
    }
}



h3 {
    text-align: center;
    margin-top: 70px;
}

.video_container {
  width: 67%;
  height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_container video {
  width:auto;
  height: 240px;
  object-fit: scale-down; 
}

@media screen and (max-width:900px){
    .first_block{
        flex-direction: column;
        background: linear-gradient(135deg, #fdddbe, #ffffff);
        border-radius: 15px;
        margin-top: 20px;
        padding: 5px;
    }
    
    .achieve {
    background: none;
    }

    .first_sec_img {
        align-self: center;
        display: none;
    }

    .woman_2{
        width: 100px;
        height: auto;
    }
    
    /* .second_block {
        flex-direction: column;
        align-items: center;
    } */

    /* .cards_wrap{
        flex-direction: column;
        align-items: center;
    } */

    .cards_wrap figure img {
        width: auto;
        /* height: 300px; */
    }

    .third_block {
        flex-direction: column;
    }

    .third_block img {
        width: 100%;
        height: auto;

    }

    .fourth_block {
      flex-direction: column;  
    }
}













