body {
    background-image: url(../img/bg-body.jpg);
}

a, a:hover {
    text-decoration: none;

}

#container {
    margin: 0 auto;
    width: 860px;
    margin-bottom: 20px;
    margin-top: 30px;

}

#content {
    background-color: white;
}

#profile {
    background: #cf455c;
    background-image: url(../img/header-shadow.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    overflow: hidden;

}

.about {
    float: left;
    margin-top: 30px;
    width: 490px;
    margin-left: 20px;
}

.about .photo-inner {
    float: left;
    background: url(../img/photo-inner.png) no-repeat;
    width: 214px;
    height: 214px;
    padding: 12px 0 0 19px;

}

.about h1 {
    font-weight: 900;
    font-size: 28px;
    color: white;
    line-height: 34px;
    margin-top: 8px;
    margin-left: -20px;
}

.about h3 {
    margin-top: 5px;
    font-size: 18px;
    color: white;
    line-height: 18px;
    font-family: 'Oswald', sans-serif;
}

.about p {
    font-size: 14px;
    margin-top: 15px;
    color: white;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.about-span{
    color: white;
}

.personal-info {
    float: left;
    margin-top: 30px;
    width: 310px;
    min-height: 230px;
    margin-left: 10px;
    background: url(../img/personal-info-sep.png) no-repeat left top;
    padding: 20px 0 19px 20px;
}

.personal-info li {
    line-height: 12px;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 293px;
}

.personal-info li label {
    color: white;
    float: left;
    padding: 4px 7px;
    font-weight: 550;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.personal-info li span {
    float: right;
    width: 220px;
    padding-top: 4px;
    font-weight: 400;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

header {
    position: relative;
    overflow: visible;
}

span.socials-text {
    position: absolute;
    right: 0;
    color: white;
    padding: 2px 9px;
    font-size: 22px;
    cursor: pointer;
    top: 0px;
    border-radius: 70px;
}

ul.socialicons {
    opacity: 0;
    top: -1px;
    position: relative;
    transition: all ease 1s;
    z-index: 1;
    left: 795px;
    display: inline-block;
}

.pulse-button {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 15px;
    border: none;
    box-shadow: 0 0 0 0 rgb(101, 100, 100);
    background-color: #cf455c;
    cursor: pointer;
    color: white;
    font-size: 20px;
}


.menu {
    height: 100px;
    background-color: #ededed;
    position: relative;
    padding-left: 130px;
    padding-right: 130px;
}

.tabs {
    height: 117px;
    position: absolute;
    margin-top: -14px;
    z-index: 100;
}

.tabs li {
    float: left;
    height: 116px;
  }

.tabs li > a {
    padding-top: 28px;
    width: 115px;
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #b9b9b9;
    text-align: center;
    font-weight: 580;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 35px;
    text-decoration: none;
    margin-right: 35px;
}

.tabs li.active {
    background: url(..//img/tab-hover.png) no-repeat;
}

.tabs li.active  a {
    color:#cf455c;
}

a.tab-profile.active i {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-0px);
    }
    
    59% {
        transform: translateY(-10px);
    }
}

.tabs li > a > i {
    font-size: 45px;
    display: block;
    margin-bottom: 5px;
}

#logo {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    display: none;
}

#logo h4 {
    color: #555;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-left: 7px;
}
/* Portfolio Container */
#portfolio {
    padding: 31px;
}

/* Portfolio List */
#portfolio-list {
    width: 820px;
    overflow: hidden;
}

/* Portfolio List Items */
#portfolio-list li {
    float: left;
    margin-right: 25px;
    text-align: center;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e5e5e5;
    height: 185px;
    margin-bottom: 30px;
    width: 180px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

#portfolio-list li:hover {
    border-bottom: 1px solid #cf455c;
    transform: translateY(-10px);
    background-color: #f2f2f2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Portfolio Images */
#portfolio-list img {
    background-color: white;
    height: 120px;
    width: 180px;
    transition: transform 0.3s ease;
}

#portfolio-list li:hover img {
    transform: scale(1.05);
}

/* Title on Hover */
#portfolio-list li:hover .title {
    color: #cf455c;
}

/* Title Styling */
#portfolio-list li .title {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;
    color: #3a3a3a;
    transition: color 0.3s ease;
}

/* Category Styling */
#portfolio-list li .categorie {
    font-size: 11px;
    line-height: 25px;
    color: #999;
    transition: color 0.3s ease;
}

/* Category Filter */
.cats-filter {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    padding: 15px 0;
}

/* Filter Links */
.cats-filter li a {
    float: left;
    margin-right: 7px;
    color: white;
    background-color: #777;
    padding: 10px 10px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cats-filter li a:hover {
    background-color: #555;
    transform: scale(1.1);
}

.cats-filter li a.current {
    background-color: #cf455c;
}

/* Extra Text */
.extra-text {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333 !important;
    transition: color 0.3s ease;
}

.extra-text:hover {
    color: #cf455c !important;
}



.isotope, .isotope-item {
    transition-property: transform, opacity !important;
}

#contact {
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-info, .contact-form {
    float: left;
    padding: 0 20px;
}

.contact-info {
    width: 250px;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-form {
    width: 530px;
}

.contact-info ul {
    flex: left;
    border-left: 1px solid #cf455c;
    padding-left: 18px;
}

.contact-info ul li {
    font-size: 13px;
    line-height: 20px;
    color: #777;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

#map {
    height: 300px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#map iframe {
    width: 100%;
}

form .input, form textarea {
    box-shadow: inset 0 5px 17px -13px #333;
    background: #fdfdfd;
    border: 1px solid #ced4da;
    border-radius: 2px;
    color: #777;
    font-size: 12px;
    height: 30px;
    outline: none;
    padding: 7px;
    resize: none;
    width: 97%;
}

form textarea {
    height: 112px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 8px;
}

form label {
    display: block;
    color: #999;
    margin-bottom: 8px;
    font-size: 13px;

}

.button {
    color: white;
    background-color: #cf455c;
    padding: 8px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}

.socialicons {
    opacity: 0; /* Hidden initially */
    visibility: hidden;
    transition: opacity 0.5s ease; /* Smooth transition */
}

.socialicons.show {
    opacity: 1; /* Visible */
    visibility: visible;
}

.socialicons.show li {
    display: block;
}

.socialicons i {
    color: #cf455c; /* Default color */
    font-size: 16px; /* Default font size */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and size */
}

.socialicons a:hover i {
    color: #7e2433; /* Color on hover */
    transform: scale(1.4); /* Increase font size by 20% */
}

.right-skills, .eduction-right {
    display: inline-block !important;
    padding: 35px 35px 35px 35px !important;
    margin-left: 30px !important;
}

.message-box {
    margin-top: 20px;
}

.success-message {
    color: #14C800;
    background-color: #eaffea;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #14C800;
}

.error-message {
    color: #e74c3c;
    background-color: #fbe4e4;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e74c3c;
}


/* Section Styling */
.section-unique {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Flex Container for Contact Info and Entertainment */
.flex-container-unique {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Individual Section Styles */
.contact-info-unique,
.entertainment-unique {
    flex: 1; /* Allow the columns to grow */
    min-width: 300px; /* Minimum width for responsiveness */
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff; /* Background for clarity */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.entertainment-unique ul {
    list-style-type: none;
    padding: 0;
}

.contact-info-unique li {
    margin-bottom: 15px; /* Space between items */
    font-size: 16px; /* Adjust font size */
    color: #333; /* Darker text color */
}

.contact-info-unique li i {
    margin-right: 8px; /* Space between icon and text */
    color: #cf455c; /* Icon color */
}

.contact-info-unique a {
    color: #cf455c; /* Link color */
    text-decoration: none; /* Remove underline */
}

.contact-info-unique a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Main Heading Styles */
.main-heading {
    color: #333;
}

/* Button Styles */
.button-unique,
input[type="submit"] {
    background-color: #cf455c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%; /* Make buttons fill available space */
    max-width: 300px; /* Optional: Set a max width */
    margin-bottom: 10px; /* Space between buttons */
}

.button-unique:hover,
input[type="submit"]:hover {
    background-color: #a93647; /* Darker on hover */
}

.button-unique:focus,
input[type="submit"]:focus {
    outline: none; /* Remove default outline */
}

/* Form Styles */
.contact-form-unique {
    background-color: #fff; /* White background for the form */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group-unique {
    margin-bottom: 15px;
    position: relative; /* For label positioning */
}

.form-control-unique {
    width: 100%; /* Full width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control-placeholder-unique {
    position: absolute; /* To position the placeholder */
    top: 10px;
    left: 15px;
    transition: 0.2s ease all; /* Smooth transition */
}

/* Textarea Styles */
.textarea-unique {
    width: 100%; /* Full width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Message Box Styles */
.message-box-unique {
    margin-top: 10px;
    color: green; /* Success message color */
}


.form-group-unique {
    margin-bottom: 20px;
}

.form-control-unique {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Label styles */
.form-control-placeholder-unique {
    display: block; /* Make the label block element */
    margin-bottom: 5px; /* Space between label and input */
    font-size: 14px; /* Label font size */
    color: #666; /* Label color */
}

/* Textarea styles */
.textarea-unique {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px; /* Increased font size for textarea */
    resize: vertical; /* Allows vertical resizing only */
}

/* Message box styles */
.message-box-unique {
    margin-top: 10px;
    font-size: 16px; /* Font size for message box */
}

/* Submit button styles */
.button-unique {
    background-color: #cf455c;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%; /* Full width */
    transition: background-color 0.3s;
}

.button-unique:hover {
    background-color: #a03f4f; /* Darker shade on hover */
}

.form-group-unique {
    margin-bottom: 20px; /* Space between form groups */
}

.form-label-unique {
    display: block; /* Make label occupy full width */
    font-size: 16px; /* Font size for labels */
    color: #333; /* Text color for labels */
    margin-bottom: 5px; /* Space between label and input */
    transition: all 0.3s ease; /* Smooth transition for focus effect */
}

/* Optional: Style inputs and textarea */
.form-control-unique, .textarea-unique {
    width: 100%; /* Full width */
    padding: 10px; /* Padding inside inputs */
    border: 1px solid #ccc; /* Border color */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size for inputs */
    outline: none; /* Remove outline */
    transition: border 0.3s ease; /* Smooth transition for focus effect */
}

.form-control-unique:focus, .textarea-unique:focus {
    border: 1px solid #cf455c; /* Change border color on focus */
}

.button-unique {
    background-color: #cf455c; /* Button background color */
    color: #fff; /* Button text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Padding */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
    font-size: 16px; /* Button text size */
}

.button-unique:hover {
    background-color: #e03a4d; /* Darker shade on hover */
}