/* navigation bar styling */

.navbar {
  background-color: rgb(0,0,0);
  margin-bottom:0;
  padding: 0 !important;

}
.navbar1{
  background-color: rgb(0,0,0);
  margin-bottom:0;

}

#second .navbar{
  background-color: rgb(0,0,0.5);
}
#second .navbar1{
  background-color: rgb(0,0,0.5);
}


.edits {
  color: black;
  font-family:  "f1";
  font-weight: bolder;
  text-decoration: none;
  font-size: large;
  margin: 0;
 outline: none;
 border: none;
 background-color: white;
  
}

@media screen and (max-width:1200px){
  .edits {
    margin: 5px 0px;
  }

}


.sabse_upar{
  display:flex;
  align-items: center; /* Align items vertically */
  padding: 10px 20px; /* Adjust padding as needed */
}


.edit {
  color: black;
  
  margin-right: 20px; /* Adjust margin for spacing between elements */
  

}

.edit_head{
  display: inline-block;
  color: rgb(255, 255, 255) ;
  font-family: "nfs";
  font-size: 4vw;
  text-align: left;
  width: 800px;
  margin-top:5px;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--stroke-color);
  overflow: hidden;
}
.edit_head .outer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color:red;
  width: 800px;
  transform: translateX(-100%);
}
.edit_head .inner {
  display: inline-block;
  width: 800px;
  transform: translateX(100%);
}

.edit_head .outer,
.edit_head .inner {
  transition: transform 3s cubic-bezier(0.29, 0.73, 0.74, 1.02);
}

  .social{
  justify-content: end;
  position: relative;
  top: 1.5vh;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  z-index: 1000;
  margin-left: auto;
}

.social a{
  color: #eee;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: lovelo;
  transition: color 0.3s ease;
}
  

/* Hover effect applied only for desktop mode (screen width > 1200px) */
@media screen and (min-width: 1201px) {
  .edit_head:hover .outer,
  .edit_head:hover .inner {
    transform: none;
  }
}

@media screen and (max-width:850px){

  .sabse_upar{
  
    display: flex;
  
  }
  
  .edit_head{
    color: white ;
    font-family:  "nfs";
    width:80%;
    /* line-height: 35px; */
    font-size: 10vw;
    text-align: center;
    margin-top: 13px;
  
  }

  .edit {
    color: black;
    text-align: center;
    justify-content: center;
    width:20%;
    margin-left:10px;
  
  
  }

  .social{
    display: none;
  }
}


@media screen and (min-width:851px) and (max-width: 1300px){

  .sabse_upar{
  
    display: flex;
  
  }
  
  .edit_head{
    color: white ;
    font-family:  "nfs";
 
    
    
    font-size: 6vw;
    text-align: center;
    margin: 5px;

  
  }

  .edit {
    color: black;
    margin: 10px 20px;
  }
}
@font-face{
  font-family: nfs;
  src: url("../fonts/NFS_by_JLTV.ttf");
}

@font-face{
  font-family: f1;
  src: url("../fonts/f1.ttf");
}
@font-face{
  font-family:lato ;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face{
  font-family: lovelo ;
  src: url("../fonts/Lovelo Black.otf");
}

@font-face {
  font-family: "nfs";
  src: url("../fonts/NFS_by_JLTV.ttf");
  src: url("../fonts/NFS_by_JLTV.ttf") format('embedded-opentype'),
  url("../fonts/NFS_by_JLTV.ttf") format('svg'),
  url("../fonts/NFS_by_JLTV.ttf") format('woff'),
  url("../fonts/NFS_by_JLTV.ttf") format('truetype');

}

#navbarContent {
  text-align: center;
}

@media screen and (max-width:1199px){
  #navbarContent {
    text-align: left;
  

  }

 
}


.navbar-nav {
  display: flex;
  justify-content: center;
  line-height: 1.6;
  width:100%;
  margin-left: 20px;
  margin-right: 20px;
}
.navbar1-nav {
  display: flex;
  justify-content: center;

  width:100%;
  margin-left: 20px;
  margin-right: 20px;
}
.nav-item{
 
  width:100%;
  height: 4.3rem;
  letter-spacing: 0.01px;
}

@media screen and (max-width: 1200px){

  .edits{
    font-size: small;
  }

  .nav-item{
    width:100%;
    height: 40px;
    margin-left: 3%;
  }

  .navbar a:hover {
  background-color: rgb(255, 255, 255) !important;
}
}
.btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

   
}


.navbar1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        padding-top: 1.2rem;
        padding-bottom: 1.3rem;
    }
}

.navbar a:hover {
  background-color: red !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  /* border-radius: 5px; */
}



.social a:hover {
  color:#ff0000; 
  text-decoration:none; 
}

/*navigation bar ends*/



@font-face{
  font-family: f1;
  src: url("../fonts/f1.ttf");
}

.dropdown101 {
  display: inline-block;
  overflow: hidden;
}

.dropdown101 .dropbtn101 {
   
  border: none;
  outline: none;

  background-color: white;
  margin: 0;
}

.dropdown-content101 {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family:"f1";
  letter-spacing: 0.01px;
}

.dropdown-content101 a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content101 a:hover {
  background-color: whitesmoke;
}

.dropdown101:hover .dropdown-content101 {
  display: block;
}

.margin {
  margin-left: 20px;
}