* {
    font-family: 'Inter', sans-serif;
    color: white;
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body {
    background-color: #070707;
    
}
.rightcircle {
    z-index: -1;
    width: 550px;
    height: 550px;
    border-radius: 1000px;
    opacity: .25;
    position: fixed;
    left: auto;
    top: -250px;
    right: -250px;
    filter: blur(90px);
    bottom: auto;
    background-image: linear-gradient(45deg, #fb5343, #6549d5);
}

.leftcircle {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 550px;
    height: 550px;
    filter: blur(90px);
    opacity: 0.25;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #059dff, #36c6f0);

}
.whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.whatsapp-icon img {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
nav {
    display: flex;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 85px;
    background-color: rgba(0, 0, 0, 0.74);
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid rgb(87 86 86 / 58%);
}

.hamburger {
    display: none;
}
.mobile-nav{
    display: none;
}


.logo img {
    width: 220px;
    margin-right: 100px;
}

.list ul {
    display: flex;
}

.list {
    display: flex;
    align-items: center;
}

.list ul li {
    list-style: none;
    margin: 0px 15px;
    padding: 2px 5px;
    font-weight: 500;
}

.list ul li a {
    text-decoration: none;
    color: rgb(192, 192, 192);

}

.list ul li a:hover {
    color: #f1591d;
    transition: 0.7s;
}

.navbtn {
    padding: 15px 10px 15px 40px;

}

.navbtn button {
    border-radius: 25px;
    padding: 0px 25px;
    border: none;
    cursor: pointer;
    background: linear-gradient(95deg, #ff0200 43%, #df8426 45%, #ff5f5f 68%, #ff3b3b) 91%/218% 22%;
    transition-duration: .3s;
    color: #fff;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
    display: inline-block;
    height: 40px;
    letter-spacing: .5px;
    width: auto;
}

.navbtn button:hover {
    box-shadow: 0 0 20px 5px rgba(251, 83, 67, .2);
    filter: brightness(125%);
    color: #fff;
    color: white;
    text-decoration: none;

}
/* blog section */
.blogimg img{
    width: 90%;
    display: flex;
    border-radius: 12px;
    margin: auto;
}
.headblog p{
    color: #cacaca;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-top: 30px;
    font-size: 20px;
    
}
.headblog{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.headblog h1{
    font-size: 45px;
    background: linear-gradient(to right, rgb(255, 107, 6) 2%, rgb(255, 1, 107) 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.headblog i{
    margin-right: 5px;
    margin-left: 5px;
}
.blogtext{
    display: flex;
    justify-content: center;
    padding-top: 75px;
}
.blogtext p{
    margin: 0 30px;
    width: 80%;
    color: #cacaca;
    line-height: 1.7;
    letter-spacing: 1px;
    
}
#blog{
    padding-top: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    align-items: center;
}

/* footer */
footer {
    margin-top: 120px;
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
    background-color: rgb(15, 15, 15);
    padding-bottom: 40px;
}

footer h1 {
    font-size: 23px;
    font-weight: 600;
}

footer p {
    font-size: 15px;
    font-weight: 300;
    color: #cacaca;
}

footer a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #cacaca;
}

.footlinks ul li {
    list-style: none;
    margin: 15px 0px;
}

.footlinks ul {
    padding-top: 35px;
}

.footlinks ul li a:hover {
    color: #f1591d;
    transition: 0.4s;
}

/* email */

.email {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email h1 {
    margin-bottom: 50px;
}

.emailholder {
    width: 400px;
    padding: 10px 10px;
    outline: none;
    color: black;
}

.subs {
    margin-top: 40px;
    height: 50px;
    width: 180px;
    background-color: transparent;
    outline: none;
    border: 2px solid white;
    border-radius: 25px;
    font-size: 16px;
}

.subs:hover {
    background-color: #f1591d;
    box-shadow: 0px 0 20px 5px rgba(201, 121, 0, 0.26);
    transition: 0.6s;
    cursor: pointer;
}

/* contact footer */

.footcontact {
    display: flex;
    flex-direction: column;
}

.footcontact h1 {
    margin-bottom: 30px;
}

.footcontact p {
    margin: 3px 0px;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 250px;
}

.footicons {
    margin-top: 10px;
}
.footcontact1 i{
    color: #f1591d;
    margin-right: 5px;
}

.footicons i {
    padding-top: 40px;
    font-size: 23px;
    margin: 0px 8px;
    cursor: pointer;
}

.footicons i:hover {
    color: #f1591d;
    transition: 0.5s;
    cursor: pointer;
}

.footerend {
    background-color: rgb(7, 7, 7);
    padding-top: 25px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.footerend p {
    text-align: center;
    margin: 0px 10px;
}

.footcontact1 {
    display: flex;
    justify-content: center;
    flex-direction: column;

}
/* Media Queries with 1600 less*/

/* Media Queries with 1270 less*/
@media screen and (max-width:1270px) {

    .list ul li {
        list-style: none;
        margin: 0px 8px;
        padding: 2px 4px;
        font-weight: 400;
    }

    .navbtn button {
        height: 38px;
        padding: 0px 15px;
        font-size: 15px;
    }

    .logo img {
        width: 175px;
        margin-right: 30px;
    }
.blogtext p {
    margin: 0 30px;
    width: 80%;
    font-size: 15px;
    color: #cacaca;
    line-height: 1.7;
    letter-spacing: 1px;
}

    /* contact row */
    .contactrow {
        flex-direction: column;
        align-items: center;
    }

    .contactbox {
        margin-bottom: 25px;
        width: 415px;
    }

    .contactbox i {
        font-size: 50px;
    }

    .contactbox h1 {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 20px;
    }

    /* footer */
    footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    footer h1 {
        font-size: 18px;
        font-weight: 400;
    }

    .emailholder {
        width: 250px;
    }

    .subs {
        height: 42px;
        width: 150px;
    }

    .footcontact p {
        font-size: 13px;
    }


}

/* media queries width 850 less */

@media screen and (max-width: 850px) {
    .mobile-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width:100%;
        min-height: 100vh;
        display: block;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
        padding-top: 120px;
        transition: 0.4s;
    }
    .mobile-nav a{
        display: block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 12px 16px;
        margin-bottom: 15px;
        text-align: center;
    }
    .mobile-nav ul li{
        list-style: none;
        text-decoration: none;
    }
    
    .mobile-nav.is-active{
        right: 0;
    }
    

    .hamburger {
        position: relative;
        display: block;
        width: 22px;
        height: 29px;
        cursor: pointer;
        z-index: 10;
        margin-right: 25px;
        appearance: none;
        outline: none;
        border: none;
    }

    .hamburger .bar,
    .hamburger::after,
    .hamburger::before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        margin: 5px 0px;
        transition: .4s;

    }

    .hamburger.is-active:before {
        transform: rotate(-45deg) translate(-4px, 4px);

    }

    .hamburger.is-active:after {
        transform: rotate(45deg) translate(-7px, -7px);

    }

    .hamburger.is-active .bar {
        opacity: 0;
    }


    .navbtn {
        display: none;
    }

    .list ul {
        display: none;
    }

    nav {
        justify-content: space-between;
    }

    .logo img {
        width: 170px;
        margin-left: 25px;
    }
    


    /*footer*/

    .footlinks {
        display: none;
    }

    .emailholder {
        width: 190px;
    }

    .email h1 {
        margin-bottom: 30px;
    }

    .subs {
        height: 36px;
        font-size: 13px;
        width: 130px;
        margin-top: 25px;
    }

    .footlinks h1 {
        font-size: 15px;

    }

    .footcontact h1 {
        margin-bottom: 21px;
    }

    .footcontact {
        justify-content: center;
    }

    .emailholder {
        margin: 0px 100px;
    }

    .footcontact1 {
        display: none;
    }

    footer {
        display: block;
    }

    .footicons i {
        margin-top: 40px;
        margin-left: 13px;
        padding-top: 0px;
        margin-right: 13px;
    }

    .footerend p {
        text-align: center;
        font-weight: 400;
        font-size: 14px;
    }

    .emailholder {
        width: 206px;
    }
     .footicons {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

}
/* media queries width 600 less */

@media screen and (max-width: 600px) {
    .headblog h1 {
    font-size: 35px;
}
.blogtext {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.headblog p {
    color: #cacaca;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-top: 30px;
    font-size: 17px;
    text-align: center;
}
.blogtext p {
    margin: 0 30px;
    width: 100%;
    font-size: 12px;
    color: #cacaca;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

}
/* media queries width 370 less */

@media screen and (max-width: 420px) {
    .logo img {
        width: 150px;
        margin-right: 0px;
    }

    nav {
        height: 62px;
    }


}
