/* Containers */
.container-fluid{
  padding: 7% 15%;
}

/* Sections */
.colored-section {
  background-image: url("../images/background-red.jpg"); 
  color:#fff;
}

.white-section { 
  background-color: #fff;
}
 
.social {
    list-style: none;
    display: flex;
    flex-direction: column; 
    position: fixed;
    padding: 0;
    top: 80%;
    right: 18px; 
    transform: translateY(-50%);
    z-index: 100; 
    border-radius: 20px; 
    background-color: #49494963;
}

.social-icon {
  margin: 20px 10px;
  color: #ffce2e;
  font-size: 30px;
}

/* Social */ 
@media(max-width:900px){
  .social { 
    display: none;
  } 
}
 

/* Buttons */
.link-buttons{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: left;
}

.btns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; 
}

 

/* Features Section */

.features {
  color: white;
  text-shadow: 2px 2px 5px #000;
  position: relative;  
  background-image: url(../images/features.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1; 
}

.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: -1; 
  background-color: rgba(117, 117, 117, 0.421); 
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.icon {
  color:#ffc815;
  margin-bottom: 1rem;
}
 
.infoCard{
    display: flex;
    border: 1px solid gold;
    border-radius: 30px;
    padding: 30px;
    background-color: #1a1a1a86;
    font-size: 1.5rem;
    text-align: left;
    color: white;
}

.infoCard ul{
  margin-block:20px;   
}
 
.infoCard h1{ 
  margin-bottom: 30px;
}

.compare-images{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.comparable-img{
  width: 50%; 
  margin-block:20px;  
}

/* Testimonial Section */
.testimonials{
  width: 100%;
}
 

#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */

#page3 {
  background-color: rgb(241, 241, 241);
  border-radius: 10px;
  padding: 20px 1px;
}

#pricing {
  color: rgb(46, 46, 46);
  text-shadow: 3px 3px whitesmoke; 
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* CTA Section */

/* Footer Section */
#fbicon:hover{
  color: rgb(0, 89, 255);
}

#emicon:hover{
  color: #eb0000;
}

#insta:hover {
  color: #696800;
}


.table {
  width:max-content; 
  border: 1px solid white; 
  margin-bottom: 40px;
}
 
.top {
  font-size: 40px;
  position: fixed;
    top: 80%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    margin: 20px 10px;
  color: #ffc811;
}


@media (max-width: 1028px) {
 
  .title-image {
    position: static;
    transform: rotate(0);
  }
  .big-heading {
    font-size: 1.5rem;
    line-height: 1.5;
    text-shadow: 2px 5px rgb(73, 7, 7);
    text-align:left;
    padding-right: 45px;
  }
  
}

@media (max-width: 900px) {
  .navbar-brand {
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 2px 6px  #460000;
    
  }
  .navbar {
    shape-rendering:optimizeSpeed;
  }
  .top {
    visibility:hidden;
    padding: 1px;
    margin: 1px;
  } 
  
}
    


