
* {
padding:0;
margin:0;
box-sizing: border-box;
}

body {
    color: white;
    background-color: black;
    height: 100vh;
}

::-webkit-scrollbar {
    display: none;
}

#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spinner {
    width: 100px;
    height: 100px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
.hero {
    position:relative;
    background-image: linear-gradient(rgba(226, 226, 226, 0.2),rgba(0, 0, 0, 1));
    display: block;
    width: auto;
    height: 100vh;  
    padding: 0;
}

.navbar-brand h1 {
    color: rgba(219, 6, 16);  
}


.nav-link {
    font-weight: 500;
    color: white;
    font-size: 18px;
    transition: 0.5s;
}

.nav-link:hover {  
    color: rgba(219, 6, 16) !important;; 
}

.nav-link.active {
    color: rgba(219, 6, 16) !important;      
}

.hero-content {
    padding-top:100px;
    
}

.opaqbg {
    
    background-color: rgba(0, 0, 0, 0.3);
  
}

.opaqbgt {
    
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../img/magixbg.png);
}

.hrinf {
    backdrop-filter: blur(20px);  
}

.hrt {
    text-decoration: none;
    color: rgba(219, 6, 16);
}

.hrt:hover {
    color:rgba(250,185,0);
}

.vidbg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:-1;
   
}

.hkhero {
    color: rgba(250,185,0);
    padding-top: 200px;
    padding-bottom: 100px;
}

.lservis {

width: 75%;
transform: scale(0.2);
height:auto;
opacity: 0;
transition: opacity 2s ease-out, transform 1s ease-in-out;
}

.lservis.anima {
transform: scale(1);
opacity:1;
}

.txtlft {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity 3s ease-out, transform 1s ease-in-out;
  }

.txtlft.anima {
    opacity: 1;
    transform: translateX(0);
}

.inff{
padding-top: 120px;

}

#nastxt {
    color: rgba(250,185,0);
}

#nastxt1 {
    color: rgba(250,185,0);
}

.testimon{

text-align: left ;    
font-style: italic;
font-size: 16px;
font-weight: 400;
}

.kisi{
padding-top:5px;
font-weight: 500;
padding-left: 45px;
}

.quvot {
    font-size:40px;
    color: rgba(250,185,0);  
}

.yrmfade {
    padding-top: 30px;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}


@media (max-aspect-ratio: 16/9){

    .vidbg {
        width: auto;
        height: 100%;
    }
}

@media (min-aspect-ratio: 16/9){

    .vidbg {
        
        width:100%;
        height: auto;
    }
}

i:hover {
    color: rgba(250,185,0);
}


.servepg{

padding-top:83px;

}

.maxibutton{

background-color: rgba(250,185,0);
font-weight: 500;
font-size: 16px;
width: 380px;
padding:10px;
color: black;
border:none;
}

.maxibutton:hover{

background-color: black;
color:rgba(250,185,0) ;
transition: 1s;
}

.hizimg{

border-bottom: solid 5px;    
background-image:  linear-gradient(rgba(250, 185, 0, 0.2),rgba(0, 0, 0, 1));;
background-repeat: no-repeat;
height:auto;
}

.spcard:hover {
backdrop-filter: blur(5px);
background-color:  rgba(219, 6, 16);
transition: 1s;
}

.tites {
display: flex;
background-color:  rgba(219, 6, 16, 0.5);
justify-content: center;
}

#content{
border-top: solid 5px;
}

.imge{
width: 450px;
height:auto;
}

.imgehead {
width:320px;
height: auto;
}

.imgex {
    width: 1390px;
    height:auto;
    opacity:0.6;    
}

.formContain{
margin-top: 200px;

}

.form-floating label {
    color: black;
   
  }

  .form-floating {
    background-color: white;
 }

 .submittion {

background-color: rgba(250,185,0);
font-size: larger;
font-weight: 800px;
}

.submittion:hover {

    background-color: rgba(219, 6, 16);
    font-size: larger;
    font-weight: 800px;
    }

#blogTitle {
display: flex;
color: rgba(250,185,0);
padding-top: 100px;
background-image: url(../img/laptopservis.png);
justify-content: end;
align-items: center;
}

#blogWrap{
border-top: solid 5px;
}

.blogEntry {

margin-top: 10px;
width: 650px;    
background-color: rgba(59, 56, 56, 0.8);
border-radius: 0px 0px 20px 20px;


}

.YouVideo {
padding-top: 10px;
aspect-ratio: 16/9;
width: 100%;
border-radius: 0px 0px 20px 20px;

}