@import url('../css/fontStyle.css');

:root{
    /* Colors */
    --black-color: #000000;
    --white-color: #fff;
    --border-color: #BBBBBB;
    /* Fonts */
    --primary-font: sofiaPro;
}

*{
    font-family: var(--primary-font);
    font-weight: 300;
}
p{
  font-size: 1.5625em;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  color: black;
}
body{
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.fw-300{
    font-weight: 300;
}

.fw-400{
    font-weight: 400;
}

.fw-600{
    font-weight: 600;
}

.heading-text{
    font-size: 4rem;
}

.heading-text span{
  font-weight: 300;
  font-size: .5em;
}

.content-text{
    font-size: 1.4rem;
}
@media(max-width:426px){
  .content-text{
    font-size: 1em;
  }
  .heading-text span{
        /* font-weight: 500;
    font-size: .8em; */

  }

}

.br-top{
    border-top: 0.08rem solid var(--border-color);
}

.br-horizontal{
    border-right: 0.08rem solid var(--border-color);
    border-left: 0.08rem solid var(--border-color);
}

.br-bottom{
    border-bottom: 0.08rem solid var(--border-color);
}

.blk-btn{
    display: inline;
    padding: 5px 6px 5px 6px;
    color: var(--white-color);
    background-color: var(--black-color);
    font-weight: 300;
}
.blk-btn a{
    color: white !important;
    text-decoration: none !important;
}
.work-img{
    min-height: 8rem;
    width: 100%;
}

.footer-text{
    font-weight: 400;
    font-size: 1rem;
}

/* Splash Screen */
.intro{
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white-color);
    transition: 1s;
}

.logo-header{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.1);
    color: var(--black-color);
}

.load-logo{
    position: relative;
    display: inline-block;
    bottom: -20px;
    opacity: 0;
}

.load-logo.active{
    bottom: 0;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.load-logo.fade{
    bottom: 150px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}
.cuz-p4{
  padding-left: 9rem!important;
}
@media(max-width:1024px){
  .heading-text{
    font-size: 3.2em;
  }
}
@media(max-width:800px){
  header{
    display: none;
  }
  .cuz-p4{
    padding: 40px!important;    
  }
  .cuz-p4 h1{
    font-size: 2.1em;
  }
}
@media(max-width:426px){
  .cuz-p4{
    padding: 14px!important ;
  }
}
@media(max-width:350px){
  .cuz-bg img{
    width: 80%;
  }
  
}

/* home  */
.cuz-bg{
    background-image: linear-gradient(270deg, #BBBBBB, #FFFFFF 80.95%);
}
.cuz-hover{
    background-image:linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    /* background-position-y: -100px; */
    transition: 0.3s  cubic-bezier(0.55, 0.09, 0.68, 0.53);
    background-position: center;
}
.cuz-hover:hover{

  background-repeat: no-repeat;
  
    background-image:linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/acc-banner.jpeg);
    background-size: cover;
   
    
}
.cuz-azda{
    background-image:linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));

    transition: 0.3s  cubic-bezier(0.55, 0.09, 0.68, 0.53);

}
.cuz-azda:hover{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url(../images/azda-banner.jpg);
    background-size: cover;
    
}

.cuz-so-icon{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.cuz-qoute-bg{

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/eye.png);
  background-size: cover;
  background-position: center center;
  min-height: 182px;

}
@media(max-width:500px){
  .cuz-qoute-bg{
    padding: 20px;
  }
}

.cuz-qoute-bg img{
  width: 100%;
}
.m-r{
  margin-right: 10px;
}

/* whats app */

.whatsapp-float:hover{
  color: #25d366;
}
.whatsapp-float{
   border: 1px solid #fff;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 14%;
  right: 2%;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;

  z-index: 100;
  padding: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:500px){
  .whatsapp-float{
  width: 50px;
    height: 50px;
    font-size: 26px;
    bottom: 21%;
    right: 2%;
  }
}

@media(max-width:500px){
  .cuz-ft-links{
    display: flex;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
}













/* ends */




  /* helper class */
  .d-none{
    display: none;
  }
  .sec-pad{
    padding: 70px 0;
  }
  .ow{
    background-color: #F6F6F6;
  }
  .cuz-pd-4{
    padding: 40px;
  }
  .small{
    font-size: 1em;
  }
 
