*{
    padding: 0;
    margin: 0;
    font-family: "Jost", sans-serif;
}
header{
    background-color: #8253D8;
}
.headcont{
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    color: white;
}
.headcont h1{
    font-size: 36px;
    font-weight: 500;
}
nav{
    display: flex;
    gap: 20px;
    align-items: center;
}
nav p{
    font-size: 18px;
}
nav i{
    font-size: 16px;
    background-color: white;
    padding: 5px;
    border-radius: 100%;
}
.fa-bars{
    display: none !important;
}
.section1{
    background-image: url(img/bg/bgup.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.sect1cont{
    display: flex;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}
.sect1cont aside{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 560px;
}
.sect1cont h1{
    font-size: 40px;
}
.sect1cont p{
    font-size: 20px;
}
.btncont{
    display: flex;
    gap: 20px;
}
.btncont button{
    padding: 10px;
    border-radius: 50px;
    width: 200px;
    font-size: 20px;
    font-weight: 700;
    background-color: #C4C4C400;
    border: 2px solid white;
    color: white;
}
.sect1cont img{
    width: 50%;
}
.section2{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    padding: 50px 25px;
    gap: 25px;
}
.section2 h1{
    font-size: 40px;
    font-weight: 500;
}
.section2 p{
    font-size: 18px;
    text-align: center;
    color: #ABABAB;
}
.sect2cont{
    display: flex;
    gap: 100px;
    align-items: center;
    margin-top: 50px;
}
.sect2minicont1{
    display: flex;
    flex-direction: column;
    gap: 200px;
}
.sect2box{
    display: flex;
    gap: 20px;
    text-align: start;
    align-items: center;
    position: relative;
}
.sect2box h3{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
    text-align: end !important;
    width: 300px;
}
.sect2box p{
    font-weight: 400;
    font-size: 16px;
    text-align: end !important;
}
.sect2box2{
    flex-direction: row-reverse;
}
.sect2box2 h3{
    text-align: start !important;
}
.sect2box2 p{
    text-align: start !important;
}
.icon{
    position: absolute;
}
.icon1{
    right: 28px;
}
.icon2{
    left: 28px;
}
footer{
    margin: 50px 0px;
    margin-bottom: 0;
    background-image: url(img/footer/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column ;
}
.footcont{
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 100px 25px;
    color: white;
    gap: 100px;
}
.footbox1{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footcont h1{
    font-size: 28px;
}
.footcont p{
    font-size: 18px;
}
.iconbox{
    display: flex;
    gap: 10px;
}
.iconbox i{
    font-size: 16px;
    padding: 5px;
    border-radius: 100%;
    background-color: white;
}
.lastbox{
    max-width: 1200px;
    margin: auto;
    border-top: 1px solid white;
    width: 100%;
}
.lasttext{
    text-align: center;
    padding: 50px;
    color: white;
    font-weight: 400;
    font-size: 20px;
}




@media (max-width: 500px) {
    nav{
        display: none !important;
    }
    .fa-bars{
        display: block !important;
        font-size: 20px;
    }
    .headcont h1{
        font-size: 24px;
    }
    .section1{
        height: 1200px;
    }
    .sect1cont{
        flex-direction: column;
        gap: 25px;
    }
    .sect1cont aside{
        width: 100%;
        text-align: center;
    }
    .section1{
        background-image: url(img/bg/bguptel.png);
    }
    .sect1cont h1{
        font-size: 28px;
    }
    .sect1cont p{
        font-size: 18px;
    }
    .btncont{
        flex-direction: column;
        align-items: center;
    }
    .sect1cont img{
        width: 90%;
    }
    .sect2cont{
        flex-direction: column;
    }
    .sect2minicont1{
        gap: 25px;
    }
    .sect2box{
        flex-direction: row-reverse !important;
        align-items: center;
        justify-content: start;
        width: 100%;
    }
    .sect2box h3{
        text-align: start !important;
    }
    .sect2box p{
        text-align: start !important;
        font-size: 14px;
    }
    .lastimg{
        width: 90%;
    }
    .icon1{
        left: 28px;
    }
    footer{
        background-image: url(img/footer/bgtel.png);
        padding-top: 150px;
    }
    .footcont{
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
    .lastbox{
        width: 90%;
    }
}