@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/* font-family: "Josefin Sans", sans-serif; */


@font-face {
    font-family: gilroy;
    src: url("/assat/fonts/gilroy/Gilroy-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: gilroy;
    src: url("/assat/fonts/gilroy/Gilroy-Light.ttf");
    font-weight: 200;}
@font-face {
    font-family: gilroy;
    src: url("/assat/fonts/gilroy/Gilroy-Regular.ttf");
    font-weight: 300;
}
@font-face {
    font-family: gilroy;
    src: url("/assat/fonts/gilroy/Gilroy-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: gilroy;
    src: url( "/assat/fonts/gilroy/Gilroy-Bold.ttf");
    font-weight:600;
}
@font-face {
    font-family: gilroy;
    src: url("/assat/fonts/gilroy/Gilroy-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
  font-family: gilroy;
  src: url("/assat/fonts/gilroy/Gilroy-Heavy.ttf");
  font-weight: 900;
}
@font-face {
  font-family: handsome;
  src: url("/assat/fonts/handsome/handsomeregular.ttf");
}
@font-face {
  font-family: fun;
  src: url("/assat/fonts/Fun/Fun.ttf");
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;

    
}
html,body{
    width: 100%;
    height: 100%;
}
::selection
{
  background-color: #f75656a9;
  color:#fff;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 18px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 36px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #hero { 

    background-image: url("../assat/image/background/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


  }

  #hero_slogen{
    
    font-family: handsome;
    
  }

  .shape-bg{
    display: inline-block;
    background-image: url(../assat/image/svg/line-shape.svg);
    background-repeat: no-repeat;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: #ff0c17;
    background-size: 100%;
    background-position: center bottom;
  } 
  span{
    color:#ff0c17;
    font-family: handsome;
    -webkit-text-stroke: 0px;
  }


  .btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 126 132 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 126 132 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.shadow-box7 {
  --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
  --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.blog_btn{
       /* width: 6.5em; */
       
       padding: 5px 15px;
       margin: 0.5em;
       background: black;
       color: white;
       border: none;
       border-radius: 0.625em;
       font-size: 20px;
       font-weight: bold;
       cursor: pointer;
       position: relative;
       z-index: 1;
       overflow: hidden;
   }
   
   button:hover {
    color: black;
   }
   
   button:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
   }
   
   button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   }

   #mouse_folow{
    width: 30px ;
    height: 30px ;
    background-color: transparent;
    border: .5px solid #222;
    
    border-radius: 50%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all ease ;
   }


   #marq_con{
    width: 100%;
    
    
    position: relative;
}





/* costom marq code  */
.marquee{
    /* background-color: lightblue; */
    white-space: nowrap;
    
    overflow-x: auto;
}
.marquee::-webkit-scrollbar{
    display: none;
}

.marquee h1{
    font-size: 3vw;
    font-family: gilroy;
    
    
}
.marquee-wrap{
    white-space: nowrap;
    display: inline-block;
    animation-name: marquee;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.marquee-wrap > * {
 display: inline-block;
 padding: 5px;

}


@keyframes marquee {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }

    
}
/* costom marq code  */


.conntent-box{
  h1{
    font-size: 2rem;
    padding: 10px 0px;
    font-weight: 800;
  }
  h4{
    font-size: 1.5rem;
    padding: 10px 0px;
  }
  h5{
    font-size: 1.4rem;
    padding: 10px 0px;
  }
  p{
    font-size: 1.2rem;
    padding: 1rem;
  };

  ul{
    font-size: 1.25rem;
    list-style: square;
    
    padding: 0rem 1.5rem ;
    
  }
  kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
}
