.home-page,
.cv,
.cv-page,
.contact-page {
    width: 100%;
}
.cv-page {
    background-image: url("../img/cv-mob.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 645.91%;
}
.nav-btn {
    display: block;
    width: 100%;
}
.open-menu,
.close-menu,
.close-CV,
.close-img-zoom-overlay-mobile,
.close-img-zoom-overlay-desktop,
.close-description,
.close-overlay {
    float: right;
    height: 40px;
    margin-right: 23px;
    margin-top: 23px;
    width: 40px;
}
.open-menu {
    background-image: url("../img/menu-btn-hover.svg");
}
.close-menu {
    background-image: url("../img/close-btn-hover.svg");
}
.close-CV,
.close-img-zoom-overlay-mobile,
.close-img-zoom-overlay-desktop,
.close-description,
.close-overlay {
    background-image: url("../img/close-btn.svg");
}
.menu-overlay {
    background-color: rgba(243, 243, 243, 0.9);
    background-image: url("../img/menu-bg.png");
    background-position: top;
    background-repeat: repeat-x;
    background-size: 414px 510px;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.menu-overlay-content {
    margin-top: 30px;
    padding-top: 100px;
    text-align: center;
    width: 100%;
}
.menu-overlay a {
    color: #545454;
    display: block;
    font-size: 1.563rem;
    line-height: 2.24;
    padding: 8px;
    text-decoration: none;
    white-space: nowrap;
}
.menu-overlay .separator {
    background-image: url("../img/separator.svg");
    display: inline-block;
    height: 1px;
    margin-top: 56px;
    opacity: 0.4;
    width: 286px;
}
.menu-overlay .social a {
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 25px;
    white-space: nowrap;
}
.menu-overlay .close-menu-area {
    height: 100%;
    margin-top: 100px;
}
.nav-full {
    display: none;
    padding: 23px;
    width: 100%;
}
.nav-full .nav-links {
    margin-left: auto;
    margin-top: 10px;
}
.nav-full .nav-links a:link,
.nav-full .nav-links a:visited {
    color: #959595;
    font-size: 1.375rem;
    margin-left: 45px;
    text-decoration: none;
    white-space: nowrap;
}
.nav-full .nav-links a:hover {
    color: #5c7598;
}
.nav-full .fb-icn,
.nav-full .ig-icn,
.nav-full .in-icn {
    margin-left: 0;
    margin-right: 16px;
    margin-top: 0;
}
.cv-overlay {
    background-color: rgba(243, 243, 243, 0.9);
    display: none;
    height: 100%;
    padding: 23px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.cv-overlay .close-CV {
    margin: 0;
}
.cv-overlay .close-CV:hover {
    background-image: url("../img/close-btn-hover.svg");
    cursor: pointer;
}
.cv-overlay .cv-overlay-content {
    box-shadow: rgba(84, 84, 84, 0.2) 0px 0px 30px 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 988px;
    overflow: auto;
    width: 80%;
}
.cv-overlay-content img {
    cursor: grab;
    float: left;
    width: 100%;
}
.about-me-wrapper {
    direction: rtl;
    margin: 110px auto 0px auto;
    max-width: 90%;
    text-align: center;
    width: 90%;
}
.top-logo img {
    height: auto;
    width: 170px;
}
.aboutMe-title {
    color: #5c7598;
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: 30px;
}
.aboutMe-text {
    color: #545454;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 15px;
}
.aboutMe-invitation {
    color: #545454;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 14px;
    text-wrap: nowrap;
}
.animateObject {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.animateObject_InViewport {
    opacity: 1;
    transform: scale(1);
}
.web-design {
    background-image: url("../img/bg.svg");
    background-position: center top;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
    padding-bottom: 65px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.web-design-title {
    color: #ffffff;
    display: flex;
    font-size: 1.875rem;
    font-weight: 600;
    justify-content: center;
    padding-bottom: 35px;
    padding-top: 95px;
    width: 100%;
}
.website {
    border: 5px solid transparent;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: calc(50%);
}
.website a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.website img {
    float: left;
    height: auto;
    margin-bottom: 4px;
    max-width: 100%;
    width: 100%;
}
.website-name {
    color: #ffffff;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
}
.description-overlay {
    display: none;
    height: 100%;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.description-content {
    background-image: url("../img/bg.svg");
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
.description-title {
    color: #fff;
    direction: rtl;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.10;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
}
.description-text {
    color: #fff;
    direction: rtl;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
}
.close-description-area {
    padding-bottom: 60px;
    position: relative;
}
.image-container {
    height: auto;
    text-align: center;
    width: 100%;
}
.image-container img {
    height: auto;
    left: 50%;
    margin-right: -50%;
    max-width: 640px;
    padding-bottom: 60px;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
}
.bottom-bar {
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    bottom: 0;
    height: 60px;
    overflow: hidden;
    padding-top: 12px;
    position: fixed;
    text-align: center;
    width: 100%;
}
.return-btn {
    background-image: url("../img/return-btn-hover.svg");
    background-size: 35px 35px;
    display: inline-block;
    float: left;
    height: 35px;
    margin-left: 22px;
    width: 35px;
}
.prev-btn {
    background-image: url("../img/prev-hover.svg");
    background-size: 35px 35px;
    display: inline-block;
    height: 35px;
    margin-left: 8px;
    margin-right: 8px;
    width: 35px;
}
.next-btn {
    background-image: url("../img/next-hover.svg");
    background-size: 35px 35px;
    display: inline-block;
    height: 35px;
    margin-left: 8px;
    margin-right: 8px;
    width: 35px;
}
.prev-btn.prev-notActive {
    background-image: url("../img/prev-notActive.svg");
    background-size: 35px 35px;
}
.next-btn.next-notActive {
    background-image: url("../img/next-notActive.svg");
    background-size: 35px 35px;
}
.counter {
    background-color: #f3f3f3;
    border-radius: 100%;
    color: #545454;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    height: 35px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -26px;
    padding-top: 9px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.description-btn {
    background-image: url("../img/description-btn-hover.svg");
    background-size: 35px 35px;
    display: inline-block;
    float: right;
    height: 35px;
    margin-right: 22px;
    width: 35px;
}
.web-design-wide {
    display: none;
    width: 100%;
}
.content-wide {
    background-image: url("../img/bg.svg");
    background-position: center top;
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
    margin-bottom: 15px;
    padding-bottom: 156px;
    padding-top: 180px;
    width: 100%;
}
.top-wrapper {
    display: flex;
    height: 584px;
    justify-content: center;
    max-height: 584px;
    width: 100%;
}
.top-content {
    margin-left: 177px;
    max-width: 400px;
    width: 400px;
}
.smartphone {
    background-image: url("../img/smartphone.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 290px auto;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
    flex: 1;
    height: 100%;
    max-width: 290px;
}
.image-container-mobile {
    border-radius: 35px;
    height: 569px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 271px;
}
.image-wrapper-mobile {
    cursor: grab;
    height: 569px;
    overflow: auto;
    width: 275px;
}
.image-wrapper-mobile::-webkit-scrollbar {
    width: 4px;
}
.image-wrapper-mobile img {
    vertical-align: middle;
    width: 100%;
}
.description-title-wide {
    color: #ffffff;
    direction: rtl;
    font-size: 3.313rem;
    font-weight: 600;
    line-height: 1.06;
    margin-bottom: 40px;
}
.description-text-wide {
    color: #ffffff;
    direction: rtl;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
}
.pagination-mobile {
    border-radius: 50px;
    border: 1px solid rgba(149, 149, 149, 0.4);
    direction: rtl;
    display: flex;
    float: right;
    padding: 5px;
}
.web-design-separator {
    background-image: url("../img/separator.svg");
    display: flex;
    height: 1px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    opacity: 0.4;
    width: 70%;
}
.bottom-wrapper {
    display: flex;
    height: 626px;
    justify-content: center;
    max-height: 626px;
    width: 100%;
}
.desktop-browser {
    background-image: url("../img/desktop-browser.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 863px auto;
    flex: 1;
    height: 100%;
    max-width: 863px;
    position: relative;
}
.image-container-desktop {
    background-color: #ffffff;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    height: 573px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 53px;
    vertical-align: middle;
    width: 863px;
}
.image-wrapper-desktop {
    cursor: grab;
    height: 573px;
    overflow: auto;
    width: 863px;
}
.image-wrapper-desktop::-webkit-scrollbar {
    width: 4px;
}
.image-wrapper-desktop img {
    vertical-align: middle;
    width: 100%;
}
.pagination-desktop {
    border-radius: 50px;
    border: 1px solid rgba(149, 149, 149, 0.4);
    display: grid;
    height: fit-content;
    margin-left: 50px;
    margin-top: 53px;
    padding: 5px;
    width: auto;
}
.img-btn-pressed {
    cursor: default !important;
}
.img-btn-mobile,
.img-btn-desktop {
    align-items: center;
    background-color: #959595;
    border-radius: 100%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    font-weight: 100;
    height: 35px;
    justify-content: center;
    margin: 5px;
    transition: 0.2s;
    width: 35px;
}
.img-btn-pressed,
.img-btn-mobile:hover,
.img-btn-desktop:hover {
    background-color: #5c7598;
    cursor: pointer;
}
.image-wrapper-mobile .img-zoom-btn-mobile,
.image-wrapper-desktop .img-zoom-btn-desktop {
    background-image: url("../img/zoom_in.svg");
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    left: 20px;
    position: absolute;
    transition: 0.2s;
    width: 40px;
    z-index: 1;
}
.image-wrapper-mobile .img-zoom-btn-mobile:hover,
.image-wrapper-desktop .img-zoom-btn-desktop:hover {
    background-image: url("../img/zoom_in_hover.svg");
}
.img-zoom-overlay-mobile,
.img-zoom-overlay-desktop {
    background-color: rgba(243, 243, 243, 0.9);
    display: none;
    height: 100%;
    padding: 23px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.img-zoom-overlay-mobile .img-zoom-overlay-content-mobile {
    box-shadow: rgba(84, 84, 84, 0.2) 0px 0px 30px 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 646px;
    overflow: auto;
    width: 80%;
}
.img-zoom-overlay-desktop .img-zoom-overlay-content-desktop {
    box-shadow: rgba(84, 84, 84, 0.2) 0px 0px 30px 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 1500px;
    overflow: auto;
    width: 80%;
}
.img-zoom-overlay-content-mobile img,
.img-zoom-overlay-content-desktop img {
    cursor: grab;
    float: left;
    width: 100%;
}
.img-zoom-overlay-mobile .close-img-zoom-overlay-mobile,
.img-zoom-overlay-desktop .close-img-zoom-overlay-desktop {
    margin: 0;
}
.img-zoom-overlay-mobile .close-img-zoom-overlay-mobile:hover,
.img-zoom-overlay-desktop .close-img-zoom-overlay-desktop:hover {
    background-image: url("../img/close-btn-hover.svg");
    cursor: pointer;
}
.page_not_found {
    background-image: url("../img/bg.svg");
    background-position: center top;
    color: #fff;
    direction: rtl;
    font-size: 1.125rem;
    font-weight: 400;
    height: 100%;
    left: 50%;
    margin-right: -50%;
    padding-top: 320px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0%);
    width: 100%;
}
.banner-design {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 45px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.banner-design-title {
    color: #5c7598;
    display: flex;
    font-size: 1.875rem;
    font-weight: 600;
    justify-content: center;
    padding-bottom: 35px;
    padding-top: 55px;
    width: 100%;
}
.banner {
    border: 5px solid transparent;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: calc(50%);
}
.banner img {
    float: left;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.logo-design {
    background-image: url("../img/bg.svg");
    background-position: center top;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 2.5%, 100% 100%, 0 97.5%);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 85px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.logo-design-title {
    color: #ffffff;
    display: flex;
    font-size: 1.875rem;
    font-weight: 600;
    justify-content: center;
    padding-bottom: 35px;
    padding-top: 95px;
    width: 100%;
}
.logo {
    border: 5px solid transparent;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: calc(50%);
}
.logo_wide {
    display: none;
}
.logo img,
.logo_wide img {
    float: left;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.contactMe {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-bottom: 60px;
    width: 100%;
}
.contactMe-title {
    color: #5c7598;
    display: flex;
    font-size: 1.875rem;
    font-weight: 600;
    justify-content: center;
    padding-bottom: 35px;
    padding-top: 55px;
    width: 100%;
}
.contactMe-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    width: 80%;
}
.content-form {
    width: 100%;
}
.contactMe-input {
    height: 50px;
    margin-bottom: 15px;
}
.contactMe-textarea {
    height: 130px;
    margin-bottom: 12px;
    resize: vertical;
}
.contactMe-input,
.contactMe-textarea {
    border-radius: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #545454;
    direction: rtl;
    font-family: "Heebo", Helvetica;
    font-size: 1.125rem;
    padding: 15px 20px;
    width: 100%;
}
.contactMe-input.error,
.contactMe-textarea.error {
    border: 1px solid #ba4a4a;
}
.contactMe-form-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.contactMe-form-message {
    font-size: 1.125rem;
    margin-right: auto;
    white-space: nowrap;
}
.contactMe-submit-button {
    background-color: #5c7598;
    border-radius: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Heebo", Helvetica;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 15px 20px;
}
.contact-details,
.contact-details a {
    color: #545454;
    direction: rtl;
    font-size: 1.125rem;
    margin-bottom: 40px;
    text-decoration: none;
}
.contact-details-phone {
    color: #5c7598;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-details-email {
    color: #5c7598;
    font-weight: 600;
    margin-top: 40px;
    padding-bottom: 10px;
}
.thank-you {
    color: #545454;
    direction: rtl;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 45px;
    text-align: center;
}
.footer {
    height: 60px;
    text-align: center;
    width: 100%;
}
.back-to-top {
    background-image: url("../img/back-to-top-hover.svg");
    background-repeat: no-repeat;
    background-size: 35px 35px;
    display: inline-block;
    float: left;
    height: 35px;
    margin-left: 22px;
    margin-top: 5px;
    width: 35px;
}
.back-to-top-float {
    align-items: center;
    background-image: url("../img/back-to-top-hover.svg");
    background-repeat: no-repeat;
    background-size: 35px 35px;
    bottom: 20px;
    display: flex;
    height: 35px;
    justify-content: center;
    left: 22px;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 35px;
    z-index: 1;
}
.fb-icn,
.ig-icn,
.in-icn {
    background-repeat: no-repeat;
    background-size: 35px 35px;
    display: inline-block;
    height: 35px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 5px;
    width: 35px;
}
.fb-icn {
    background-image: url("../img/fb-icn-hover.svg");
}
.ig-icn {
    background-image: url("../img/ig-icn-hover.svg");
}
.in-icn {
    background-image: url("../img/in-icn-hover.svg");
}
.homepage-icn {
    background-image: url("../img/home-btn-hover.svg");
    background-repeat: no-repeat;
    background-size: 35px 35px;
    display: inline-block;
    float: right;
    height: 35px;
    margin-right: 22px;
    margin-top: 5px;
    width: 35px;
}
