@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    background-color: #f7f7f7;
  }

  :root{
    --links:#cc3399e6;
   /*  --orange:#079CD4; */
   --orange:#cc3399e6;
   --main-color-hover:rgba(204, 51, 153, 0.9);
    --white-color:#ffffff;
    --trnsparent-color: rgba(255, 255, 255, 0.336);
}


h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
    color: var(--links);
}

.align-middle{
    display: flex;
    align-items: center;
    flex-direction: row;
    
}

.btn{
    background-color: var(--orange) !important;
    color: var(--white-color);
    border-radius: 3px !important;
    outline: none;
    border: 1px solid #9c2d77e6;
}
.btn:hover, .btn:focus{
    border: 1px solid #ad2981e6;
}
.btn-send{
    padding-left: 40px;
    padding-right: 40px;
}

a{
    color: var(--links);
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover{
    color: var(--orange);
}

img{
    width: 100%;
}


/* NAP TOP */

.top_nav{
    background-color: var(--orange);
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .top_nav p{
        margin-bottom: 0;
        display: inline-block;
        margin-right: 16px;
        color: var(--white-color);
    }
    
    .top_nav i, .top_nav span{
        vertical-align: middle;
    }
    .social-links a{
        width: 34px;
        height: 34px;
        color: var(--white-color);
        background-color: #ffffff4f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 20px;
    }
    
    .social-links a:hover{
        color: var(--orange);
        background-color: var(--white-color);
    }


.navbar{
    background-color: var(--white-color) !important;
   /*  padding: 15px 0; */
    box-shadow: 0px 6px 30px rgb(0, 0, 0,0.08);
}

.navbar-brand img{
    width: 100px;
}



/* Slider */

.slide1{
    background-image:linear-gradient(rgba(9, 32, 50, 0.4),rgba(9, 32, 50, 0.5)), url("https://mivoproshots.com/images/slider1.jpg");
    text-shadow: 1px 1px 3px rgba(66, 68, 90, 1);
}

.slide2{
    background-image:linear-gradient(rgba(9, 32, 50, 0.4),rgba(9, 32, 50, 0.5)), url("https://mivoproshots.com/images/Slider2.jpg");
    text-shadow: 1px 1px 3px rgba(66, 68, 90, 1);
}
.slide3{
    background-image:linear-gradient(rgba(9, 32, 50, 0.4),rgba(9, 32, 50, 0.5)), url("https://mivoproshots.com/images/Slider3.jpg");
    text-shadow: 1px 1px 3px rgba(66, 68, 90, 1);
}


/* Owl */
.owl-carousel .bx{
    padding-top: 10px !important;
}
.owl-prev, .owl-next{
    position: absolute;
    top:50%;
    width: 50px !important;
    height: 50px !important;
    display: grid;
    place-items: center;
    vertical-align: center;
    background-color: var(--trnsparent-color) !important;
    border-radius: 100% !important;
    margin-top: -30px !important;
    color: var(--white-color) !important;
}


.owl-prev{
    left: 10px;
}
.owl-prev .bx-chevron-left{
 padding-bottom: 0 !important;
 margin-bottom: 0 !important;
}
.owl-next{
    right: 10px;
}

.owl-prev:hover, .owl-next:hover{
    background-color: var(--orange) !important;

}


.info-box{
    display: flex;
    align-items: center;
}
.info-box img{
    width: 90px;
    margin-right: 18px;
    width: 50px;
}

section{
    padding-top: 80px;
    padding-bottom: 80px;

}

#milestone{
    background-image:linear-gradient(rgba(204, 51, 153, 0.9),rgba(204, 51, 153, 0.9)), url("../images/slider1.jpg");
}

#milestone .display-4, #milestone h1, #milestone p{
    color: var(--white-color);
}
#milestone .display-4{
    font-weight: 700;
}

/* .card-link{
    display: block;
    padding: 4px;
}
 */




/* blog */


.blog-post{
    position: relative;
}

.blog-post .tag{
    position: absolute;
    padding: 4px 12px;
    background-color: var(--orange);
    color: var(--white-color);
    border-radius: 100px;
    top: 20px;
    left: 20px;
    font-weight: 700;
}

.blog-post img{
    margin-bottom: 12px;
}
.blog-post small{
    color: var(--orange);
    text-decoration: underline;
}
.blog-post h4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post p{
    margin-top: 12px;
    margin-bottom: 12px;
}

.accordion ol li{
    line-height: 2.5em;

}
/* ggggggggggggggggggggggggggggggg */
.client-review{
    background-color: #dddddd !important;
    padding: 0;
}
.carousel-caption p {
    
    color: var(--orange);
}
.carousel-item{
  padding: 70px 0;
     position: relative; 
}
.img-area{
    margin: auto;
    width: 100px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}
.carousel-caption {
    position: static;
    padding-bottom: 10px;
}
.carousel-caption p{
    width: 60%;
    margin: auto;
}
.carousel-caption h5{
    color: var(--orange);
}

.carousel-indicators [data-bs-target]{
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    background-color: var(--orange) !important;
}



/* SERVICES */

.review{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.service-item{
    position: absolute;
    display: block;
    bottom: 4px !important;
    left: 20px;
    padding: 5px 20px;
    background-color: #3d3d3d85;
    color: #f7f7f7;
    font-size: 14px;
    border-radius: 50px;
   
}

.service_btn:hover img{
    transform: scale(1.1); /* Zooms in the image */
    transition: all 0.6s ease;

}

.client-review h4 {
    color: var(--orange) !important;
}



/* FOOTER */




footer{
    margin-top: 80px;
    padding-top: 80px;
    color: var(--white-color) !important;
    text-align: center;
    background-image:linear-gradient(rgba(24, 2, 23, 0.9),rgba(24, 2, 23, 0.9)), url("../images/krakenimage.jpg");
}

.footer-top p{
    margin-top: 20px;
    padding-bottom: 20px;
}
footer .navbar-brand span{
    color: var(--white-color) !important;
}
footer .footer-content-wraper {
    text-align: left;
}
footer .footer-content-wraper span{
    display: block;
}
footer h4{
    margin-bottom: 30px !important;
}
footer .footer-top{
    margin-bottom: 40px;
}


footer a {
    color: var(--white-color); /* Gold color for links */
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}

footer .footer-bottom{
    border-top: 1px solid var(--trnsparent-color);
    padding-top: 20px;
}




/* hhhhhhhhhhhhhhhhhhhhhhhhhh   OTHER PAGES  hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh */


.page-header{
    display: block;
    margin: 0;
    background-image:linear-gradient(rgba(6, 21, 32, 0.4),rgba(6, 22, 34, 0.5)),  url("../images/camera_header.jpg");
    background-position: center center;
    background-size: cover;
    height: 250px;
}

.page-header h1 {
    color: var(--white-color) !important;
}


/* CATELOG */

.catelog{
    padding: 20px;
    width: 100%;
    margin-top: 80px;
}
.catelog ul{
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.catelog ul li{
    list-style: none;
    background-color: #eee;
    padding: 8px 20px;
    margin: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    white-space:nowrap;
}
.catelog ul li:hover{
    background-color: var(--links);
    color: var(--white-color);
}
.catelog ul li.active{
    background-color: var(--links);
    color: var(--white-color);
}

.product{
    display: flex;
    flex-wrap: wrap;
}
.product .itemBox{
    position: relative;
    width : 400px;
    height: 230px;
    margin: 5px;

}
.product .itemBox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: cover;
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .product .itemBox{
        width : 200px;
        height: 115px;
    
    }
 }

@media (min-width: 576px) { 

    .product .itemBox{
        width : 400px;
        height: 230px;
        margin: 5px;
    
    }
}

