body {
  padding: 0;
  margin: 0;
}
.navbar-img{
  width: 13%;
}
.nav-button:hover {
  background-color: white !important;
  transform: scale(1.1);
}

.nav-button {
  font-size: 19px;
}

.nav-link:hover {
  color: white;
  transform: scale(1.1);
}

.nav-link {
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;

}

.bg {
  background-image: url(banner/angelcollection.jpg);
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;

}

.bg-text {
  padding: 10% 5%;
  width: 100%;
}

.bg-text h1 {
  font-size: 48px;
  letter-spacing: 1px;
}

.bg-text p {
  font-size: 20px;
  letter-spacing: 1px;
  color: white !important;
  font-weight: bold;
}

.bg-text button {
  font-size: 20px;
  margin-top: 2%;
  margin-left: 20%;
}

.bg-text button:hover {
  transform: scale(1.1);
}
.bg-text2{
  padding-left: 20%;
  padding-right: 20%;

}
.bg-text2 h1 {
  font-size: 80px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
}

.bg-text2 p {
  font-size: 20px;
  letter-spacing: 1px;
  color: white !important;
  font-weight: bold;
}

#grad1 {
  height: auto;
  background-color: red;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(#E72F5C, #F6A200);
}
.big-text h3 {
  font-size: 40px;
}

.big-text p {
  font-size: 16px;
  text-align: justify;
  margin: 0 3%;
}


#grad2 {
  width: auto;
  height: auto;
  background-color: red;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #E72F5C, #F6A200);
}

.grid-text {
  
  font-size: 21px;
    width: 100%
}

.footer-div {
  text-align: center;
  justify-content: center;
  display: flex;
}
.footer-div2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.footer-div a {
  padding: 0 15px;
  font-size: 18px;
  text-decoration: none;
  color: white !important;
}
.footer-div2 a {
  padding: 0 15px;
  font-size: 18px;
  text-decoration: none;
  color: white !important;
}

.accordion-button {
  border: 1px solid white;
  font-size: 25px;
  color: black;
}

.accordion-item {
  margin: 0 10%;
}

.card-text {
  font-size: 18px;
  text-align: justify;
}
.whatsapp-button{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  animation: effect 2s infinite ease-in;
}
.Call-button{
position: fixed;
bottom: 80px;
right: 15px;
z-index: 99;
background-color:blue;
border-radius: 50px;
color: #ffffff;
text-decoration: none;
width: 40px;
height: 40px;
font-size: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
animation: effect 2s infinite ease-in;
}

 @media(max-width:720px) {
     
     html,body{
    overflow-x: hidden;
}
  .navbar-img{
    width: 39%;
  }
  .bg-text2{
    padding: none;
  }
  .bg-text2 h1 {
    font-size: 50px;
  }
  .bg-text2 p{
    font-size: 17px;
    text-align: justify;
  }
  .footer-div {
    text-align: center;
    justify-content: center;
    display: block;
    font-size: 20px;
  }
  
.bg-text {
  padding-top: 75px;
  width: 100%;
}

.bg-text h1 {
  font-size: 23px;
  letter-spacing: 1px;
  text-align: center;
}

.bg-text p {
  font-size: 13px;
  letter-spacing: 0px !important;
  line-height: 12px;
}
.blog{
  margin-top: 5%;
}
.bg-text button {
  font-size: 15px;
  margin: 3% 7%;
}
.nav-button {
  font-size: 15px;
}
.footer-div2 a {
  font-size: 18px;
  
}
.footer-div2 {
  display: block;
  margin: 2% 20%;
}
.grid-div{
  margin-top: 6%;
}
.accordion-item {
  margin: 0 0;
}
     .grid-text {    
    font-size: 15px;
    
  }
  .blog-col{
    text-align: center;
    justify-content: center;
  }

}
        /* For Tablet View */
     @media screen and (min-device-width: 768px)
         and (max-device-width: 1024px) {  
             
  .navbar-img{
    width: 15%;
  }
  #grad2 a {
    padding: 0 10px;
    font-size: 14px;
  }

  .grid-text {
    
    font-size: 15px;
     
  }
  .bg-text2{
    padding: none;
  }

  .card-img-overlay button {
    font-size: 10px;
  }
  .blog-p{
    font-size: 10px;
  }

  .bg-text {
    padding: 30% 5%;
    width: 100%;
  }

  .bg-text2 {
    padding: 15% 5%;
    width: 50%;
  }

  .bg-text h1 {
    font-size: 50px;
    letter-spacing: 1px;
    text-align: center;
  }

  .bg-text p {
    font-size: 17px;
  }

  .big-text h3 {
    font-size: 32px;
  }

  .big-text p {
    font-size: 16px;
    text-align: justify;
    margin: 4%;
  }
  .big-text {
    padding-top: 18%;
    width: 100%;
  }
  .bg {
    background-image: url(banner/angelcollection.jpg);
    height: 80vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .bg-text2 h1 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }

}
     /* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
        .bg {
            height: 90vh;
        }  
        .bg-text2{
          padding: none;
        }       
     }  



 a.link {
    color: black !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
 