
/*==================sec1=================*/

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

*{
    font-family: "Assistant", sans-serif;
}
body{
    background-color: #f5f5f5;
}
.box{
    box-sizing: border-box;
}

.navbar{
    background-color: #040404 !important;
    color: #FFFFFF;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
a{
    color: #1e1e1e;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
}
.bg-image{
    background-attachment: scroll;
}
/* :root{
    --main-color: tomato;

}
.btn{
    --main-color: tomato;

}
.btn-link{
    background-color: var(--main-color)
    ;
} */
/*==================sec1 home=================*/
.sec-home{
    background-image: url("./imges/hero-bg.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
    /* height: 100%;
    width: 100%; */

    opacity: 0.4;
top: 0%;
}
.home{
    background-color:black;
    background-attachment: scroll;

}
.home-item h1 , p{
    color: white;

}

.margin1{
    margin-top: 21%;
}
.font1{
    font-size: 72px;
    font-weight: 600;
}
.font2{
    font-size:40px ;
    font-family: 600;
}


/*==================sec2=================*/
section{
    background-color: #f5f5f5
}
.background{
  background-color:  #FFFFFF;
}
.padding1-sec2{
padding-top: 64px;
}
.padding2-sec2{
    padding: 0 12px;
}
.padding3-sec2{
padding: 64px 48px;
}
.margin1-sec2{
    margin-bottom: 48px;
}
.margin2-sec2{
    margin-bottom: 32px;
}
.margin3-sec2{
    margin-left: 10px;
}
.margin4-sec2{
    margin-bottom: 16px;
}
.margin5-sec2{
    margin-bottom: 8px;
}
.title-about{
    position: relative;
    font-size: 32px;
    font-weight: 500;
}
.span1-sec2 , .p-sec2{
    font-size: 17.6px;
    font-weight: 600;
    color: 
    RGB(30, 30, 30);
}
.span2-sec2{
    font-size: 16px;
    font-weight: 400;
    color: 
    RGB(78, 78, 78);
}
.title-about::before{
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0078ff;
    width: 100px;
    bottom: -12px;
}

.p-sec2{
    font-size :20.5px;
    font-weight: 300;
}
/*==================sec2=================*/
.padding1-sec3{
    padding-top: 48px;
}
.margin1-sec3{
    margin-bottom: 64px;
}
.line{
    position: relative;
}
.line::before{
    content: "";
    position: absolute;
    height: 5px;
    background-color: #0078ff;
    width: 40px;
    bottom: -12px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.h3-sec3{
    font-size: 48px;
    font-weight: 700;
    color: 
    RGB(30, 30, 30);
}
.p-sec3{
    font-size:16px ;
    font-weight:400 ;
    color: 
    RGB(78, 78, 78);
}
/*==================sec3=================*/
.h2-sec3{
    padding: 6.5px 0;
    color: #1e1e1e;
}
.p-sec3{
    color: #4e4e4e;
}
.padding-sec3{
    padding: 40px 21px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.icon-link{
    height: 100px;
    width: 100px;
    font-size: 24px;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: block;
}
/*==================sec4=================*/
.img{
    background-image: url(./imges/counters-bg.jpg);
    background-attachment: scroll;
    
}
.img-properties{
    position:relative;
    padding:128px 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    color: #4e4e4e;
}
.background-blue{
    position: absolute;
    top: 0;
    left: 0px;
    
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #0078ff;
}
.item{
    position: relative !important;
    margin:0 121px ;
    padding: 0 12px;
}
/* .container .item{
     max-width: 720px;
} */
 .row{
    display: flex;
    flex-wrap: wrap;
 }
 .counter-box{
    margin-bottom: 1.8rem;
    margin-bottom: 29px;
    text-align: center;
    color: #fff;
 }
.icon-circle{
    margin: 0 48px;
    height: 60px;
    width: 60px;
    line-height: 1.5;
    box-shadow: 0 0 0 10px #cde1f8;
    border-radius: 50%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    display: block;

}
.num-box{
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.count{
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 400;
}
.num-box span{
    font-size: 16px;
    font-weight: 400;
}
/*==================sec5=================*/
.sec4{
    padding-top: 64px;
}
.con{
    padding: 0 12px;
    margin: 0 121px;
    /* max-width: 720px; */
}
.title-protfilio{
    font-size: 48px;
    font-weight: 700;
}
.row
{
    display: flex;
    flex-wrap: wrap;
}
.col-md-4{
    flex: 0 0 auto;
    width: 33.33333333%;
}
.boxx a{
    color: #1e1e1e;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.boxx{
    box-shadow: 0 13px 8px 10px rgba(0, 0, 0, 0.1);
}
.prot-img{
    display: block;
    overflow: hidden;
}
.prot-img img{
    transition: all 1s;
    /* vertical-align: middle; */
    overflow: content-box;
    overflow: clip;
}
.boxx:hover a{
    color: white;
    cursor: pointer;
    color: #1e1e1e;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.padding-sec5{
    padding: 32px 6.5px 16px 8.5px;
}
.spaces{
    flex: 0 0 auto;
    width: 66.66666667%;
}
.lorem{
    color: #1e1e1e;
    padding-bottom:8px ;
    font-size: 19.2px;
    font-weight: 500;
    color:RGB(30, 30, 30);
}
.web{
    color: #4e4e4e;
    font-size: 0.8rem;
}
.bottom-title1{
    color: #0078ff;
}
.bottom-title2{
    color: #4e4e4e;
}
.plus{
    font-size: 2.5rem;
    color: #0078ff;
    float: right;
}
.plus a {
    color: #0078ff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
/* .bi{
    margin: 0 48px;
    height: 60px;
    width: 60px;
    line-height: 1.5;
    box-shadow: 0 0 0 10px #cde1f8;
    color: #0078ff;
    border-radius: 50%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    display: block;
} */

/*==================sec6=================*/
.bg-image{
    background-attachment: scroll;
}
.sec-6{
    position: relative;
    padding: 8rem 0;
    padding: 128px 0;
}
.spa{
    font-size: 22.4px;
    font-weight: 600;
}
.para{
    font-size:20px ;
    font-weight: 300;
    padding: 0 5rem;
}
.image1{
    width: 100px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.image2{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/*==================sec7=================*/
.card{
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}
.card-body{
padding: 16px;
position: relative;
}
.card-category{
    padding: 0 15px 5px 15px;
    display: inline-block;
    color: #fff;
    padding: 0 15px 5px;
    overflow: hidden;
    background-color: #0078ff;
    border-radius: 4px;
}
.category{
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
.card-box{
    position: absolute;
    text-align: center;
    top: -16px;
    left: 15px;
    right: 15px;
    line-height: 25px;
    overflow: hidden;
}
.card-title{
    font-size: 1.3rem;
    margin-top: 0.6rem;
    margin: 9.600px 0 8px 0;

}
.card-bottom{
    padding: 8px 16px;
}
.imgg{
    width: 32px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
}
.date{
    color: #4e4e4e;
    float: right;
}
/*==================sec8=================*/
.sec8{
    position: relative;
}
.margin6{
    margin-top: 64px;
}
.padding4{
    padding: 48px;
}
.col-md-6{
    flex: 0 0 auto;
    width: 50%;
}
.h5-sec8{
    padding-bottom: 8px;
    position: relative;
    font-size: 2rem;
    color: #1e1e1e;
}
h5::before{
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0078ff;
    width: 100px;
    bottom: -12px;
}
form{
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
.button{
    background: #0078ff;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 5rem;
}
.space{
    margin: 16px 0;
    padding: 0 12px;
}
/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

/* Global Styles */
* {
    font-family: "Assistant", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f5f5f5;
}

/* Responsive Layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Navbar */
.navbar {
    background-color: #040404 !important;
    color: #FFFFFF;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Responsive Grid System */
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.col-md-4, .col-md-6 {
    flex: 1;
    min-width: 300px;
}

/* Home Section */
.sec-home {
    background-image: url("./imges/hero-bg.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.home-item h1, p {
    color: white;
}

/* About Section */
.secound-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
}

.img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.content2 {
    flex: 1;
    padding: 20px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .font1 {
        font-size: 50px;
    }
    .font2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .sec-home {
        height: auto;
        padding: 60px 20px;
    }
    .font1 {
        font-size: 40px;
    }
    .font2 {
        font-size: 24px;
    }
    .secound-section {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .navbar {
        flex-direction: column;
        text-align: center;
    }
    .font1 {
        font-size: 32px;
    }
    .font2 {
        font-size: 20px;
    }
}