/* font style */
.azeret-mono-naimur {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}

*{
    text-decoration: none;
    margin: 0px;
    padding:0px;

}

/* Share - style */

.text-primary{
    color: black;
}

.btn-primary{
    padding: 24px 21px;
    border-radius: 8px;
    font-weight: bold;
}


/* Nav Style */

.header{
    background-color:white;
    padding:15px;
    border-radius: 20px 20px 0px 0px;
}
nav{
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
}

.nav-title{
    font-size: px;
  
}

nav ul{
    margin: 20px;
    display:flex;
    font-size: 20px;
    list-style: none;
    align-items: center;
    gap: 30px;

}



/* Hero-section-style */
.banner{
    position: relative;
    width: 1440px;
    height: 652px;
    display: flex;
}
.banner-bg{
    position: absolute;
    width: 100%;
}
.banner-items{
    position: absolute;
    justify-content: center;
    align-items: center;
    margin: 26px 221px;
    
}

.avata{
    position: absolute;
    margin: 0px 378px 386px 378px ;
}

.banner-title{
    position: absolute;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 272px 0 119px 0;
}
.bannner-sub-text{
    color: black;
    opacity: 0.8;
    text-align: center;
    margin: 432px 73px 0px 73px;
}

.banner-btn{
    position: absolute;
    background-color: black; 
    color: aliceblue;
    margin: 32px 377px 0px 377px;
    width: 244px;
    height: 65px;
}


/*card- style */


.card-section{
   
   border-color: black;
   margin: 0px 148px 0px 258px;
   
   
}
.card-items{
    width:946px;
    align-items: center;
    border-style: ridge;
}
.card-title{
    font-size: 32px;
    color: black;
    text-align: center;
    margin-top: 10px;   
}
.card-sub-title{
    color: black;
    opacity: 0.8;
    text-align: center;
    margin-top: 10px;
}
.card-item{
    gap:98px    ;
    display: flex;
    padding: 48px;
    border-radius: 1px;
    box-shadow: inset;
    align-items: center;
}


.card-item-img{
    width: 232px;
    height: 200px;  
}
.card-item-title{
    color: black;
    text-align: left;
    font-size: 24px;
}
.card-item-subtitle{ 
    color:black;
    text-align: left;
    opacity: 0.5;
    font-size: 15px;
    margin-top: 8px;

}
.card-btn{
    top:3px;
    right:308px;
    padding: 12px 20px;
    font-weight: bold;
    margin-top: 8px;
    background-color:white;
}

.card-item-content{
    width: 400px;
}


/* video tag */
.video-section{
    align-items: center;
}

.video-card 
{
    align-items: center;
    width: 500px;
    height: 281px;
    align-items: center;
    padding: 20px;
}
.container{
    
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 700px;
    margin-left: 350px;
    display: block;
    
}
.skills-card-items{
    display: flex;
    justify-content: center;
    gap: 24px;
}

.html{
    background-color: #ff4b1e3e;
    opacity: 0.8px;
}
.html-title .js-title .css-title{
    font-size: 32px;
    color: black;
    text-align: center;
    margin-top: 10px; 
    
}
.html-sub-title {
    color: black;
    opacity: 0.8;
    text-align:left;
    margin-top: 10px;
}

.css-sub-title{
    color: black;
    opacity: 0.8;
    text-align:left;
    margin-top: 10px;
}

.js-sub-title{
    color: black;
    opacity: 0.8;
    text-align:left;
    margin-top: 10px;
}

.j-s-color{
    background-color: #ffdd006f;
    opacity: 0.8px;
}

.css-color{
    background-color: #004de859;
    opacity: 0.8px;
}
.skill-card
{
    width: 364px;
    border-style: ridge;
    gap: 24px;
    border-radius:8px;
    padding: 40px;
    justify-content: space-between;
}
.contact-bg
 {
  background-image: url('/assets/handshake.jpg');
  background-size: cover;
  background-position: center;
  height: 313px;
  width: 1140px;
  border-radius: 15px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-overlay {
  text-align: center;
  color: white;
  padding: 20px;
}

.overlay h1 {
  font-size: 32px;
  font-weight: bold;
}

.overlay p {
  margin: 10px 0 20px;
  font-size: 1px;
  color: white;
}

.contact-form {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

.contact-form input {
  padding: 10px 15px;
  width: 300px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
}

.contact-form button {
  padding: 10px 20px;
  border: none;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border-top: 2px solid #007BFF;
  background-color: #f9f9f9;
}


.footer-img{
    display: flex;
    align-items: end;
}