* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif; 
}

body {
    background: #fff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 50px;
    background: transparent;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    
}

.logo img {
    max-width: 100%;
    height: auto;
}

.foto {
    font-weight: 800;
    color: black;
    font-size: 24px;
    margin-left: 0.5rem;
    font-size: 1.728rem;
}

.gency {
    font-weight: 100;
    font-size: 1.728rem;
    color: black;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}

.contact-now {
    font-size: 17px;
    font-weight: bolder;
    color: #F59E0B; 
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    right: 160px; 
    top: 25px;
}

.contact-now:hover{
    text-decoration: underline;
    transition: ease-out;
}

.menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: absolute;
    right: 73px;
    top: 24px;
    text-align: right;
    z-index: 10;
}

.menu ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    transition: color 0.3s, font-weight 0.3s; 
}
.menu ul li a:hover {
    color: black;
    font-weight: 100;
}

.menu ul li a.active {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: black;
}

.menu ul li a.active::after {
    content: "";
    position: absolute;
    left: 110%; 
    top: 50%; 
    width: 100%; 
    height: 2px; 
    background-color: #F59E0B; 
    transform: translateY(-50%); 
    font-weight: bolder;
}



.hero {
    position: relative;
    text-align: left;
    /* padding: 80px 50px; */
    /* margin: 28.8px 0px 0px; */
    margin: 0px 20.4px ;
    padding: 0px 48px;
    top: 25px;
}

.portfolio-title {
    font-size: 3.5rem ;
    font-weight: 800;
    color: #8e8e8e;
    z-index: 2;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    margin-top: -3px;
    margin-bottom: 0.5rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    
}
.outlined-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
    opacity: 1;
    -webkit-text-stroke: 1px #8e8e8e;
    -webkit-text-stroke-width: 0.3px;
    display: block;
    z-index: -1;
    line-height: 1;
    margin-top: -1.5rem;
    letter-spacing: 2px;
}
.port{
    font-weight: bolder;
    position: absolute;
    top:20%;
    left: 80%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1 ;
    box-sizing: border;
    color: #fff;
    text-transform:uppercase;
    font-size: 80px;
}

 /* Slider Container */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
}

.slider-item1 , .slider-item2 ,.slider-item3 {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    scroll-snap-align: center;
    gap: 20px;
    padding: 0 4.2%;

    justify-content: space-between;
}

.image-text {
    position: relative;
    display: inline-block;
}

.image-text img {
    width: 656px;
    height: 374px;
    object-fit: cover;
    display: block;
}

.image-text h3 {
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.image-text p {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.para {
    width: 450px;
    font-size: 16px;
    font-weight: 400;
    color: #5B7075;
    line-height: 1.6;
    text-align: left;
    margin: 0px 0px 16px ;
    word-spacing: 1px;
}

.slider::-webkit-scrollbar {
    display: none;
}

.image img {
    width: 200px;
    height: 374px;
    object-fit: cover;
    display: block;
}

.button {
    position: absolute;
    bottom: 50px;
    left: 8.5%;
    transform: translateX(-50%);
    display: flex;
}

.button a {
    background-color: rgba(255, 166, 0, 0.482);
    width: 45px;
    height: 4px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.button a:hover, .button a:active{
    background-color: darkorange;
}

.dashed-line{
      
    position: absolute;
    width: 100%;
    border-bottom:1px dashed #8e8e8e ;
    opacity: 0.25;
    top: 37%;
    z-index: -1;
}

footer {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #8E8E8E;
    margin-top: 100px;
    padding: 0;
}

.footer1 {
    background-color: #1b1b1b;
    color: #5b7075;

}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 75px 48px;
    margin: 0px 20.4px;
    color: #8E8E8E;

    
}

.footer-left,
.footer-right {
    flex: 1;
    color: #8E8E8E;

}

.footer-left{
    font-size: 1rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    width: 10%;
    height: auto;
    margin-bottom: 7%;

}

.footer-logo span {
    color: #fff;
    font-size: 24px;
}

.contact-info p {
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 8px 16px;
}

.footer-logo img {
    width: 25px;
    height: 26px;
    margin-right: 5px;
    margin-left: 20%;
}

.contact-info i {
    color: #8E8E8E;
}

.footer-right h3 {
    color: #fff;
    font-size: 19.2px;
    margin-bottom: 0px 0px 8px;
}

.newsletter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.newsletter input {
width: 100%;
padding: 8px;
border: none;
border-bottom: 1px solid #444;
background-color: transparent;
color: #fff;
outline: none;
}

.newsletter input::placeholder {
font-size: 16px; 
color: #8E8E8E; 
}


.newsletter button {
    background: none;
    border: none;
    color: #ffa500;
    font-size: 40px;
    cursor: pointer;
    position: relative;
    right: 8%;
    font-weight: 200;
}

.social-links {
    display: flex;
    justify-content: space-between;
}

.social-links a {
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.social-links a:hover {
    color: #fff;
}

.bottom-items {
    
    border-top: 1px solid #444;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    background-color: #000;
    padding: 25px 70px;
    color: #e5e5e5;
}



.footer-bottom .highlight {
    color: #ffa500;
}
     