/*-----------------------------------------------------------------------------------*/

/*  RESET CSS 

/*-----------------------------------------------------------------------------------*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Alexandria&family=Caveat:wght@700&family=Poppins:wght@300;400;500&display=swap');

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
center,
ol,
ul,
li,
aside,
footer,
header,
menu,
nav,
section,
summary,
input,
input[type="button"],
button {
    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font-family: "Poppins", sans-serif;

    text-rendering: optimizeLegibility !important;

    -webkit-font-smoothing: antialiased !important;
}

::-moz-selection {
    background-color: #00292f;
    color: #fff;
}

::selection {
    background-color: #00292f;
    color: #fff;
}

.gtitle::selection,
.hello span::selection {
    -webkit-text-fill-color: #fff;
}

.gtitle::-moz-selection,
.hello span::-moz-selection {
    -webkit-text-fill-color: #fff;
}
html{
    overflow-x: hidden;
}
body {
    position: relative;

    font-family: "Poppins", sans-serif;

    font-weight: 400;

    width: 100%;

    min-height: 100%;

    color: #00292f;

    background: #fff;

    direction: ltr;

    font-size: 16px;
    overflow-x: hidden;

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;

    overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;

    padding: 0;

    *height: 13px;

    *width: 13px;
}

html {
    height: 100%;

    width: 100%;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;

    display: inline-block;

    color: #262626;

    transition: all 0.5s ease;
}

a:active,
a:hover,
a:focus {
    outline: 0;

    text-decoration: none;
}

a img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;

    font-family: inherit;

    overflow: auto;

    margin: 0;

    vertical-align: baseline;

    *vertical-align: middle;

    resize: none;
}

a,
button {
    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea:focus,
input:focus {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;

    *display: inline;

    *zoom: 1;
}

[hidden],
.hidden {
    display: none;
}

select,
button {
    outline: none;
}

p {
    line-height: 1.6;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 17px;
}

/*-----------------------------------------------------------------------------------*/
/*  MAIN CSS 
/*-----------------------------------------------------------------------------------*/

.container {
    position: relative;

    width: 85%;

    max-width: 1500px;

    margin: 0 auto;

    z-index: 1;

    padding-left: 110px;

    box-sizing: border-box;
}

nav {
    position: fixed;

    top: 0;

    width: 110px;

    height: 100%;

    left: 0px;

    background: #00292f;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    z-index: 1;
}

nav a {
    font-weight: 500;

    font-size: 16px;

    color: #c4c4c4;

    display: block;

    writing-mode: tb-rl;

    transform: rotate(-180deg);

    display: flex;

    flex-grow: 1;

    align-items: center;

    justify-content: center;
    transition: all 0.3s ease;
}

nav a.active,
nav a:hover {
    background: #003b44;
    color: #fff;
}

.hero {
    min-height: 100vh;
    padding: 0;
}

.hero::after {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    height: 100%;

    right: 0;

    mask-image: linear-gradient(to bottom, transparent, black);

    background: linear-gradient(90deg,
            rgba(120, 99, 245, 0.3),
            rgba(242, 218, 144, 0.4));

    filter: blur(200px);
}

.hero::before {
    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    bottom: 0;

    height: 60%;

    right: 0;

    mask-image: linear-gradient(to bottom, transparent, black);

    background: linear-gradient(90deg,
            rgba(120, 217, 163, 0.4),
            rgba(255, 107, 95, 0.3));

    filter: blur(200px);
}

header {
    padding: 30px 0;

    display: flex;

    align-items: center;

    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.logo {
    font-family: "Caveat";

    font-weight: 700;

    font-size: 32px;

    line-height: 30px;

    color: #00292f;

    position: relative;
}

.logo span {
    color: #2c9aab;

    font: inherit;
}

header .logo:after {
    content: "";

    z-index: -1;

    position: absolute;

    width: 193px;

    height: 193px;

    left: 0;

    top: -18px;

    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%);

    transform: rotate(-30deg);

    border-radius: 50%;

}

.social {
    display: flex;

    align-items: center;

    gap: 10px;

    list-style: none;
}

.social a {
    border-radius: 50%;

    background-color: #fff;

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.social a:hover {
    border-radius: 0 30%;
}

.social img {
    width: 20px;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    min-height: calc(100vh - 166px);
    align-items: center;
}

.hello {
    position: relative;
}

.hello::after {
    position: absolute;

    content: "";

    width: 243px;

    height: 243px;

    right: -20%;

    top: 30%;

    border-radius: 50%;

    background: linear-gradient(180deg,
            rgba(255, 222, 221, 0.5) 0%,
            rgba(255, 227, 226, 0) 100%);

    transform: rotate(152.47deg);
}

.hello span {
    font-weight: 300;

    font-size: 100px;

    background: linear-gradient(90deg, #f2da90 0%, #4ab3e1 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

    line-height: 120px;

    display: block;
}

.hello h1 {
    font-weight: 400;

    font-size: 64px;

    line-height: 70px;

    margin-bottom: 20px;
}

.hello h1 b {
    font-weight: 600;
}

.hello p {
    font-weight: 400;

    font-size: 24px;

    color: #454545;

    max-width: 500px;

    display: block;
}

.intro .text {
    padding-left: 15px;

    border-left: 1px solid #00292f;

    margin-top: 20px;

    margin-bottom: 60px;
}

.btn {
    background: linear-gradient(90deg, #2b8d9d 0%, #154d56 100%);

    border-radius: 0px 30px;

    color: #fff;

    font-weight: 500;

    font-size: 20px;

    line-height: 32px;

    padding: 10px 20px;

    min-width: 170px;

    box-sizing: border-box;

    text-align: center;
    transition: all 0.3s ease;
    background-size: 100% 100%;
}

.btn:hover {
    background-size: 200% 100%;
}

.btn-border {
    background: transparent;
    color: #33B0C2;
    border: 1px solid #33B0C2;
    transition: all 0.3s ease;
}

.btn-border:hover {
    background: #33B0C2;
    color: #fff;
}

.pattern {
    font-size: 0;
    height: 655px;
    position: relative;

    /* top: -120px; */
}

.pattern .hexagon {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s ease;
}

.pattern .hexagon.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.pattern>div {
    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;
}

.pattern>div:nth-child(2) {
    top: -80px;
}

.pattern>div:nth-child(3) {
    top: -160px;
}

.pattern>div:nth-child(4) {
    top: -240px;

    justify-content: flex-end;

    left: -100px;
}

.pattern {
    transform: scale(0.8);

    position: relative;
}

.hexagon {
    position: relative;
}

.hexagon span {
    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    text-align: center;

    top: 50%;

    transform: translateY(-50%);

    font-weight: 600;

    font-size: 24px;

    line-height: 40px;

    color: inherit;
}

.c1 {
    color: #a1d5eb;
}

.c2 {
    color: #bbb1fa;
}

.c3 {
    color: #92e2b6;
}

.c4 {
    color: #ffb5af;
}
.c5{
    color: #c7b380;
}
/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/

footer {
    background: #00292F;
    padding: 30px 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

footer .logo {
    color: #fff;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(199, 194, 255, 0.3);
}

footer .social {
    margin: 50px 0;
    gap: 40px;
    justify-content: center;
}

footer .social a {
    width: 40px;
    height: 40px;
}

footer p {
    font-size: 16px;
    color: #AEAEAE;
    border-top: 1px solid rgba(199, 194, 255, 0.3);
    padding-top: 30px;
    display: block;
}
footer p a{
    color: inherit;
}
section {
    padding: 80px 0;
    position: relative;
}

section:not(.hero)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: blur(200px);
}

section.contact::before {
    background: linear-gradient(90deg, rgba(120, 99, 245, 0.3), rgba(242, 218, 144, 0.4));
}

.talk {
    padding: 80px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 20px 50px rgba(43, 38, 56, 0.1);
    border-radius: 0px 200px;
    text-align: center;
}

section h2 {
    font-weight: 600;
    font-size: 48px;
    margin: 0 auto 60px auto;
    line-height: 60px;
    color: #00292F;
    display: block;
    text-align: center;
    width: fit-content;
}

.gtitle {
    background-image: linear-gradient(to right, #F2DA90, #4AB3E1 33.33333%, #4AB3E1 66.66666%, #F2DA90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    background-size: 300% 100%;
    background-position: top left;
    transition: all 0.5s ease;
}

.gtitle:hover {
    background-position: top left 100%;
}

.talk p {
    font-size: 20px;
    text-align: center;
    color: #454545;
    max-width: 700px;
    margin: 0 auto 50px auto;
}


/*-----------------------------------------------------------------------------------*/
/*  TESTIMONIALS SECTION
/*-----------------------------------------------------------------------------------*/
#testimonials {
    overflow: hidden;
}

#testimonials .container::before,
#testimonials .container:after {
    content: '';
    width: 170px;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

#testimonials .container::before {
    background-image: url('../images/quote1.svg');
    right: 200px;
    bottom: 60px;
}

#testimonials .container::after {
    background-image: url('../images/quote2.svg');
    left: 250px;
    top: 110px;
}

#testimonials.animate .container::before,
#testimonials.animate .container::after {
    animation: rotate 0.7s forwards;
}

#testimonials.animate .container::after {
    animation-delay: 0.5s;
}

@keyframes rotate {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    0% {
        transform: rotate(0);
    }
}

.client {
    text-align: center;
}

.client .thumb {
    background-color: #D9D9D9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    border: inset 5px transparent;
}

.client p {
    font-size: 22px;
    text-align: center;
    color: #454545;
    margin: 0 auto 30px auto;
    display: block;
    max-width: 800px;
    font-family: 'Alexandria', sans-serif;
    direction: rtl;
}
.client small{
    text-align: center;
    display: block;
}
.ar {
    font-family: 'Alexandria', sans-serif;
}

.client span {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #00292F;
}

.owl-nav {
    text-align: center;
    margin-top: 60px;
    position: relative;
    width: 230px;
    margin: 60px auto 0 auto;
    top: -3px;
}

.prev,
.next {
    display: block;
    width: 40px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.prev {
    transform: rotate(180deg);
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    background: #C4C4C4 !important;
    border-radius: 50%;
}

.owl-dot.active {
    background: #33B0C2 !important;
}

.owl-next,
.owl-prev {
    position: absolute;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  ABOUT SECTION
/*-----------------------------------------------------------------------------------*/
#about h2 {
    text-align: left;
    margin-left: 0;
}

.about-me {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.info {
    width: 50%;
    flex: 1;
    min-width: 400px;
}

.info p {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.info h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.info ul {
    margin-bottom: 30px;
}

.info ul,
.info .btn {
    margin-left: 30px;
}

.info li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
}

.info b {
    font-weight: 500;
}


/*-----------------------------------------------------------------------------------*/
/*  PROJECTS
/*-----------------------------------------------------------------------------------*/
.project {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
    position: relative;
}

.project::before,
.hello:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    filter: blur(100px);
    z-index: -1;
}

#projects::before {
    background: linear-gradient(90deg, rgba(255, 107, 95, 0.3), rgba(242, 218, 144, 0.4), rgba(120, 99, 245, 0.3));
    height: 50%;
}

#projects::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    filter: blur(200px);
    background: linear-gradient(90deg, rgba(120, 217, 163, 0.4), rgba(242, 218, 144, 0.4), rgba(255, 107, 95, 0.3));
    height: 50%;
}

.project:last-child {
    margin-bottom: 0;
}

.project:nth-child(odd) {
    flex-direction: row-reverse;
}

.project .mockup {
    position: relative;
    width: 540px;
    height: 290px;
    max-width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.project:nth-child(odd) .mockup {
    transform: translateX(80px);
}

.project:nth-child(even) .mockup {
    transform: translateX(-80px);
}

.project.animate .mockup {
    opacity: 1;
    transform: translateX(0);
}

.project .mockup img {
    max-width: 100%;
    max-height: 100%;
}

.project .details {
    flex: 1;
    min-width: 300px;
}

.project .details h3 {
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

.project .details p {
    font-size: 20px;
    color: #454545;
    text-align: justify;
}

.skills {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.skills li {
    color: #454545;
    font-size: 18px;
    padding: 5px 15px;
    background: rgb(165 236 246 / 50%);
    border-radius: 30px;
    font-weight: 500;
}

/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {

    .hero::before,
    .hero::after,
    section::before {
        filter: blur(100px);
    }
}

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

    .hero::before,
    .hero::after,
    .project::before,
    .hello:before,
    section::before {
        filter: blur(50px) !important;
    }

    nav {
        display: none;
    }

    .container {
        padding-left: 0;
    }

    .intro {
        height: auto;
    }

    .hello::after {
        right: 12px;
    }

    .pattern {
        display: none;
    }

    .hero {
        min-height: unset;
    }

    .info {
        min-width: 100%;
        max-width: 100%;
    }

    #testimonials .container::before,
    #testimonials .container:after {
        width: 95px;
    }

    #testimonials .container::after {
        left: 10px;
    }

    #testimonials .container::before {
        right: 10px;
    }

    .talk {
        border-radius: 0px 130px;
        padding: 80px 40px;
    }
}
@media only screen and (max-width: 350px) {
    .project .details{
        min-width: 100%;
    }
    header{
        justify-content: center;
    }
    footer .social{
        gap:20px;
    }
}