/* header start */

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}
.container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background-color: #5600E1;
    height: 490px;
}

.header .logo {

}

.header .logo img {
    float: left;
    margin-left: 200px;
    margin-top: 35px;
    width: 60px;
    height: 60px;
}

.header .btn {
    float: right;
    margin-right: 200px;
    margin-top: 42px;
    background-color: #D9D9D9;
    color: #5600E1;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    height: 2.75em;
    width: 10em;
    line-height: 2.75em;
    transition: transform .4s;
    border-radius: 15px;
}

.header .btn:hover {
    cursor: pointer;
    transform: scale(1.2);
    background-color: #d9d9d9f3;
    border-radius: 15px;
}

.header .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(155, 32, 255);
}


.header h4 {
    position: absolute;
    margin-top: 135px;
    margin-left: 200px;
    width: 701px;
    height: 263px;
    font-size: 3.5rem;
    line-height: 1.2em;
    color: #FFFFFF;
}

.youtube_prezentare {
    position: absolute;
    margin-top: 350px;
    margin-left: 200px;
}

.youtube_prezentare .logo-youtube {
    color: white;
    font-size: 20px;
    vertical-align:middle;
}


.youtube_prezentare a {
    background: linear-gradient(to bottom, var(--mainColor) 0%, var(--mainColor) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 3px;
    color: white;
    text-decoration: none;

    font-size: 14px;
    font-weight: medium;
    text-decoration: none;
    }

.youtube_prezentare a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 6px;
    background-repeat: repeat-x;
    text-decoration: none;
    color: #d9d9d9f3;
}

.arrow-round-down {
    display: block;
    position: absolute;
    margin-top: 440px;
    margin-left: 200px;
    font-size: 25px;
    color: white;
}

/* header finish */

/* body start */
.body{
    height: 2700px;
}

.box {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.info {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.box-reverse {
    display: flex;
    flex-direction: row-reverse;

}

h4 {
    margin-bottom: 10px;
}

.box p {
    width: 652px;
    height: 366px;
    background-color: #D9D9D9;
    color: black;
    text-align: left;
    font-size: 0.9rem;
    padding: 25px;
    line-height: 2rem;;
}

.box .image img {  
    display: block;
    height: 366px;
    border-radius: 50px;
}

.image {
    display: flex;
    align-items: flex-end;
    
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background-color: #5600E1;
    width: 100%;
}

.brand h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
}

.footer h2 {
    color: white;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: .1rem;
}


.brand h1 span {
    color: crimson;a
}

.footer .social-icon {
    display: flex;
    padding: 20px;
}

.footer .social-item {

}

.footer .social-icon .social-item  img {
    filter: brightness(0.8);
}

.footer .social-icon .social-item img:hover {
    filter: brightness(1);
}

.footer p {
    margin-top: 50px;
    color: white;
    font-size: 15px;
}