.log{
    padding: 3px 0px;
}

.navbar{
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 10px black;
    z-index: 1000;
    padding: 20px 10px;
    position: fixed;
    width: 100%;
    background-color: #000000;
}

.search{
    display: flex;
    align-items: center;
    margin-right: 0;
}

.search form{
    display: flex;
    margin: 0;
}

.search input{
    padding: 10px;
    border:1px solid #ddd;
    outline: none;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.search input:hover{
    border:1px solid red;
}

.search button{
    padding: 10px;
    background-color: red;
    border: none;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    cursor: pointer;
}

.navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
    
}

a{
    text-decoration: none;
    margin: auto 5px;
    cursor: pointer;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.navbar ul li a::after{
    display: block;
    content: '';

}

.logo {
    cursor: pointer;
    margin-right: auto 1px;
}

.navbar ul a:hover{
    color: red;
    transition: 1s ease;
}

.whole{
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, rgba(6, 6, 6, 0.95), rgba(30, 27, 27, 0.95), rgba(11, 11, 11, 0.9), rgba(12, 12, 12, 0.85), rgba(8, 8, 8, 0.95));
    width: 100%;
    height: 550%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.bdy{
    display: flex;
    justify-content:space-around;
    gap: 30px;
    align-items: center;
    padding: 30px;
}

.bdy h1{
    position: relative;
    font-size: 5em;
    color: black;
    text-transform: uppercase;
}

.bdy h1::before{
    content: attr(data-text);
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0%;
    color: rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    overflow: hidden;
    animation: animate 6s linear infinite;
}

.dol{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px,1fr));
    justify-content: space-around;
    gap: 20px;
  }

  /* .maincont{
    position: relative;
    width: 250px;
    height: 320px;
    display: flex;
    flex-direction: column;
  }

  .card{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1s ease;
    background-color: yellow;
    border-radius: 20px;
    text-align: center;
  }

  .card:hover{
    transform: rotateY(180deg);
  }

  .front{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 20px;
  }

  .op{
    display: flex;
    justify-content: space-evenly;
  }

  .card button{
    background-color: black;
    color: rgb(255, 255, 255);
    border: 0cap;
    padding: 5px;
  }

  .card button:hover{
    background-color: rgb(255, 255, 255);
    color: black;
    transition: all 0.5s ease-in;
  }

  .back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    transform: rotateY(180deg);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
  } */


@keyframes animate{
    0%,10%,100%{
        width: 0;
    }
    70%,90%{
        width: 70%;
    }
}

.content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 20px;
    background-color: #ffffff;
    background-image: url();
}

.content h1:hover{
    color: blue;
    transition: all 1s;
    transform: translateY(-10px);

}

body {
	background-color: #f8fafc;
    
}

.fl{
    position: sticky;
    top: 0;
}

.container {
	padding: 2rem;
    background-size: cover;
}

.content img{
    transition: all 0.5s;
    scale: 0.5;
}
.content img:hover{
    scale: 1;
}

.cotainer{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.col ul{
	list-style: none;
    padding-left:0%;
}
.footer{
	background-color: #000000;
    padding: 10px 0;
    bottom: 0;
    box-sizing: inherit;
    margin-top: 20px;
}
.col{
   width: 25%;
}
.col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.col ul li:not(:last-child){
	margin-bottom: 10px;
}
.col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
    padding-left: 0%;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.col .inks a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.col .inks a:hover{
	color: #24262b;
	background-color: #ffffff;
}

@media(max-width: 767px){
  .col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .col{
    width: 100%;
}
}