body {
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5 ,h6
 {
    font-family: "Montserrat", sans-serif;
}

:root {
    --main-colour: #34334;
    
}
.min-color{
    color: var(--main-colour);
}
.bg-team{
    background-color: #5B5B5B;
}
/* =============================== */

.navbar {
    height: 60px;
}


/* start navbar======================= */
.nav-link .active , .nav-link:hover{
    color: black !important;

}
 .nav-link{
    position: relative;
    
}

.nav-link::before{
    content: '';
    height: 2px;
    width: 0;
    background-color: black;
    position: absolute;
    bottom: 10px;
    /* top: -9; */
    left: 0;
    /* transform: translateX(-50%); */
    visibility: hidden;
    transition: 0.3s ease-in;
}
.nav-link:hover::before{
    width: 100%;
    visibility: visible;
}


/* end navbar =========*/
/* start header========= */


header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./../image/bg.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

header h1 span {
    font-size: 60px;
}

header h3 {
    font-size: 50px;
}

header ul li {
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end header========== */
/* start about ==========*/
.col-md-5 .image {
    position: relative;
}

.image::before {
    z-index: -4;
    content: "";
    position: absolute;
    left: -30px;
    top: 30px;
    width: 95%;
    height: 100%;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 10px 10px;
}

.col-md-7 .button1 {
    background-color: black;
    color: white;
    transition: all 0.5s;
}

.col-md-7 .button1:hover {
    background-color: white;
    color: black;
}

.col-md-7 .button2 {
    background-color: white;
    color: black;
    transition: all 0.5s;
}

.col-md-7 .button2:hover {
    background-color: #333;
    color: #f4f4f4;
}

/* end about============= */
/* start services================ */

.services {
    position: relative;

}

.services::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 13%;
    height: 5px;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 8px 8px;
}
/* =================================== */

.col-md-4 ul li {
    background-color: #f4f4f4;
    width: 70px;
    height: 70px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;

}

.col-md-4:hover ul li {
    background-color: #343434;
    color: aliceblue;
}

/* end services=========== */

/* start works============ */
.portfolio .min-header {
    position: relative;

}

.portfolio .min-header::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 13%;
    height: 5px;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 8px 8px;
}
/* --------------------------============ */
.portfolio .row .inner .layer {
    position: absolute;
    inset: 0;
    background-color: white;
    opacity: 0;
    transition: all 0.7s;
}
.portfolio .row .inner img {
    transition: all 0.7s;
}
.portfolio .row .inner .layer .layer-caption {
    transition: all 1s;
}
/* trans */
.portfolio .row .inner:hover img {
    transform: scale(1);
}

/* 2 */
.portfolio .row .inner:hover .layer {
    margin: auto;
    opacity: 1;
    width: 98%;
    height: 98%;
}

.layer-caption ul li{
 background-color:black;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.layer-caption ul li:hover{
    background-color: #f4f4f4;
}
.layer-caption ul li a:hover i{
    color: black;
}
/* end works============ */

/* =======start clients========= */
.clients .min-clients {
    position: relative;

}

.clients .min-clients::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 15%;
    height: 5px;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 10px 10px;
}
/* ============================================= */
.port-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.carousel-indicators button{
    width: 10px !important; 
    height: 10px !important;
    border-radius: 50%;
    background-color: #333c !important;
    color:  #343434 !important;
}
/* =======end clients========= */
/********** start number************************========= */
/* *********end number ****************========= */
/* =======start team========= */
.blog .min-blog {
    position: relative;

}

.blog .min-blog::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 15%;
    height: 5px;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 10px 10px;
}
/* ================================ */


.card .image{
    position: relative;
}
.card .image .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255, 255, 255, 0.95);
    transform: translateX(100%);
    transition: all 0.6s ease-in;
    transform: rotate(0deg) scale(0);
}
.card .image:hover .icon{
    transform: translateX(0);
}
.card .image:hover .icon {
    margin: auto;
    opacity: 1;
    width: 98%;
    height: 98%;
}


.icon ul li{
 background-color:black;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.icon ul li:hover{
    background-color: #f4f4f4;
}
.icon ul li:hover i{
    color: black;
}
/* end team========================= */

/* start contact=============== */
.contact .min-contact {
    position: relative;

}

.contact .min-contact::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 15%;
    height: 5px;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 10px 10px;
}
.bg-submit{
    background-color: rgb(28, 28, 28);
}

.contact form  button {
background-color: rgb(28, 28, 28);
    
    transition: all 0.5s;
color: #f4f4f4;
}

.contact form  button:hover {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid black;
}
/* end contact */