
#landing {
    background-image:linear-gradient(rgba(28, 26, 26, 0.6), rgba(0, 0, 0, 0.5)),  url("background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    }
    .nav-item {
    margin: 5px;
    padding: 0 5px;
    font-size: 17px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    }
    .nav-brand {
    margin-left: 100px;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    }
    .navbar-nav {
    align-items: center;
    }
    .wrapper1 {
    height: 70vh;
    display: flex;
    flex-direction: column;
    }
    .wrapper {
    padding-top: 30px;
    padding-bottom: 42px;
    }
    .title {
    text-align: center;
    color: white;
    font-size: 68px;
    padding: 10px 0;
    margin: 20px;
    font-family: 'Montserrat', sans-serif;
    }
    .paragraph {
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 20px;
    font-family: 'Montserrat', sans-serif;
    }
    .button {
    display: flex;
    justify-content: center;
    margin: 20px;
    font-family: 'Montserrat', sans-serif;
    }
    .yellow{
        background-color: #b7bb96;
        border: 6px solid #ffe649;
        color: white;
        margin: 30px 60px;
        padding: 15px 40px;
        font-size:  14px;
        border-radius: 30px;
        font-family: 'Montserrat', sans-serif;
    }
    .icon {
    display: flex;
    justify-content: center;
    }
    #service {
    min-height: 100vh;
    }
    .listHeading {
    font-size: 38px;
    margin: 30px;
    font-family: 'Montserrat', sans-serif;
    }
    .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 60px ;
    list-style-type: none;
    }
    .list li {
    list-style-type: none;
    font-size: 22px;
    padding: 5px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    }
    .serviceBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px;
    }
    .box {
    width: 300px;
    }
    .box svg {
  
        border-radius: 100%;
        border: solid 3px rgb(122, 122, 122);
        border-color: #ffe649;
        background-color: #b7bb96;
        width: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;

        }
    .boxName {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 25px;
    font-family: 'Montserrat', sans-serif;
    }
    .boxPar {
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    }
    
    #about {
    background-color: #f0f0f0;
    }
    .aboutHeader {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 20px;
    font-family: 'Montserrat', sans-serif;
    }
    .boxAnna {
    display: flex;
    justify-content: center;
    }
    .anna {
    width: 600px;
    }
    .textAbout {
    display: flex;
    justify-content: center;
    }
    .aboutPar {
    width: 620px;
    margin: 30px;
    font-family: 'Montserrat', sans-serif;
    }
    .aboutPar p {
    text-align: center;
    margin: 10px;
    padding: 8px;
    }

    #project {
    min-height: 100vh;
    }
    .projectHeader h2, p {
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    }
    .projectHeader  p {
    font-size: 24px;
    }
    .containerFlex {
    display: flex;
    margin: 0 50px;
    }
    .item {
    height: 70vh;
    background-size: cover;
    background-position: center;
    margin: 5px;
    position: relative;
    flex: 1;
    }
    .one {
    background-image: url(1.jpg);
    }
    .two {
    background-image: url(2.jpg);
    }
    .selected {
    flex: 2;
    }
    .three {
    background-image: url(3.jpg);
    }
    .four {
    background-image: url(4.jpg);
    }
    .projectBtnDiv{
        display: flex;
        justify-content: center;
    }
    .projectBtn {
    background-color: #b7bb96;
    border: 6px solid #ffe649;
    color: white;
    margin: 30px 40px;
    padding: 15px 60px;
    font-size:  14px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    }


    #price {
    min-height: 100vh;
    background-color: #f0f0f0;;
    }
    .priceHeader {
    display: flex;
    text-align: center;
    padding: 10px;
    margin: 20px;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    }
    .priceContainer {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    }
    .priceBox {
    background-color: white;
    padding: 40px 20px;
    border-radius: 9px;
    margin: 10px;
    filter: drop-shadow(2px 2px 8px   #c4c5c5);
    font-family: 'Montserrat', sans-serif;
    width: 30%;
    }
    .priceBox h5 {
    font-size: 19px;
    font-weight: 900;
    }
    .priceBox p {
    font-weight: 1000;
    padding: 10px;
    }

    .priceBox ul {
    list-style: none;
    padding: 0;
    }
    .priceBtn {
    background-color: #b7bb96;
    border: 6px solid #ffe649;
    color: white;
    margin: 30px 0 0;
    padding: 15px 60px;
    font-size:  14px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    }
    .pricePar {
    font-size: 36px;
    font-weight: 800;
    padding: 10px;
    }
    .priceBox li {
    font-size: 14px;
    padding: 10px;
    }
    #work {
    min-height: 100vh;
    }
    .workHeader {
        display: flex;
        text-align: center;
        padding: 10px;
        margin: 20px;
        flex-direction: column;
        font-family: 'Montserrat', sans-serif;
    }
    .howBox {
    display: flex;
    margin-left: 150px
    }
    .boxNameHow {
    padding: 0 0 70px 25px;
    margin: 0;
    width: 700px;
    margin-left: 80px;
    font-family: 'Montserrat', sans-serif;
    }
    .boxNameHow p {
    font-size: 14px;
    text-align: start;
    margin: 0;
    padding: 0;
    }
    .boxNameHow h3 {
    font-size: 20px;
    text-align: start;
    }
    .howIcon img {
    width: 84px;
    border-radius: 100%;
    border: solid 2px rgb(122, 122, 122);;
    position: absolute;
    z-index: 1;
    }
    .howIcon svg {
        width: 84px;
        border-radius: 100%;
        border: solid 2px rgb(122, 122, 122);;
        position: absolute;
        z-index: 1;
        border-color: #ffe649;
        background-color: #b7bb96;
        border-width: 3px;
        }
    #contact {
    min-height: 100vh;
    background-color: #f0f0f0;
    }
    .contactWrapper {
    display: flex;
    }
    .contactBox {
    display: flex;
    width: 50%;
    height: 90vh;
    padding: 50px;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    }
    .map {
    width: 50%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    }
    .contactHeader h5 {
    display: flex;
    justify-content: center;
    font-size: 28px;
    margin: 0 0 45px;
    }
    .contactHeader p {
    font-size: 22px;
    margin: 0 0 20px;
    }
    .linkContact {
    text-decoration: none;
    color: black;
    }
    .contactHeader .city {
    font-size: 16px;
    margin:  40px  0;
    }
    .contactIcon {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    }
    .contactIcon img {
    margin: 5px;
    }
    .clusterMaps {
        margin-top: 20px;
        width: 300px;
        height: 190px;
        align-self: center;
    }
    footer {
    display: flex;
    justify-content: center;
    height: 10vh;
    }
   .link a {
  color: inherit;         
  text-decoration: none;   
  }

    .link a:hover {
       text-decoration: underline; 
    }
    @media screen and (max-width: 1200px){
    .navbar {
    background-color: rgb(10, 10, 10, 0.7);
    }
    }
    @media screen and (max-width: 1100px) {
    .priceBox h5 {
        font-size: 16px;
    }
    .pricePar {
        font-size: 30px;
    }
 
    }

    @media screen and (max-width: 1000px) {
    .nav-brand {
    margin-left: 60px;
    }
    .container {
    width: 100% ;
    }
    .howBox {
    margin-left: 40px;
    }
    .container {
    margin: 0 50px;
    }
    .contactWrapper {
    flex-direction: column;
    }
    .contactBox, .map {
    width: 100%;
    height: 45vh;
    }
    .item {
    height: 30vh;
    }
    .containerFlex {
    margin: 0 40px;
    }
    .contactHeader p {
    font-size: 22px;
    margin: 0 0 5px;
    }
    .contactHeader .city {
    font-size: 16px;
    margin:  10px  0;
    }
    .contactBox {
    padding: 20px;
    }
    .priceBox {
        width: 45%;
    }
    }
    @media screen and (max-width: 768px) {
    .nav-brand {
    margin-left: 40px;
   
    }
    .nav-brand img {
        width: 50px;
    }
    .howBox {
    margin-left: 20px;
    }
    .container {
    margin: 0 20px;
    }
    .list ul {
    padding: 0;
    }
    .item {
    height: 30vh;
    }
    .containerFlex {
    margin: 0 40px;
    }
    .contactHeader p {
    font-size: 20px;
    }
    .priceBox {
    width: 90%;
    }
    .priceBox h5 {
    font-size: 20px ;
    }
    .pricePar {
        font-size: 38px;
    }
    }
    @media screen and (max-width: 700px)  {
    .anna {
    width: 90%;
    }
    }
    @media screen and (max-width: 600px) {
    .title {
    font-size: 40px;
    }
    .list  {
    padding: 20px 30px;
    }
    .boxNameHow h3 {
    font-size: 18px;
    }
    .boxNameHow p {
    font-size: 12px;
    }
  
    .item {
    height: 25vh;
    }
    .containerFlex {
    margin: 0 30px;
    }
    }
    @media screen and (max-width: 540px) {
    .list  {
    padding: 20px 20px;
    }
    .list li {
    font-size: 20px;
    }
    .priceBox {
    width: 90%;
    }
    .contactHeader .city {
    font-size: 16px;
    margin:  3px  0;
    }
    .contactBox {
    padding: 10px;
    }
    .contactHeader h5 {
    font-size: 25px;
    margin: 0 0 10px;
    }
    .aboutPar p {
    width: 100%;
    margin: 0;
    padding: 0;
    }
    .contactIcon {
    margin: 0;
    }
    .pricePar {
    font-size: 30px;
    }
    }
    @media screen and (max-width: 470px) {
    .item {
    height: 25vh;
    }
    .containerFlex {
    margin: 0 20px;
    }
    .contactHeader p {
    font-size: 22px;
    padding: 10px;
    }
    .priceBox {
    width: 100%;
    }
    }
    @media screen and (max-width: 440px) {
    .nav-brand {
    margin-left: 20px;
    font-size: 16px;
    }
    .list  {
    padding: 15px 10px;
    }
    .list li {
    font-size: 16px;
    }
    .listHeading {
    font-size: 30px;
    }
    .howBox {
    margin-left: 10px;
    }
    }
    @media screen and (max-width: 400px) {
    .priceBox {
    padding: 5px 5px;
    }
    .contactBox {
    padding: 5pxpx;
    }
    }
    @media screen and (max-width: 370px) {
    .yellow  {
        padding: 15px 30px;
        margin: 20px;
    }

    .contactHeader p {
    font-size: 18px;
    }
    .pricePar {
    font-size: 27px;
    padding: 7px;
    }
    .priceHeader {
        margin: 10px;
    }
    .priceBtn {
        margin: 20px;
    }
    .clusterMaps {
        width: 90%;
    }
    }
    @media screen and (max-width: 315px) {
    .nav-brand {
    margin-left: 10px;
    font-size: 14px;
            }
    .contactHeader p {
    font-size: 16px;
    }
    .title {
        font-size: 30px;
    }
    .wrapper {
        padding-top: 20px;
    }
    }