/* Alert Modal */

.overlay-2 {
    background-color: #000;
    width: 100%;
    height: 80px;
    opacity: 80%;
    top: 120px;
    position: relative;
    overflow: hidden;
    object-fit: contain;
    color: white !important;
}

/*----------------------------------------------------------------
                        Start Section Portfolio
----------------------------------------------------------------*/

.portfolio {
    position: relative;
    background: transparent;
}

.list-control li {
    color: #f9f9f9;
}

.my-work .overlay {
    background: rgba(52, 52, 54, 0.98);
}

.info-img span {
    color: #f9f9f9;
}

.my-work .info-img span:hover {
    color: #fff;
}

.overlay .icon-img {
    background: #2f2f31;
    border: 1px solid #2b2b2d;
}

.filter-group {
    text-align: center;
    margin-bottom: 40px;
}

.list-control {
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.list-control li {
    margin: 0 15px 10px;
    padding: 0px 0px 3px 0;
    border-radius: 30px;
    cursor: pointer;
    display: inherit;
    position: relative;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.list-control li::before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    bottom: -4px;
    left: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #f73952 !important;
    opacity: 0;
}

.list-control li.active {
    color: #f73952;
}

.list-control li.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: #f73952 !important;
    background-color: transparent;
}

.my-work {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.my-work:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.my-work .image {
    overflow: hidden;
    position: relative;
}

.my-work .overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: #f73952;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.my-work:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.my-work:hover .overlay {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.overlay .icon-img {
    position: absolute;
    right: 30px;
    top: 50px;
    border: 1px solid #f3f2f7;
    height: 40px;
    width: 40px;
    background: #f9f9f9;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 2px;
}

.info-img {
    position: absolute;
    text-align: left;
    z-index: 33;
    bottom: 50px;
    left: 30px;
}

.info-img h5 {
    margin-left: -70px;
    color: #f3c26b;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 40px;
}

.info-img span {
    margin-left: 50px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
    display: block;
    font-family: 'Raleway', sans-serif;
}

.my-work:hover span {
    margin-left: 0px;
}

.info-img span::before {
    content: " ";
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    top: 11px;
    left: 0;
    position: absolute;
}

.my-work:hover .overlay h5 {
    margin-left: 0px;
}

.my-work .overlay h5:hover {
    color: #000;
}

.my-work .info-img span:hover {
    color: #fff;
}

/* Property Section */

/* End Resource  */

.container .fa-play {
    position: relative;
    font-size: 30px;
    cursor: pointer;
    top: -50%;
    transition: 0.5s;
    color: #e53935;
}

.w-5 {
    display: none;
}

span .leading-5 {
    padding: 10px;
}

span .inline-flex a {
    background-color: #f73952;
}