*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", serif;
}
html{
    scroll-behavior: smooth;
}
h1{
    font-family: "Marcellus", serif;
}
h2{
    font-family: "Marcellus", serif;
}
#navbar{
	width: 100%;
	z-index: 1;
}
.navbar{
    width: 100%;
	background:#ffffff;
    z-index: 99999;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.navbar-brand img{
    width: 200px;
}


/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:30px!important;
}
.nav-item a{
	cursor: pointer;
}
.nav-item a{
    text-decoration: none;
	color: #000000;
    font-size: 16px;
    font-weight: 700;
}
/* .nav-item a:hover{
	color: #1D8AD8;
} */
.navbar-toggler-icon{
	color: #1D8AD8;
}
.nav-bton{
    margin-left: 20px;
}
.nav-bton a{
    font-size: 15px;
    background: #ffffff;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 4px;
}

#head{
    width: 100%;
 
}
.slider{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    color: #FFF;
}

.top-details h1 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 65px;
    font-weight: bold;

}
.top-details h1 span {
    font-family: "Marcellus", serif;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 10px;
    color: transparent; /* Hide fill color */
   -webkit-text-stroke: .10px white; /* Stroke effect */
   font-weight: bold; /* Ensures bold stroke visibility */
}

.top-details p {
    line-height: 25px;
}
.top-head-main{
    color: #FFF;
}
.top-head-main p {
    font-weight: 600;
}
.top-head-main p i{
    font-size: 8px;
    margin-right: 3px;
}
.header-btn{
    margin-top: 30px ;
}

.header-btn a {
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(192, 205, 14, 1);
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 5px;
}

/* .buton a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #000;
    border: 1px #000 solid;
    transition: .4s;
} */

.top-img img {
    max-width: 100%;
}

.top-details-2 {
    float: right;
}

.top-details-2 h5 {
    float: right;
    font-size: 16px;
}

.top-details-2 h5 i {
    font-size: 16px;
    color: orangered;
}

.top-details-2 h2 {
    float: right;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0;
}

.top-details-2 p {
    float: right;
    border-right: 2px gray solid;
    padding-left: 30px;
    line-height: 25px;
}


#slider-logo{
    width: 100%;
}
.slider-logo-all{
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slide-container{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 50s linear infinite;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}
.slide-container2{
    display: flex;
    width: calc(250px * 18);
    animation: scroll-2 20s linear infinite;
}
.slide-image {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: rgba(1, 115, 38, 1);
}
.slide-image p {
    color: #ffffff;
    margin-bottom: 0;
}
.slide-image p img {
    width: 50px;
    color: #ffffff;
    margin-right: 10px;
}

#about {
    width: 100%;
    background: rgba(247, 249, 242, 1);
    background-size: cover;
    padding: 100px 0;
}
.top-about-btn{
    width: 25%;
    
   
}
.top-about-btn img{
    width: 18px;
    margin-right: 3px;
}
.top-about-btn p{
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: #FFF;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 50px;
}

.about-main {
    display: flex;
}
.about-top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.about-left{
    padding-right: 50px;
}
.about-left ul li {
    list-style: none;
    display: flex;
    color: rgba(97, 97, 97, 1);

}
.about-top-info h1 i{
    font-size: 10px;
    margin-right: 5px;
    color: rgba(192, 205, 14, 1);
}
.list-ic img{
    width: 20px;
    margin-right: 8px;
}
.about-left p{
    color: rgba(97, 97, 97, 1);
    font-size: 16px;
}
.list-info span{
    font-weight: 600;
    color: rgba(97, 97, 97, 1);
}
.about-right {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.about-right img{
    width: 100%;
    
}
.about-right-info{
    position: absolute;
    top: 20px;
    left: -100px;
    background: rgba(192, 205, 14, 1);
    padding: 10px 20px;
    border-radius:3px;
}
.about-right-info h5{
   margin-bottom: 0;
   font-weight: 600;
}
.about-right-info p{
   margin-bottom: 0;
   font-weight: 600;
}

#my-bio{
    width: 100%;
    padding-top: 100px ;
    position: relative;
    overflow: hidden;
}
.interset-box{
    text-align: center;
    padding: 20px 15px 0;
    color: #000000;
    margin-top: 30px;
    border-radius: 4px;
    height: 100%;
    border: 1px #000000 solid;
}
.interset-box img{
    margin-top: -70px;
    width: 80px;
}
.interset-box p{
    margin-top: 10px;
    font-size: 18px;
}
.gradent-bg{
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.gradent-bg2{
    position: absolute;
    bottom:-8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.services-title{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.services-title h1{
    color: rgba(38, 38, 38, 1);
    font-size: 50px;
    font-weight: 500;
}
.services-title h1 i{
    font-size: 12px;
    margin-right: 5px;
    color: rgba(192, 205, 14, 1);
}
.services-title p{
    color: rgba(97, 97, 97, 1);

}
.bar-title{
    width: 80px;
    height: 1.5px;
    margin: 0 auto;
}
.experience-box{
    color: #000000;
    margin-left: 7px;
    border-left: 2px #000000 solid;
}
.experience-box h3{
    font-family: "Marcellus", serif;
    color: rgba(38, 38, 38, 1);
    padding-left: 20px;
    font-size: 22px;
    font-weight: 500;
}
.experience-box p{
    color: rgba(97, 97, 97, 1);
    padding-left: 20px;
}
.round{
    width: 13px;
    height: 13px;
    margin-left: 1px;
    background: rgba(192, 205, 14, 1);
    border-radius: 50px;
}
.experience-box ul{
    padding-left: 35px;
}
.experience-box ul li{
    color: rgba(97, 97, 97, 1);
    list-style: disc;
    margin-bottom: 14px;
}
.experience-box ul li span{
    font-weight: 600;
    color: rgba(97, 97, 97, 1);
    list-style: disc;
    margin-bottom: 14px;
}
.mar-btm{
    margin-bottom: 100px;
}
#footer{
    width: 100%;
    padding: 70px 0;
    background: rgba(1, 115, 38, 1);
}
.footer-left {
    padding-right: 20px;
}
.footer-left a img{
    width: 300px;
    margin-bottom: 20px;
}
.footer-left p{
    color: rgba(255, 255, 255, 1);
}
.footer-right h2 {
    font-size: 25px;
    font-family: "Marcellus", serif;
    color: rgba(255, 255, 255, 1);
}
.footer-right ul  {
    margin-left: 10px;
}
.footer-right ul li {
    list-style: none;
    margin-top: 15px;
}
.footer-right ul li a {
    text-decoration: none ;
    color: rgba(255, 255, 255, 1);
}
.footer-contact  {
    margin-left: 20px;
}
.footer-contact h2 {
    font-size: 25px;
    font-family: "Marcellus", serif;
    color: rgba(255, 255, 255, 1);
}
.footer-contact p  {
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
}
.footer-contact p i {
    margin-right: 5px;
}
.footer-contact ul{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.footer-contact ul li{
   list-style: none;
   margin-right: 25px;
}
.footer-contact ul li a{
    text-decoration: none;
}
.footer-contact ul li a i{
    font-size: 35px;
    color: rgba(255, 255, 255, 1);
}

/* about-head */
#about-head{
    width: 100%;
    background:linear-gradient(rgba(0, 0, 0, 0.222), rgba(0, 0, 0,  0.222)), url(../images/about-head-bg.png) center center no-repeat;
    background-size: cover;
}
.about-head-main{
    width: 100%;
    padding: 120px 0;
    color: #FFF;
}
.about-head-main p {
    font-weight: 600;
}
.about-head-main p i{
    font-size: 8px;
    margin-right: 3px;
}

/* resume-head */
#resume-head{
    width: 100%;

    background:linear-gradient(rgba(0, 0, 0,  0.222), rgba(0, 0, 0,  0.222)), url(../images/resume-head-bg.png) center center ;
        background-size: cover;
    background-repeat: no-repeat;
}

.resume-btn{
    margin: 50px 0px 100px 0px;
    text-align: center;
}

.resume-btn a {
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(192, 205, 14, 1);
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 5px;
}

/* Contact-head */
#contact-head{
    width: 100%;
    background:linear-gradient(rgba(0, 0, 0,  0.222), rgba(0, 0, 0,  0.222)), url(../images/contact-head-bg.png) center center ;
}

.message-button {
    display: inline-block;
    text-decoration: none;
    padding: 30px 50px;
    background: rgba(192, 205, 14, 1);
    color: rgb(0, 0, 0);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
}

.message-button:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.message-button i {
    font-size: 40px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
.about-right-contact{
    width: 100%;
}
.about-left-contact{
    display: flex;
    justify-content: center;
}

/* portfolio-head*/
#portfolio-head{
    width: 100%;
    background:linear-gradient(rgba(0, 0, 0,  0.222), rgba(0, 0, 0,  0.222)), url(../images/portfolio-bg.png) center center ;
        background-size: cover;
    background-repeat: no-repeat;
}
#about-portfolio{
    width: 100%;
    padding-top: 100px;
}
.about-portfolio-title{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}
.about-portfolio-title h1{
    color: rgba(38, 38, 38, 1);
    font-size: 50px;
    font-weight: 500;
}
.about-portfolio-title h1 i{
    font-size: 12px;
    margin-right: 5px;
    color: rgba(192, 205, 14, 1);
}

.gallery-title.mar-top{
    margin-top: 100px;
}
.about-portfolio-title p{
    color: rgba(97, 97, 97, 1);

}
.portfolio-box img{
    width: 100%;
}
.portfolio-main{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.portfolio-details{
    padding-right: 20px;
}
#gallery{
    width: 100%;
    padding-bottom:50px ;
}
.gallery-title{
    text-align: center;
    margin-bottom: 30px;
}
.gallery-main{
    margin-bottom: 70px;
}
.gallery-main .col-md-6{
    margin-bottom: 25px;
}
.gallery-box img{
    width: 100%;
}
.gallery-grid{
    margin-bottom: 30px;
}
.footer-btm{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: rgba(15, 131, 53, 1);
    border-radius: 5px;
    margin-top: 50px;
}
.footer-btm p{
    margin-bottom: 0;
    color: #FFF;
}

.light {
    
    color: rgba(192, 205, 14, 1);
    animation: pulse 1.5s infinite alternate ease-in-out;
}
.light-wt{
    color: #FFF;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}