nav {
    position : absolute;
    right : 0;
    display : flex;
}
.main-header {
    background-color: #A02334;
    padding-left: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;  
    z-index: 1;
}

.header-info a {
    padding: 0;
    text-decoration: none;
    color: #C9DABF;
}

.menu {
    text-decoration: none;
    color:  #C9DABF;
    padding: 15px;
    float: left;
}
  
.menu:hover {
    background-color: #ECDFCC;
}

.content-1-container {
    display : flex;
    justify-content: flex-start;
    margin : 70px;
}

.content-1-container p {
    font-size : 35px;
}

.header-info {
    text-align: left;
    color: #C9DABF;
    padding: 0px;
    margin: 14px;
    position: absolute;
    left: 0px;
}

.featured  { 
    margin-left : 20px;
    margin-right : 20px;
    margin-left : 7px;
}


body {
    background-color: #FFEEAD;
    font-family: 'Inter',sans-serif;
}

.jumbotron-container {
    display: flex;
    text-align : left;
    width : 100%;
    height : 500px;
    margin-top : 60px;
}

.tab {
    background-color: gainsboro;
    width: 400px;
    padding: 40px;
    margin: 20px;
    border-radius: 20px;
    ;}

.jumbotron {
    background-image : url(assets/jumbotron\ \(main\).jpg);
    width : 100%;
    height : auto;
    border-radius : 10px;
}
.jumbotron h1 {
    color : #C9DABF;
    font-size  : 50px;
    padding :  15px;
}
.jumbotron p {
    font-size : 30px;
    color : #C9DABF;
    padding : 15px;
}
footer {
    background-color:#A02334;
    margin-top : 10px;
    border-radius : 5px;
    margin-bottom : 0px;
}
.center-footer {
    margin: 0 20px;
}
.main-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.info-top {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    color: rgb(224, 251, 252);
}
.info-center {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid white;
    color: rgb(224, 251, 252);
}
.social-media {
    display: flex;
    justify-content: center;
}
.fa-instagram-square, .fa-twitter-square, .fa-facebook-square, .fa-envelope {
    padding: 5px;
    font-size: 30px;
    color: white;
}
.main-content img {
    width : 375px;
    height : 300px;
}
.main-container {
    display : flex;
    flex-wrap : wrap;
    justify-content: space-around;
    align-items: center;
}

.part-content {
    padding  : 20px;
    background-color : #9CA986;
    text-align: center;
}

.part-content img {
    max-width : 325px;
    max-height : 225px;
}

/* .more-button a {
    text-align : center;
    border-radius: 5px;
    background-color : #0f724c;
    border : #6A9C89;
    max-width : 50px;
} */

.button-part-content button {
    background-color: #6A9C89;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius : 10px 8px #444;
}

.article-container {
    margin : 20px 70px;
}
.company-description h4{
    padding  : 0;
    margin  : 0;
    font-size : 25px;
}

.company {
    display : flex;
    justify-content: space-evenly;
    margin :  20px 10px;
    padding : 15px;
    background-color: #FFEEAD;
    border-radius : 10px;
    box-shadow : 0 0 8px grey;
}

.company-description p {
    width : 450px;
    line-height: 1.6;
    text-indent: 80px;
    text-align: justify;
}
.indv-part img {
    border-radius : 10px;
}

.indv-part {
    display : flex;
    justify-content: space-evenly;
    margin :  20px 10px;
    padding : 30px;
    background-color: #AF8F6F;
    border-radius : 10px;
    box-shadow : 0 0 8px grey;
}


button {
    cursor : pointer;
}

/* .form-styling {
    
} */

.form-container form {
    margin-left : 50px;
    margin-top : 10px;
    display : flex;
    justify-content: center;
    flex-direction : column;
}
.form-container {
    margin-top : 10px;
    display : flex;
    flex-direction : column;
}

.img-container img {
    display : flex;
    justify-content: flex-start;
    width : 550px;
}

.icon {
    margin-right: 6px;
}
.fa-user, .fa-map-marker-alt, .fa-envelope-open, .fa-comment {
    font-size: 27px;
}

.form-label {
    position: absolute;
    left: 10px;
    top: 10px;
}

.form-input {
    position: relative;
    width: 100%;
    border-bottom: 1px solid grey;
    outline: none;
    height: 48px;
    margin-bottom: 15px;
    padding: 0;
}

.input-item {
    position: absolute;
    top: 0;
    left: 0;
    border-style: none;
    outline: none; 
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 15px;
    height: 100%;
}

.textarea-container {
    display: flex;
    justify-content: center;
}

.form-textarea {
    position: relative;
}

.textarea {
    border-style: none;
    border-bottom: 1px solid grey;
    outline: none;
    margin-top: 10px;
}

.submit {
    border-style: none;
    border-radius: 25px;
    color: aliceblue;
    background-color: rgb(38, 70, 83);
    margin: 5px;
    cursor: pointer;
}

.input-item:focus + .form-label {
    top: -5px;
    left: -2px;
    font-size: 10px;
    color: rgb(138, 130, 130);
}

.textarea:focus + .form-label {
    top: -5px;
    left: -2px;
    font-size: 10px;
}

.input-item:not(:placeholder-shown).input-item:not(:focus) + .form-label {
    top: -2px;
    left: -2px;
    font-size: 10px;
    color: rgb(138, 130, 130);
}

.main-styling {
    display: flex;
    flex-direction : row;
}

.company-description21 {
    background-color : #825B32;
    margin-top : 60px;
    display : flex;
    flex-direction: row;
    border-radius : 10px;
}

.image-container {
    margin-right : 100px;
    margin-top : 10px;
    display : flex;
    flex-direction : column;
}

  .part-content {
            background-color: #697565;
            border-radius: 10px;
            /* Add a subtle initial shadow */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            /* Add the transition property for a smooth animation */
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }

        /* Style for the cards on hover */
        .part-content:hover {
            /* Lifts the card up and makes it slightly bigger */
            transform: translateY(-5px) scale(1.03);
            /* Makes the shadow more prominent for a "lifted" effect */
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
        }

          .jumbotron {
            /* This will apply the animation named 'fadeInUp' */
            animation: fadeInUp 1s ease-out forwards;
        }

        /* Define the animation keyframes */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px); /* Start 20px down */
            }
            to {
                opacity: 1;
                transform: translateY(0); /* End at its normal position */
            }
        }


