@font-face {
    font-family: 'satoshi';
    src: url(../Fonts/Satoshi_Complete/Fonts/TTF/Satoshi-Variable.ttf);
}

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

html {
    font-size: 62.5%;
}

body{
    font-family: "satoshi", sans-serif;
    font-family: 400;
    line-height: 1.7;
    /* background-image: url(../images/background_img.png); */
    background-image: url(../images/64f5Background.webp);
    /* background-size: cover; */
}

.header {
    height: 6rem;
    display: flex;
    justify-content: space-between;
    margin: 3rem 11.5rem;
    align-items: center;
    gap: 1.7rem;
}

/* .logo-box {
    width: 11.8rem;
    height: 12.7rem;
    border-radius: 6.25rem;
    background-image: url(../images/SKR_logo.png);
    flex-shrink: 0;
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 0;
} */

.logo {
    width: 11.8rem;
    height: 12.7rem;
    border-radius: 6.25rem;
    cursor: pointer;
    /* position: absolute;
    top: 0; */
}

.header_menu {
    padding: 1.2rem 1.9rem;
    border-radius: 10rem;
    border: .1rem solid rgba(255, 255, 255, 0.18);
    background: rgba(179, 179, 179, 0.20);
    backdrop-filter: blur(2.5rem);
    flex-shrink: 0;
}

.menu_list {
    font-size: 1.6rem;
    display: flex;
    gap: 4rem;
}

.menu_list li {
    display: flex;
    align-items: center;
    list-style: none;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.menu_list li svg {
    width: 2rem;
    height: 2rem;
    margin-left: 0.7rem;
}

.btn
 {
    /* width: 12rem; */
    display: flex; 
    align-items: center;
    padding: 1.2rem 1.6rem;
    justify-content: center;
    border-radius: 10rem;
    background-color: #647C6A;
    text-align: center;
    gap: 0.2rem
}

.btn svg {
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    margin-right: 0.7rem;
}

.btn a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 400;
}

.welcome-card {
    /* height: 67rem; */
    height: fit-content;
    margin: 3rem 4rem 4.5rem 4rem;
    border-radius: 4.8rem;
    background: rgba(164, 164, 164, 0.20);
    display: flex;
    gap: 5rem;
}

.picture {
    height: 67rem;
    padding: 9rem 0 0 5rem;
}

.col-1-of-2 {
    display: inline-block; /* Makes div wrap around the image */
    width: fit-content;
}

.combine {
    margin-top: 26rem;
}

.intro{
    display: block;
    margin-bottom: 0.8rem;
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1rem;
}

.name {
    display: block;
    margin-bottom: 0.8rem;
    color: #000;
    font-size: 4rem;
    font-weight: 700;
}

.profession-main,
.profession-sub {
    display: block;
    margin-bottom: 1.2rem;
    font-weight: 700;
    line-height: 6.8rem; /* 75.556% */
    overflow: visible;
    background: linear-gradient(90deg, #969696 0%, #496E52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profession-main {
    font-size: 9rem;
    letter-spacing: -0.45rem;
    padding-bottom: 2.5rem;
}

.profession-sub {
    font-size: 4.5rem;
    letter-spacing: -0.225rem;
    margin-top: -1.5rem;
}

.desc {
    display: block;
    margin-bottom: 2rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 9.3rem;
}

.about {
    display: flex;
    padding: 0 13.1rem;
    gap: 6rem;
}

.about-me {
width: 66.4%;
}

.buttons {
    display: flex;
    padding: 1rem 0;
    gap: 4rem;
    margin-left: 0;
}

.about-btn,
.resume-btn {
    height: 4.8rem;
    padding: 1rem;
    flex-shrink: 0;
    border-radius: 10rem;
    border: 0.1rem solid #000;
    background: #FFF;
    text-align: center;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
}

.about-btn {
    width: 11.2rem;
    
}

.resume-btn {
    width: 20.2rem;
}


.innovations {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
}

.features {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem; /* 166.667% */
    margin-left: 1.5rem;
}

.achieve-card {
    width: 52.4%;
    /* height: 30.7rem; */
    background-color: #647C6A;
    border-radius: 3rem;
    color: #FFF;
    padding: 1.6rem 3rem 1.6rem 2rem;
    margin-top: 1rem;
}

.achieve-header {
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.8rem;

}

.achievements-main {
    display: block;
    font-size: 4rem;
    font-weight: 900;
    line-height: 6rem; /* 100% */
}

.achievements {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin: 1.2rem 0 0 1rem;
}

.achievements li span {
    font-weight: 500;
}

.quote-card {
    position: relative;
    height: 35rem;
    margin: 7.4rem 13.5rem;
    display: inline-block;
    width: 82%;
}

.quote {
    position: absolute;
    top: 4rem;
    left: 16rem;
    right: 15.5rem;
    color: #FFF;
    font-size: 4rem;
    font-style: italic;
    font-weight: 900;
}

.quote-sub{
    position: absolute;
    top: 17.8rem;
    left: 27.2rem;
    right: 14rem;
    color: #647d6b;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

/* .quote-card svg {
    background-image: url(../images/quote-img.jpeg);
    background-size: cover;
    background-position: center;
} */

.my-works {
    text-align: center;
    margin-bottom: 6.8rem;
}

.black {
    color: #000;
}

.my-works-title-sub {
    font-weight: 400;
    font-size: 2rem;
    line-height: normal;
}

.project-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 19rem;
}

.proj-sub-cards {
    display: flex;
    width: calc((100% - 8rem)/2);
    margin-bottom: 8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    border-radius: 3rem;
    
    border-right: .1rem solid rgba(0, 0, 0, 0.20);
    border-bottom: .1rem solid rgba(0, 0, 0, 0.20);
    border-left: .1rem solid rgba(0, 0, 0, 0.20);

    /* border-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 1; 
    border-width: 1px;
    border-style: solid; */
}

.proj-sub-cards:nth-child(odd) {
    margin-right: 8rem;
}

.proj-sub-cards img {
    border: none; 
}

.proj-img {
    height: 44.5rem;
    border-radius: 3rem 3rem 0 0;
    width: 100%;
    object-fit: cover;
    border: none;
}

.description {
    margin: 0 1.6rem 2rem 1.6rem;
}

.proj-btn {
    display: inline-block;
    margin-right: 2rem; /* Space between buttons */
    padding: .7rem;
    align-items: center;
    text-decoration: none;
    border-radius: .4rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #f2f2f2;
}

.proj-title {
    display: block;
    color: #000;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 5rem;
}

.proj-desc {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    /* height: 12rem; */

    display: -webkit-box;
    -webkit-line-clamp: 6; /* Limits to 6 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 12rem; /* Adjust based on font size */
    word-break: break-word;
    white-space: normal;
    /* width: 100%; */
}

.all-proj-btn-div {
    text-align: center;
}

.proj-all-btn {
    text-decoration: none;
    width: fit-content;
    color: #FDFDFC;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%; /* 27px */
    padding: 2.2rem 3rem;
    margin-bottom: 6.3rem;
    display: inline-flex;
    gap: 1rem;
    text-transform: uppercase;
}

.companies-list {
    text-align: center;
}

.companies-list ul {
    display: inline-flex;
    gap: 6.3rem;
    height: 8rem;
    align-items: center;
}

.companies-list ul li {
    list-style: none;
}

.companies-list ul li img {
    height: 5.7rem;
    width: 14.4rem;
    object-fit: cover;
}

.companies-list ul li .OU-img {
    height: 8rem;
    width: 17.3rem;
    object-fit: contain;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    margin: 2.4rem 14.2rem;
    gap: 2rem;
}

.col-1-of-3 {
    width: calc((100% - 4rem)/3);
    /* height: fit-content; */
    padding: 1.5rem 3rem;
    align-items: flex-start;
    margin-bottom: 1rem;

    border-radius: 3rem;
    border: .1rem solid rgba(164, 164, 164, 0.15);
    background: rgba(164, 164, 164, 0.15);

    /* blur/default */
    backdrop-filter: blur(1.5rem);
}

.col-1-of-3 img {
    width: 7rem;
    height: 3rem;
    object-fit: cover;
}

.col-1-of-3 .OU-img {
    object-fit: fill;
    width: 4rem;
    height: 4rem;
}

.col-1-of-3 span {
    color: rgba(0, 0, 0, 0.60);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 180%; /* 21.6px */

    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limits to 6 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    align-self: stretch;
    margin-top: 2rem;
}

.profile-img {
    border-radius: 50rem;
    min-width: 6rem;
    max-width: 6rem;
    height: 6rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img img {
    height: 140%;
    object-fit: cover;
    filter: sepia(30%);
    transform: translateY(1rem);
}

.col-1-of-3 .person-name {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2rem; /* 20.8px */
    letter-spacing: .15rem;
    text-transform: uppercase;
}

.col-1-of-3 .person-role {
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 160%; /* 19.2px */
}

.margin-top {
    margin-top: 8rem;
}

.get-in-touch {
    margin: 3.1rem 34.6rem;
    text-align: center;
}

.interested {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 160%; /* 20.8px */
    letter-spacing: .15rem;
    text-transform: uppercase;
}

.work-together {
    display: block;
    color: #000;
    text-align: center;
    font-size: 12.8rem;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 128px */
    margin-bottom: 2.4rem;
}

.work-together-desc {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 170%; /* 34px */
    margin: 2.4rem 0;
}
.get-in-touch-btn {
    margin: 2.4rem 0 6.3rem 0;
}

/* .footer {
    position: relative;
    width: 100%;
    height: 443px;
} */

/* .footer svg {
    width: 100%;
    height: 100%;
    display: block;
} */ 


footer {
    position: relative;
    margin: 0 2.3rem 3rem 2.3rem;
}

footer svg {
    width: 100%;
    display: block;
}

.footer-main-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    display: flex;
    justify-content: space-around;
    color: white;
    gap: 7%
}

.footer-main-card div {
    flex: 1;
}

.footer-main-card h4 {
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
}

.footer-main-card ul {
    list-style: none;
    padding: 0;
}

.footer-main-card ul li {
    margin: .5rem 0;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2;
}

.social-media {
    margin: -7rem;
    text-align: center;
    margin-right: 4rem;
    margin-left: 0.1rem;
}

.social-media span {
    color: #FFF;
    font-size: 1.6rem;
    display: block;
    margin: 0.7rem 5rem 2.6rem 5rem;
}

.social-media img {
    width: 13rem;
    height: 13rem;
    border-radius: 13rem;
}

.social-media ul {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 1.7rem;
}

.social-media ul li {
    display: flex;
    width: 9.3rem;
    height: 9rem;
    padding: .4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 3rem;
    background: rgba(179, 179, 179, 0.20);
}

.menu ul li {
    width: 10rem;
}

.services ul li {
    width: 18rem;
}

.Contact {
    margin-top: 4rem;
}

.Contact h4 {
    margin-left: 20%;
}

.Contact ul li{
    display: flex;
    align-items: center;
}

.Contact ul li svg{
    width: 20%;
}

.mail {
    width: 40rem;
}

hr {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 90%;
    color: #FFF;
    margin-top: 5.5rem;
}

footer .footer-note {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 90%;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    letter-spacing: .15rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5.5rem;
}

.contact-header {
    text-align: center;
    margin: 7rem 0 2.7rem 0;
}

.contact-card {
    width: 90%;
    height: 56rem;
    margin: 0 7rem 10rem 7rem;
    display: inline-flex;
    /* gap: 1rem; */
}

.img-frame {
    width: 52%;
    padding: 2.4rem 1rem;
    align-items: center;
}

.img-frame img {
    width: 100%;
    height: 512px;
    border-radius: 30px;
}

.contact-info {
    width: 76%;
    /* height: 560px; */
    border-radius: 3rem;
    background: rgba(164, 164, 164, 0.15);
    display: flex;
    gap: 4rem;

}
.contact-message {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2rem;
}

.block {
    display: block;
    line-height: 3rem; /* 150% */
    letter-spacing: -.1rem;
    margin: 1.6rem 1.5rem 4rem 1.5rem;
}

.send-msg-info {
    width: 60%;
}

.contact-message ul li {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    margin-bottom: 1.4rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 143.203%; /* 21.48px */
    margin-left: 1rem;
}

.phone-div {
    display: flex;
    align-items: center;
    padding: 1rem;
    height: 4rem;
    border-radius: 3rem;
    background: #000;
}

.msg-text {
    color: rgba(0, 0, 0, 0.50);
    font-size: 2rem;
    font-weight: 700;
    line-height: 68px; /* 340% */
    letter-spacing: -1px;
}

.input-text, .textarea {
    display: flex;
    width: 90%;
    height: 40px;
    padding: 10px 10px 13px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #749580;
    border: none;
    margin-bottom: 1rem;

    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

input::placeholder, .textarea::placeholder {
    color: rgba(255, 255, 255, 0.70); /* Change this to any color */
    opacity: 1; /* Ensure visibility (some browsers lower opacity by default) */
}

input:focus, .textarea:focus {
    outline: none;
    border-color: #639274; /* A nice teal color */
    box-shadow: 0 0 5px rgba(107, 201, 140, 0.8);
}

.textarea {
    height: 24rem;
    align-items: flex-start;
}

.btn-send-mail {
    /* display: flex; */
    width: 33%;
    height: 43px;
    padding: 0px 10px;
    /* justify-content: center;
    align-items: center; */
    gap: 7px;
    margin-top: 3rem;

    border-radius: 100px;
    background: #000;
}

@media (max-width: 1600px) {

    .footer-main-card {
        left: 47%;
    }
    
}

