html {
    height: 100%
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #5873f8;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #869aff;
    transition: all 1s ease 0s;
  }

body {
    background-image: url("backgroundimage2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    /*this made my lif bette sticking the bg with screen*/
    background-attachment: fixed;
}


.bgcolor {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: #00081CC7;
    z-index: -1;
    animation-name: bgcolora;
    animation-delay: 1s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes bgcolora {

    from {
        opacity: 100%;
    }

    50% {
        opacity: 80%;

    }

    to {
        opacity: 100%;
    }
}

.contener1 {
    display: flex;
    flex-direction: column;
    background-color: #5873f854;
    align-items: center;
    width: 750px;
    height: 100%;
    margin-top: 0%;
    top: 0%;
    margin: auto;
}

.contener404 {
    display: flex;
    flex-direction: column;
    background-color: #5873f854;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.profilephoto {
    height: 200px;
    width: 200px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 0;
    border: 1px solid #3e51b3;
    border-radius: 20px;
    padding: 15px;
    transition: 0.5s;
}
.profilephoto:hover {
    height: 220px;
    width: 220px;
    border-radius: 100%;
}

h1 {
    margin-top: 10px;
    font-size: 60px;
    text-align: center;
    font-family: 'Lexend Deca', sans-serif;
    color: #FFFFFF;
    margin-bottom: 0px;
    transition: 0.5s;
}
h1:hover {
    letter-spacing: 2px;
}

h2 {
    font-size: 46px;
    text-align: center;
    font-family: 'Lexend Deca', sans-serif;
    color: #FFFFFF;
    margin-top: 10px;
    font-weight: 100;
    margin-bottom: 25px;
    transition: 0.5s;
}
h2:hover {
    letter-spacing: 2px;
}

h3 {
    font-size: 46px;
    text-align: center;
    font-family: 'Lexend Deca', sans-serif;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 100;
    margin-bottom: 20px;
    transition: 0.5s;
}
h3:hover {
    letter-spacing: 2px;
}

.iconscontener {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
    height: 85px;
    gap: 10px;
}

.icon {
    height: 70px;
    width: 70px;
    transition: 0.5s;
}

.icon:hover {
    cursor: pointer;
    height: 75px;
    width: 75px;
    margin-right: 15px;
    margin-left: 15px;
    transition: 0.5s;
    background-color: #3e51b3a4;
}


.hr1 {
    border: 1px solid #3e51b3;
    width: 630px;
}

#paragraph4 {
    margin-bottom: 35px;
}

#paragraph5 {
    margin-top: 10px;
    margin-bottom: 25px;

}

.paragraph {
    text-align: left;
    font-size: 24px;
    margin-left: 70px;
    margin-right: 70px;
    color: rgb(255, 255, 255);
    font-family: 'Inter', sans-serif;
    line-height: 40px;
    margin-bottom: 10px;
}



.photo1 {
    height: auto;
    width: 630px;
    background-color: rgba(255, 253, 253, 0);
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.photo1:hover {
    cursor: pointer;
    height: auto;
    width: 580x;
    transition: 0.5s;
    opacity: 80%;
    border: 1px solid #3e51b3;
    padding: 15px;
    border-radius: 15px;
}

input[type=text], input[type=submit] {
    width: 100%;
    padding: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    margin: 5px 0;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  input[type=submit] {
    background-color: #3e51b3;
    color: white;
    font-weight: bold;
    border: none;
  }
  
  input[type=submit]:hover {
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.8;
  }

  form {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .iconscontener2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    height: 85px;
    gap: 10px;
}

.icon2 {
    height: 60px;
    width: 60px;
    transition: 0.5s;
}

.icon2:hover {
    cursor: pointer;
    transition: 0.5s;
    height: 70px;
    width: 70px;
    margin-right: 15px;
    margin-left: 15px;
}

.whatsappbutto {
    cursor: pointer;
    background-color: #44C855;
    padding-left: 163px;
    padding-right: 163px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
    border-radius: 5px;
    transition: 0.5s;
}
.whatsappbutto:hover {
    
    transition: 0.5s;
    background-color: #5ada6b;

}

.behancebutto {
    cursor: pointer;
    background-color: #0057FF;
    padding-left: 215px;
    padding-right: 215px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
    border-radius: 5px;
    transition: 0.5s;
}
.behancebutto:hover {
    transition: 0.5s;
    background-color: #4080ff;
}

@media only screen and (max-width: 850px) {

        .contener1 {
            width: 100%;
        }

        .hr1 {
            width: 80%;
        }

        h1 {
            font-size: 42px;
        }
        
        h2 {
            font-size: 36px;
        }

        h3 {
            font-size: 28px;
        }

        .icon {
            height: 55px;
            width: 55px;
        }

        .paragraph {
            font-size: 18px;
            line-height: 32px;
            width: 80%;
        }

        .photo1 {
            height: auto;
            width: 80%;
            display: block;
            margin-left: auto;
            margin-right: auto;

        }

        .behancebutto {
            padding-left: 45px;
            padding-right: 45px;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 18px;
        }

        .whatsappbutto {
            margin-top: 5px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 18px;
        }

}

h1 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    line-height: 120px;
}

h2 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 200;
    line-height: 50px;
    margin-bottom: 40px;

}

h3 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 200;
}

.paragraph {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 200;
    text-align: right;
}
