@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

section{
    padding: 100px;
}

.textbx{
    padding-bottom: 140px;
}

.banner{
    position: relative;
    min-height: 100vh;
    background: url(Fotobaldu/pexels-burst-3738831.png);
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 200px 100px 160px;
}

.banner h2{
    font-size: 3em;
    color: #fff;
    font-weight: 500;
    line-height: 3.8rem;
    text-shadow: 1px 1.5px #111;
}


.banner h3{
    padding-top: 30px;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1.5px #111;
}

.btn{
    position: relative;
    background: #e20004;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 25px;
}

.btn:hover{
    background: #d44c4f;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.3s;
}

header.sticky{
    background: #fff;
    padding: 1px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
}

header.sticky .logo{
    color: #111;
}

header ul{
    position: relative;
    display: flex;
}

header ul li{
    position: relative;
    list-style: none;
}

header ul li a{
    position: relative;
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    text-decoration: none;
}

header.sticky ul li a{
    color: #111;
}

.heading{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #111;
}

.heading h2{
    font-weight: 600;
    font-size: 30px;
}

.content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentbx{
    padding-right: 30px;
}

.contentbx h3{
    font-style: 24px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.w50{
    min-width: 50%;
}

.img{
    height: auto;
    width: 100%;
    size: 20px;
}

.siaip{
    background: #111;
}

.siaip .heading{
    color: #fff;
}
.services{
    background-color: rgb(247, 247, 247);
}

.services .content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.services .content .servicesbx{
    padding: 10px 20px;
    background: rgb(240, 240, 240);
    color: #111;
    max-width: 340px;
    margin: 20px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid rgb(163, 163, 163);
    border-radius: 20px;
}

.services .content .servicesbx:hover{
    background: #d33f42;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
}

.services .content .servicesbx img{
    max-width: 200px;
}

.services .content .servicesbx h2{
    font-size: 20px;
    font-weight: 600;
    padding-top: 25px;
}

.contact{
    padding: 15px 50px;
}

.contact .heading1{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 100px;
}

.socials{
    padding-top: 20px;
}
.socials .icon1{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 100px 0 100px;
    height: auto;
    width: 100%;  
}
.socials .icon2{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 100px 0 100px;
    height: auto;
    width: 100%;  
}
.socials .icon3{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 100px 0 100px;
    height: auto;
    width: 100%;  
}
.socials .icon1 a{
    padding: 12px 15px;
}
.socials .icon2 a{
    padding: 12px 15px;
}
.socials .icon3 a{
    padding: 12px 15px;
}

.copy
{
    padding: 10px 150px;
    background: #111;
    color: #fff;
}

@media (max-width: 991px)
{
    header, header.sticky{
        padding: 1px 50px;
        background-color: #fff;
        z-index: 1000;
    }
    .menu
    {
        position: fixed;
        top: 65px;
        right: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.5s;
        z-index: 999;
        border-top: 1px solid rgba(0, 0, 0, 0, 2);
    }
    .menu.active{
        right: 0;
    }
    header ul li a
    {
        color: #111;
        font-size: 24px;
        margin: 10px;
    }
    .logo img
    {
        width: 160px;
        height: 65px;
    }
    .toggle
    {
        width: 30px;
        height: 25px;
        background: url(Icons/iconfinder_menu_309053.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 40px;
        cursor: pointer;
        filter: invert(0);
    }
    .toggle.active
    {
        background: url(Icons/iconfinder_exit-delete-remove-close-x_2931151.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer;
    }
    header.sticky .toggle
    {
        filter: invert(0);
    }
    section
    {
        padding: 60px 50px;
    }
    .banner
    {
        position: relative;
        min-height: 100vh;
        padding: 85px 50px 5px 50px;
        background: url(Fotobaldu/pexels-burst-3738831.png) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
    }
    .textbx{
        padding: 2px 10px 160px;
    }
    .banner h2
    {
        font-size: 1.9em;
        padding-bottom: 0.5px;
        padding-left: 5px;
        text-shadow: 1px 1.5px #111;
    }
    .banner h3
    {
        font-size: 1.5em;
        padding-top: 5px;
        text-shadow: 1px 1.5px #111;
    }
    .btn
    {
        display: none;
    }
    .heading h2
    {
        font-size: 24px;
    }
    .contentbx h3{
        font-size: 20px;
    }
    .content
    {
        flex-direction: column;
    }
    .w50
    {
        margin-bottom: 20px;
        width: 100%;
        text-align: justify;
    }

    .contact{
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .contact .heading1{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-left: 80px;
    }
    .socials .icon1
    {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 10px 185px;
        height: auto;
        width: 100%;  
    }
    .socials .icon2
    {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 10px 45px;
        height: auto;
        width: 100%;  
    }
    .socials .icon3
    {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 10px 25px;
        height: auto;
        width: 100%;  
    }

    .socials .icon1 a{
    padding: 12px 7px;
    }
    .copy
{
    padding: 10px 30px;
}
}