*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
    width: 100%;
    /* for body */
    background-image: url(/businessassets/images/HomeBG.png);
    /* background-repeat: no-repeat; */
    height: 100vh;
    background-size: cover;
    background-position: center;
    font-family: Roboto, sans-serif;
}

header{
  width: 100%;
  position: relative;
/*    padding: 0 2rem;*/
    /* background: rgb(60, 60, 60); */
}

nav {
    width: 100%;
    height: 80px;
    /* max-width: 1200px; */
    /* border: 1px solid white; */
    margin: 0 auto;
    padding: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background: #fff;
}

nav .logo{
  /* width: ; */
  height: 100%;
   /* border:  1px solid red; */
   display: flex;
   align-items: center;
   align-content: center;
}

nav .logo img {
    margin-top: 0px;
}

nav .links {
  display: flex;
  gap: 4rem;
  margin-top: 0px;
}

nav .links li{
  list-style: none;
  padding: 0 20px;
}

nav .links a, .dropdownMenu a{
  font-size: 16px;
  /* font-weight: bold; */
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;

}

nav .links-white a, .dropdownMenu a{
  font-size: 16ps;
  font-weight: 600;
  margin-top: 20px;
  color: gray;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;

}



nav .links a:hover{

}

.login-btn, .login {
    font-size: 16px;
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(189, 0, 13, 1);
    cursor: pointer;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 20px;
    outline: none;
    transition: scale 0.2 ease;
    box-shadow: 0px 1px #b9b9b9;
}
    .login-btn:hover, .login:hover {
        scale: 1.05;
    }
   /* .login-btn:active, .login:active {
        scale: 0.95%;
    }*/

nav .toggle-btn{
  color: #fff;
  border: 1px solid #fff;
  padding: 0px 8px;
  border-radius: 5px;
  margin: -10px 0px 0px 20px;
  font-size: 25px;
  font-weight: bold !important;
  cursor: pointer;
  display: none;
}



/* Dropdown Menu */
.dropdownMenu{
  height: 0;
  display: none;
  position: absolute;
  right: 0rem;
  /* right: 2rem; */
  /* left: 2rem; */
  top: 80px;
  /* width: 300px; */
  width: 100%;
  background: transparent;
  backdrop-filter: blur(15px);
  border-radius:0px 0px 15px 15px;
  overflow:scroll;
  transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  
}

.dropdownMenu.display{
  height: 50vh;
  padding: 10px;
}
.dropdownMenu li{
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdownMenu a:hover{
  color: blue;
}
.dropdownMenu .login-btn{
  width: 50%;
  display: flex;
  justify-content: center;
}

/* Main Section */
.welcome-section{
  color: #fff;
  margin: 80px auto; 
  margin-left: 80px;
  
}

.welcome-section h1{
  font-size: 80px;
  font-weight: bolder;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
}

.getStarted-btn{
  color: #fff;
  font-weight: bold;
  background-color: rgba(189, 0, 13, 1);
  margin-top: 60px;
  padding: 15px 25px;
  border-radius: 30px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Our Blogs */
.readmore{
  font-size: 14px;
  font-weight: 500;
  color: rgba(189, 0, 13, 1);
}

.date{
  font-size: 15px;
  font-weight: 500;
  color: rgb(188, 188, 188);
}

/* FAQs */
.container{
  /* width: 100% !important; */
 
}

/* OUR TEAM */

.padd80 {
  padding: 80px 0;
}

.heading1 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading1 p {
  font-size: 16px;
  line-height: 24px;
}

.team-carousel {
  display: flex;
  overflow-x: auto;
}

.team-item {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 15px;
  /* background-color: #fff; */
  padding: 0px;
  border-radius: 10px 10px 10px 10px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
   
  text-align: justify;
}

.team-item img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  
}

.team-item h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}

.team-item label {
  font-size: 16px;
  margin-bottom: 10px;
}

 

.team-item p{
  display: none;
  font-size: 14px;
  line-height: 24px;
  text-align:center;
  
}

.team-item:nth-child(1) p{
  display: block;
}

.team-item:hover p{
    display: block;
    transition: display 1s ease;
}

.team-body{
  padding: 10px;
  background-color: rgba(189, 0, 13, 1);
  color: white;
  border-radius: 0px 0px 10px 10px;
}


/* Footer */
footer{
  width: 100%;
  background-color: rgba(189, 0, 13, 1);
  padding: 40px 60px 20px 60px;
  color: white;
  font-family:  Poppins, sans-serif;
 
}

footer ul, li{
  text-align: left;
  
  /*margin: 20px 0px;*/
  font-size: 15px;
  /* border: 1px solid white; */
 
}

footer a{
  text-decoration: none;
  color: #fff;
}

footer .footer-main{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.footer-main{
  padding-bottom: 40px;
}
.social-media{
  margin: 0;
  /* border: 1px solid white; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: left;
}

.social-media li{
  font-size: 25px;
} 
.copy-right{
  text-align: center;
  margin:15px 0px 5px 0px  ;
}

/* About */
.about-section{
  width: 100%;
  padding: 40px 30px;
  font-family: sans-serif;
  
}

.about-section .about-section-bgblack{
  background-color: black;
  padding: 20px 40px 40px 40px;
  border-radius: 20px;
}

.about-section .about-section-bgblack .about-name{
  color: red;
  
}
.about-section .about-section-bgblack h1{
  color: white;
  font-size: 50px;
  margin-top: 10px;
  
}

.about-section .about-section-bgblack .about-descriptin{
  font-size: 13px;
  color: rgb(222, 222, 222);
  margin-top: 12px;
}

.about-section .about-section-div{
  margin: 40px auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 30px;
}

.about-section-div .abt-sec-bgimage{
  width: 360px;
  height: 400px;
 
  
}

.about-section-div .abt-sec-bgimage div{
  
  height: 360px;
  /* border: 1px solid red; */
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex-wrap: wrap;
  padding: 20px;

}
.about-section-div .abt-sec-bgimage p{
  color: white;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;

}
.about-section-div .abt-sec-bgimage button{
  font-size: 14px;
  color: rgba(189, 0, 13, 1);
  font-weight: 600;
  border: none;
  background-color:  transparent;
  display: flex;
  align-items: center;
  align-content: center;
  
}

/* Learn More */
.learn-more-content {
    height: 450px;
    background-image: url(/businessassets/images/HomeBG.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* font-family: sans-serif; */
    text-align: center;
}

.learn-more-content h1{
  font-weight: bold;
  color: #fff;
  font-size: 70px;
}

.learn-more-content .learn-more-btn{
  margin-top: 80px;
  /* box-shadow: rgba(255, 240, 240, 0.25) 0px 13px 27px -5px, rgba(255, 246, 246, 0.3) 0px 8px 16px -8px; */
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.5)
}

/* get quote */
.border-dashed{
  border: 1px dashed gray;
  height: 150px;
}

.get-quote{
  width: 100%;
  height: 70vh;
}
.getquote-above{
  width: 90%;
  height: auto;
  margin:-200px auto;
  /* border: 1px solid red; */
  background-color: #fff;
  padding:40px 20px 20px 20px;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  opacity: 70;
  margin-bottom: 50px;
  /* justify-content: space-between; */
  /* box-shadow: 0px 1px rgba(189, 0, 13, 1); */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(189, 0, 13, 1) 0px 2px 10px;
}

.getquote-above .getquote-description,.getquote-images{
  width: 40%;
  padding: 40px;
}

.getquote-description h3{
   font-weight: bold;
}

.getquote-images{
  display: flex; 
   flex-direction: row;

}

.get-sec-img{
  position: absolute;
  margin:  -50px 0px 0px 150px;
}
/* .getquote-images img{
  width: 350px;
  height: 250px;
} */



/* Responsive */
@media screen and (max-width:992px){

  nav .logo img{
    margin-top: 25px;
    width: 60%;
  }

  nav .links, nav .login-btn{
    display: none;
  }

  nav .toggle-btn{
    display: block;
  }

  .dropdownMenu{
    display: block;
  }


  Section#WelcomeSection h1{
    font-size: 35px;
  }

  
}

@media screen and (max-width:576px){
  .dropdownMenu{
    /* left: 2rem; */
    /* width: unset; */
  }

  .body{
    height: 60vh;
  }

  .welcome-section{
    margin-left: 50px;
  }

  .welcome-section h1{
    font-size: 40px;
  }

  .border-dashed{
    display: none;
  }
  

  /* get quote */
  .get-quote{
    
    height: 60vh;
  }

  .getquote-above{
    /* height: 500px; */
    gap: 40px;
    margin-top: -100px;
  }
  .getquote-above .getquote-description,.getquote-images{
    width: 100%;
    /* height: 100px; */
    /* border: 1px solid red !important; */
    padding: 0px;
  }
  .getquote-images img{
    
    width: 250px !important;
    height: 150px;
    margin: 0;
    padding: 0;
  }
  /* .get-fir-img{
    width: 60% !important;
  } */
  .get-sec-img{
    position: absolute;
    margin: -40px 0px 0px 20px;
  }

  .learn-more-content h1{
   font-size: 35px;
  }
}