* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
header{
    /* position: fixed; */
}

.main {
    position: relative;
    position: sticky;
}

.firstnavbar {
    background-color: #3a1f9c;
    color: white;
    height: 40px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.contect {
    height: 40px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px;
}

.contect a {
    color: white;
    text-decoration: none;
}

.king {
    height: 40px;
    width: 300px;
    /* display: inline-block; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 120px;
}

.king li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.king li a {
    color: white;
    text-decoration: none;
}

.navbar2 {
    height: 78px;
    width: 100%;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.logo img {
    height: 40px;
    padding: 20px 100px;
}

.king1 {
    height: 70px;
    width: 400px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 120px;
}

.king1 li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.king1 li a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;

}

.mainbody {
    /* background: url(https://staging.zonre.com/wp-content/uploads/2025/04/slider-background-1.jpg) center / cover no-repeat; */

    background-image: linear-gradient(180deg, rgba(19, 16, 34, 0.58) 0%, rgba(19, 16, 34, 0.78) 100%), url('/project1/slider-background-1.jpg');
    height: 60%;
    background-repeat: no-repeat;
    /* object-fit: cover; */
    background-size: cover;
    background-position: center;
}

.mainbody h1 {
    color: white;
    font-size: 36px;
    max-width: 900px;
    /* position: c; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 30px;
}

.mainbody h1 {
    text-align: center;
}

.mainbody #btn {
    position: absolute;
    top: 60%;
    left: 30%;
    /* border: 2px solid red; */
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.btn {
    background-color: #0D6FED;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.btn a {
    text-decoration: none;
    color: white;
}

.btn:hover {
    background-color: #005bd3;
}

.btn:visited {
    background-color: #92adcf;
}

.mainbody2 {
    /* border: 2px solid red; */
    height: 300px;
    width: 100%;
}

.mainbody2 h1 {
    text-align: center;
    position: relative;
    top: 50px;
}

.animation {
    text-align: center;
    position: relative;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 0px 30px;
}

.animation img {
    height: 80px;
    /* position: fixed; */
    animation: anime 1s linear;
}

.mainbox {
    height: 300px;
    width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.boxk {
    height: 200px;
    width: 350px;
    box-shadow: 0px 0px 5px;
    border-radius: 5px;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.boxk {
    line-height: 20px;
}

.boxk p {
    margin: 20px 0px;
}

.boxk a {
    border-radius: 5px;
    border: 1px solid rgb(6, 62, 245);
    padding: 8px 18px;
    text-decoration: none;
}

.boxk a:hover {
    color: white;
    background-color: blue;
}

.color {
    height: 450px;
    background-color: #f7f4ff;
    padding-top: 30px;
}

#offers {
    height: 350px;
    padding: 0px 60px;
}

.offer {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    gap: 10px 50px;
    align-items: center;
    justify-content: center;
}

#offers h1 {
    width: 100%;
    text-align: center;
    color: rgb(53, 44, 85);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.offersbox {
    height: 150px;
    width: 400px;
    text-align: center;
    align-items: center;
}

.svg__adjust {
    height: 45px;
    width: 50px;
    background-color: palevioletred;
    color: white;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -30px;
}

svg {
    font-size: 50px;
    padding: 10px;
}

.offersbox {
    display: flex;
}

.main__card {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
    gap: 400px;
    margin-top: 50px;
}

.card {
    height: 200px;
    width: 200px;    
}
.mycard{
    position: relative;
    top: 35px;
}
.card h3 {
    color: rgb(40, 48, 59);
    font-size: 32px;
    font-weight: 700;
font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#card23 {
    width: 300px !important;
    font-size: 18px;
    margin-top: 50px;
}

.main__mancard {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.man {
    height: 200px;
    width: 300px;
    margin: 0px 20px;
    padding: 0px 30px;
    box-shadow: 1px 1px 9px black;
}

.card_img {
    display: flex;
    gap: 30px;
    padding: 20px 20px;
}

.card_img h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.artical_container {
    height: 700px;
    width: 100%;
    margin-top: 30px;
}

.artical {
    height: 200px;
    width: 100%;
}

.artical h2 {
    color: rgb(33, 37, 41);
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}

.artical p {
    margin-top: 30px;
    color: rgb(33, 37, 41);
    text-align: center;
    font-size: 20px;
}

.artical2 {
    display: flex;
    gap: 8px;
    padding: 0px 30px;
}

.articalbox {
    height: 400px;
    width: 300px;
    position: relative;
}

.inside_box {
    width: 250px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ffffffe0;
    border-radius: 10px;
    padding: 10px 0px 5px 30px;
}

.inside_box p {
    margin: 15px;
}

.articalbox img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}


.main__Bundle {
    height: 700px;
    width: 90%;
    margin: auto;
}

.main_heading {
    width: 60%;
    margin: auto;
}

.bundle {
    text-align: center;
}

.bundle h1 {
    font-size: 37px;
    font-weight: 500;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

.bundle h5 {
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

#h1color {
    color: rgb(58, 31, 156);
}

.bundle__card {
    margin: 10px 5px;
    height: 500px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bundle_card {
    height: 200px;
    width: 150px;
    margin: 10px;
    padding: 10px 50px;
    text-align: center;
    box-shadow: 1px 1px 9px black;
    transition: all 0.1s linear;
}
.bundle_card:hover{
    transform: translateY(-2%);
    cursor: pointer;
}

.bundle_card h5 {
    margin: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,;

}

.bundle_card p {
    margin: 10px 0px;
    line-height: 24px;
}

.bundle_card button {
    padding: 10px 10px;
    background-color: darkblue;
    border: 1px solid blue;
    border-radius: 8px;
}

.bundle_card button a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.bundle_card button:hover a {
    color: blue;
}

.bundle_card button:hover {
    background-color: white;
}

.mornews {
    height: 100px;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
}

.mornews button {
    padding: 10px 20px;
    background-color: blue;
    border: 2px solid blue;
    border-radius: 8px;
}

.mornews button a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.mornews button:hover a {
    color: blue;
}

.mornews button:hover {
    background-color: white;
}

.footer_container {
    height: 500px;
    width: 100%;
    background-color: rgb(90 90 98);
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.footersame {
    height: 400px;
    width: 300px;
}
.footersame h4 {
    font-size: 1.4rem;
}

.footersame ul li {
    list-style: none;
    padding: 7px 0px;

}

.footersame ul li a {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

#footer1 img {
    height: 100px;
    width: 200px;
}

.paddingfooter ul li {
    margin: 17px 0px;
}