:root {
    --bg-color: #2a2a2a;
    --second-bg-color: #202020;
    --text-color: #fff;
    --second-color: #ccc;
    --main-color: #004225;
    --text-light: #767268;
    --extra-light: #f8f8f8;
    --h2: 39.81px;
    --h1: 47.78px;
    --h3: 33.18px;
    --p: 16px;
    --h6: 19.2px;
}

@font-face {
    font-family: Favorit;
    src: url(/fonts/favorit/FavoritBookC.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 15px;
}

 ::-webkit-scrollbar-track {
    background: var(--secondary-bg-color);
}

 ::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

a {
    text-decoration: none;
    color: #000;
}

img { height: auto; }

body {
    font-family: "Inter", sans-serif;
}



header{
    height: auto;
    width: 100%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    text-align: center;
    border-bottom: 1px gainsboro solid;
}

.logo {
    color: var(--h1-color);
    font-size: 20px;
    padding-left: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

.logo span {
    color: var(--main-color);
    font-size: 20px;
    text-transform: uppercase;
}

nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 2em;
}

nav ul li a {
    color: rgb(59, 58, 58);
    ;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
}

nav ul li a:hover {
    color: #004225;
    transition: .3s;
}

button {
    border: none;
    background: #004225;
    padding: 8px 20px;
    border-radius: 9999px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    transition: .4s;
    text-transform: capitalize;
}

button i {
    margin: 10px;
}

button:hover {
    transform: scale(1.1);
    cursor: pointer;
}


/**************************************/

.hero {
    height: auto;
    width: 100%;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 64px;
    gap: 1em;
}

.left-hero {
    display: grid;
    grid-template-rows: 1fr auto ;
    gap: 1rem;
    padding: 24px 0px 0px 0px;
}

.top-lh {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.heading-text h1 {
    font-family: 'Favorit';
    font-size: 52px;
    line-height: 1.3;
    font-style: normal;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 900;
  
}

.btnn {
    background: inherit;
    border: 1px #757373 solid;
    color: #000;
}

.heading-para p {
    font-size: 18px;
    text-align: left;
    line-height: 27px;
    letter-spacing: normal;
    text-wrap: balance;
    line-height: 1.6;
    font-weight: 500;
   
}

.heading-btn {}

.heading-btn div {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.right-hero {
    --r: 10px;
    /* the radius */
    --s: 60px;
    /* the size of the corner*/
    background: url(./images/Terminal.jpg);
    width: 100%;
    height: auto;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: gradient 10s ease infinite;
}

#bottom-right {
    mask: right 0 bottom calc(var(--s) + var(--r)) var(--_m), right calc(var(--s) + var(--r)) bottom 0 var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 101%) calc(-1*var(--r)) calc(-1*var(--r)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)), #0000 25%, #000 0);
}

.right-hero img {
    animation: bounce 2s infinite;
    width: 100%;
    height: auto;
   
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bottom-lh {
    display: flex;
    text-align: left;
}

.heading-data {
    color: #000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.heading-data .data-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.data-number {
    font-size: 32px;
    font-family: 'Favorit';
    font-weight: bold;
}

.data-title {
    font-size: var(--p);
    line-height: 1.6;
    font-weight: 500;
}

/************************philosophy section********************/

.philosophy .container {
    height: auto;
    margin-top: 2rem;
    padding: 3rem;
}

.top-philo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.tp-right{
    display: flex;
    align-items: self-start;
    

}
.tbr-div{
    display: flex;
    flex-direction: column;
    gap: 1rem;
   

}

.about-heading-tbr{
    font-family: 'Favorit';
        font-size: 39.2px;;
    line-height: 1.1;
    font-weight: 500;
    text-transform: capitalize;
}
.tbr-bottom p{
    font-size: var(--p);
 
    line-height: 1.3;
    font-weight: 500;

}
.tbr-div{
    background: url(./images/m011t0434_e_abstract_shapes_04sep22-min.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}
.tp-right {
    width: fit-content;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tp-right .tile {
    padding-right: 4rem;
    width: fit-content;
}

.tp-right .imagery-tp img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.about-heading {
    font-family: 'Favorit';
    font-size: 39.2px;
    line-height: 1.6;
    font-weight: 500;
    text-transform: capitalize;
}

.tp-left {
    padding-top: 2rem;
}

.tp-left .para {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 4.2rem;
}

.tp-left .para p {
    font-size: 16px;
    text-wrap: balance;
    line-height: 1.6;
    font-weight: 500;
}
.para{
    padding-left: 1rem;
}
.accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: var(--h6);
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-radius: 10px;
}

.accordion:hover {
    transform: none;
}

.active,
.accordion:hover {
    background-color: #f1f7f5;
}

.pannel {
    padding: 0 2rem 2.5rem 2rem;
    background-color: white;
    overflow: hidden;
    background-color: #f1f7f5;
    display: none;
}

.pannel p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.faq.active {
    border: none;
}


/************************ service section********************/

.services .container {
    padding: 20px 64px;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 3rem;
    margin-top: 2rem;
}

.service-top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-header h2 {
    font-size: 39.81px;
    text-transform: capitalize;
    font-family: 'Favorit';
    font-weight: bold;
}

.details {
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr);
    gap: 4px;
}

.sd-details {
    border-radius: 20px;
    background: #313131;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sd-top {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 0rem;
}

.intials span {
    padding: 20px;
    background: #5A5A5A;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f8f8f8;
}

.heading-service h3 {
    font-size: 20px;
    color: #F0F0F0;
    text-transform: capitalize;
}

.sd-middle div {
    display: flex;
    text-align: left;
}

.sd-middle div p {
    text-wrap: balance;
    color: #F0F0F0;
    line-height: 1.6;
    font-weight: 500;
    font-size: var(--p);
}

.sd-bottom i {
    color: #F0F0F0;
    font-size: 18px;
}

.service-bottom {
    background: #313131;
    border-radius: 20px;
    padding: 2rem;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sb-heading div h3 {
    font-size: var(--h3);
    font-weight: 700;
    text-transform: capitalize;
    color: #F0F0F0;
}

.project-showcasing {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    width: 100%;
    height: auto;
}

.ps-left {
    display: grid;
    grid-template-rows: 2fr 1fr;
    gap: 1rem;
}

.ps-left-top {
    background: url(./images/projects/327_1x_shots_so.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.ps-left-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-position: 0% 0%;
    background-size: 100% 100%;
    gap: 1rem;
}

.ps-left-bottom-left {
    background-color: inherit;
    border-radius: 20px;
    display: flex;
    align-items: end;
    padding: 2rem;
}

.ps-left-bottom-right {
    background: url(./images/projects/573shots_so.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}

.ps-right .bento {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1rem;
}

.bento-top {
    background: url(./images/projects/rABGZGYRSJGD8MXtD-6CGg.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.bento-middle {
    background: url(./images/projects/tMKKv2Q6TSmbjor6kCxpVA.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.bento-bottom {
    background: url(./images/projects/logo.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 250px;
}


/********************************* about us section *****************************/

.about-sec {
    height: auto;
    width: 100%;
    margin-top: 64px;
    margin-bottom: 64px;
}

.what-we-do {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3em;
    height: 100%;
}

.what-we-do .left-what-we-do {
    background: url(./images/headway-5QgIuuBxKwM-unsplash-min.jpg ) no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 20px;
    background-size: cover;
}

.what-we-do .left-what-we-do {
    animation: slideIn 2s;
}

@keyframes slideIn {
    0% {
        transform: translateX(-40%);
    }
    50% {
        transform: translateX(0);
    }
}

.right-about {
    margin-right: 64px;
    height: auto;
    padding-top: 72px;
}
.right-about  .paras{
    padding: 1rem;
}
.right-about h2 {
    font-size: 39.05px;
    font-weight: 900;
    font-family: 'Favorit';
    line-height: 1.6;
}

.right-about p {
    padding-top: 36px;
    font-size: 16px;
    text-wrap: balance;
    margin-bottom: 2em;
    line-height: 1.6;
    font-weight: 500;
}

.btn-deco div {
    display: flex;
    justify-content: end;
}

.btn-deco div button {
    height: 64px;
    width: 230px;
    background: url(./images/dave-hoefler-UFnHt94r91w-unsplash.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    animation: gradient 3s ease infinite;
}



/************************contact section********************/

.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
    padding: 5rem 1rem;
    margin: auto;
    max-width: 1280px;
    overflow: hidden;
}

.contact__image { 
    width: 100%;
    height: 100%;
    background: url(./images/charlesdeluvio-Lks7vei-eAg-unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.contact__content form {
    width: 100%;
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

.contact__content .form__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.section__header{
    font-family: 'Favorit';
    font-size:32px;
    line-height: 1.2;
    font-style: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    text-align: left;
    font-weight: 900;
}
.section__subheader{
    font-size: 18px;
    text-align: left;
    line-height: 27px;
    letter-spacing: normal;
    text-wrap: balance;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 8px;
}
.contact__content :is(input,
textarea) {
    width: 100%;
    padding: 1rem;
    outline: none;
    border: none;
    font-size: 1rem;
    background-color: var(--extra-light);
    border-radius: 5px;
}

.contact__content input::placeholder {
    color: var(--text-light);
}


/* footer section */

footer {
    padding: 1.7em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer p {
    font-weight: 600;
    margin: 0;
    font-family: 'Favorit';
}

footer a {
    font-size: 1.3em;
    color: #2a2a2a;
    padding: 8px;
}

footer >div a:hover{
color: var(--main-color);
}

footer span {
    color: var(--text-secondary);
    font-family: 'Favorit';
    font-weight: 900;
}

footer>div :nth-child(3) a {
    font-size: 1.3rem;
    margin: 0 0.5em;
}

hr {
    width: 90%;
    border: 1px #eee solid;
}




/********************************************/
@media screen and (max-width:1280px) {
    .heading-text{
      line-height: 1.3;
    }
    .left-hero{
        padding: 24px 0px 0px 0px;
    }

}



@media screen and (max-width:1024px) {
  .heading-text h1{
    font-size: var(--h2);
    font-weight: bold;
    line-height: 1.1;
  }  

  .left-hero {
    padding: 46px 0px 0px 0px;
  }
  .right-hero img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    
  }

  .left-hero{
    padding: 0px;
  }
.top-lh{

}

  .about-heading h2 {
    font-size: var(--h2);
  }

  .bento-bottom {height: 210px;}
 
}
@media screen and (max-width:920px) {
    .hero .container {
        display: grid;
        grid-template-columns: 1fr ;
    }

    .about-details {
        display: grid;
        grid-template-columns: 1fr;
    }

    .details {
        display: grid;
        grid-template-columns: 1fr; 
    }
    .what-we-do {
        display: grid;
        grid-template-columns: 1fr }
        .service-bottom {
            display: none;
        }
}

@media screen and (max-width:820px) {
    .hero .container {
        display: grid;
        grid-template-columns: 1fr ;
    }

    .about-details {
        display: grid;
        grid-template-rows: 1fr auto;
    }
    .service-bottom {
        display: none;
    }


    .details {
        display: grid;
        grid-template-columns: 1fr; 
    }
    .what-we-do {
        display: grid;
        grid-template-columns: 1fr }

        .contact {
            grid-template-columns: repeat(1, 1fr);
        }
        .contact__image {
            text-align: center;
        }
        footer {
            display: grid;
            grid-template-columns: 1fr;
            padding-top: 0em;
            text-align: center;
            gap: 0.5rem;
        }
}

@media screen and (max-width:764px) {
    .menu{
        display: none;
    }
    .about-sec {
        margin: 0em;
        padding: 3rem;
        padding-inline: 16px;
    }
    .what-we-do {
        margin: 0rem;
        padding: 3rem;
    }

    .right-about {
        margin-right: 0px;
        padding-top: 0rem;
    }
}

@media screen and (max-width:490px) {

    .container{
        padding-inline: 16px;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .menu{
        display: none;
       
    }
    .hero .container {
        
        padding: 0rem;
        padding-inline: 16px;
        display: flex;
    
    
    }

    
.left-hero {
    padding: 64px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
    .about-sec {
        margin: 0em;
        padding: 0rem;
        padding-inline: 16px;
    }
    .what-we-do {
        margin: 0rem;
        padding: 0rem;
    }

    .right-about {
        margin-right: 0px;
        padding-top: 0rem;
    }
    

    .philosophy .container{
        padding: 0rem;
        padding-inline: 16px;
        display: flex;
        gap: 1rem;
      
    }

    .services .container{
        padding: 0rem;
        padding-inline: 20px;
    }

   
    .right-hero {
        display: none;
        
    }
  
    .about-details {
        
    }

    .details {
       
    }
    .what-we-do {}
.contact__content .form__group{
    display: grid;
    grid-template-columns: 1fr;
}
   

    footer {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 0em;
        text-align: center;
    }
    footer>div {
        margin-top: 18px;
    }
      
}

