section.banner{
    background: url(../images/about-1.webp);
	width: 100%;
	height: 400px;
	background-size: cover;
	margin-top: 0px; 
	position: relative;  
	background-position: center;
   }
section.banner .banner-title{
	   position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   background: #00000078;
	   display: flex;
	   justify-content: center;
	   align-items: center;
}

/* welcome section */
section.wel-sec{
    
    padding-bottom: 20px;
    position: relative;
}
section.wel-sec .wel-cont {
    
    display: flex;
    gap: 10px;
    flex-direction: column;

    color: #fff;
}
section.wel-sec .wel-img{
    padding-top: 35px;

}
section.wel-sec .wel-img img{
   
    width: 95%;
    height: 460px;
    object-fit: cover;
    border-radius: 35px;

}

section.wel-sec .wel-cont h2 {
    color: var(--white-color);
    position: relative;
    font-size: 50px;
    margin-bottom: 30px;
    
}

section.wel-sec .wel-cont h2::before{
content: '';
position: absolute;
bottom: -12px;
width: 140px;
height: 2px;
background: var(--text-color);
}

section.wel-sec .wel-cont h2 span {
    color: var(--text-color);
}

section.wel-sec .wel-cont p {
    opacity: 0.8;
    font-size: 14px;
}

section.wel-sec .wel-points {
    display: flex;
    gap: 10px;
}

section.wel-sec .wel-points i{
    color: var(--text-color);
    padding-top: 10px;
    font-size: 10px;
}


section.all-about-us .wel-points {
    display: flex;
    gap: 10px;
}
section.all-about-us .wel-points i{
    color: var(--text-color);
    padding-top: 10px;
    font-size: 10px;
}


section.all-about-us {
    padding: 0 0 60px 0 ;
    
    color: #fff;
    
}

section.all-about-us .all-about-cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.all-about-us p{
    font-size: 15px;
    opacity: 0.8;
}


/* service section */

 /* service section */

section.service-sec .service-col {
    height: 240px;
    position: relative;
    margin-bottom: 30px;
    /* background: var(--black-color); */
    background:#242843;
    color: var(--white-color);
}

section.service-sec .service-col:hover .service-cont h4 {
    color: var(--text-color);
}

section.service-sec .service-col:hover .service-img img {
    opacity: 1;
}


.service-img {
    position: absolute;
    top: 0;
    right: 0;

}

.service-cont {
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 20px 0px 13px 33px;
    width: 80%;
}

.service-cont h4{
    font-size: 23px;
    margin-bottom: 0;
    color: var(--white-color);
}

.service-cont p {
    opacity: 0.8;
    font-size: 13px;
    line-height: 25px;
    
}

section.service-sec .service-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 100px;
    color: var(--white-color);
}

section.service-sec .service-text h5 {
    font-size: 17px;
    font-weight: 300;
    color: var(--text-color);
}

section.service-sec .service-text h3 {
    font-size: 40px;
    color: var(--white-color);
}

section.service-sec .service-text h3 span {
    color: var(--text-color)
}

section.service-sec .service-text p {
    opacity: 0.8;
}



.service-img img {
    opacity: 0.7;
    width: 80px;
    border-radius: 0 0 0 30px;
}



section.about-sec-3{

	/* background: var(--black-color); */
    /* background: #242843; */
}

section.about-sec-3 .image-3-sec img{
    width: 100%;
    height: 400px;
	object-fit: cover;
    border-radius: 50px;
}

section.about-sec-3 .sec-3-cont h5{

    font-size: 12px;
}
section.about-sec-3 .sec-3-cont p{
    font-size: 15px;
	color: #fff;
	opacity: .75;
}

section.about-sec-3 .about-3-time h5{
    font-family: var(--primary-font--);
}

section.about-sec-3 .about-3-time ul.navigate{
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    line-height: 30px;
}

section.about-sec-3 .about-3-time ul.navigate a{
    text-decoration: none;
    font-family: var(--primary-font--);
    color: #fff;
	opacity: .75;
	font-size: 15px;
}
section.about-sec-3 .sec-3-right{
    padding-left: 30px;
    padding-top: 20px;
    
}

section.about-sec-3 .sec-3-left{
    padding-right: 30px;

}

section.about-sec-3 .sec-3-right .sec-3-btn{
    background-color: rgb(165, 142, 84);
    border: none;
    height: 40px;
    width: 100px;
    margin: 20px 10px;
}
section.about-sec-3 .sec-3-right .sec-3-btn:hover{
    cursor: pointer;
    background-color: rgb(142, 235, 142);
}
section.about-sec-3 .sec-3-right .sec-3-btn a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: var(--primary-font--);

}
section.about-sec-3 .about-3-time ul.navigate a:hover{
    cursor: pointer;
    color:  rgb(165, 142, 84);
    
}



/* product-card-section */

.card-head{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

.card-img{
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 270px;
    
    position: relative;
    
}
.card-img img:hover{
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}

.card-img:hover .icons {
    width: 50px;
}

.card-cont {
    bottom: 15px;
    color:#1e3c27 ;
    display: flex;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    height: 200px;
    backdrop-filter: blur(50px);
}
.card-cont .desc p{
    font-size: 10px;
}
.card-cont i{
    color: gold;
}
.desc {
    font-family: var(--primary-font--);
    width: 80%;
}
.icons {
    width: 20%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    right: -200px;
    transition: .7s ease-in-out;
    width: 100%;
    bottom: 190px;
}

.icons a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
}
.icons a i{
    color: #000;
    font-size: 20px;
}
.card-img{
    position: relative;
}


.card-img:hover .icons{
    right: 20px;
}

section.card-sec .desc h4 span{

    font-size: 20px;
    margin-left: 10px;

}

section.card-sec .section-card{
    padding: 30px 40px;
    background: #f5f4e6;
    /* padding: 50px 10px 10px 10px; */
}
section.card-sec{
    
    background: #f5f4e6; 
}
section.card-sec .sec-heading{
    font-family: var(--primary-font--);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    padding: 20px 0 0 0 ;
}

section.card-sec .sec-heading h2{
    font-size: 40px;
    
}

/* blog section starts */

section.blogs{
    background: var(--black-color);
}
section.blogs .blog-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
section.blogs .blog-img:hover .blogs-img{
    transform: scale(1.14);
}
section.blogs .blog-img img{
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    transition: .4s ease-in-out;
}
section.blogs .blog-img span{
    position: absolute;
    background: #040f1d;
    padding: 10px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    top: 10px;
    left: 0px;
    font-size: 10px;
    letter-spacing: 1px;
}
section.blogs .heading h2{
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.blog-cont span{
    color: var(--btn-color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-cont h4{
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.blog-cont p{
    color: #fff;
    opacity: .7;
    margin-bottom: 5px;
}
.blog-cont{
    padding: 10px;
}
.blog-cont a {
    font-size: 18px;
    color: #B0AEF7;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    z-index: 2;
}
.blog-cont a::before{
    position: absolute;
    content: '';
    width: 0px;
    height: 7px;
    background-image: linear-gradient(to right, #1d3781, #b8b4fd 51%, #3054bb);
    background: var(--btn-color);
    bottom: 7px;
    transition: .5s ease-in-out;
    z-index: -1;
}
.blog-cont a:hover::before{
    width: 100px;
}

.blog-cont a i{
    color: #fff;
    font-size: 15px;
}