/* styles.css */

body {
    font-family: Nunito, sans-serif;
    margin: 0;
}

h1 {
    color: #575760;
}

h2 {
    color: #575760;
}

h3 {
    color: #575760;
    /* margin-bottom: 5px; */
}

h4 {
    color: #575760;
}

h6{
    color: white;
}

p {
    color: #99999d;
}
.flex-to-block{
    display: flex;
}

.rounded{
    border-radius: 50%;
}

.seprator-line {
    max-width: 80%;
    color: #99999d70;
}

.no-break-word {
    display: inline-block;
}

#section-home {
    margin-top: 5vh;
    margin-bottom: 7vh;
    padding-right: 5vw;
    padding-left: 3vw;
}

.home-text-container {
    display: flexbox;
    padding-left: 3vw;
    padding-right: 4vw;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.illustration-c img{
    width: 35vw;
}

#section-services {
    margin-top: 5vh;
    margin-bottom: 10vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 3vh;
    padding-right: 3vh;
}

.services-listed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.service-container:nth-child(odd){
    margin-bottom: 30px;
}
.service-container:nth-child(even){
    margin-top: 30px;
}

.service-container {
    display: block;
    border-radius: 20px;
    box-shadow: -2px 6px 10px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.icon-block-img {
    width: 55%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.text-container {
    display: block;
    max-width: 70%;
    min-width: 250px;
    max-height: 50%;
    margin: auto;
    text-align: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
    
.detail-info {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    min-width: 90%;
    max-height: 10%;
}

.list {
    text-align: left;
    margin-left: 20%;
    margin-bottom: 20px;
}
.list li {
    color: #99999d;
}

.smm {
    margin-top: 30px;
    align-self: center;
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding:30px;
    box-shadow: -2px 10px 30px rgba(218, 165, 32, 0.535);
    /* box-shadow: -2px 6px 20px rgba(0, 0, 0, 0.2); */
    max-width: 70%;
}
.smm ul {
    color: #99999d;
    text-align: left;
    margin-top: 10px;
    /* color: rgba(218, 165, 32, 0.935); */
}

#smm-inner img{
    width: 20vw;
    /* width: 50%; */
}

/* section-clients */

.imgs-container {
    text-align: center;
}
.imgs-container img {
    padding: 0.5vw;
    max-height: 13vh;
    /* min-height: 8vw; */
    /* max-width: 100%; */
}


/* section-about-us */
#section-about-us {
    display: flex;
    margin: auto;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding: 20px;
    /* text-align: center; */
    justify-content: center;
}

.about-text-container {
    display: flexbox;
    padding: 10px;
    border: 1px solid gray;
    box-shadow: 14px 14px gray;
    max-width: 500px;
}

/* section-meet-team */
#section-meet-team{
    display:flex;
    justify-content: center;
    margin: auto;
    margin-right: 0;
    
}
.team-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* width: 80%; */
    margin:auto;    
    gap: 10px;
}
.member-container{
    text-align: center;
    /* width: 50%; */
    margin: auto;
    max-width: fit-content;
}
.team-icon-img{
    max-width: 250px;
    width: 55%;
}
.name{
    margin: 0;
}
.designation{
    margin: 0;
}
