/* --------------------------------------------------------General------------------------------------------------- */

/* ------------------------------fonts----------------------------------- */
@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* ------------------------------woff----------------------------------- */
@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff/YekanBakhFaNum-Bold.woff') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff/YekanBakhFaNum-Regular.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan bakh FaNum';
    src: url('./font/Webfonts/fonts/woff/YekanBakhFaNum-Light.woff') format('woff2');
    font-weight: 300;
    font-style: normal;
}



* {
    font-family: Yekan bakh FaNum;
}


:root {
    --title-and-textbutton: #2C3E4F;
    --paragraph-color: #5f7a93;
    --nav-text-color: #192225;
    --button-color: #8FFEF8;
    --light-green-background: #E8FFFE;
    --light-blue-background: #D5EEF9;
    --light-blue-for-slider: #DAFFFD;
    --slider-dot: #D1D2E5;
    --btn-hover: #44E9E0;
    --slider-dot-hover: #8f90ab;
    --light-blue-background-hover: #aaeff5;
    --color-for-a-tags-hover: #00afa7;
}

p {
    font-size: 1.1vw;
    color: var(--paragraph-color);
    line-height: 2vw;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: var(--paragraph-color);
}



.title-page-act-color {
    color: var(--color-for-a-tags-hover) !important;
}


/* -------------all buttons-------------- */

.main-btn {
    background-color: var(--button-color);
    border: 0px;
    padding: 1.8vh 1.8vw;
    border-radius: 50px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    font-weight: 700;
    font-size: 0.9vw;
    color: var(--title-and-textbutton);
    text-decoration: none;
}

.main-btn:hover {
    background-color: var(--btn-hover);
    transition: all 300ms;
}

.secondery-btn {
    border: 0px;
    padding: 1.8vh 1.8vw;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9vw;
    color: var(--title-and-textbutton);
    text-decoration: none;
}


/* -------------all section-------------- */

section {
    padding: 3vw 0vw;
}


/* --------------------------------------------------------General------------------------------------------------------------------------ */




/* ---------------------------------------------------------body-------------------------------------------------------------------------- */

body {
    direction: rtl;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px;
}

.body-container {
    width: 90%;
    min-height: 37vh;
}

/* ---------------------------------------------------------body--------------------------------------------------------------------------- */
/* ------------------------------------------------------burger nav------------------------------------------------------------------------ */

.burger-nav {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 1.5vw;
}

.bur-logo svg {
    width: 5.5vw;
    height: auto;
}

.bur-menu svg {
    width: 4.5vw;
    height: auto;
}

.mobile-menu {
    z-index: 3;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    height: 100vh;
    position: absolute;
    top: 0%;
    background: #d5eef97b;
    backdrop-filter: blur(5px);
    transform: translateY(-100vh);
    overflow: hidden;
    transition: all 500ms;
    display: none;
}

/* -----------------------animation for menu-------- */

.menu-animation {
    transition: all 500ms;
    transform: translateY(0vh);
}

.menu-animation-close {
    transition: all 500ms;
    transform: translateY(-100vh);
}

/* -----------------------animation for menu-------- */


.menu-container {
    width: 90%;
    background-color: var(--light-blue-background);
    padding: 5vw;
    height: 47vh;
}

.bur-menu-logo {
    width: 17vw;
    height: auto;
}

.mobile-menu ul {
    display: flex;
    list-style: none;
    padding-right: 0px;
    margin-top: 10vw;
}

.mobile-menu li {
    padding: 0vw 0vw 0vw 8vw;
    text-decoration: none;
    font-size: 2.5vw;
    font-weight: 600;
}

.social-media-holder {
    display: flex;
    margin-top: 23vw;
}

.social-media-holder p {
    font-size: 2.5vw;
    font-weight: 600;
    margin-left: 5vw;
}

.close-btn {
    width: 3vw;
    height: auto;
}

.logo-close-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}





/* ------------------------------------------------------burger nav------------------------------------------------------------------------ */


/* --------------------------------------------------------nav----------------------------------------------------------------------------- */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 15px;
}

.nav-container {
    display: flex;
    align-items: center;
}

nav ul {
    display: flex;
    list-style: none;
    padding-right: 0px;
}

nav li {
    padding: 0vw 1.5vw;
    text-decoration: none;
    font-size: 0.9vw;
    font-weight: 600;
}

nav a {
    text-decoration: none;
    color: var(--nav-text-color);
}




.logo img {
    width: 2.3vw;
    height: auto;
}



/* --------------------------------------------------------nav------------------------------------------------------------------------------ */

/* --------------------------------------------------------section 1(landing)---------------------------------------------------------------- */

.landing-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-col {
    width: 52%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content-col a {
    margin-top: 5vh;
}

.picture-col {
    width: 40%;
}

.picture-col img {
    width: 37vw;
    height: auto;
}

h1 {
    font-size: 2.2vw;
    color: var(--title-and-textbutton);
}

/* --------------------------------------------------------section 1(landing)----------------------------------------------------------------- */


/* --------------------------------------------------------section 2(slider)------------------------------------------------------------------ */

/* ---picture part------------------- */

.slider {
    display: flex;
    height: 33vw;
    padding-top: 3vw;
}

.picture-slider-holder {
    width: 34vw;
    height: 30vw;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-holder {
    border-radius: 20px;
    width: 100%;
    height: 32vw;
    overflow: hidden;
    display: flex;
    border: solid 5px var(--button-color);
}

.rolling-img {
    display: flex;
    width: 100%;
    height: 100%;
}

.img-holder img {
    flex-shrink: 0;
    object-fit: cover;
    width: 100%;
}

.slider-dots {
    display: flex;
}

.active-dot {
    margin: 0.7vw 0.2vw;
    display: block;
    width: 2vw;
    height: 0.65vw;
    background-color: var(--button-color);
    border-radius: 25px;
    transition: all 300ms;
}

.active-dot:hover {
    background-color: var(--btn-hover);
}

.slider-dot {
    margin: 0.7vw 0.2vw;
    display: block;
    width: 0.65vw;
    height: 0.65vw;
    background-color: var(--slider-dot);
    border-radius: 50%;
    transition: all 300ms;
    cursor: pointer;
}

.slider-dot:hover {
    background-color: var(--slider-dot-hover);
}

.content-slider-holder {
    margin-left: 30px;
    width: 60%;
}





/* ---text part------------------- */

.text-holder {
    margin-right: 50px;
}

.text-holder h2 {
    margin-top: 0px;
}

h2 {
    font-size: 1.6vw;
    color: var(--title-and-textbutton);
}

.parts {
    margin: 10px 0px;
    cursor: pointer;
}

.small-title {
    font-weight: 600;
    cursor: pointer;
    color: #394f63;
}

.small-Description {
    display: block;
    height: 0px;
    overflow: hidden;
    transition: all 700ms;
}

.first-Description {
    height: 9vw;
    background-color: var(--light-green-background);
    padding: 1vw;
    border-radius: 1vw;
}

.none-Description {
    display: none;
}

.collaps-anime {
    transition: all 700ms;
    height: 9vw;
    background-color: var(--light-green-background);
    padding: 1vw;
    border-radius: 1vw;
}

.collaps-anime-END {
    transition: all 700ms;
    height: 0px;
}

.title-slider-dot {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background-color: var(--btn-hover);
    margin-left: 1vw;
    transition: all 400ms;
}

.title-and-dot {
    display: flex;
    align-items: center;
}

.title-and-dot p {
    margin: 0px;
}




/* --------------------------------------------------------section 2(slider)------------------------------------------------------------------ */

/* --------------------------------------------------------section 3(why-need-web)------------------------------------------------------------ */

.container-for-why-web {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-col {
    width: 47vw;
    height: auto;
}

.picture-why-web-col img {
    width: 29vw;
    height: auto;
}

/* --------------------------------------------------------section 3(why-need-web)------------------------------------------------------------ */

/* --------------------------------------------------------section 4(Work samples)------------------------------------------------------------ */

.Work-samples-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-samples-text-container-row {
    display: flex;
    justify-content: center;
}

.work-samples-text-holder {
    width: 70vw;
}

.work-samples-text-holder h2 {
    text-align: center;
}

.work-samples-text-holder p {
    text-align: center;
}

.view-all-button-holder {
    display: flex;
    justify-content: center;
}


.work-samples-card-container-row {
    display: flex;
    justify-content: center;
    background-color: var(--light-green-background);
    margin: 3vw 0vw;
    border-radius: 20px;
}

.work-samples-cards-holder {
    display: flex;
    margin: 3vw;
}

.work-samples-card-holder {
    background: linear-gradient(156deg, #CDFFFC 6.09%, #e2edfd 94.21%);
    padding: 1vw;
    border-radius: 20px;
    margin: 3vw;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.work-samples-card-holder:hover {
    background-color: var(--light-blue-background-hover);
    transition: all 400ms;
}

.work-samples-cards-holder a {
    text-decoration: none;
}

.work-sample-card {
    display: flex;
    flex-direction: column;
}

.work-sample-card-image{
    width: 18vw;
    height: 33vh;
    border-radius: 10px;
    overflow: hidden;
}

.work-sample-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* --------------------------------------------------------section 4(Work samples)------------------------------------------------------------ */

/* --------------------------------------------------------section 5(anyteb process)----------------------------------------------------------- */


.anyteb-process-title {
    margin-bottom: 3.5vw;
}


.anyteb-process-container {
    display: flex;
    margin-bottom: 5vw;
    flex-wrap: wrap;
}

.anyteb-process-card-holder p {
    font-size: 1vw;
}

.anyteb-process-card-holder {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anyteb-process-card-holder p {
    width: 20vw;
}

.circle-background {
    background: -webkit-linear-gradient(0deg, #C9DFFF 0%, #CDFFFC 100%);
    background: linear-gradient(0deg, #C9DFFF 0%, #CDFFFC 100%);
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-background-center {
    background: -webkit-linear-gradient(0deg, #C9DFFF 0%, #CDFFFC 100%);
    background: linear-gradient(0deg, #C9DFFF 0%, #CDFFFC 100%);
    width: 27vw;
    height: 27vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3 {
    color: var(--title-and-textbutton);
}

.prosses-icon {
    background-color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anyteb-process-card-holder p {
    text-align: justify;
}

.inside-circle-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}

.inside-circle-holder p {
    width: 17vw;
}

.T-I-process-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* --------------------------------------------------------section 5(anyteb process)----------------------------------------------------------- */
/* --------------------------------------------------------section 6(comments)----------------------------------------------------------------- */

.comments-holder {
    display: flex;
}

.comment-content-holder {
    margin-right: 2.5vw;
    width: 100%;
}


/* --------------slider part------------- */

.comment-slider-holder {
    margin-top: 60px;
    display: flex;
    width: 87%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-holder {
    display: flex;
    width: 55vw;
    height: 22vw;
    overflow: hidden;
}


.slider-card {
    background-color: var(--light-blue-for-slider);
    width: 16.2vw;
    height: 17vw;
    border-radius: 20px;
    margin: 20px;
    flex-shrink: 0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.slider-card p {
    font-size: 0.85vw;
    margin: 0px;
}

.picture-2 {
    transform: translate(0px, 55px);
}

.comment-picture img {
    width: 26vw;
    height: auto;
}

.avatar-and-title {
    display: flex;
    padding: 20px 25px 0px 25px;
}

.avatar-and-title img {
    width: 4.5vw;
    height: 4.5vw;
}

.comment {
    padding: 10px 25px 25px 25px;
    margin: 0px !important;
}

.comment-title-card {
    margin-right: 10px;
}

.arrows {
    display: flex;
}

.right-arrow {
    width: 45px;
    height: 13px;
    border-radius: 30px;
    background-color: var(--button-color);
    cursor: pointer;
    margin: 0.5vw;
    box-shadow: 0px 1.86px 2.86093px 0px rgba(0, 0, 0, 0.25);
}

.right-arrow:hover {
    background-color: var(--btn-hover);
    transition: all 300ms;
}

.left-arrow {
    width: 45px;
    height: 13px;
    border-radius: 30px;
    background-color: var(--button-color);
    cursor: pointer;
    margin: 0.5vw;
    box-shadow: 0px 1.86px 2.86093px 0px rgba(0, 0, 0, 0.25);
}

.left-arrow:hover {
    background-color: var(--btn-hover);
    transition: all 300ms;
}

.disable-arrow {
    background-color: #95A8BA;
    box-shadow: 0px 1.86px 2.86093px 0px rgba(0, 0, 0, 0.25);
    transition: all 300ms;
    cursor: auto;
}

.disable-arrow:hover {
    background-color: #95A8BA;
    cursor: auto;
}


.transformY {
    transform: translateY(55px);
}

.display-comment-slider-btn {
    background-color: var(--light-blue-background);
}












/* -----------------------------------------------------------------footer--------------------------------------------------------------------- */


.footer-holder a:hover {
    color: var(--color-for-a-tags-hover);
}

.footer-holder a:active {
    color: var(--color-for-a-tags-hover);
}

.footer-holder a:focus {
    color: var(--color-for-a-tags-hover);
}





footer {
    background-color: #E8FFFE;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 6vw;
}

.footer-holder {
    width: calc(100% - 3vw);
    padding: 3vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* ---------------------part 1 ------------------- */

.first-part-footer {
    width: 39%;
    margin-top: 30px;
    padding: 0px 20px;
}

.logo-social-media {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-logo {
    width: 8vw;
}


.logo-social-media div {
    width: 13vw;
}

.social-media {
    background-color: #C8FFFC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0px 5px;
    width: 24vw;
    height: 6vh;
}

.social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media img {
    width: 1.6vw;
    height: auto;
    margin: 0.5vw;
}

.social-media-icons-hover {
    position: absolute;
    z-index: -1;
}

.social-media a:hover .social-media-icons-hover {
    z-index: 2;
}


.first-part-footer p {
    margin-top: 40px;
}

/* ---------------------part 2 ------------------- */

.easy-access-footer {
    width: calc(23% - 40px);
    padding: 0px 20px;
    max-height: 300px;
    display: flex;
    justify-content: center;
}

.access-link {
    display: flex;
    /* flex-direction: column; */
}

.access-link div {
    display: flex;
    flex-direction: column;
}

.access-link a {
    padding: 10px 0px 10px 80px;
    font-size: large;
}

/* ---------------------part 3 ------------------- */

.contact-information {
    padding: 0px 20px;
    display: flex;
    justify-content: end;
}

.contact-information a {
    font-size: large;
}


.phone {
    display: flex;
    align-items: center;
}

.phone :nth-child(n) {
    padding: 7px;
}

.location {
    display: flex;
    height: 100px;
}

.location :nth-child(n) {
    padding: 7px;
}

.adress {
    padding: 2px 7px !important;
}


.e-mail {
    display: flex;
    align-items: center;
}

.e-mail :nth-child(n) {
    padding: 7px;
}


/* -----------------------------------------------------------------footer--------------------------------------------------------------------- */

/* -----------------------------------------------------------------query--------------------------------------------------------------------- */

@media only screen and (min-width: 2000px) {
    .card-holder {
        width: 53vw;
    }

    h3 {
        font-size: 1.2vw;
    }
}



@media only screen and (max-width: 1550px) {
    .slider-card {
        height: 19vw;
    }

    .card-holder {
        height: 25vw;
    }

    .title-slider-dot {
        width: 1.2vw;
        height: 1.2vw;
    }

    nav li {
        font-size: 1.2vw;
    }

    .work-sample-card-image{
        height: 30vh;
    }

    /* .work-sample-card img {
        height: 30vh;
    } */

    .easy-access-footer {
        width: calc(36% - 40px);
    }

    .first-part-footer {
        width: 55%;
    }

    .footer-logo {
        width: 9vw;
    }
}

@media only screen and (max-width: 1400px) {

    footer {
        margin-top: 6vw;
    }

    .work-sample-card-image{
        width: 18vw;
        height: 24vh;
    }

    /* .work-sample-card img {
        width: 18vw;
        height: 24vh;
    } */


    h2 {
        font-size: 2vw;
    }

    p {
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    .easy-access-footer {
        justify-content: start;
    }


    .anyteb-process-card-holder p {
        width: 23vw;
    }

    .anyteb-process-card-holder p {
        font-size: 1.2vw;
    }

    .circle-background-center {
        width: 30vw;
        height: 30vw;
    }

    .second-ap-card {
        margin-top: 13vw;
    }

    .third-ap-card {
        margin-top: -2vw;
    }

    .comment-picture {
        display: none;
    }

    .circle-background {
        width: 15vw;
        height: 15vw;
    }

    nav li {
        font-size: 1.3vw;
    }


    .anyteb-process-card-holder {
        width: 48%;
    }

    .main-btn {
        font-size: 1.1vw;
    }

    .easy-access-footer {
        width: calc(49% - 40px);
    }

    .footer-logo {
        width: 10vw;
    }


    .picture-col {
        width: 46%;
    }

    /* --------------------comment slider----------------- */

    .first-Description {
        height: 10vw;
    }

    .slider-card {
        width: 36vw;
        height: 19vw;
    }

    .slider-card p {
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    .comment-slider-holder {
        flex-direction: column;
    }

    .card-holder {
        width: 100%;
        height: 26vw;
    }

    .right-arrow {
        width: 38px;
        height: 12px;
    }

    .left-arrow {
        width: 38px;
        height: 12px;
    }

    .collaps-anime {
        height: 12vw;
    }

    .first-Description {
        height: 12vw;
    }

    .picture-slider-holder {
        margin-top: 4vw;
        height: 34vw;
    }

    .slider-dot {
        width: 1vw;
        height: 1vw;
    }

    .active-dot {
        width: 3.5vw;
        height: 1vw;
    }
}

@media only screen and (max-width: 1250px) {
    .collaps-anime {
        height: 14vw;
    }

    .first-Description {
        height: 14vw;
    }
}



@media only screen and (max-width: 1200px) {


    nav li {
        font-size: 1.4vw;
    }

    .logo img {
        width: 3.3vw;
        height: auto;
    }


    .slider-dot {
        width: 0.8vw;
        height: 0.8vw;
    }

    .active-dot {
        width: 2.6vw;
        height: 0.8vw;
    }

    .work-sample-card-image{
        height: 22vh;
    }

    /* .work-sample-card img {
        height: 22vh;
    } */

    .social-media img {
        width: 2vw;
    }

    .footer-logo {
        width: 11vw;
    }

    .second-ap-card {
        margin-top: 16vw;
    }

    .third-ap-card {
        margin-top: -2vw;
    }


    .main-btn {
        font-size: 1.3vw;
    }

    .first-part-footer {
        width: 53%;
        margin-top: 30px;
        padding: 0px 20px;
    }

    .easy-access-footer {
        width: calc(43% - 40px);
    }

    .card-holder {
        height: 27vw;
    }

    .picture-why-web-col img {
        width: 37vw;
    }

    .container-for-why-web {
        margin: 8vw 0vw 5vw 0vw;
    }

    .work-samples-text-holder {
        width: 80vw;
    }

    .picture-col {
        width: 44%;
    }

    .picture-col img {
        width: 41vw;
        height: auto;
    }

    .anyteb-process-card-holder p {
        font-size: 1.6vw;
        line-height: 2.7vw;
        width: 32vw;
    }

    .circle-background-center {
        width: 40vw;
        height: 40vw;
    }

    .circle-background-center .prosses-icon {
        margin-top: -5vw;
    }

    .T-I-process-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .picture-slider-holder {
        height: 35vw;
    }

    .title-slider-dot {
        width: 1.7vw;
        height: 1.7vw;
    }
}


@media only screen and (max-width: 992px) {

    h1 {
        font-size: 4vw;
    }

    h2 {
        font-size: 2.6vw;
    }

    .rolling-img {
        display: flex;
        align-items: center;
    }

    .main-btn {
        padding: 1.8vh 2.8vw;
        font-size: 1.9vw;
    }

    .work-sample-card-image{
        width: 18vw;
        height: 28vh;
    }

    /* .work-sample-card img {
        width: 18vw;
        height: 28vh;
    } */

    .content-col {
        width: 100%;
        height: auto;
    }

    .picture-col {
        width: 100%;
        margin-top: 4vw;
    }

    p {
        font-size: 2vw;
        line-height: 4vw;
    }

    .picture-col img {
        width: 67vw;
    }

    .picture-col {
        display: flex;
        justify-content: center;
    }

    .slider {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .picture-slider-holder {
        width: 70vw;
    }

    .img-holder {
        width: 100%;
        height: 442px;
        display: flex;
        align-items: center;
    }

    .container-for-why-web {
        flex-direction: column;
    }

    .text-col {
        width: 90%;
    }

    .picture-why-web-col img {
        width: 49vw;
        margin-bottom: 7vw;
    }

    .work-samples-text-holder {
        width: 90%;
    }

    .work-samples-cards-holder {
        flex-direction: column;
        width: 60%;
    }

    .work-samples-cards-holder {
        width: 57vw;
    }

    .work-samples-card-container-row {
        width: 90%;
    }

    .work-sample-card {
        align-items: center;
    }
    
    .work-sample-card-image{
        width: 46vw;
        height: 45vw;
    }

    /* .work-sample-card img {
        width: 46vw;
        height: auto;
    } */

    .work-sample-card div {
        width: 95%;
        display: flex;
        justify-content: space-between;
    }

    .circle-background {
        width: 18vw;
        height: 18vw;
    }

    .anyteb-process-card-holder p {
        font-size: 2vw;
        width: 33vw;
    }

    .circle-background-center {
        width: 46vw;
        height: 46vw;
    }

    .slider {
        height: 111vw;
    }

    nav li {
        font-size: 1.7vw;
    }


    .slider-dot {
        width: 1.3vw;
        height: 1.3vw;
    }

    .slider-dot {
        margin: 0.7vw 0.5vw
    }

    .active-dot {
        height: 1.3vw;
        width: 4vw;
    }

    .footer-logo {
        width: 13vw;
    }

    .social-media img {
        width: 2.4vw;
    }

    .third-ap-card {
        margin-top: -7vw;
    }

    .text-col {
        width: 100%;
    }

    .content-slider-holder {
        width: 100%;
        margin-left: 0px;
        height: 58vw;
    }

    .text-holder {
        margin-right: 0px;
    }

    .comment-content-holder {
        width: 100%;
        margin-right: 0px;
    }

    .logo-social-media div {
        width: 16vw;
    }

    .first-part-footer {
        width: 100%;
    }

    .easy-access-footer {
        width: calc(48% - 40px);
        justify-content: flex-start;
    }

    .work-samples-text-holder p {
        text-align: right;
    }

    .title-slider-dot {
        width: 2.2vw;
        height: 2.2vw;
    }

    .right-arrow {
        margin-left: 1vw;
    }


    /* -----------------------comment slider------------ */

    .first-Description {
        height: 19vw;
        padding: 2vw;
    }

    .comment-slider-holder {
        width: 100%;
    }

    .card-holder {
        height: 41vw;
    }

    .right-arrow {
        width: 5vw;
        height: 1.5vw;
    }

    .left-arrow {
        width: 5vw;
        height: 1.5vw;
    }

    .slider-card {
        width: 42vw;
        height: 30vw;
    }

    .slider-card p {
        font-size: 1.8vw;
        line-height: 3.6vw;
    }

    .avatar-and-title img {
        width: 6.5vw;
        height: 6.5vw;
    }

    .collaps-anime {
        height: 19vw;
        padding: 2vw;
    }

    .picture-slider-holder {
        height: 50vw;
    }

}

@media only screen and (max-width: 768px) {

    .body-container {
        width: 92%;
    }

    nav {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }

    .bur-menu img {
        width: 4.5vw;
        height: auto;
    }

    .bur-logo img {
        width: 6.5vw;
        height: auto;
    }

    .burger-nav {
        display: flex;
    }

    .social-media img {
        width: 3.4vw;
        margin: 1vw;
    }

    .footer-logo {
        width: 16vw;
    }

    .first-part-footer {
        width: 100%;
    }

    p {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    h2 {
        font-size: 3.2vw;
    }

    .main-btn {
        font-size: 2.2vw;
    }

    .circle-background {
        width: 22vw;
        height: 22vw;
    }

    .circle-background-center {
        width: 53vw;
        height: 53vw;
    }

    .T-I-process-holder h3 {
        margin-bottom: 1.1vw;
    }

    .second-ap-card {
        margin-top: 16vw;
    }

    .third-ap-card {
        margin-top: -13vw;
    }

    .content-slider-holder {
        height: 83vw;
    }

    .slider {
        height: 141vw;
    }

    .logo-social-media div {
        width: 24vw;
    }

    .easy-access-footer {
        width: calc(100% - 40px);
        justify-content: flex-start;
    }

    .title-slider-dot {
        width: 2.8vw;
        height: 2.8vw;
    }

    /* ---------- */

    .picture-slider-holder {
        height: 59vw;
        width: 82vw;
        margin-top: 0px;
    }




    /* -----------------------comment slider------------ */

    .first-Description {
        height: 19vw;
    }

    .slider-card p {
        font-size: 2.3vw;
        line-height: 4vw;
    }

    .slider-card {
        height: 39vw;
    }

    .card-holder {
        margin-right: -40px;
    }

    .avatar-and-title img {
        width: 8.5vw;
        height: 7.5vw;
    }

    .collaps-anime {
        height: 29vw;
        padding: 2vw;
    }

    .first-Description {
        height: 29vw;
    }

    .picture-why-web-col img {
        width: 57vw;
        margin-top: 7vw;
    }

    .anyteb-process-card-holder p {
        font-size: 2.2vw;
        width: 40vw;
        line-height: 3.5vw;
    }

    .anyteb-process-title {
        margin-bottom: 6.5vw;
    }

    .card-holder {
        height: 52vw;
    }

    /* .arrows{
        display: none;
    } */

}

@media only screen and (max-width: 650px) {

    .content-slider-holder {
        height: 499px;
    }

    .work-samples-card-container-row {
        margin: 7vw 0vw;
    }

    .circle-background {
        width: 23vw;
        height: 23vw;
    }
}

@media only screen and (max-width: 576px) {

    h1 {
        font-size: 5vw;
    }

    p {
        font-size: 3.2vw;
        line-height: 6vw;
    }

    h2 {
        font-size: 4.2vw;
    }

    .bur-menu img {
        width: 6.5vw;
        height: auto;
    }

    .bur-logo img {
        width: 8vw;
        height: auto;
    }

    .slider-dot {
        margin: 1vw 0.5vw;
        width: 2vw;
        height: 2vw;
    }

    .active-dot {
        margin: 1vw 0.5vw;
        height: 2vw;
        width: 7vw;
    }

    .slider {
        height: 181vw;
    }

    .content-slider-holder {
        width: 90%;
        height: 109vw;
    }

    .picture-col img {
        width: 84vw;
        margin-top: 10vw;
    }

    .picture-why-web-col img {
        width: 67vw;
    }

    .anyteb-process-card-holder {
        width: 100%;
    }

    .third-ap-card {
        margin-top: 9vw;
    }

    .second-ap-card {
        margin-top: 1vw;
    }

    .circle-background-center {
        width: 76vw;
        height: 76vw;
    }

    .circle-background {
        width: 27vw;
        height: 27vw;
    }

    .anyteb-process-card-holder p {
        font-size: 3.2vw;
        width: 62vw;
        line-height: 4.6vw;
    }

    .main-btn {
        padding: 1.5vh 7vw;
        font-size: 3.4vw;
    }

    .work-sample-card div {
        display: block;
    }

    .work-samples-cards-holder {
        width: 72vw;
    }

    .work-sample-card-image{
        width: 61vw;
    }

    /* .work-sample-card img {
        width: 61vw;
    } */

    .footer-logo {
        width: 22vw;
    }

    .social-media img {
        width: 4.4vw;
    }

    .logo-social-media div {
        width: 30vw;
    }

    .collaps-anime {
        height: 46vw;
        padding: 2.5vw;
        border-radius: 2vw;
    }

    .first-Description {
        height: 46vw;
    }

    .img-holder {
        width: 100%;
        height: 400px;
    }

    .picture-slider-holder {
        height: 72vw;
        width: 82vw;
    }

    .title-slider-dot {
        width: 3.2vw;
        height: 3.2vw;
    }

    /* ---------------comments slider--------------- */


    .card-holder {
        height: 267px;
    }

    .right-arrow {
        width: 36px;
        height: 10px;
    }

    .left-arrow {
        width: 36px;
        height: 10px;
    }

    .avatar-and-title img {
        width: 8.5vw;
        height: 8.5vw;
    }

    .picture-slider-holder {
        width: 90vw;
    }


    /* ---------------------------------- */

    .slider-card {
        width: 88vw;
    }

    .slider-card p {
        font-size: 3vw;
        line-height: 5.4vw;
    }

    .avatar-and-title img {
        width: 12.5vw;
        height: 11.5vw;
    }



    /* ---------------burger-menu--------------- */

    .mobile-menu {
        width: 100%;
        transform: translate(100vw, 0vh);
        top: 0px;
        right: 0vw;
        transition: all 500ms;
    }

    .menu-container {
        position: absolute;
        right: 0px;
        width: 58%;
        height: 95%;
        border-radius: 30px 0px 0px 30px;
    }

    .menu-animation {
        transition: all 500ms;
        transform: translate(0vw, 0vh);
    }

    .menu-animation-close {
        transition: all 500ms;
        transform: translate(100vw, 0vh);
    }

    .mobile-menu ul {
        display: block;
    }

    .mobile-menu li {
        padding: 4vw 0vw;
        text-decoration: none;
        font-size: 3.2vw;
        font-weight: 600;
    }

    .menu-container .social-media {
        width: 28vw;
    }

    .menu-container .social-media-holder p {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 460px) {

    p {
        font-size: 4.2vw;
        line-height: 8vw;
    }

    .slider {
        height: 230vw;
    }

    .collaps-anime {
        height: 78vw;
    }

    .first-Description {
        height: 78vw;
    }

    .circle-background {
        width: 35vw;
        height: 35vw;
    }

    .anyteb-process-card-holder p {
        font-size: 3.8vw;
        width: 71vw;
        line-height: 6vw;
    }

    .circle-background-center {
        width: 94vw;
        height: 94vw;
    }

    .bur-menu img {
        width: 7vw;
    }

    .bur-logo img {
        width: 9vw;
    }

    .slider-card p {
        font-size: 3.8vw;
        line-height: 6vw;
    }

    .slider-card {
        height: 51vw;
    }

    .picture-slider-holder {
        height: 73vw;
    }

    .title-slider-dot {
        width: 4vw;
        height: 4vw;
    }

    .content-slider-holder {
        width: 90%;
        height: 157vw;
    }

    .footer-logo {
        width: 25vw;
    }
}

@media only screen and (max-width: 400px) {
    .slider {
        height: 802px;
    }

    .slider {
        height: 828px;
    }
}

@media only screen and (max-width: 360px) {

    footer {
        margin-top: 18vw;
    }

    h1 {
        font-size: 7vw;
    }

    .slider {
        height: 891px;
    }

    .img-holder {
        height: 69vw;
    }

    .slider-dot {
        margin: 1.5vw 0.5vw;
        width: 3vw;
        height: 3vw;
    }

    .active-dot {
        margin: 1.5vw 0.5vw;
        height: 3vw;
        width: 10vw;
    }

    .main-btn {
        padding: 1.8vh 8.6vw;
        font-size: 4.3vw;
    }

    .content-col button {
        margin-top: 2vh;
    }

    p {
        font-size: 5.2vw;
        line-height: 9.5vw;
    }

    .picture-col img {
        width: 90vw;
    }

    h2 {
        font-size: 6.8vw;
        text-align: center;
    }

    .collaps-anime {
        height: 403px;
    }

    .first-Description {
        height: 403px;
    }

    .content-slider-holder {
        width: 90%;
        height: 755px;
    }

    .slider {
        height: 288vw;
    }

    .anyteb-process-card-holder p {
        font-size: 4.4vw;
        width: 74vw;
    }

    .circle-background {
        width: 44vw;
        height: 44vw;
    }

    .circle-background-center {
        width: 100vw;
        height: 100vw;
    }

    .inside-circle-holder {
        margin-top: -19px;
    }

    .logo-social-media {
        display: block;
    }

    .footer-logo {
        width: 38vw;
        padding-bottom: 6vw;
    }

    .social-media img {
        width: 7.4vw;
        margin: 2vw;
    }

    .logo-social-media div {
        width: 57vw;
    }

    .phone {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .phone :nth-child(n) {
        padding: 0px;
    }

    .phone a {
        display: block;
    }

    .slider-card {
        height: 69vw;
        width: 84vw;
    }

    .slider-card p {
        font-size: 4.5vw;
        line-height: 7vw;
    }

    .card-holder {
        margin-right: -40px;
    }

    .card-holder {
        height: 283px;
    }

    .avatar-and-title img {
        width: 16.5vw;
        height: 16.5vw;
    }

    .picture-slider-holder {
        height: 87vw;
    }

    .card-holder {
        margin-right: -16px;
    }

    .title-slider-dot {
        width: 4.5vw;
        height: 4.5vw;
    }


    /* --------------------br menu------ */

    .bur-menu img {
        width: 8vw;
    }

    .bur-logo img {
        width: 10vw;
    }

    .menu-container {
        width: 67%;
    }

    .mobile-menu li {
        font-size: 4.2vw;
    }

    .bur-menu-logo {
        width: 26vw;
        height: auto;
    }

    .close-btn {
        width: 5vw;
        height: auto;
    }

    .menu-container .social-media-holder {
        flex-direction: column;
    }

    .menu-container .social-media-holder p {
        font-size: 5vw;
    }

    .menu-container .social-media {
        width: 53vw;
    }

    .circle-background-center {
        border-radius: 82px;
        width: 90vw;
        height: 132vw;
    }

    .circle-background {
        border-radius: 40%;
    }

    .anyteb-process-card-holder p {
        font-size: 5vw;
        line-height: 9vw;
    }
}

@media only screen and (max-width: 280px) {
    .access-link {
        display: block;
    }

    .location {
        display: block;
    }

    .e-mail {
        display: block;
    }

    .collaps-anime {
        height: 312px;
    }

    .first-Description {
        height: 312px;
    }

    .content-slider-holder {
        height: 582px;
    }

    .slider {
        height: 299vw;
    }

    .card-holder {
        height: 84vw;
    }
}




/* ---------------------------------------------event page------------------------------------------------------------- */


.event-landing-picture {
    border-radius: 25px;
    overflow: hidden;
    height: 27vw;
    margin-top: 2vw;
}

.event-landing-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supplement-title {
    font-size: 1.2vw;
}

.event-video-slider-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0vw 1vw 0vw;
    background-color: #edfffe;
    border-radius: 35px;
}

.event-photo-container {
    margin-bottom: 12vw;
}

.picture-event-galery {
    display: flex;
    flex-wrap: wrap;
}

.event-image-holder {
    width: calc((100% / 3) - 2vw);
    background-color: aquamarine;
    height: 17.5vw;
    overflow: hidden;
    border-radius: 15px;
    margin: 1vw;
}

.event-image-holder img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slider-video-holder {
    width: 47vw;
}

.blog-main-pic-holder {
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 1400px) {

    .event-landing-picture {
        height: 39vw;
        margin-top: 9vw;
    }

}


@media only screen and (max-width: 1200px) {
    .supplement-title {
        font-size: 1.6vw;
    }

    .event-image-holder {
        width: calc((100% / 2) - 2vw);
        height: 25.5vw;
    }
}



@media only screen and (max-width: 992px) {

    .event-landing-picture {
        width: 100%;
        height: 83vw;
        object-fit: cover;
        margin-top: 5vw;
    }

    .supplement-title {
        font-size: 2.3vw;
    }


    .events-landing-holder {
        justify-content: center;
    }

    .event-landing-picture img {
        margin-top: 0px;
    }

    .slider-video-holder {
        width: 67vw;
    }

    .event-video-slider-holder .picture-slider-holder {
        height: 44vw;
    }
}

@media only screen and (max-width: 768px) {
    .event-image-holder {
        width: 100%;
        height: 45.5vw;
    }

    .slider-video-holder {
        width: 78vw;
    }

    .event-video-slider-holder .picture-slider-holder {
        height: 57vw;
    }
}

@media only screen and (max-width: 360px) {
    .slider-video-holder {
        width: 85vw;
    }
}







/* ---------------------------------------------------events page----------------------------------------------------- */

.video-siler-container {
    background-color: var(--light-green-background);
    width: calc(100% - 4vw);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    border-radius: 30px;
}

.video-siler-container .slider {
    display: flex;
    height: 32vw;
    padding-top: 0vw;
}

.video-siler-container .picture-slider-holder {
    width: 43vw;
    height: 32vw;
}

.video-siler-container .img-holder {
    height: auto;
}




/* -------------------------------------------------------- */

.landing-section {
    padding: 0vw 0vw 3vw 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-banner-event-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main-banner-event-holder {
    width: 100%;
    height: 25vw;
    overflow: hidden;
}

.main-baner-content-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 2vw;
}

.main-baner-content-holder p {
    text-align: center;
}


.Previous-events-container h3 {
    text-align: center;
}

.events-cards-holder {
    border-radius: 20px;
}

.card-events-picture-holder {
    border-radius: 20px;
    height: 19vw;
    width: 26%;
    overflow: hidden;
}

.card-events-picture-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.events-card {
    display: flex;
    background-color: var(--light-blue-for-slider);
    padding: 1vw;
    border-radius: 20px;
    margin: 3vw 0vw;
}

.card-events-text-holder {
    width: 74%;
    padding: 0vw 2vw;
}

.events-card-paragraph {
    font-weight: 400;
}

.card-events-title {
    font-weight: 800;
}

.card-events-j-info {
    display: flex;
}

.card-events-j-info p {
    background-color: #DCE9FF;
    margin: 1vw 0vw 0vw 2vw;
    border-radius: 50px;
    padding: 0.4vw 1.2vw;
}

.card-events-picture-holder p {
    display: none;
}

.events-cards-holder a {
    text-decoration: none;
}


@media only screen and (max-width: 1400px) {

    .video-siler-container .picture-slider-holder {
        margin-top: 0vw;
    }

    .supplement-title {
        font-size: 1.6vw;
    }

    .card-events-picture-holder {
        height: 23vw;
    }

    .card-events-picture-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    

    .main-baner-content-holder {
        width: 100%;
    }

    .main-baner-content-holder p {
        text-align: right;
    }
}

@media only screen and (max-width: 1200px) {
    .video-siler-container .picture-slider-holder {
        width: 49vw;
        height: 36vw;
    }

    .video-siler-container .slider {
        height: 36vw;
    }
}


@media only screen and (max-width: 992px) {

    .video-siler-container .picture-slider-holder {
        width: 55vw;
        height: 41vw;
    }

    .video-siler-container .slider {
        height: 40vw;
    }

    .main-banner-event-holder {
        height: 32vw;
    }

    .supplement-title {
        font-size: 2.2vw;
    }

    .events-card {
        flex-direction: column;
        align-items: center;
    }

    .card-events-picture-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30vw;
        width: 59%;
    }

    .card-events-picture-holder img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .card-events-j-info {
        display: flex;
        flex-wrap: wrap;
    }

    .card-events-text-holder {
        width: 96%;
    }

    .events-card {
        padding: 3vw;
    }

    .card-events-text-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}



@media only screen and (max-width: 768px) {

    .video-siler-container .picture-slider-holder {
        width: 81vw;
        height: 53vw;
    }

    .video-siler-container .slider {
        height: 54vw;
    }

    .events-card {
        flex-direction: column;
        align-items: center;
    }

    .card-events-picture-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30vw;
        width: 59%;
    }

    .card-events-picture-holder img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .card-events-j-info {
        display: flex;
        flex-wrap: wrap;
    }

    .card-events-text-holder {
        width: 96%;
    }

    .events-card {
        padding: 3vw;
    }

    .card-events-text-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .landing-section {
        display: block;
    }

    .main-baner-content-holder {
        align-items: start;
    }

    .main-baner-content-holder p {
        text-align: start;
    }

    .main-baner-content-holder {
        width: 100%;
    }

    .card-events-j-info p {
        margin: 2vw 0vw 0vw 2vw;
        padding: 0.5vw 2.7vw;
    }

    .supplement-title {
        font-size: 2.8vw;
    }
}


@media only screen and (max-width: 576px) {

    .video-siler-container .picture-slider-holder {
        width: 86vw;
        height: 60vw;
    }

    .video-siler-container .slider {
        height: 60vw;
    }

    .card-events-picture-holder {
        height: 43vw;
        width: 91%;
    }

    .main-banner-event-holder {
        height: 44vw;
    }

    .main-banner-event-holder img {
        height: 100%;
    }

    .supplement-title {
        font-size: 3.5vw;
    }
}

@media only screen and (max-width: 460px) {

    .supplement-title {
        font-size: 4.5vw;
    }
}

@media only screen and (max-width: 360px) {
    .supplement-title {
        font-size: 5vw;
    }

    .card-events-j-info p {
        margin: 4vw 0vw 0vw 3vw;
        padding: 2vw 2.7vw;
    }
}






/* -----------------------------------------------------------about us------------------------------------------------ */



.about-us-gallery {
    background-color: var(--light-blue-for-slider);
    width: calc(100% - 60px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
}

.team-picturs-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    flex-wrap: wrap;
    padding-top: 2vw;
}

.team-picture {
    width: calc((100% / 3) - 1vw);
    border-radius: 20px;
    overflow: hidden;
    height: 17vw;
    margin-bottom: 2vw;
}

.team-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-us-main-pic {
    width: 32vw;
}

@media only screen and (max-width: 1200px) {

    .team-picture {
        height: 16vw;
    }
}



@media only screen and (max-width: 992px) {

    .about-us-main-pic {
        width: 50vw;
    }

    .team-picture {
        width: calc((100% / 2) - 1vw);
        margin-bottom: 3vw;
        height: 25vw;
    }
}

@media only screen and (max-width: 768px) {

    .team-picture {
        height: 24vw;
    }
}

@media only screen and (max-width: 576px) {

    .team-picture {
        width: 100%;
        margin-bottom: 3vw;
        height: 47vw;
    }

    .about-us-main-pic {
        width: 74vw;
    }
}

@media only screen and (max-width: 360px) {

    .about-us-main-pic {
        width: 83vw;
    }

    .team-picture {
        height: 42vw;
    }
}




/* ------------------------------------------contact us---------------------------------------------------------- */

.map-and-adress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E3EDFF;
    border-radius: 10px;
    padding: 2vw;
    width: calc(100% - 4vw);
    height: auto;
}

.anyteb-addres {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 1vw;
}

.anyteb-addres p {
    margin: 0px;
    margin-right: 0.7vw;
}

.anyteb-addres img {
    width: 1.5vw;
    height: 2vw;
}

.location-map {
    width: 65%;
    height: 44vh;
}

/* ------------------------form ---------------------- */
.contactUs-form-col {
    width: 47%;
}

.contactUs-form-holder {
    display: flex;
}

.form-main-info {
    width: 34%;
    margin-left: 1vw;
    margin-top: 18px;
}

.form-text-massage {
    width: calc(66% - 1vw);
}

.form-submit-btn-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    border-radius: 10px;
    background-color: #E3EDFF;
    padding: 20px;
}




input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 0px;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit],
#form-submit {
    background-color: var(--button-color);
    color: var(--title-and-textbutton);
    padding: 12px 34px;
    border: none;
    border-radius: 27px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    font-weight: 700;
}

input[type=submit]:hover,
#form-submit:hover {
    background-color: var(--btn-hover);
}



/* -------------------------picture---------------- */

.contactUs-picture-col {
    width: 50%;
    display: flex;
    justify-content: end;
}

.contactUs-picture-col img {
    width: 30vw;
    margin-top: -6vw;
}

/* ----------------------------cards------------------- */

h4 {
    font-size: 1.1vw;
    color: var(--title-and-textbutton);
    background-color: #DCE9FF;
}

.support-card-holder h4 {
    margin: 0px;
    padding: 1vw;
    border-radius: 25px 25px 0px 0px;
}

.support-card-holder p {
    font-size: 0.9vw;
}

.support-card-holder {
    background-color: var(--light-blue-for-slider);
    border-radius: 25px;
    width: 47%;
}

.support-cards-container {
    display: flex;
    justify-content: space-between;
}

.support-card-text-holder {
    display: flex;
}

.inner-text-support-card {
    margin: 0.5vw 1vw 2vw 8vw;
}

.inner-text-support-card div :nth-child(2n) {
    font-weight: 800;
}

.inner-text-support-card a {
    text-decoration: none;
    color: var(--paragraph-color);
    font-size: 1.1vw;
}

@media only screen and (max-width: 1550px) {

    .support-card-holder p {
        font-size: 1.1vw;
    }
}


@media only screen and (max-width: 1400px) {

    .support-card-holder p {
        font-size: 1.2vw;
    }

    .contactUs-form-col {
        width: 57%;
    }

    .contactUs-picture-col {
        width: 43%;
    }

    .contactUs-picture-col img {
        width: 33vw;
        margin-top: -4vw;
    }

    .anyteb-addres img {
        width: 2vw;
        height: 2.5vw;
    }

    .inner-text-support-card a {
        font-size: 1.3vw;
    }

    .support-card-holder h4 {
        font-size: 1.3vw;
    }
}


@media only screen and (max-width: 1200px) {

    .contactUs-form-col {
        width: 58%;
    }

    .contactUs-picture-col {
        width: 42%;
    }

    .contactUs-picture-col img {
        margin-top: 1vw;
    }

    .support-card-holder p {
        font-size: 1.4vw;
    }

    .support-card-holder h4 {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 992px) {

    .contactUs-picture-col img {
        width: 37vw;
        margin-top: 4vw;
    }

    .support-card-holder p {
        font-size: 1.5vw;
    }

    .inner-text-support-card {
        margin: 0.5vw 2vw 2vw 5vw;
    }

    .inner-text-support-card a {
        font-size: 1.5vw;
    }

    h4 {
        font-size: 1.8vw;
    }

    .location-map {
        width: 97%;
        height: 44vh;
    }

    .anyteb-addres img {
        width: 3vw;
        height: 3.5vw;
    }

    .support-card-holder h4 {
        font-size: 1.7vw;
    }

    .support-card-holder {
        width: 49%;
    }
}


@media only screen and (max-width: 768px) {

    .contactUs-form-col {
        width: 100%;
    }

    .contactUs-picture-col {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contactUs-picture-col img {
        width: 50vw;
    }

    .support-card-holder {
        width: 80%;
        margin: 2vw 0vw;
    }

    .support-cards-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-main-info {
        margin-left: 2vw;
    }

    .support-card-holder p {
        font-size: 2vw;
    }

    .inner-text-support-card a {
        font-size: 2vw;
    }

    .support-card-holder h4 {
        padding: 2vw;
        font-size: 2.2vw;
    }

    .inner-text-support-card {
        margin: 0.5vw 2vw 2vw 15vw;
    }

    .anyteb-addres img {
        width: 3.5vw;
        height: 4vw;
    }

    .anyteb-addres {
        margin-top: 4vw;
    }
}


@media only screen and (max-width: 576px) {

    .contactUs-picture-col img {
        width: 62vw;
    }

    .support-card-holder {
        width: 100%;
    }

    .support-card-holder p {
        font-size: 2.8vw;
    }

    h4 {
        font-size: 3vw;
    }

    .support-card-holder h4 {
        padding: 3vw;
    }

    .inner-text-support-card a {
        font-size: 2.8vw;
    }

    .inner-text-support-card {
        margin: 0.5vw 2vw 2vw 13vw;
    }

    .contactUs-form-holder {
        display: block;
    }

    .form-main-info {
        width: calc(100% - 1vw);
    }

    .form-text-massage {
        width: calc(100% - 1vw);
    }

    .contactUs-form-send-btn {
        transform: translateY(288px);
    }

    .container {
        padding-bottom: 50px;
    }

    .support-card-holder {
        border-radius: 12px;
    }

    .support-card-holder h4 {
        border-radius: 12px 12px 0px 0px;
    }

    .support-card-holder h4 {
        font-size: 3.2vw;
    }

    .anyteb-addres img {
        width: 4vw;
        height: 4.5vw;
    }
}

@media only screen and (max-width: 440px) {

    .anyteb-addres img {
        width: 5vw;
        height: 5.5vw;
    }

    .support-card-holder p {
        font-size: 3.5vw;
    }

    .support-card-holder h4 {
        font-size: 3.8vw;
    }

    .inner-text-support-card a {
        font-size: 3.2vw;
    }
}


@media only screen and (max-width: 360px) {
    .support-card-holder p {
        font-size: 3.8vw;
    }

    .contactUs-picture-col img {
        width: 89vw;
    }

    .supporters-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .support-card-text-holder {
        display: block;
    }

    h4 {
        font-size: 4vw;
    }

    .support-card-holder h4 {
        padding: 5vw;
    }

    .inner-text-support-card {
        margin: 0.5vw 5vw 2vw 10vw;
    }

    .location-map iframe {
        width: 80%;
    }

    .anyteb-addres img {
        width: 6vw;
        height: 7.5vw;
    }

    .support-card-holder h4 {
        font-size: 4.5vw;
    }

    .support-card-holder p {
        font-size: 4.4vw;
    }

    .inner-text-support-card a {
        font-size: 4vw;
    }
}

@media only screen and (max-width: 280px) {

    .support-card-holder h4 {
        font-size: 5.5vw;
    }

    .support-card-holder p {
        font-size: 5vw;
    }

    .inner-text-support-card a {
        font-size: 5vw;
    }
}







/* ------------------------------------------contact us---------------------------------------------------------- */

.samplesPageLanding {
    padding: 2vw 0vw;
}

.samplesPageCardsSection {
    margin-top: 0vw;
}

.samplesPage-sample-card-container {
    display: flex;
    justify-content: center;
}


.Consultation-request-btn {
    display: flex;
    justify-content: center;
    margin-top: 0vw;
}

.samplesPage-sample-card-container {
    background-color: var(--light-blue-for-slider);
    border-radius: 20px;
    padding: 2vw 0vw;
}


.work-samples-cards-holder {
    flex-wrap: wrap;
}

.samplesPageCards {
    margin: 0.9vw;
}

.samplesPageSampleCard {
    margin: 1vw;
}







/* ------------------------------------------blogs---------------------------------------------------------- */





.blogs-main-title {
    margin-right: 2vw;
}

.blogs-cards-container {
    display: flex;
    justify-content: center;
}

.blogs-cards-holder {
    display: flex;
    flex-wrap: wrap;
    width: 87vw;
}

.bolgCard {
    background-color: var(--light-green-background);
    width: 24vw;
    display: flex;
    flex-direction: column;
    padding: 0.2vw 1.5vw 1.5vw 1.5vw;
    border-radius: 20px;
    margin: 1vw;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

/* .bolgCard:hover{
    background-color: var(--light-blue-background-hover);
} */

.bolgCard-pic-holder {
    width: 100%;
    overflow: hidden;
    height: 16vw;
    border-radius: 10px;
}

.bolgCard-pic-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-author {
    display: flex;
    align-items: center;
}

/* .bolgCard p {
    font-size: 0.9vw;
} */

.blogs-card-btn-holder {
    display: flex;
    justify-content: end;
}

.blogs-card-btn-holder a {
    color: #FF4A4A;
}

.blogs-card-btn-holder a:hover {
    background-color: var(--button-color);
    color: var(--title-and-textbutton);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    transition: all 300ms;
}

.b-c-text-holder p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-c-text-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-author img {
    margin-left: 1vw;
}

@media only screen and (max-width: 1400px) {

    .bolgCard {
        width: 38vw;
    }

    .secondery-btn {
        font-size: 1.2vw;
    }
}



@media only screen and (max-width: 1200px) {
    .bolgCard {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .b-c-text-holder {
        width: 71%;
        margin-right: 2vw;
        margin-top: 5vw;
    }

    .bolgCard-pic-holder {
        height: 21vw;
    }

    .blog-author {
        margin-top: 1vw;
    }

    /* .bolgCard p {
        font-size: 1.3vw;
        line-height: 2.5vw;
    } */

    .secondery-btn {
        font-size: 1.4vw;
    }
}

@media only screen and (max-width: 992px) {

    .secondery-btn {
        font-size: 2.1vw;
    }

    .bolgCard {
        width: 100%;
        flex-direction: column;
        padding: 3vw;
    }

    .b-c-text-holder {
        width: 100%;
        margin-right: 0vw;
        margin-top: 0vw;
    }

    .bolgCard-pic-holder {
        height: 50vw;
    }
}


@media only screen and (max-width: 768px) {



    .bolgCard {
        width: 100%;
    }

    /* .bolgCard p {
        font-size: 2.2vw;
        line-height: 4.5vw;
    } */

    .bolgCard-pic-holder {
        height: 50vw;
    }

    .secondery-btn {
        font-size: 2.4vw;
    }

    .bolgCard {
        width: 100%;
        margin: 3vw 0vw;
    }
}


@media only screen and (max-width: 576px) {

    .secondery-btn {
        font-size: 2.9vw;
    }
}

@media only screen and (max-width: 460px) {

    .secondery-btn {
        font-size: 3.9vw;
    }
}


@media only screen and (max-width: 360px) {

    .bolgCard h3 {
        font-size: 4.5vw;
    }

    .secondery-btn {
        font-size: 4.9vw;
    }
}










/* ------------------------------------------blog---------------------------------------------------------- */





.blog-landing-holder-Bg {
    background-color: var(--light-green-background);
    padding: 2vw;
    border-radius: 20px;
}

.blog-main-picholder {
    border-radius: 20px;
    height: 23vw;
    overflow: hidden;
}

.blog-main-pic-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-main-text-holder {
    width: 55%;
}


.blog-Text-and-picture {
    display: flex;
    flex-wrap: wrap;
}

.blog-Text-next-to-photo {
    width: 64%;
}

.blog-inner-pic-holder {
    width: 36%;
    overflow: hidden;
    border-radius: 20px;
    height: 23vw;
}

.blog-inner-pic-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-and-DateOfRelease {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.DateOfRelease {
    margin-right: 5vw;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
}

.blog-tags a {
    margin-left: 2vw;
}

.blog-txt-section {
    padding: 0vw;
}

@media only screen and (max-width: 1400px) {
    .blog-main-text-holder {
        width: 50%;
    }

    .blog-main-pic-holder {
        margin-top: 5vw;
    }

    .blog-inner-pic-holder {
        margin-top: 6vw;
    }
}

@media only screen and (max-width: 992px) {
    .blog-main-text-holder {
        width: 100%;
    }

    .blog-Text-and-picture {
        flex-direction: column-reverse;
    }

    .blog-Text-next-to-photo {
        width: 100%;
    }

    .blog-inner-pic-holder {
        width: 79%;
        height: 48vw;
    }

    .blog-inner-pic-holder {
        align-self: center;
        margin-bottom: 4vw;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {

    .blog-inner-pic-holder {
        width: 100%;
        height: 60vw;
    }
}

/* ------------------------------------------samples------------------------------------------------------- */


.samplesPage-sample-card-container {
    background-color: var(--light-green-background);
    border-radius: 20px;
    padding: 2vw 2vw;
}

.samplesPage-SampleCard {
    display: flex;
    flex-wrap: wrap;
    width: -webkit-fill-available;
}


.samplesPageCards {
    background: linear-gradient(156deg, #CDFFFC 6.09%, #e2edfd 94.21%);
    padding: 1vw;
    border-radius: 20px;
    margin: 2vw;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    width: calc((100% / 3) - 6vw);
}

.samplesPageCards:hover {
    background-color: var(--light-blue-background-hover);
    transition: all 400ms;
}

    .samplesPageCards .work-sample-card-image {
        width: 22vw;
        height: 22vw;
    }

@media only screen and (max-width: 1400px) {
    .samplesPageCards {
        width: calc((100% / 2) - 6vw);
    }

    .samplesPageCards .work-sample-card-image {
        width: 37vw;
        height: 37vw;
    }
}

@media only screen and (max-width: 992px) {

    .samplesPageCards {
        width: calc(85% - 6vw);
    }

    .samplesPage-SampleCard {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .samplesPageCards .work-sample-card-image {
        width: 65vw;
        height: 63vw;
    }

    .Consultation-request-btn {
        margin-bottom: 5vw;
    }
}

/* ------------------------------------------login---------------------------------------------------------- */


.login-form-text-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.login-form-text-holder {
    display: flex;
    align-items: center;
    width: 100%;
}



.login-pic-container {
    width: 47%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-pic-container img {
    width: 37vw;
    height: auto;
}

/* -----------login form----------- */

.login-title {
    margin-bottom: 3vw
}

.login-form-container {
    width: 53%;
    height: 100vh;
    background-color: var(--light-green-background);
    display: flex;
    align-items: center;
    justify-content: center;
}

.L-F-container {
    width: 57%;
}

.form-login-info {
    width: 100%;
    margin-left: 1vw;
    margin-top: 18px;
}

.form-holder {
    width: 100%;
}

.form-login-send-btn {
    width: 100%;
    margin-top: 2vw;
}

.L-F-input {
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
}

.L-F-input:focus {
    outline: none;
    border: solid 2px rgb(137, 137, 137);
}


@media only screen and (max-width: 1200px) {
    .login-form-text-holder {
        flex-direction: column;
    }

    .login-form-container {
        width: 100%;
        height: 60vh;
    }

    .login-pic-container {
        width: 100%;
        height: 57vh;
        background-color: var(--light-green-background);
        justify-content: flex-start;
    }

    .login-form-text-container {
        align-items: start;
    }

    .login-pic-container img {
        width: 38vw;
    }

    .login-pic-container h2 {
        font-size: 1.8vw;
    }
}

@media only screen and (max-width: 990px) {

    .login-pic-container img {
        width: 42vw;
    }

    .login-pic-container h2 {
        font-size: 2.2vw;
    }

    .login-form-container {
        height: 56vh;
    }
}



@media only screen and (max-width: 768px) {
    .login-pic-container {
        display: none;
    }

    .L-F-container {
        width: 74%;
    }

    .login-pic-container img {
        width: 58vw;
    }

    .login-form-container {
        width: 100%;
        height: 100vh;
    }
}








/* --------------------------hover for cards-------------------------------- */

.samplesPageCards:hover {
    background: linear-gradient(156deg, #bcf3f0 6.09%, #c3dafb 94.21%);
    transition: all 400ms;
}

.work-samples-card-holder:hover {
    background: linear-gradient(156deg, #bcf3f0 6.09%, #c3dafb 94.21%);
    transition: all 400ms;
}

