.details-item-menu {
    color: #fff !important;
}

.details-item-menu::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3EBFF6;
    box-shadow: 0px 0px 29px 0px #3EBFF6C2;
}

.details-image-box {
    background: url("https://cdn.tebex.io/store/1040608/templates/202404/assets/d5ca7f4c742f9d5fedcef8f4ecd1335f9d67fda2.png?updated=17c793135bfde50006073770df38f882442a5882e568a5d6dd5c5a1e28c36f51");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: -85px;
    z-index: -4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.details-image-box h1 {
    color: #fff;
    font-family: "chakra petch";
    font-weight: 700;
    font-size: 50px;
    text-shadow: 10px 10px 10px #000000;
    margin-bottom: 10px;
    margin-top: 80px;
}

.details-image-box .box {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.details-image-box .box p {
    font-family: "chakra petch";
    font-weight: 500;
    font-size: 24px;
}


.details {
    width: 100%;
    margin-top: 100px;
}

.details .container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    grid-gap: 50px;
}

.details .container .left {
    display: flex;
    gap: 10px;
    height: max-content;
}

.details .container .left .photos {
    display: grid;
    grid-gap: 10px;

}

.details .container .left .photos .photo-box {
    width: 130px;
height: 100px;
cursor: pointer;
}



.details .container .left .photos .photo-box img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.details .container .left .main-photo-box {
    width: 100%;
    height: auto;
    cursor: pointer;
}


.details .container .left .main-photo-box img {
    width: 100%;
    height: auto;
    border-radius: 6px;

}

.details .container .right .features {
    background-color: #FFFFFF10;
    /*height: 100%;*/
    border-radius: 10px;
    padding: 24px 16px;
}



.details .container .right .features .text-features {
    color: #fff;
    font-family: "chakra petch";
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #28303F;
    padding-bottom: 10px;
    position: relative;
}

.details .container .right .features .text-features::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10%;
    background-color: #3892E4;
}



.details .container .right .features .features-tags {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.details .container .right .features .features-tags .tag {
    background-color: transparent;
    border: 1px solid #565660;
    padding: 6px 16px;
    border-radius: 30px;
    color: #fff;
    font-family: "rubik";
    font-size: 14px;
}


.details .container .right .features .btn-1 {
    background-color: #E7434E;
    box-shadow: 0 0 10px 10px #E7434E30;
    color: #fff;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 10px;
    font-family: "dm sans";
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.4s ease all;
    cursor:pointer;
}



.details .container .right .features .btn-2 {
    background-color: #306EE1;
    box-shadow: 0 0 10px 10px #306EE130;
    color: #fff;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 10px;
    font-family: "dm sans";
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.4s ease all;
    cursor:pointer;
}

.details .container .right .features .btn-3 {
    background-color: #2A8CDC;
    box-shadow: 0 0 10px 10px #2A8CDC30;
    color: #fff;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 10px;
    font-family: "dm sans";
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.4s ease all;
    cursor:pointer;
}

.details .container .right .features .btn-1:hover {
    background-color: #c91622;
}

.details .container .right .features .btn-2:hover {
    background-color: #1053ce;

}

.details .container .right .features .btn-3:hover {
    background-color: #0561ac;
}

.details .container .right .features .text {
    color: #fff;
    font-family: "dm sans";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 8px;
    padding-top: 27px
}


.details .container .right .features .text::-webkit-scrollbar {
    width: 0;
}

.details .container .right .features .select-box {
    width: 100%;
    background-color: #403F43;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    color: #fff;
    font-family: "dm sans";
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    gap: 10px;
    position: relative;
}

.details .container .right .features .select-box .select-items {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    bottom: -70px;
    visibility: hidden;
    pointer-events: none;
}

.details .container .right .features .select-box .select-items .item {
    width: 100%;
    background-color: #403F43;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 15px;
    margin-bottom: 0px;
    border-radius: 2px;
    color: #fff;
    font-family: "dm sans";
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s ease all;
    border-bottom: 1px solid #363539;
}

.details .container .right .features .select-box .select-items .item:hover {
    background-color: #55555b;

}

.details-select-box.active .select-items .item {
    display: block;
    visibility: visible;
    pointer-events: auto;
}

/* ! SERVİCES SERVİCES SERVİCES */
/* ! SERVİCES SERVİCES SERVİCES */
/* ! SERVİCES SERVİCES SERVİCES */
/* ! SERVİCES SERVİCES SERVİCES */


.services {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px;
}

.services .item {
    padding: 40px;
}

.services .item h3 {
    font-family: "inter", serif;
    margin: 20px 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.services .item p {
    font-family: "inter", serif;
    margin: 20px 0;
    color: #FFFFFF60;
    line-height: 22px;
    font-size: 14px;
}

.services .item .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 1.28px #FFFFFF1A inset;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 100px;
}

.services .item .icon-box img {
    width: 28px;
    height: 28px;
}

/* ! SERVİCES SERVİCES SERVİCES */
/* ! SERVİCES SERVİCES SERVİCES */
/* ! SERVİCES SERVİCES SERVİCES */
/* ! SERVİCES SERVİCES SERVİCES */