* {
    font-family:'Poppins';
}
html,body {
    margin:0;
    padding:0;
}
body{
    background: url('../img/banner.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
footer {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 14px;
}
a {
    color: #ffe14f;
    text-decoration: none;
    transition: .4s all ease;
}
a:hover {
    color: #fff;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.content h2 {
    font-size: 113px;
    color: #ffe14f;
    line-height: 70px;
    margin: 0;
    margin-bottom: 60px;
}
.content p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    max-width: 650px;
    width:100%;
    margin: auto;
    text-align: center;
    font-weight: 400;
}
.content {
    text-align: center;
    max-width: 1050px;
    width:100%;
}
.contact-info ul {display: flex;align-items: center;justify-content: center;gap: 20px;color: #fff;margin: 40px 0;font-size: 20px;text-transform: uppercase;font-weight: 600;}
.social-info h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .20px;
}
.social-info ul li {
    display: inline-block;
    margin: 0 10px;
}
.social-info ul li a {
    color: #fff;
}
footer a {
    font-weight: bold;
}
.social-info ul li a:hover {
    color: #ffe14f;
}
.logo {
    position: relative;
    margin: 0px 0 130px;
}
.logo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 640px;
    height: 345px;
    background: url('../img/shadow.png') no-repeat center;
    transform: translate(-20%, -35%);
    z-index: -1;
}
.single-service {
    text-align: center;
    position: relative;
}
.single-service img {
    max-width: 110px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    object-fit: contain;
    background: #bdbdbd;
    height: 110px;
}
.single-service h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    margin: 20px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .4s all ease;
}
.servce-list {
    height: 165px;
    margin-top: 50px;
}
li.slick-slide.slick-current.slick-active.slick-center h5 {
    opacity: 1;
}
@media only screen and (max-width:1600px) {
    .content h2 {
        font-size: 80px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .content p {
        font-size: 14px;
        max-width: 460px;
        line-height: 24px;
    }
    .logo {
        margin: 0 0 50px;
    }
    .logo img {
        max-width: 240px;
        width:100%;
    }
    .logo:before {
    height: 150%;
    background-size: 100% 100%;
    transform: translate(-30%, -15%);
}
    .contact-info ul {
        font-size: 14px;
        margin: 20px 0;
    }
    footer {
        font-size: 12px;
        bottom: 10px;
    }
    .social-info h5 {
        margin: 10px 0;
    }
    .servce-list {
        margin-top: 20px;
    }
    .servce-list > ul {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width:1100px) {
    body {
        height: auto;
        display: block;
    }
    .logo:before {
        width: 100%;
        transform: none;
        height: auto;
        background-size: 100% 100%;
        transform: scale(1.1);
    }
    .content h2 {
        font-size: 42px;
        line-height: 43px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .logo {
        margin: 60px auto 40px;
        text-align: center;
        overflow: hidden;
    }
    footer {
        left: 0;
        right: 0;
        text-align: center;
    }
    .contact-info ul {
        flex-direction: column;
        gap: 5px;
    }
    .social-info {
        margin-top: 30px;
    }
    .contact-info {
        margin-top: 40px;
    }
    body {
        background-size: cover;
    }
    .servce-list {
        margin-top: 60px;
    }
}
@media only screen and (max-width:680px) {
    footer {
        margin-top:30px;
        position:unset;
    }
}