*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

a
{
    color: #FFF;
}

nav 
{
    position: absolute;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

nav a 
{
    color: white;
    transition: 0.6s;
}

nav .logo
{
    font-size: 2em;
    font-weight: bold;
}

nav ul
{
    display: flex;

}

nav ul li 
{
    margin: 0 25px;
}

nav ul li a:hover 
{
    color: rgb(20, 209, 193);
    transition: 0.6s;
}

nav .menu-hamburger
{
    display: none;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
}

.mobile-menu
{
    margin-left: 0;
}

@media screen and (max-width: 900px) {
    nav
    {
        padding: 0;
    }
    nav .menu-hamburger
    {
        display: block;
    }
    nav ul 
    {
        top: 0;
        left: 0;
        background-color: rgba(88, 88, 88, 0.2);
        backdrop-filter: blur(9px);
        width: 100%;
        height: 100vh;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: -100%;
        transition: all 0.5s ease;
    }
    nav ul li 
    {
        margin: 25px 0;
        font-size: 1.2em;
        text-shadow: -5px 2px 6px #000000;
    }
    nav .logo
    {
        position: absolute;
        top: 50px;
        left: 50px;
    }
}

header
{
    padding-left: 290px;
    padding-right: 200px;
    color: white;
    height: 954px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-left svg
{
    height: auto;
    width: 400px;
}

header .header-right
{
    width: 897px;
}

header .header-right h5
{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

header .header-right h3
{
    margin-top: 38px;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
}


header .header-right h4
{
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

header .header-right p
{
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 60px;
}

header .header-right span
{
    padding: 10px;
    border : 2px solid white;

}
header .header-right span img
{
    padding-right: 10px;
}

.sec-1
{
    color: #000;
    height: 2473px;
    padding: 10% 20% 10% 20%;
}

.sec-1 h3
{
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
}

.sec-1 .part1
{
    margin-top: 48px;
    display: flex;
    align-items: center;
}


.sec-1 .part1 div p
{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    margin-left: 15px
}

.part2
{
    margin-top: 78px;
}

.part2 div
{
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.part2 div p
{
    margin-left: 38px;
    width: 734px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px;
}

.sec-3
{
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}

.sec-3 .card
{
    height: 556px;
    width: 354px;
    background-color: #F9F9F9;
}

.sec-3 .card h4
{
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 63.95px 34px 63.94px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.4px;

}

.sec-3 .card:nth-child(1) h4
{
    background-color: #7A7A7A;
}

.sec-3 .card:nth-child(2) h4
{
    background-color: #45A8FB;
}

.sec-3 .card:nth-child(3) h4
{
    background-color: #F6BB06;
}

.sec-3 .card div
{
    padding: 40px 16px 33.5px 20px;
    background-color: white;
}

.sec-3 .card div h6
{
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 58.5px;
}

.sec-3 .card div p
{
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
}

.sec-3 .card ul
{
    height: 223px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
}

.sec-3 .card ul li
{
    padding-top: 20px;

}

.sec-3 .card ul li p img
{
    margin-right: 10px;
}

.sec-3 .card p
{
    margin-left: 30px;
}

.sec-4
{
    margin-top: 10%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sec-4 img
{
    height: 200px;
}

.sec-5
{
    color: #ffffff;
    height: 703px;
    background-image: url(img/Background_contact.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec-5 h5
{
    text-align: center;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sec-5 p
{
    margin-top: 57px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-5 span
{
    transition: 1s;
    margin-top: 87px;
    height: 79px;
    width: 329px;
    background-color: #45A8FB;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-5 span a
{
    color: white;
}

.sec-5 span:hover
{
    background-color: white;
    transition: 1s;
}

.sec-5 span:hover a
{
    color: #45A8FB;
    transition: 1s;
}

footer
{
    padding: 50px;
    color: white;
    font-size: 23px;
    background-color: #0A0B0F;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer section
{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

footer section div
{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

footer section div span
{
    margin-top: 10px;
    font-size: 20px;
}

footer section div span a
{
    color: white;
}

footer .copy
{
    font-size: 20px;
    color: #667085;
}


@media screen and (max-width: 1858px) {
    .sec-1
    {
        padding: 10% 15% 10% 15%;
    }
    header 
    {
        display: flex;
        justify-content: center;
    }
    header .header-left svg
    {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1616px) {
    .sec-1
    {
        padding: 10% 10% 10% 10%;
    }
}

@media screen and (max-width: 1550px) {

    header 
        {
            padding-left: 100px;
            padding-right: 100px;
        }
}

@media screen and (max-width: 1400px) {

    header 
        {
            padding-left: 50px;
            padding-right: 50px;
        }
}

@media screen and (max-width: 1390px) {

    .sec-1
    {
        padding: 10% 5% 10% 5%;
    }
}


@media screen and (max-width: 1300px) {

    header .header-right p
    {
        width: 700px;
    }
    header .header-right 
    {
        margin-left: 40px;
    }
    .sec-1
    {
        height: auto;
    }
    .sec-3
    {
        flex-direction: column;
        align-items: center;
    }
    .sec-3 .card 
    {
        margin-bottom: 30px;
    }
    header 
    {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1240px) {
    header .header-left img
    {
        height: 200px;
        width: auto;
    }
    header 
    {
        height: auto;
        padding-top: 30px;
    }
    header .header-left
    {
        margin-top: 12%;
    }
    header .header-right
    {
        margin-top: 15%;
    }
    .sec-1 .part1
    {
        flex-direction: column;
    }
    .sec-1 .part1 p 
    {
        width: 540px;
    }
    header .header-right h3
    {
        font-size: 46px;
    }
    header .header-right h4
    {
        font-size: 16px;        
    }
    header .header-right p
    {
        font-size: 13px;
        width: 626px;
    }
}


@media screen and (max-width: 1050px) {
    header .header-left
    {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .sec-4 img
    {
        display: none;
    }
    .part2
    {
        display: none;
    }
    .sec-1 h3 
    {
        text-align: center;
        font-size: 25px;
    }
}

@media screen and (max-width: 700px) {
    header .header-right {
        margin-left: 0px;
    }
    .sec-5 p
    {
        font-size: 18px;
    }
    .sec-5 h5
    {
        font-size: 25px;
    }
    .sec-5 span
    {
        font-size: 25px;
    }
}

@media screen and (max-width: 700px) {
    header .header-right p {
        width: auto;
    }
}

@media screen and (max-width: 626px) {
    .header-right
    {
        display: flex;
        flex-direction: column;
    }
    header .header-right span
    {
        border: none;
        margin-right: 0;
        padding: 0;
        padding-bottom: 10px;
    }

}


@media screen and (max-width: 600px) {
    header .header-right h3 {
        font-size: 25px;
    }
    header .header-right p
    {
        margin-top: 0px;
    }
    header .header-right h4 
    {
        margin-top: 0px;
        line-height: 27px;
    }
    header .header-right h3 
    {
        margin-top: 0px;
    }
    .sec-3 .card div h6
    {
        font-size: 46px;
    }
    header 
    {
        padding-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .sec-1 .part1 img 
    {
        width: 100%;
    }
    .sec-1 .part1 div p
    {
        width: 100%;
    }
    header 
    {
        padding-left: none;
    }
    nav .logo 
    {
        left: 22px;
    }
    header .header-right h3
    {
        line-height: 30px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 420px) {
    .sec-3 .card 
    {
        width: 90%;
    }
    .sec-5 span 
    {
        width: 264px;
    }
    
    footer section
    {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }
    header 
    {
        padding-top: 70px;
    }

}

@media screen and (max-width: 300px) {
    .sec-5 span
    {
        height: 58px;
        width: 219px;
        font-size: 22px;
    }

    footer
    {
        padding: 7px;
        padding-top: 20px;
    }

}