@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');/* Headings in Montserrat */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/* Paragraphs in Poppins */
*
{
  margin: 0;
  padding: 0;

}
/* cutom Scrollbar */
::-webkit-scrollbar
{
  width: 12px;
  /* height: 100px; */
  height: 5px!important;
}
::-webkit-scrollbar-track
{
  background-color: #d1e5ff;
  
}
::-webkit-scrollbar-thumb{
  background: rgba(238, 254, 15, 0.819);

  border-radius: 10px;
  height: 5px!important;
}
/* cutom Scrollbar */
p,a
{
    font-family: "Poppins", sans-serif!important;
}
h1,h2,h3,h4,h5,h6
{
  font-family:"Montserrat", sans-serif;  
  font-weight: 550!important;
}
.navbar
{
  border-end-end-radius: 30px;
  border-end-start-radius: 30px;
  /* background-color: rgba(0, 0, 0, 0.915)!important; */
  background-color: #171729f7 !important;
  /* backdrop-filter: blur(10px); */
}
.optionselect
{
  width: 100%!important;
  border: none!important;
  margin: 0 auto!important;
}
/* .opt1
{
  overflow: hidden!important;
} */
.navbar-nav .nav-item .nav-link {
    color: #ffffff!important;
    position: relative!important;
    text-decoration: none!important;

  }

  .navbar-nav .nav-item .nav-link::before {
    content: ''!important;
    position: absolute!important;
    width: 100%!important;
    height: 4px!important;
    border-radius: 4px!important;
    /* background: linear-gradient(   to right, rgba(255, 0, 0, 1),  rgba(255, 0, 180, 1), rgba(0, 100, 200, 1)  )!important; */
    background-color: #fdff01;
    bottom: 0!important;
    left: 0!important;
    
    transform-origin: right!important;
    transform: scaleX(0)!important;
    transition: transform .3s ease-in-out!important;
    
  }
  
  .navbar-nav .nav-item .nav-link:hover::before {
    transform-origin: left!important;
    transform: scaleX(1)!important;
    
  }
  .navbar-nav .nav-item.nav-link:active
  {
    color: #eeff00!important;
  }
  .navbar-toggler
  {
    border: 2px solid white!important;
  }
  .navbar-toggler:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow:0 0 0 white !important;
}


.sign {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #725AC1;
    background-color: transparent!important;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #fdff01;
    border-radius: 10px!important;
    box-shadow: inset 0 0 0 0 #00c8ff6a;/*fill start + End Of hover */
  }
  
  .sign:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #ffff0228;  /* when hovers */
  }

  .sign:active {
    transform: scale(0.9);
  }
  .login
  {
        position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #725AC1;
    background-color: transparent!important;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #fdff01;
    border-radius: 10px!important;
    box-shadow: inset 0 0 0 0 #00c8ff6a;/*fill start + End Of hover */
  }
  .login:hover
  {
    color: white;
    box-shadow: inset 0 -100px 0 0 #ffff0228;  /* when hovers */
  }
  .login:active
  {
    transform: scale(0.9); 
  }
  .end
  {
    margin-top: 100px;
    background-color: #111120f7 !important;
    color: white!important;
    padding-top: 20px;
  }
  .end h3{
    color: #fdff01 !important;
  }
  .end2
  {

    background-color: #111120f7 !important;
    color: white!important;
    border-top:1px solid rgba(255, 255, 255, 0.556) ;
  }
  .btn2
  {
    background-color: #3001ff !important; 
    color: white!important;
    font-size: 17px!important;
    font-weight: 500!important;
    transition: .3s all linear!important;
    /* filter: drop-shadow(1px 5px 10px rgba(0,0 ,0,1))!important; */
  }
  .btn2:hover
  {
    background-color: #f9f109 !important; 
    color: rgb(0, 0, 0)!important; 
    transform: translateY(-5px)!important;
    filter: drop-shadow(5px 10px 7px rgba(0, 0, 0, .5)) !important;
  }
  .ic {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto;

  }
  /* for all social containers*/
  .socialContainer {
    width: 50px;
    height:50px;
    border-radius: 50%;
    background-color: #323268;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
  }
  /* instagram*/
  .containerOne:hover {
    background-color: #d62976;
    transition-duration: .3s;
    transform: scale(1.1);
  }
  /* twitter*/
  .containerTwo:hover {
    background-color: #00acee;
    transition-duration: .3s;
    transform: scale(1.1);
  }
  /* linkdin*/
  .containerThree:hover {
    background-color: #0072b1;
    transition-duration: .3s;
    transform: scale(1.1);
  }
  /* Whatsapp*/
  .containerFour:hover {
    background-color: #075E54;
    transition-duration: .3s;
        transform: scale(1.1);
  }
  
  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
  }
  
  .socialSvg {
    width: 22px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  .box-area{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}
.box {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    width: 280px;
    height: 250px;
    margin:0 auto;
}
.box img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
}
.overlay {
	width: 100%;
	height: 0;
	background: linear-gradient(transparent,#000000a7 58%);
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	font-size: 14px;
	transition: height 0.5s;
}
.overlay h3 {
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 80%;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
}
.overlay a {
	margin-top: 10px;
	color: #919191;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 5px 15px;
}
.overlay a:hover
{
  background-color: #e2db56 !important;
  color:  white !important;
}
.box:hover img{
    transform: scale(1.1);
}
.box:hover .overlay{
    height: 100%;
    color: white;
}
.companys
{
  background-color: gainsboro!important;
}
.big img
{
margin-left: 50px;
cursor: pointer;
transition: .3s all linear;
}
.big img:hover
{
  transform: scale(1.1);
}
.testimonial .testimonial-wrapper
{
    box-shadow: 0px 0px 0px 10px  rgba(0, 0, 0, 0.2);

    background-color: var(--bg-white);
    margin: auto;
    padding: 1rem 5rem;
    border:  .2px solid gainsboro;
}
.than
{
  color: rgb(0, 26, 255)!important;
  font-size: 30px;
}
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .yash-Products p a
  
  {
    transition: all .3s linear;
    font-weight: 400;
  }
  .yash-Products p a:hover
  {
    background-image: linear-gradient(125deg, rgb(255, 255, 255) 40%, #ffff02 30%)!important;
    background-clip: text!important;
    color: transparent!important;
    font-weight: bold;
    letter-spacing: 3px;
  }
  .y-blnk
  {
    color: #ffff02;
  }
  .y-blnk:hover
{
  background-image: linear-gradient(125deg, rgb(255, 255, 255) 40%, #ffff02 30%)!important;
  background-clip: text!important;
  color: transparent!important;
}


.back
{
    background: #38373781!important;
    backdrop-filter: blur(1px)!important;
    text-align: center !important;
    color: white!important;
}
.line
{
  background-color: #020aff;
}

/* sec3  turn*/
.flip
{
  width: 350px!important;
  height: 600px!important;
}
.flipgap
{
  gap: 30px!important;
}
.flip-card {
  background-color: transparent;
  width: 350px!important;
  height: 600px!important;
  perspective: 1000px;
  font-family: sans-serif;
  margin: 0 auto;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  cursor: pointer;
}

.flip-card-front, .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1rem;
}

.flip-card-front {

     background-color: rgba(0, 0, 0, 0.093);
  color: rgb(255, 255, 255);
}

.flip-card-back {

  transform: rotateY(180deg);
  background: #080808cc!important;
  text-align: center !important;
}
.radius
{
  border-radius: 1rem;
}
.btn3
{
  background-color: #fbf42de6!important;
  width: 50%!important;
  padding: 4px 8px!important;
  height: 30px!important;
  margin: 10px auto;
  transition: all .3s linear !important;
}
.btn3:hover
{
  cursor: pointer;
  background-color: #020aff !important;
  color: white !important;
}
.btn4
{
  background-color: #020aff!important;
  width: 70%!important;
  padding: 5px 12px!important;
  height: 30px!important;
  margin: 10px auto;
  color: white!important;
  font-weight: 560!important;;
  transition: all .3s linear !important;
}
.btn4:hover
{
  cursor: pointer;
  background-color: #fbf42de6 !important;
  color: rgb(0, 0, 0) !important;
}
.borderout
{
  border: 2px solid rgba(0, 0, 0, 0.393)!important; 
}
.form-control
{
  border: 2px solid rgba(0, 0, 0, 0.393)!important; 
}
.difference
{
  /* height: 20px;
  width: 5px; */
  /* background-color: #020aff!important; */
  border-left:2px solid #020aff!important;
}
.divide
{
  border:2px solid #020aff!important;
}
.btnblu
{
  background-color: #020aff!important;
  display: block!important;
  width: 50%!important;
  padding: 7px 12px!important;
  height: 40px!important;
  margin: 10px auto;
  color:white!important;
  font-weight: 560!important;
}
.btnblu:hover
{
  color: #020aff!important;
  background-color: white!important;
}
.btnblue
{
  background-color: transparent!important;
  border: 2px solid #020aff!important;
  display: block!important;
  width: 50%!important;
  padding: 7px 12px!important;
  height: 40px!important;
  margin: 10px auto;
  color:#020aff!important;
  font-weight: 560!important;
}
.btnblue:hover
{
  color: white!important;
  background-color: #020aff!important;
}
.lnheight
{
  line-height: 30px!important;
}
.yell
{
  border: 2px solid #020aff;
  border-radius: 6px;
  transition: .3s all linear;
  /* overflow: hidden!important; */
}
.yell:hover
{
  transform: translateY(-8px);
  /* filter: drop-shadow(1px 4px 10px rgba(0,0,0,0.5))!important; */
box-shadow: 1px 2px 10px rgba(0, 89, 255, 0.888)!important;
}
.form-select
{
  border: 2px solid rgba(0, 0, 0, 0.393)!important; 
}
.carousel-indicators [data-bs-target] {
  background-color: transparent!important;
  cursor: none!important;
}
.hovercard
{
  transition: all .3s linear!important;
  
}
.hovercard:hover
{

  transform: translateY(-7px)!important;
  cursor: pointer!important;
  filter: drop-shadow(1px 4px 10px rgba(0,0,0,0.5))!important;
}
.milestone
{
color: #020aff !important;
font-weight: 500!important;
}
.phase
{
  color:#020aff !important;
  font-weight: 690!important;
}
.points
{
  color:#17173e !important;

}
.icon1
{
font-size: 40px!important;
}
.list
{
  font-size: 17px;
}
.point1
{
  border: 2px dotted rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 20px;
  transition: .3s all linear;
}
.point1:hover
{
  cursor: pointer;
  box-shadow: 0px 7px 10px rgba(0, 34, 255, 0.288);
  transform: scale(1.04);
}

.point2
{
  border: 2px dotted rgb(51, 0, 255);
  border-radius: 6px;
  transition: .3s all linear;
  padding: 20px;
}
.point2:hover
{
  cursor: pointer;
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.403);
  transform: scale(1.04);
}


/* auto write */
/* .yash-secbox{

  background: #ffffff;
}
.wrapper{
  display: flex;
}
.wrapper .static-txt{
  color: #8400ff;
  font-size: 60px;
  font-weight: 400;
}
.wrapper .dynamic-txts{
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.dynamic-txts li{
  list-style: none;
  color: #ff00bf;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}
@keyframes slide {
  100%{
    top: -360px;
  }
}
.dynamic-txts li span{
  position: relative;
  margin: 5px 0;
  line-height: 90px;
}
.dynamic-txts li span::after{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-left: 2px solid #ff007b;
  animation: typing 3s steps(10) infinite;
}
@keyframes typing {
  40%, 60%{
    left: calc(100% + 30px);
  }
  100%{
    left: 0;
  }
} */
/* book */
.book {
  position: relative;
  border-radius: 10px;
  width: 310px;
  height: 270px;
  background-color: whitesmoke;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #00000056;
  -webkit-transform: preserve-3d;
  -ms-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  flex-direction: column;
  margin: 0 auto;
}

.cover {
  top: 0;
  position: absolute;
  background-color: lightgray;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #0000005b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book:hover .cover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotatey(-80deg);
  -ms-transform: rotatey(-100deg);
  transform: rotatey(-100deg);
}
.radius1
{
  border-radius: 10px!important;
}
.bullets li
{
  font-size: 18px;
  color: #10103b;
}
/* sec1 blur effect */
.cardd-container {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 10px;
  margin: auto;
}

.cardd-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.4);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.cardd {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.cardd .img-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
background-color: rgba(0,0,0,0.3);
  transition: scale 0.6s, rotate 0.6s, filter 1s;
}

.cardd .img-content svg {
  width: 50px;
  height: 50px;
  fill: #212121;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardd .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #eeff00;
  padding: 20px 24px;
  line-height: 1.5;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardd .content .heading {
  font-size: 32px;
  font-weight: 700;
}

.cardd:hover .content {
  opacity: 1;
  transform: translateY(0);
}

.cardd:hover .img-content {
  scale: 2.5;
  rotate: 30deg;
  filter: blur(7px);
}

.cardd:hover .img-content svg {
  fill: transparent;
}

.accordion-button:focus {

  box-shadow:0 0 0 0.25rem #383883d0!important;
}
.accordion-button:hover
{
background-color: rgba(0, 76, 255, 0.079)!important;
}
.grwicon
{
  font-size: 50px;

}
.subs h5
{
  color:#3f4d62;
}

.subs h5
{
  color:#3f4d62;
}
/* forms */

.cancle
{
  border: 2px solid #020aff;
  padding: 5px;
  border-radius: 4px !important;
  transition: all .3s linear;
}
.cancle:hover
{
  background-color: #020aff !important;
  color: white !important;
}
.freee
{
  font-size: 50px !important; 
  font-weight: bold; 
  border: 2px solid #020aff; 
  border-radius: 4px; cursor: pointer;
   transition: all .3s linear;
}
.freee:hover
{
  background-color: #020aff !important;
  color: white !important;
}