body {
    font-family: monospace;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header {
    width: 100%;
    height: 100px;
    padding: 20px;
}
.container {
width: 80%;
height: 100%;
margin: 0 10%;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .links {
    position: relative;
    right: 0%;
}
header .links .icon {
    width: 30px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
header .links .icon span {
    background-color: #100e0e;
    margin-bottom: 5px;
    height: 2px;
}
.child3 {
width: 100%;
}
.child2 {
    width: 60%;
    transition: 0.3s;
}
.child1 {
width: 100%;
}
.icon {
    margin-top: 100%;
}
.links:hover .child2 {
    width: 100%;
}
header .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    min-width: 200px;
    top: calc(100% + 15px);
    background-color: #e7e7e7;
    display: none;
}
header .links ul::before {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #e7e7e7 transparent;
    position: absolute;
    right: 5px;
    top: -20px;
}
header .links ul a {
    display: block;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
    color: #100e0e;
}
header .links ul a:hover {
    padding-left: 25px;
}
header .links ul li:(not:last-child) a {
    border-bottom: 1px solid #ddd;
}
header .links:hover ul {
    display: block;
}
.firsth1,.firstp {
text-align: center;
}
.firsth1 {
    color: #10cab7;
    font-weight: bold;
}
.landing {
    height: fit-content;
    background-color: #dbdbdb;
}
p {
    opacity: 0.5;
} 
.futures .container{
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.future {
    text-align: center;
    width: 25%;
}
@media (max-width:1000px) {
    .futures .future h3 {
        font-size: 15.0px;
    }   
    .futures .future p {
        font-size: 10px;
    }   
}
@media (max-width:490px) {
    .futures .future h3 {
        font-size: 15px;
    }  
    .futures .future p {
        font-size: 8px;
    } 
}
.future:first-child {
    position: absolute;
    left: 0;
}
.future:last-child {
    position: absolute;
    right: 0;
}
.futures {
    background-color: #f6f6f6;
    margin-top: 60px;
}
.special-heading {
    color: #ebeced;
    font-size: 100px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -3px;
    margin: 0;
}
.special-heading+p {
    margin: -30px 0 0;
    font-size: 20px;
    text-align: center;
    color: #797979;
}
@media (max-width:767px) {
    .special-heading {
        font-size: 60px;
    } 
    .special-heading+p {
        margin-top: -20px;
    }
}
.services-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
}
.srv {
    display: flex;
    margin-bottom: 40px;
}
@media (max-width:800px) {
    .srv {
        font-size: 10px;
        gap: 0px;
    }
}
@media (min-width:805px) {
    .special-image {
        padding-left: 300px;
    }
}
.special-image {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:1030px) {
    .special-image {
        padding-left: 0px;
    }
}
.portfolio {
    background-color: #f6f6f6;
}
section,header {
    padding-top: 60px;
    padding-bottom: 60px;
}
.portfolio-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 80px 10% 0;
    width: 80%;
}
.portfolio .card {
    background-color: #fff;
    width: 300px;
    text-align: center;
}
.portfolio .card img {
    max-width: 100%;
}
.portfolio-text {
    padding: 20px;
}
.first-h3 {
    margin: 0;
}
.first-p {
    margin-bottom: 0;
}
.about {
    padding-top: 60px;
    padding-bottom:60px;
    width: 100%;
}
.about-content {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.about .about-content .image {
    width: 250px;
    height: 375px;
    position: relative;
    margin: 0 0 0 100px;
}
.about .about-content .image::before {
    content: "";
    position: absolute;
    background-color: #ebeced;
    width: 100px;
    height: calc(100% + 80px);
    top: -40px;
    left: -20px;
    z-index: -1;
}
.about .about-content .image::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 300px;
    top: -40px;
    right: -150px;
    z-index: -1;
    border-left: 80px solid #10cab7;
    border-bottom: 80px solid #10cab7;
}
.about .about-content .text {
    flex-basis: calc(100% - 500px);
    opacity: 1;
}
.about .about-content .text p:first-of-type {
 font-weight: bold;
 line-height: 2;
 margin-bottom: 50px;
}
.about .about-content .text hr {
width: 50%;
border-color: #10cab7;
display: inline-block;
}
.about .about-content .text p:first-of-type p:last-of-type {
 line-height: 2;
}
@media (max-width:991px) {
  .about-content {
    flex-direction: column;
    text-align: center; 

  }  
  .about .about-content .image::after,
  .about .about-content .image::before {
    display: none;
  }
  .about .image {
   left: 250px
  }
}
@media (max-width:820px) {
    .about .image {
        left: 170px
       }
}
@media (max-width:854px) {
    .about .image {
        left: 200px
       }
}
@media (max-width:431px) {
    .about .image {
        left: -10px
       }
       .about .about-content p {
        width: 80%;
        margin-left: 30px;
       }
}
@media (max-width:431px) {
    .about .image {
        left: -40px
       }
       .about .about-content p {
        width: 80%;
        margin-left: 30px;
       }
}
@media (max-width:431px) {
    .about .image {
        left: -50px
       }
       .about .about-content p {
        width: 80%;
        margin-left: 30px;
       }
}
.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
}
.contact .info {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;    
}
.contact .label {
    font-size: 35px;
    font-weight: 800;
    color: #2c4755;
    letter-spacing: -2;
    margin-bottom: 15px;
}
.h6 {
display: inline;
}
.contact-link {
    font-size: 35px;
    font-weight: 800;
    color: #10cab7;
    display: block;
    text-decoration: none;
}
.social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
}
i {
    margin-left: 10px;
    color: #2c4755;
}
@media (max-width:767px) {
    .contact-link {
        font-size: 25px;
    }
}
.footer {
    background-color: #2c4755;
    padding: 30px 10px;
    text-align: center;
    font-size: 18px;
    color: white;
}
.footer span {
    font-weight: bold;
    color: #10cab7;
}