@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: "TikTok Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "wdth" 100;
    
}

header {
    background: url(../images/img-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    padding: 30px 10px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0px 6%;
    background: transparent;
    height: 10px;
}
.logo {
    margin-left: 20px;
    width: 190px;
    height: 70px;
    cursor: pointer;
    animation: slideRight 2s ease forwards;
}
.logo img {
    margin-left: 25px;
    width: 50%;
    height: 100%;
}
.infi {
    margin: 3.2px 0 0 8px;
    position: absolute;
}
#infini {
    position: absolute;
    margin-left: 25px;
}
.logo a {
    font-size: 16px;
    text-decoration: none;
}

nav ul {
    display: flex;
    gap: 30px;
    animation: slideBottom 2s ease forwards;
}
nav ul a:hover {
    color: aqua;
    transition: .4s all;
    box-shadow: 0px 0px 60px 0px rgb(250, 250, 250);
    border-bottom:1px solid cyan;
    /* background-color: rgb(194, 255, 235); */
    color: #fff
    
    
}
nav ul a {
    text-decoration: none;
    font-size: 26px;
    color: rgb(226, 224, 224);
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 30px;
}
nav ul li {
    list-style: none;
    
}
.menu-button {
    display: none;
}

.top-content {
    height: 100vh;
    align-items: center;
    align-content: center;
    color: #fff;
    padding: 30px 110px;
    margin-top: 40px;
    animation: slideRight 2s ease-in-out;
}
.top-content h2 {
    color: cyan;
    font-size: 36px;
}
.top-content h3 {
    font-size: 22px;
    margin-bottom: 1rem;
}
.top-content h1 {
    font-size: 3.4rem;
    flex-direction: column;
    line-height: 53px;
    margin-bottom: 20px;
}
.top-btn button {
    padding: 18px 15px;
    font-size: 18px;
    background-color: cyan;
    color: #000000;
    font-weight: 600;
    border-radius: 10%;
    border: none;
}
.top-btn :hover {
    box-shadow: 0px 9px 40px 0px cyan;
    color: #ffffff;
    font-weight: 600;
    background-color: aqua;
}
.about {
    padding: 10px 0px;
    width: 100%;
    display: flex;
    /* gap: 100px; */
    margin-top: 10px;
    justify-content: space-evenly;
}
.pic-about {
    width: 50%;
}
.pic-about img{
    width: 100%;
    height: 100%;
    size: 12px;
}
.about-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: center;
    font-size: 22px;
    padding: 30px 20px;
}
.about-content h3 {
    color: rgb(255, 0, 0);
    font-size: 18px;
}
.about-btn button {
    padding: 18px 15px;
    font-size: 18px;
    background-color: cyan;
    color: #000000;
    font-weight: 600;
    border-radius: 10%;
    border: none;   
}
.service_container {
    width: 100%;
    padding: 120px 20px;
    text-align: center;
    /* display: flex;
    flex-direction: column; */
}
.service_container h4 {
    font-size: 26px;
    margin: 10px 0;
}
.service_container h3 {
    color: red;
    font-size: 28px;
    margin-bottom: 31px;
}
.service_container h1 {
    font-size: 82px;
}
.card_icon svg{
    font-size: 82px;
    height: 100px;
    width: 100px;
    /* border: 1px solid rgb(255, 255, 255); */
    border-radius: 50%;
    padding: 10px;
    background-color: #1a1a1a;
}
.card_icon :hover {
    background-color: #fffefe;
}
.cardA_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: auto;
    padding: 20px;
    gap: 33px;
    margin: 50px 20px;
}
.cardA_container :hover {
    background-color: rgb(178, 248, 248);
    transition: all .4s ease-in-out;
    
}
.cards, .card1 {
    width: 30%;
    text-align: center;
    /* flex-wrap: wrap; */
    padding: 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 7px .1px cyan;
}
.cards ul li {
    list-style: none;
    font-size: 18px;
    gap: 10px;
}
.cards span {
    font-weight: 800;
    font-size: 21px;
}
.cards h4 {
    font-size: 26px;
    padding-bottom: 15px;
}
.cards p {
    text-align: justify;
}

.card-btn button{
    padding: 18px 15px;
    font-size: 18px;
    background-color: rgb(31, 255, 206);
    color: #000000;
    margin-top: 40px;
    font-weight: 600;
    border-radius: 6%;
    border: none;
}
.card-btn :hover {
    background-color: #ffffff;
    box-shadow: 7px 0px 70px 0px rgb(0, 119, 255);
    transition: .06s all;
}
.talk {
    width: 100%;
    padding: 20px;
    display: flex;
    gap: 100px;
    box-shadow: 0px 0px 12px red;
    margin: 12px 0px;

}
.pic-talk {
    width: 40%;
    height: 100%;
}
.pic-talk img {
    width: 100%;
    
}
.talk-content {
    width: 60%;
    align-content: center;
}
.talk-content h1 {
    font-size: 80px;
    color: red;
    margin-bottom: 50px;
    line-height: 90px;
}
.talk-content h3 {
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.talk-btn button {
    padding: 16px 27px;
    margin-top: 30px;
    background-color: red;
    border: none;
    font-weight: 600;
    font-size: 15px;
}
.talk-btn :hover {
    box-shadow: 1px 1px 40px red;
    color: #fff;
    transition: .1s all;
}
.banner {
    width: 100%;
    margin: 20px 1;
}
.banner img {
    width: 100%;
}

.link {
    margin: 0 10px;
}
.link i {
    color: #fff;
    font-size: 24px;
}
footer {
    background: pink;
    height: 300px  0px;
    margin-top: 50px;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-links {
    margin: 20px ;
    padding-bottom: 10px;
    border-bottom: 2px solid darkcyan;
}
.contact {
    width: 50%;
}
.contact-1 {
    margin-left: 30px;
    color: #000000;
    width: 100%;
}
.contact-1 h3 {
    font-size: 37px;
    margin-bottom: 24px;
    color: darkgreen;
    font-weight: 600;
}
.contact-1 li {
    display: flex;
    gap: 50px;
    font-size: 22px;
}
.contact-1 ul li {
    list-style: none;
    padding-bottom: 20px;
}
.contact-1 ul li a {
    text-decoration: none;
    font-size: 22px;
    color: #000000;
}
.contact-1 ul li a:hover {
    color: rgb(0, 143, 0);

}
.contact-1 ul li:hover {
    color: rgb(0, 143, 0);
    font-weight: 700;
    transform: scaleY(1.1);
    margin: auto;
}
.contact-form {
    width: 40%;
    height: 90%;
    padding: 20px;
    margin-right: 40px;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 15px rgb(230, 255, 255);
    border-radius: 5px;
    padding: 30px;
    background: #29471a;
}
.form input {
    padding: 7px 14px;
    border-radius: 9px;
    color: #000000;
    font-size: 14px;
    font-weight:600;
    border: 2px solid #000000;
}
.form input:hover {
    background-color: skyblue;
    transition: all .4s;
    color: #fff;

}
textarea {
    padding: 10px 4px;
    border-radius: 14px;
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #000000;
}
textarea:hover {
    background-color: skyblue ;
    transition: all .4s;
    color: #fff;
}
.submit-btn {
    margin: auto;
}
.submit-btn button {
    font-size: 16px;
    padding: 8px 32px;
    align-self: center;
    border-radius: 10px;
    background: #03b10b;
    color: #ffffff;
    font-weight: 600;
    border: none;
}
.submit-btn :hover{
    background-color: #f705f7;
    color: #fff;
    transition: all .5s;
}






@keyframes slideRight {
    0% {
        transform: translate(-100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px);
        opacity: 1;
    }
}
@keyframes slideLeft {
    0% {
        transform: translate(100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px);
        opacity: 1;
    }
}
@keyframes slideTop {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes slideBottom {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}