*,::after,::before {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
}
:root{
--primary-color:#C98A4B;
}
::selection{
    background-color: var(--primary-color);
    color:#fff;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
}
footer{margin-top: auto;}
body {
    font-family: 'Poppins',sans-serif;
    height: 100%;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
text-decoration: none !important;
border: solid 0px;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}


/* Navbar BitiÃƒâ€¦Ã…Â¸ */
.stack-slider{
    position:relative;
    width:100%;
    max-width:900px;
    height:500px;
    margin:auto;
}

.stack-card{
    position:absolute;
    width:35vw;              /* responsive genişlik */
    max-width:320px;
    height:60vh;             /* responsive yükseklik */
    max-height:450px;
    border-radius:20px;
    overflow:hidden;
    transition: all .6s ease;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
    opacity:0;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(.7);
}


.stack-card img{
    width:100%;
    height:100%;
    object-fit:cover;
   
}


/* states */

.stack-card.active{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
    z-index:3;
}

.stack-card.prev {
    opacity: 1;
    transform: translate(calc(-22% - 20vw), -50%) scale(.85);
    z-index: 2;
}

.stack-card.next {
    opacity: 1;
    transform: translate(calc(-78% + 20vw), -50%) scale(.85);
    z-index: 2;
}

/* nav */

.stack-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    z-index:5;
    font-size:20px;
        transition: all .3s ease;
}

.stack-left{ left:30%; }
.stack-right{ right:30%; }

.stack-nav:hover{
    background-color: #D3A06D;
}

.stack-nav:hover img{
    filter: invert(1);
}
.stack-nav
.tattoo-carousel {
    padding:60px 0;
    text-align:center;

}

.tc-header h2 {
    font-size:32px;
    margin-bottom:15px;
}

.tc-header p {
    color:#666;
    margin-bottom:30px;
    font-size:15px;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
 
.tc-card {
    padding:15px;
    text-align:center;
}

.tc-img {
    border:6px solid #DDDDDD;
    display:inline-block;
}

.tc-img img {
    width:100%;
    height:250px;
    object-fit:cover;
}

.tc-card h4 {
    margin-top:15px;
    color:#20202F;
    font-size:1.125rem !important;
    font-weight:500;
}
.tc-card a:hover .tc-img {
    border: 6px solid #b07340;
}
.tc-card a:hover h4 {
    color: var(--primary-color);
}

.tc-card p {
    font-size: 14px;
    color: #444;
    margin-top: 8px;
}

/* Owl Default Theme Override */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size:24px;
    background:rgba(0,0,0,0.3);
    color:white;
    padding:10px 15px;
    border-radius:50%;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background:#000;
}

.owl-dots {
    margin-top:20px;
}





/* Navbar BaÃ…Å¸langÃ„Â±ÃƒÂ§ */
header{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.navbar-toggler:focus {
outline: none !important;
box-shadow: none;
}
.dropdown-menu {
    background-color: black !important;
    z-index: 9;
}
.dropdown-item, .nav-link {
color: #FFFFFF;
font-size:1rem;
transition: color 0.3s ease, text-decoration 0.3s ease;
font-weight: 600;

}

header .active{color: var(--primary-color) !important;}
.navbar-nav .nav-item a{color:#ffffff}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
    color: #333333 !important;
}
.dropdown-menu {
border: none;
--bs-border-radius: none;
background-color:#D95627;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #FFFFFF;}
.navbar .col-10 .collapse {
    position: relative;
    z-index: 1;
}

@media(min-width: 1200px){   

#siteHeader::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 78vw;
    height: 60%;
    background: rgba(0,0,0,0.7);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: -1;
}
}

@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}
.social-wrapper {
    margin-left: 10px;
}
.nav-link:hover, .dropdown-item:hover {
    color: var(--primary-color) !important;
}
.nav-item .nav-link i{color: var(--primary-color); --bs-nav-link-font-size:1.125rem !important;}
.social-icon {
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: var(--primary-color);
    color: #000;
    transform: translateY(-2px);
}

#stack-side h2, .tc-header h2,.services-section h2,.gallery-section h2,.piercing-section h2,.testimonial-section h2,.blog-section h2 {
    font-size: clamp(1.6rem, 5vw, 2.8125rem) !important;
    color:#1F1F2E;
    font-weight:bold;
    line-height: 1;
}
#stack-side .title-second{
font-size: clamp(1.8rem, 5vw, 3.125rem);
    font-weight:200;
    color: #000000;
    line-height:1;
}
#stack-side .text-side, .tc-header .text-side, .gallery-section .text-side, .piercing-section .text-side, .testimonial-section .text-side {
    font-size:1rem;
    color:#212121;
}
#stack-side .follow {display:flex;justify-content:center;}
#stack-side .follow img{max-width:75%}
.owl-prev, .owl-next {
    width: 38px;
    height: 38px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    background-color: white;
    border-radius: 50% !important;
    border: 2px solid rgba(0,0,0,0.1) !important;
}
.owl-prev:hover, .owl-next:hover{
    background-color: var(--primary-color) !important;
}
.owl-prev:hover img, .owl-next:hover img{
    filter: invert(1);
}
.owl-nav{margin-top: 0 !important;}

.service-item {
    position: relative;
    overflow: hidden;
}

.service-item img {
    transition: 0.4s ease;
}

.service-item:hover img {
    transform: scale(1.05);
}
/* Sol alt bant */
.service-band {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;

    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.7) 40%,
        rgba(0, 0, 0, 0.0) 70%
    );
}

/* Responsive */


/* Nav Pills Style */
.gallery-tabs .nav-link {
    background: #000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.gallery-tabs .nav-link.active {
    background: #c58a45;
    color: #fff;
}

.gallery-tabs .nav-link:hover {
    background: #c58a45;
    color: #FFFFFF !important;
}

/* Galeri Cards */
.gallery-item {
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    transition: 0.4s ease;
}


.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-section .nav-link.active {
    background-color: var(--primary-color) !important;
}
 
@media (max-width: 768px) {
    .gallery-tabs {
        flex-wrap: wrap;
    }
}

.piercing-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

.piercing-img {
    overflow: hidden;
}

.piercing-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.4s ease;
}

.piercing-card:hover img {
    transform: scale(1.08);
}
.piercing-card:hover h3{color: var(--primary-color);}
.piercing-content {
    padding-top: 12px;
}

.piercing-content h3 {
    font-weight: 600;
    font-size: .9375rem;
    margin-bottom: 6px;
    transition: color 0.4s ease;
    text-align: center;
}

.piercing-content p {
    font-size: .8125rem;
    color: #3F3F3F;
    margin: 0;
    text-align: center;
}

.banner-carousel .carousel-item img {
    width: 100%;
    height: 100vh;   
    object-fit: cover;
    object-position: center center; 
}

.testimonial-section{
    padding:60px 0;
    text-align:center;
}

.section-header h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.section-header p{
    color:#777;
    margin-bottom:20px;
}

.btn-all{
    background:#D3A06D;
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
    display: block;
    width: fit-content;
    margin:0 auto ;
}

/* CARD */

.testimonial-card{
    background:#fff;
    padding:40px;
    border-radius:10px;
    box-shadow:0 5px 25px rgba(0,0,0,0.05);
    max-width:600px;
    margin:auto;
}

.quote img{
    width: 40px !important;
    height: 36px !important;
    margin-bottom:25px;
    margin: 0 auto;
}

.testimonial-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    max-height: 6rem;
    overflow: hidden;
}
.testimonial-card p::-webkit-scrollbar {
    width: 4px;
}
    .testimonial-card p:hover {
        overflow-y: auto;
    }
.testimonial-card p::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.testimonial-card p::-webkit-scrollbar-track {
    background: transparent;
}
.testimonial-card p + .author::before {
    content: '';
    display: block;
    width: 250px;
    border-bottom: 1px solid #E1E1E1;
    margin: 10px auto 14px;
}

.author strong{
    display:block;
    font-size:1.125rem;
    letter-spacing:1px;
}

.author span{
    font-size:1.125rem;
    color:#000000;
    font-weight: 600;
}
.testimonial-carousel {
    position: relative;
}


.testimonial-carousel .owl-stage-outer {
    overflow: visible;
}


.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 50px;             
    z-index: 10;
}

/* Buton tasarım */
.testimonial-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.hygiene-section {
    position: relative;
    background: url('/Http/images/DigerIcerikler/sayacbg.png') no-repeat center right;
    background-size: cover;
    padding: 75px 0 ;
    color: #fff;
    overflow: hidden;
}

/* Siyah gradient overlay */
/* .hygiene-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000 55%, transparent 100%);
} */

.hygiene-section .container {
    position: relative;
    z-index: 2;
}

.hygiene-section .subtitle {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1;
}

.hygiene-section .title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.hygiene-section .counters {
    display: flex;
    flex-wrap: wrap;
}

.hygiene-section .counter-box {
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    align-items: center;
    padding-right: 2rem;
    margin-right: 2rem;
}

.hygiene-section .counter {
    font-size: 1.75rem;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.hygiene-section .counter-box p {
    font-size: 1rem;
}
.counters {
    display: flex;
    gap: 0;
}

.counter-box {
    border-right: 1px solid rgba(255,255,255,0.2);
}


.counter-box:last-child {
    border-right: none;
}
.counter-box:last-child span{color: var(--primary-color);}



.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
}

.blog-section{padding: 4rem 0 9rem 0;}

.blog-card {
    display: block;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);

}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 1px solid #CBCBCB;
    padding:.6rem;
}

.blog-content {
    position: relative;
    margin-top: 15px;
    padding-left: 25px; 
}


.blog-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #d9d9d9;
}


.blog-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 30px; 
    background: #d47c2c;
       transition: height .4s ease;
}
.blog-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #d9d9d9;
}


.blog-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 30px; 
    background: #d47c2c;
}
.blog-date {
    font-size: 0.9375rem;
    color: #1F1F2E;
    display: block;
    margin-bottom: 8px;
    font-weight:600
}

.blog-title {
    font-size: 1.125rem;
    color: #1F1F2E;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-text {
    font-size: 1rem;
    color: #1F1F2E;
    margin-bottom: 10px;
}

.blog-link {
    font-size: 0.8125rem;
    color: #d47c2c;
    text-decoration: none;
    font-weight: 500;
}

.blog-link:hover {
    text-decoration: underline;
}
.blog-card:hover .blog-content::after {
    height: 60px;
}


.footer-floating-img {
    position: absolute;
    top: -45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.site-footer {
    position: relative;
    background: url('/Http/images/DigerIcerikler/footerbg.png') no-repeat center;
    background-size: cover;
    padding: 80px 0 0 20px;
    color: #fff;
    overflow: hidden;
    border-top: 5rem solid #D3A06D;
    overflow: visible;
}


.site-footer .container {
    position: relative;
    z-index: 2;
}

/* Menü */
.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity .3s ease;
}

.footer-menu li a:hover {
color: var(--primary-color);
}

/* İçerik */
.footer-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #D3A06D;
}

.footer-text {
    font-size: 14px;

    margin-bottom: 6px;
}
/* Alt */
.footer-bottom {
    font-size: .9375rem;
}

.fastmenu {
    position: relative;
    height: 220px;
    background: url('/Http/images/DigerIcerikler/fastmenubg.png') no-repeat center right;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

/* Koyu overlay */
.fastmenu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0.3) 100%);
}

.fastmenu .col-10 {
    position: relative;
    z-index: 2;
}

.fastmenu-content {
    font-size: clamp(.875rem, 2vw, 1rem);
    letter-spacing: 1px;
}

.fastmenu-content a {
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease;
    font-weight: 700;
}

.fastmenu-content a:hover {
    opacity: 0.7;
}

.fastmenu-content .separator {
    color: #fff;
    margin: 0 6px;
  
}

.fastmenu-content .active {
    color: var(--primary-color); 
    font-weight: 700;
}

#hakkimizda h1, #hizmetlerimiz h1, #galeri h1, #blog h1, #sss h1, #bize-ulasin h1, #all-testimonial h1{
    font-size: 1.875rem !important;
    font-weight: 700;
}

.stats-wrapper {
    display: flex;
    /* justify-content: center; */
    padding: 40px 0 40px 0;
}

.stats-box {
    background: #05060c;
    border-radius: 18px;
    padding: 1rem;
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}

/* Dikey çizgiler */
.stat-item {
    text-align: center;
    position: relative;
    padding: 0 30px;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.15);
}

.stat-number {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

.stat-text {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
}

/* Son item turuncu */
.stat-item.highlight .stat-number {
    color: #d6a46a;
}

/* Responsive */
@media (max-width: 768px) {

    .stats-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 20px;
        width: 100%;
    }

    .stat-item {
        display: flex; /* önemli */
        flex-direction: column; /* dikey hizala */
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100% !important; /* desktop override */
        min-height: 90px; /* eşit kutular */
    }

    .stat-number {
        font-size: 22px;
        font-weight: 700;
    }

    .stat-text {
        font-size: 13px;
    }

    .stat-item::after {
        display: none !important;
    }
}
.glightbox-clean .gslide-title{text-align:center !important;margin:0 !important;padding:0 !important;font-family: "Poppins", sans-serif !important;}
.glightbox-clean .gdesc-inner{padding:1rem !important;}

#fotoVideo .col a {
    position: relative;
    overflow: hidden;
    display: block;
    display: block;
}
#fotoVideo .col a img{width: 100%; border-radius: 1rem;}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}


.glightbox:hover .overlay {
opacity: 1;
pointer-events: auto;
}


.overlay i {
font-size: 2rem;
color: #fff;
transform: scaleX(-1);
}

 .whatsapp-icon { position: fixed; bottom: 4%;right: 2%;font-size: 3rem; color: green;cursor: pointer;z-index: 12;}

.whatsapp-message {line-height: 1rem;width: 250px;font-size: .8rem;  display: none;  position: absolute; right: 130%; top: 0;  background-color: #fff;box-shadow:rgba(136, 136, 136, 0.4) 0px 1px 7px; color: #000;  padding: .6rem; border-radius: 5px;
animation: slide-in 0.5s forwards, slide-out 0.5s forwards 9s;}
@keyframes slide-in {from { right: 55%;  opacity: 0; }to { right: 130%; opacity: 1; }}
@keyframes slide-out {from { right: 130%; opacity: 1; } to { right: 55%; opacity: 0;}}


#blog .date{color: var(--primary-color);font-size: 1rem;color: #C98A4B;}
#blog .title{font-weight: 600;padding: .5rem 0;}


.section-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.latest-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    color: #222;
    transition: all .3s ease;
}

.latest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.latest-img {
    width: 170px;
    flex-shrink: 0;
}

.latest-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.latest-content {
    padding: 20px 20px 20px 0;
}

.latest-date {
    font-size: 14px;
    color: #20202F;
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
}

.latest-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.custom-accordion .accordion-button {
    background: #f2f2f2;
    border-radius: 10px;
    font-weight: 500;
    padding: 18px 24px;
    box-shadow: none;
    position: relative;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #c68642;
    color: #fff;
    box-shadow: none;
}
.custom-accordion .accordion-button::after {
    display: none;
}
.custom-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
    color: #fff;
}
.custom-accordion .accordion-body {
    background: transparent;
    padding: 20px 10px 10px 10px;
    font-size: 16px;
    color: #333;
    min-height: 80px;
}
.accordion-button:focus{box-shadow: none !important;}



#Iletisim .box{padding: 4rem; width: 85%; border-radius: .4rem;box-shadow: rgba(99, 99, 99, 0.175) 0px 2px 8px 0px; color: #45474E; font-weight: 500;}
#Iletisim i{ padding: 1.5rem; color: #FFF; font-size: 2.5rem;border-radius: .5rem;}
#Iletisim .col:nth-child(1) i {background-color: #C98A4B; }
#Iletisim .col:nth-child(2) i { background-color: #030207; }
#Iletisim .col:nth-child(3) i{background-color: #223139; }
#Iletisim .box a{color: #45474E;}
#Iletisim .box a:hover{color: #F84501;}
#Iletisim .fa-check{font-size:4rem; color:black !important;}





.testimonial-item {
    padding: 20px 0;
}

.quote-icon {
    width: 26px;
    margin-top: 4px;
}

.testimonial-item p {
    margin: 0 0 8px;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
}

.testimonial-author {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.testimonial-divider {
    margin: 0;
    border: none;
    border-top: 2px solid #CCCCCC;
}
.gallery-item iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active{background-color:transparent !important;}


#success-message2, #success-message {
    font-size: 1.3rem
}

#success-container, #success-container2 {
    display: none;
    position: static;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

#error-message {
    color: red
}

.contactbtn {
    background-color: var(--primary-color);
    border: none;
    padding: .5rem 2rem .5rem 2rem;
    color: #fff;
    transition: background-color 0.3s ease
}

    .contactbtn:hover {
        background-color: #000;
        color: #fff !important
    }
.bgimg {
    background-image: url(../../Panel/images/Guvenlik.jpg)
}
.instagram-box img{width:75%;}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}