<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.features {
  padding: 50px 0;
}
.features.light-brown {
  background-color: #faf8f5;
}
.features h2.section-title {
  color: #333333;
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.features .v-tabs .v-tab-head a,
.features .v-tabs a.v-tab-head {
  color: #292929;
  cursor: pointer;
  display: block;
  padding: 15px 30px 15px 15px;
  border-right: 1px solid #f1c1c5;
  margin: 0;
  text-align: right;
  font-size: 20px;
  font-family: Oswald, sans-serif;
}
.features .v-tabs .v-tab-head a.active, .features .v-tabs .v-tab-head a:hover,
.features .v-tabs a.v-tab-head.active,
.features .v-tabs a.v-tab-head:hover {
  font-weight: bold;
  text-decoration: none;
}
.features .v-tabs .v-tab-head a {
  position: relative;
  display: block;
}
.features .v-tabs .v-tab-head a.active::after, .features .v-tabs .v-tab-head a.active::before {
  content: "";
  border-style: solid;
  border-width: 15px;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.features .v-tabs .v-tab-head a.active::before {
  border-color: #f1c1c5 transparent transparent;
}
.features .v-tabs .v-tab-head a.active::after {
  margin-right: -1px;
  border-color: #faf8f5 transparent transparent;
}
.features .v-tabs a.v-tab-head {
  border: none;
  padding: 15px 0;
  text-align: left;
  position: relative;
}
.features .v-tabs a.v-tab-head:after {
  color: #e2dcd6;
  content: "ï”";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.features .v-tabs a.v-tab-head.active::after {
  color: #3c6;
  content: "ï¸";
}
.features .v-tabs .v-tab-pane {
  padding: 0 15px;
}
.features .v-tabs .v-tab-pane ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.features .v-tabs .v-tab-pane ul li {
  border-bottom: 1px solid #e2dcd6;
  color: #292929;
  font-size: 16px;
  padding: 15px 0;
}
.features .v-tabs .v-tab-pane ul li i {
  color: #4c81b6;
  cursor: pointer;
  font-size: 14px;
}
.features .v-tabs .v-tab-pane .in {
  border-top: none;
  padding-top: 0;
}
.features .v-tabs .v-tab-pane .popover {
  border: 1px solid #014d7e !important;
  border-radius: 0;
  width: auto;
  margin: 10px 0 0 0;
  max-width: 276px;
  left: auto;
  box-shadow: none;
}
.features .v-tabs .v-tab-pane .popover.bottom .arrow {
  border-bottom-color: #014d7e;
}
.features .v-tabs .v-tab-pane .popover .popover-content {
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .features.light-brown {
    border-top: 0 none;
  }
  .features h2.section-title {
    font-size: 32px;
  }
  .features .v-tabs .v-tab-pane .in {
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
  }
  .features .popover {
    margin: 10px 5% 0;
    max-width: none;
    width: 90%;
  }
}

.mp-top {
    
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cont-bridal {
    border: 1px solid black;
}

.tab-1 {
    
    padding-bottom: 30px;
    
}


/* ----------------------Start: backgroung styles---------------------------- */


.bg-card-01 {
    
    background-color : #a1aba2;
    padding: 80px 20px 70px;
    color: #ffffff;
}


/* -----------------------End: background styles-------------------------- */

/* ----------------------Start: card styles-------------------------------*/

.card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  height: 550px;
 
}

.card-1 {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  height: 475px;
 
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.tag-teal {
  background-color: #47bcd4;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #cd5b9f;
}

.card-body p {
  font-size: 16px;
  margin: 0 0 40px;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}

.htop-1 {
    
    padding-left: 7px;
}

.htop-2 {
 padding-left: 32px;
}

.htop-3 {
 padding-left: 60px;
}

.htop-4 {
 padding-left: 9px;
}

.htop-6 {
    padding-left: 12px;
}

.card-adv {
    
margin: 50px 10px;
    
}

.glry-bg {
    
    background-color: #a1aba2;
}


@media screen and (max-width: 768px) { 
    
   .card { 
       
       width: auto;
       height: auto;
   }
    
}


@media screen and (max-width: 768px) { 
    
   .card-1 { 
       
       width: auto;
       height: auto;
   }
    
}

/*-------------------------End: Card styles ------------------------------*/

/*Start: Blink text */

 .blink {
        animation: blinker 1s linear infinite;
      }
      
       @keyframes blinker {
        50% {
          opacity: 0;
        }
      }

/*End:  Blink Text */


.float-phone {
    
    background-color:#e843a7;
    
}

/* End: Color styles */






</pre></body></html>