* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
}

body {
    background: rgb(20, 19, 19);
}
.container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
}
.big-box {
    max-width: 370px;
    width: 100%;
}
.img-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 370px;
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
}
.text-h {
    font-family: 'Tajawal', sans-serif;
    text-align: left;
    padding-top: 350px !important;
    line-height: 40px;
    font-size: 32px;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
}
.text-h span {
    animation: animatee 2s linear infinite;
}
@keyframes animatee {
    0%, 100% {
        color: #00b3ff;
        filter: blur(2px);
        text-shadow: 0 0 10px #00b3ff,
        0 0 30px #00b3ff,
        0 0 40px #00b3ff,
        0 0 80 #00b3ff,
        0 0 120px #00b3ff,
        0 0 200px #00b3ff,
        0 0 300px #00b3ff,
        0 0 400px #00b3ff;
    }
    5%, 95% {
        color: white;
        filter: blur(0px);
        text-shadow: none;
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    z-index: 0;
}

.hidden {
    display: none;
}

.modalde {
    z-index: 99;
}

.start-modalde {
    z-index: 99;
    transition: 0.5s ease;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 300px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 200px;
    z-index: 100;
    border-radius: 6px;
    padding: 40px 40px;
}


.writing {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    margin-bottom: 20px;
}

.modal-text a {
    text-decoration: none;
    font-size: 20px;
    position: relative;
    top: 8px;
}


.write-btn {
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 13px;
}

.modal-close {
    position: relative;
    top: -25px;
    left: 120px;
}

.close i {
    font-size: 24px;
}


.text-box {
   position: relative;
   top: -30px;
}

.text-p {
    font-family: 'Tajawal', sans-serif;
    text-align: left;
    opacity: 0.8;
    padding: 0px 20px;
    font-size: 16px;
    margin-top: -5px;
}

.necessary {
    display: flex;
    align-items: center;
}

.text-pp {
    font-family: 'Tajawal', sans-serif;
    text-align: left;
    opacity: 0.6;
    padding: 0px 20px;
    font-size: 16px;    
    margin-top: -10px;
    margin-bottom: -14px;
}
.messeng-box {
    display: flex;
    flex-direction: column;
    margin-left: 298px;
    margin-top: 10px;
    gap: 15px;
    margin-right: 22px;
    margin-bottom: 20px;
}


@media screen and (max-width:768px) {
    .necessary {
        display: inline-block;
    }
    .messeng-box {
        position: relative;
        top: -215px;
    }
    .social {
        margin-top: -200px !important;
    }
}





.icons-div {
    background-color: rgb(21, 145, 21);
    width: 50px;
    height: 50px;
    border-radius: 50%;    
}

.icons-div i {
    padding:14px;
    font-size: 22px;
}
.icons-div2{
    background-color: orange;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: pulse 2s linear infinite;
}
@keyframes pulse {
    0%{
        transform: scale(1);
    }
    70%{
        transform: scale(1);
    }
    80%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1);
    }


}

.icons-div2 i {
    font-size: 22px;
    padding: 14px;
}
.icons-div3{
    background-color: rgb(2, 108, 138);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.icons-div3 i {
    font-size: 22px;
    padding: 5px;
    margin-top: 10px;
}

.social {
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.social p {
    font-family: 'Tajawal', sans-serif;
    text-align: left;
    opacity: 0.7;
    padding: 0 10px;
}

.icons-card {
    /* border: 3px solid red; */
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 37px;
}

.social .icons-card i {
    color: white;
    
}

.social-container .icons-card a {
    color: rgb(255, 255, 255);
    list-style: none;
    text-decoration: none;
}

.social button {
    border: 1px solid grey;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    font-size: 1.5em;
    cursor: pointer;
    /* background: red; */
    margin-bottom: 20px;
}

/* .social-container button:hover {
    transform: scale(1.1);
} */

/* Social colors */

.social button.youtube {
    background: transparent;
}
.social button .youtube .fa-youtube {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-top: 4px;
}


.social button.instagram {
    background-color: transparent;
}
.social button .instagram .fa-instagram {
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin-top: 4px;
}

.social button.telegram {
    background: transparent;
}
.social button .telegram .fa-telegram {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-top: 4px;
}
.social button.behance {
    background-color: transparent;
}
.social button.whatsapp {
    background-color: transparent;
}
.social button.Email {
    background-color: transparent;
}
.social button.skype {
    background-color: transparent;
}
.social button.linkedin {
    background-color: transparent;
}

.footer-box a {
    opacity: 0.2;
    text-decoration: none;
    color: #fff;
}

    .plasticcard > button,
    .modal__input > button {
    border: 1px solid grey;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    font-size: 1.5em;
    background-color: transparent;
    }

    .plastic-modal {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #50505080;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    }
    .plastic-modal.show {
    opacity: 1;
    pointer-events: auto;
    }
    .plastic-modal__opened {
    background-color: #181818;
    width: 400px;
    max-width: 100%;
    padding: 30px 50px;
    border-radius: 10px;
    }

    .plastic-modal__opened > button {
    width: 150px;
    height: 50px;
    background-color: #fff;
    color: #181818;
    font-size: 18px;
    margin-left: -150px;
    }
    .modal__input {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 1.5em;
    }
    .modal__input > input {
    border: none;
    outline: none;
    width: 250px;
    height: 50px;
    padding: 0.5em 10px;
    color: #181818;
    font-family: monospace;
    border-radius: 5px;
    }
    .modal__input button {
    width: 40px;
    height: 50px;
    }
    
@media screen and (max-width:390px) {
    .modal__input > input {
        width: 230px;
        height: 40px;
    }
    .modal__input button {
        width: 30px;
        font-size: 22px;
        height: 40px;
    }
    .plastic-modal__opened > button {
        width: 120px;
        height: 40px;
        margin-left: -170px;
        font-size: 16px;
    }
}
@media screen and (max-width:382px) {
    .messeng-box {
        margin-left: 292px;
    }
}
@media screen and (max-width:377px) {
    .messeng-box {
        margin-left: 289px;
    }
}


.mini-box {
    max-width: 370px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    background: rgb(55, 55, 55);
    margin-top: -30px;
}