*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
}

header{
position:absolute;
top:0;
left:0;
width:100%;
padding:25px 6%;
display:flex;
justify-content:space-between;
align-items:center;
z-index:100;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;

    font-size:32px;
    font-weight:700;
    color:white;
}

.logo img{
    width:110px;
}

nav{
display:flex;
gap:25px;
}

nav a{
color:white;
text-decoration:none;
font-size:14px;
font-weight:500;
}

.whatsapp-btn{
background:#25D366;
padding:12px 25px;
border-radius:50px;
text-decoration:none;
color:white;
font-weight:600;
}

.hero{
height:100vh;
background:
linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding:0 7%;
}

.hero-content{
max-width:750px;
color:white;
}

.hero h1{
font-size:110px;
line-height:.9;
font-weight:800;
}

.hero h2{
font-size:55px;
color:#ffbe33;
margin:15px 0;
}

.hero p{
font-size:24px;
line-height:1.6;
max-width:700px;
}

.hero-icons{
display:flex;
gap:30px;
margin-top:50px;
flex-wrap:wrap;
}

.icon-box{
display:flex;
flex-direction:column;
align-items:center;
gap:10px;
font-size:35px;
}

.icon-box span{
font-size:14px;
text-align:center;
max-width:120px;
}

@media(max-width:900px){

nav{
display:none;
}

.hero h1{
font-size:70px;
}

.hero h2{
font-size:35px;
}

.hero p{
font-size:18px;
}

}
.package-hero{
height:100vh;
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url("https://images.unsplash.com/photo-1510097467424-192d713fd8b2");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding:0 8%;
color:white;
}

.badge{
background:#ffbe33;
color:black;
padding:10px 18px;
border-radius:50px;
font-weight:600;
}

.package-content h1{
font-size:80px;
margin-top:20px;
}

.package-content h2{
font-size:32px;
margin-bottom:20px;
}

.package-content p{
max-width:650px;
font-size:22px;
line-height:1.6;
}

.overview,
.itinerary,
.included,
.cta{
padding:80px 8%;
}

.overview h2,
.itinerary h2,
.included h2,
.cta h2{
margin-bottom:30px;
font-size:40px;
}

.highlights{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.highlights div{
background:white;
padding:25px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.day{
background:white;
padding:25px;
margin-bottom:20px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.included ul{
line-height:2.2;
font-size:18px;
}

.cta{
text-align:center;
background:#0a2f5c;
color:white;
}

.reserve-btn{
display:inline-block;
margin-top:30px;
background:#35c94a;
padding:16px 35px;
border-radius:10px;
color:white;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.reserve-btn:hover{
background:#1ebe5d;
transform:translateY(-3px);
}

.package-price{
display:inline-block;
background:#00cfff;
color:white;
padding:12px 25px;
border-radius:10px;
font-size:20px;
font-weight:700;
margin:20px 0;
}

.package-hero{
    position:relative;

    height:90vh;
    background:
    linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
    url("https://images.unsplash.com/photo-1510097467424-192d713fd8b2");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    padding:0 8%;

    color:white;
}

.package-price-box{
    position:absolute;
    right:8%;
    top:45%;
    transform:translateY(-50%);
    z-index:50;
}

.price-card{
    backdrop-filter:blur(10px);
    background:rgba(8,43,77,.92);

    padding:40px;
    border-radius:20px;
    width:420px;
    text-align:center;
    color:white;

    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.from{
font-size:14px;
letter-spacing:2px;
opacity:.8;
}

.price-card h2{
font-size:55px;
color:#00cfff;
margin:15px 0;
}

.price-card p{
margin-bottom:25px;
}

.book-btn{
display:block;
background:#35c94a;
padding:15px;
border-radius:10px;
text-decoration:none;
color:white;
font-weight:700;
margin-bottom:15px;
}

.quote-btn{
display:block;
background:white;
padding:15px;
border-radius:10px;
text-decoration:none;
color:#082b4d;
font-weight:700;
}

.itinerary{
background:#f7f9fc;
}
.photo-placeholder{
height:180px;
background:#dfe5ec;
border-radius:15px;
margin-bottom:20px;

display:flex;
align-items:center;
justify-content:center;

font-size:14px;
font-weight:600;
color:#7a8797;
text-transform:uppercase;
}
.package-details{
    display:flex;
    gap:30px;
    padding:80px 8%;
    background:#f7f9fc;
    align-items:flex-start;
}

.included-box{
    width:300px;
    background:white;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    flex-shrink:0;
}

.included-image{
    height:180px;
    background:#d9d9d9;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    color:#666;
}

.included-title{
    background:#082b4d;
    color:white;
    padding:18px;
    font-weight:700;
}

.included-box ul{
    padding:25px;
    line-height:2;
    list-style:none;
}

.itinerary-content{
    flex:1;
}

.itinerary-content h2{
    margin-bottom:30px;
    font-size:35px;
}

.itinerary-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.itinerary-card{
    background:white;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    border:1px solid #edf1f5;
}

.photo-placeholder{
    height:180px;
    background:#d9d9d9;
    border-radius:12px;

    margin:15px 25px 20px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#666;
    font-weight:700;
}

.itinerary-card span{
    display:inline-block;
    margin:15px;
    background:#13b8c8;
    color:white;
    padding:8px 14px;
    border-radius:8px;
    font-size:13px;
    font-weight:700;
}

.itinerary-card h3{
    padding:0 15px;
    margin-bottom:15px;
    color:#082b4d;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}

.itinerary-card p{
    padding:0 15px 20px;
    color:#555;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:1000px){
    .package-details{
        flex-direction:column;
    }

    .included-box{
        width:100%;
    }
}
.package-details{
    display:flex;
    gap:40px;
    padding:80px 8%;
    background:#f5f7fa;
    align-items:flex-start;
}

.included-box{
    width:320px;
    background:white;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.included-image{
    height:220px;
    background:#d9d9d9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.included-title{
    background:#082b4d;
    color:white;
    padding:18px 22px;
    font-weight:700;
    font-size:18px;
}

.included-box ul{
    list-style:none;
    padding:25px;
}

.included-box li{
    margin-bottom:18px;
    line-height:1.8;
    color:#555;
}

.help-box{
    background:#f3f8fb;
    margin:25px;
    padding:20px;
    border-radius:15px;
}

.help-box h4{
    margin-bottom:10px;
    color:#082b4d;
}

.help-box p{
    font-size:14px;
    color:#666;
    margin-bottom:15px;
}

.help-btn{
    display:inline-block;
    background:#1bc5d8;
    color:white;
    text-decoration:none;
    padding:12px 20px;
    border-radius:8px;
    font-weight:700;
}

.itinerary-content{
    flex:1;
}
.included-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
@media(max-width:1200px){
    .itinerary-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .itinerary-grid{
        grid-template-columns:1fr;
    }
}
.day-footer{
    border-top:1px solid #edf1f5;
    padding:12px 15px;
    color:#0d8adf;
    font-weight:600;
    font-size:14px;
}
.card-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.card-header h3{
    margin:0;
    font-size:22px;
    color:#082b4d;
}

.card-header span{
    margin:0;
    background:#13b8c8;
    color:white;
    padding:8px 14px;
    border-radius:8px;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
}
.itinerary-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:30px;
}

.itinerary-title h2{
    margin:0;
    font-size:35px;
    color:#082b4d;
}

.itinerary-icon{
    font-size:28px;
}
.hotel-night{
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid #e5e5e5;

    color:#0a78c9;
    font-weight:700;
    font-size:14px;
}
.itinerary-card ul{
    list-style:none;
    padding:0 25px 0 25px;
    margin:0;
}

.itinerary-card li{
    margin-bottom:10px;
    color:#555;
}
.itinerary-card ul{
    list-style:none;
    padding:0 25px;
    margin-top:20px;
}

.itinerary-card li{
    margin-bottom:12px;
    color:#555;
    line-height:1.6;
}
.itinerary-card{
    background:white;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
}
.hotel-night{
    margin-top:auto;
    padding:15px 25px;
    border-top:1px solid #e5e5e5;
    font-weight:700;
    color:#0077cc;
}

.card-header{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:25px 25px 15px;
}

.card-header h3{
    margin:0;
    padding:0;
    font-size:18px;
    line-height:1.3;
    color:#082b4d;
}
.card-header{ display:flex; align-items:center; gap:12px; padding:25px 25px 15px; } .card-header span{ margin:0; flex-shrink:0; background:#13b8c8; color:white; padding:8px 14px; border-radius:8px; font-size:13px; font-weight:700; } .card-header h3{ margin:0; font-size:18px; line-height:1.3; color:#082b4d; }

.itinerary-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.itinerary-card{
    background:white;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.card-header{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:20px 25px;

    min-height:80px;
}

.card-header span{
    margin:0;
    white-space:nowrap;
}

.card-header h3{
    margin:0;
    font-size:22px;
    line-height:1.25;
}

.itinerary-card ul{
    list-style:none;
    padding:20px 25px;
}

.itinerary-card li{
    margin-bottom:10px;
}

.hotel-night{
    padding:15px 25px;
    border-top:1px solid #e5e5e5;
    color:#0077cc;
    font-weight:700;
}
.itinerary-card li{
    position:relative;
    padding-left:24px;
    margin-bottom:12px;
    color:#555;
    line-height:1.6;
}

.itinerary-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#22c55e;
    font-weight:700;
}
.package-content h1{
    font-size:100px;
    font-weight:800;
    line-height:.9;
}

.package-content h2{
    font-size:60px;
    color:#00cfff;
    font-style:italic;
    margin:10px 0 20px;
}

.package-content h3{
    font-size:38px;
    margin-bottom:25px;
    color:white;
}

.package-content p{
    font-size:22px;
    line-height:1.8;
}

.packages{
    padding:90px 8%;
    background:#f5f7fa;
}

.section-tag{
    color:#0d8adf;
    font-weight:700;
    font-size:14px;
}

.section-header h2{
    font-size:42px;
    color:#082b4d;
    margin-top:10px;
}

.packages-grid{
    margin-top:40px;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.package-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.package-image{
    height:220px;
    background:#d9d9d9;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#666;
    font-weight:700;
}

.package-info{
    padding:25px;
}

.package-info h3{
    color:#082b4d;
    margin-bottom:10px;
}

.package-info p{
    color:#666;
    margin-bottom:20px;
}

.package-info ul{
    list-style:none;
    padding:0;
}

.package-info li{
    margin-bottom:10px;
}

.card-price{
    margin-top:25px;
    font-size:28px;
    font-weight:700;
    color:#0d8adf;
}

.green-btn{
    background:#39b54a !important;
}

.blue-btn{
    background:#0d6efd !important;
}

.purple-btn{
    background:#7c3aed !important;
}

.orange-btn{
    background:#f97316 !important;
}

.details-btn{
    display:block;
    margin-top:20px;

    text-align:center;
    color:white;
    text-decoration:none;

    padding:14px;
    border-radius:10px;
    font-weight:700;
}

.green-btn{
    background:#39b54a;
}

.blue-btn{
    background:#0d6efd;
}

.purple-btn{
    background:#7c3aed;
}

.orange-btn{
    background:#f97316;
}
/* ===== PACKAGE CARDS ===== */

.package-card{
    background:white;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
}

.package-image{
    height:240px;
    background:#d9d9d9;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#666;
    font-weight:700;
}
.package-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.package-info{
    padding:25px;

    display:flex;
    flex-direction:column;
    flex:1;
}

.package-info h3{
    color:#082b4d;
    font-size:20px;
    margin-bottom:10px;
}

.package-info p{
    color:#666;
    margin-bottom:20px;
}

.package-info ul{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.package-info li{
    margin-bottom:10px;
    color:#444;
}

.card-price{
    font-size:18px;
    font-weight:800;
    margin-bottom:20px;
}

/* ===== BUTTONS ===== */

.details-btn{
    display:block;
    text-align:center;

    color:white;
    text-decoration:none;

    padding:14px;
    border-radius:10px;

    font-weight:700;
    transition:.3s;
}

.details-btn:hover{
    transform:translateY(-2px);
}

/* ===== COLORS ===== */

.green-btn{
    background:#39b54a;
}

.blue-btn{
    background:#0d6efd;
}

.purple-btn{
    background:#7c3aed;
}

.orange-btn{
    background:#f97316;
}

.green-price{
    color:#39b54a;
}

.blue-price{
    color:#0d6efd;
}

.purple-price{
    color:#7c3aed;
}

.orange-price{
    color:#f97316;
}

.price-box{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    margin-top:20px;
}

.price-person{
    font-size:14px;
    color:#666;
    margin-top:5px;
}
.custom-package{
    background:#062a63;
    color:white;
    text-align:center;
    padding:80px 30px;
    margin-top:80px;
    border-radius:25px;
}

.custom-package h2{
    font-size:40px;
    margin-bottom:20px;
}

.custom-package p{
    font-size:18px;
    max-width:700px;
    margin:auto;
    line-height:1.8;
    opacity:.9;
}

.custom-btn{
    display:inline-block;
    margin-top:30px;
    background:#39b54a;
    color:white;
    text-decoration:none;
    padding:18px 40px;
    border-radius:12px;
    font-weight:700;
    transition:.3s;
}

.custom-btn:hover{
    transform:translateY(-3px);
}
.instagram-section{
    padding:80px 8% 30px;
    text-align:center;
    background:#f7f9fc;
}

.instagram-section h2{
    font-size:42px;
    color:#082b4d;
    margin-bottom:15px;
}

.instagram-section p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
    margin-bottom:50px;
}

.instagram-gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:40px;
}
@media(max-width:768px){

.instagram-gallery{
    grid-template-columns:repeat(2,1fr);
}

.instagram-photo{
    height:180px;
}

}
.instagram-photo{
    height:250px;
    background:#d9d9d9;
    border-radius:20px;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

    font-weight:700;
    color:#777;
}

.instagram-btn{
    display:inline-block;
    background:#E1306C;
    color:white;
    text-decoration:none;
    padding:18px 40px;
    border-radius:12px;
    font-weight:700;
}
.instagram-btn{
    display:inline-block;
    background:#E1306C;
    color:white;
    text-decoration:none;
    padding:18px 40px;
    border-radius:12px;
    font-weight:700;

    margin-bottom:60px;
}
/* WHY US SECTION */

.why-us{
    background:#003580;
    padding:50px 40px;
    margin:0;
}
.why-us h2{
    color:white;
    text-align:center;
    margin-bottom:40px;
    font-size:42px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
    align-items:center;
}

.why-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    text-align:left;
    height:100%;
}

.why-item img{
    width:70px;
    height:70px;
    object-fit:contain;
    margin-bottom:0;
    flex-shrink:0;
}

.why-item span{
    color:white;
    font-size:15px;
    line-height:1.4;
    font-weight:600;
    max-width:160px;
}

@media(max-width:900px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

}
@media(max-width:768px){

    .why-grid{
        grid-template-columns:1fr;
    }

}
.icon-box img{
    width:70px;
    height:70px;
    object-fit:contain;
}
/* FOOTER */

.footer{
    background:#082b4d;
    color:white;
    padding:70px 8% 20px;
}

.footer-container{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:50px;
}
@media(max-width:768px){

.footer-container{
    grid-template-columns:1fr;
    gap:30px;
}

}
.footer-about h3{
    font-size:28px;
    margin-bottom:20px;
}

.footer-about p{
    line-height:1.8;
    opacity:.85;
}

.footer-links h4,
.footer-contact h4{
    margin-bottom:20px;
    font-size:18px;
}

.footer-links{
    display:flex;
    flex-direction:column;
}

.footer-links a{
    color:white;
    text-decoration:none;
    margin-bottom:12px;
    opacity:.8;
    transition:.3s;
}

.footer-links a:hover{
    opacity:1;
    color:#00cfff;
}

.footer-contact p{
    margin-bottom:12px;
    opacity:.85;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:50px;
    padding-top:20px;
    text-align:center;
    opacity:.7;
    font-size:14px;
}

@media(max-width:900px){

.footer{
    margin-top:0;
}

}

/* ABOUT US */

.about-section{
    padding:100px 8%;
    display:flex;
    align-items:center;
    gap:60px;
    background:white;
}

.about-image{
    flex:1;
    height:450px;

    background:#d9d9d9;
    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
    color:#666;
}

.about-content{
    flex:1;
}
.about-content{
    flex:1;
    min-width:0;
}

.about-content h2{
    font-size:42px;
    color:#082b4d;
    margin:15px 0 25px;

    line-height:1.25;
    overflow-wrap:break-word;
    word-break:normal;
}

.about-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}
.about-stats{
    display:flex;
    gap:20px;
    margin-top:35px;
    flex-wrap:wrap;
}

.stat-box{
    background:#f7f9fc;
    padding:20px;
    border-radius:15px;
    min-width:140px;
    text-align:center;
}

.stat-box h3{
    font-size:32px;
    color:#0d8adf;
    margin-bottom:5px;
}

.stat-box span{
    color:#555;
    font-size:14px;
    font-weight:600;
}

/* FAQ */

.faq-section{
    padding:20px 8% 50px;
    background:#f7f9fc;
}

.faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:25px;
}
@media(max-width:768px){

.faq-grid{
    grid-template-columns:1fr;
}

}

.faq-card{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.faq-card h3{
    color:#082b4d;
    margin-bottom:15px;
}

.faq-card p{
    color:#666;
    line-height:1.8;
}
.icon-box i{
    font-size:48px;
    color:white;
}

/* ===== PACKAGE MOBILE FIX ===== */

@media(max-width:768px){

.package-hero{
    height:auto;
    min-height:580px;
    padding:100px 20px 30px;
    text-align:center;
}

.package-content h1{
    font-size:42px;
    line-height:.95;
}

.package-content h2{
    font-size:24px;
}

.package-content h3{
    font-size:18px;
}
.package-content p{
    font-size:16px;
    line-height:1.6;
}

    .package-price-box{
        position:static;
        transform:none;
        width:100%;
        padding:20px;
        margin-top:-30px;
    }

    .price-card{
        width:100%;
        max-width:420px;
        margin:auto;
    }

    .price-card h2{
        font-size:48px;
    }

    .package-details{
        flex-direction:column;
        padding:50px 20px;
    }

    .included-box{
        width:100%;
    }

    .itinerary-title{
        text-align:center;
        justify-content:center;
    }

    .itinerary-title h2{
        font-size:28px;
    }

    .itinerary-grid{
        grid-template-columns:1fr;
    }

    .cta{
        padding:60px 20px;
    }

    .cta h2{
        font-size:28px;
    }
}
@media(max-width:768px){

.hero{
    min-height:100vh;
    padding:120px 25px 40px;
    align-items:flex-start;
}

.hero-content{
    max-width:100%;
}

.hero h1{
    font-size:58px;
    line-height:.95;
}

.hero h2{
    font-size:26px;
    margin:12px 0;
}

.hero p{
    font-size:16px;
    line-height:1.6;
}

.hero-icons{
    gap:20px;
}

.icon-box img{
    width:50px;
    height:50px;
}

header{
    padding:15px 20px;
}

.logo{
    font-size:18px;
    gap:8px;
}

.logo img{
    width:55px;
}

.whatsapp-btn{
    padding:8px 14px;
    font-size:12px;
}

}

.price-note{
    font-size:12px;
    line-height:1.5;
    opacity:.75;
    margin-top:12px;
    text-align:center;
}
@media(max-width:768px){

    .about-section{
        flex-direction:column;
        padding:60px 20px;
    }

    .about-image{
        width:100%;
        height:300px;
    }

    .about-content{
        width:100%;
    }

.about-content h2{
    font-size:28px;
    line-height:1.3;
    text-align:center;
}

}
.about-content{
    text-align:left;
}

@media(max-width:768px){

    .about-content{
        text-align:center;
    }

    .about-content p{
        font-size:17px;
        line-height:1.8;
    }

}
.about-image{
    border-radius: 20px;
    overflow: hidden;
}

.about-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instagram-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.photo-placeholder{
    height:180px;
    margin:15px 25px 20px;
    border-radius:12px;
    overflow:hidden;
}

.photo-placeholder img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}