* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: "Risque", serif;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 60%;
    overflow-x: hidden;
}
:root {
    --bg-color:black;
    --second-bg-color:black;
    --text-color:white;
    --main-color:#00ff51;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
}

body {
    cursor: url(cr3.png), auto;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 2rem 12%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur (10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;

    background-image: url(b1.jpg);
}



#menu-icon {
    font-size: 3.6rem;
    color: var(--main-color);
    display: none;
}
.logo {
    font-size: 3rem;
    color: var(--text-color);
    font-weight: 800;
    transition: 0.3s ease;
}
.logo:hover {
    transform: scale(1.1);
}

span {
    color: var(--main-color);
    background-clip: text;
    text-shadow: 0 0 12px var(--main-color) ;
}

.navbar a {
    font-size: 1.7rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 40px;
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease;
    border: none;
    padding: 7px;
    color: whitesmoke;
}
.navbar a:hover {
    border: none;
    color: #00ff51;
}
.name1
section {
    min-height: 100vh;
    padding: 10rem 12px;
}
.home {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15rem;
}

/*home background*/
.home {
    background: url(2.jpg);
}






::-webkit-scrollbar {
    width: 17px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}
::-webkit-scrollbar-track {
    background-color: rgb(2, 99, 1);
}





::selection {
    background-color: #1c6715;
    color: rgb(0, 255, 30);
}

/* || footer */
.social-icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    padding: 1rem;
    background: transparent;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    color: var(--main-color);
    margin: 3rem 0.5rem;
    transition: 0.3s ease;
}
.social-icon a:hover {
    color: var(--text-color);
    background-color: var(--main-color);
    transform: scale(1.2)translateY(-5px);
    box-shadow: 0 0 25px var(--main-color);
}



.footer .social-icon {
    text-align: center;
}
.footer ul {
    text-align: center;
    font-size: 1.8rem;
}
.footer ul li {
    display: inline-block;
    margin-left: 20px;
    background: linear-gradient(45deg,rgb(20, 108, 0), rgb(47, 255, 0));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer ul li a {
    color: white;
    border-bottom: 3px solid transparent;
    transition: 0.3s ease-in-out;
}
.footer ul li a:hover {
    border-bottom: 3px solid var(--main-color);
}




.footer {
    background-color: var(--bg-color);
    padding: 50px 0;
}

.footer .copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    background: linear-gradient(45deg, rgb(255, 0, 0), rgb(255, 247, 0));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* || rensponsive */
@media screen and (max-width:1024px) {
    #menu-icon {
        display: block;
    }
    .navbar {
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    padding: 1rem 3rem;
    background-color: rgba(0, 0, 0, 0.8);
    border-left: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    border-bottom-left-radius: 2rem;
    display: none;
}
   .navbar a {
    display: block;
    font-size: 2rem;
    margin: 3rem 0;
    color: var(--text-color);
}
.navbar.active {
    display: block;
}

}




.container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header .title {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fdfdfd;
    line-height: 1.2;
    margin-top: 5rem;
}

.review {
    padding: 100px 0;
}
.review-item {
    background-color: #000000;
    padding: 30px;
    border-radius: 20px;
}
.review-item .info {
    display: flex;
    align-items: center;
}
.review-item img {
    max-width: 90px;
    border-radius: 2rem;
    margin-right: 20px;
}
.review-item .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgb(0, 255, 34);
    line-height: 1.2;
}
.review-item .name1 {
    color: orange;
    font-size: 24px;
}

.review-item .name2 {
    color: rgb(255, 0, 0);
    font-size: 24px;
}

.review-item .name3 {
    color: black;
    text-shadow: 1px 1px 2px #00ff51;
    font-size: 24px;
}

.review-item .job {
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    font-size: 13px;
}


.review-item p {
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.review-item .rating {
    margin-top: 15px;
    font-size: 14px;
    color: hsl(127, 100%, 50%);
}
.review-item .rating1 {
    margin-top: 15px;
    font-size: 14px;
    color: orange;
}
.review .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: auto;
}
.review .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: rgb(2, 254, 15);
}

/* || scroll and details */
details {
    color: #00ff51;
    font-size: 17px;
    cursor: pointer;
}
summary::marker {
    content: '';
}

.included {
    color: rgb(252, 252, 252);
}
.standart {
    color: whitesmoke;
    font-size: 12px;
}
.standart a {
    color: #00ff51;
}

.standart a:hover {
   color: rgb(1, 143, 20);
}

.info img {
    transition: 0.5s ease;
}

.info img:hover {
    transform: scale(1.4);
}

/* profile */

button {
    background-color: gold;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: black;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
}

button.active {
    opacity: 0.8;
}


.modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.open {
    opacity: 1;
    z-index: 999;
}

.modal-inner {
    background-color: black;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(4, 92, 4, 0.774);
    padding: 15px 25px;
    text-align: center;
    width: 450px;
    border: 2px solid #00ff51;
}

.modal-inner h3 {
    margin: 0;
    color: gold;
    font-size: 17px;
}

.modal-inner p {
    line-height: 24px;
    margin: 10px 0;
    color: black;
    font-size: 15px;
}



.modal form textarea {
    width: 100%;
    padding: 2.5rem;
    font-size: 1.8rem;
    color: var(--text-color);
    background-color: var(--bg-color);
    border-radius: 2rem;
    border: 2px solid var(--main-color);
    margin: 1.5rem 0;
    resize: none;
}

.modal form .input-box input:focus {
    background-color: #085c09;
}
.modal form textarea:focus {
    background-color: #085c09;
}


input {
    text-decoration: none;
    outline: none;
    margin-top: 1rem;
    background-color: gold;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: black;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
}



