
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	background-color: #fff;
	font-family: serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;


}



h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
    float: none;
    display: block;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
h1{
	font-size: 2.4em;
}

h2{
	font-size: 2em;
}

h3{
	font-size: 1.8em;
}

h4{
	font-size: 1.6em;
}



/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}





/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;


}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 1em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
}
.footer a{
   color: #fff;
   text-decoration: none;
}

.logo a{
    display: inline-block;
    background: url("images/comedia.png");

    width: 360px;
    height: 90px;
    text-indent: -9999px;
    margin-top: 30px;
    margin-bottom: 30px;


}


/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}



.center{
    text-align: center;
    margin: 0 auto;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.card {
  position: relative;
  width: 190px;
  height: 254px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  float: left;
  margin: 30px 20px;


}



.card::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: 200px;
  height: 264px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.card img{
	  position: absolute;
	  left: 0px;
	  width: 190px;
	  height: 190px;
	  top: 0px;
	  overflow: hidden;

}

.heading {
  position: relative!important;
  font-size: 20px;
  font-weight: 700;
  top: 65px;
  text-align: center;
}

.card p:not(.heading) {
	  position: relative!important;
  font-size: 15px;
  bottom: -20px!important;
  text-align: center;
}

.card p:last-child {
  color: #fff;
  font-weight: 600;
}

.card:hover::after {
  filter: blur(30px);
}

.card:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

.columns {
  width: 18em;
  position: relative;
  border-radius: 20px;
  padding: 35px;
  border: 5px solid  black;
  transition: all 0.4s;
  margin-bottom: 30px;
  float: left;
}
.columns2 {
  width: 18em;
  position: relative;
  border-radius: 20px;
  padding: 35px;
  border: 5px solid  black;
  transition: all 0.4s;
  margin-bottom: 30px;
  margin-left: 50px;
  float: left;
}

.columns:hover ,.columns2:hover{
  box-shadow: 4px 4px 0 1px rgba(0,0,0);
}

.dots {
  position: absolute;
  right: 15px;
  top: 15px;
}

.columns .button-container,.columns2 .button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.offer {
  font-size: 17px;
  font-weight: 900;
  border-bottom: 2px solid black;
  cursor: pointer;
  transition: all 0.4s;
}

.btn {
  padding: 7px 15px;
  border: 1px solid black;
  background-color: orange;
  border-radius: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s;
  text-transform: uppercase;
}

.columns:hover .btn ,.columns2:hover .btn {
  box-shadow: 2px 2px 0 1px rgba(0,0,0);
}

.columns:hover .offer ,.columns2:hover .offer{
  color: green;
  border-color: green;
}

.btn:focus {
  background: transparent;
}

.secondary-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.card-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.card-description2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 12px 0;
}

h1.center{
    background: #000;
    color: #fff;
}

#SocailIcons {
  min-width: 300px;
  position: relative;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  float: right;
}
.icons {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: -1;
  text-align: center;
}
.iconName {
  position: absolute;
  top: -40px;
  font-size: 12px;
  color: #fff;
  transform: scale(0);
  border-radius: 3px;
  text-align: center;
  padding: 3px;
  transition: transform 0.3s ease;
}

.icons.instaIcon:hover .iconName {
  transform: scale(1);
  left: 15px;
  background: linear-gradient(30deg, #0000ff, #f56040);
}

.icons.linkedin:hover .iconName {
  transform: scale(1);
  left: 106px;
  background: #0274b3;
}
.icons.whatsapp:hover .iconName {
  transform: scale(1);
  right: 100px;
  background: #25d366;
}
.icons.youtube:hover .iconName {
  transform: scale(1);
  right: 15px;
  background: #ff0000;
}
.icon {
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: none;
  outline: none;
  transition: color 0.3s ease;
  color: #0c0c0c;
}
.icon a{
    color: #000;
}
.icon a:hover{
    color: #fff;
}
.icon:hover {
  color: #fff;
}
.icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 50%;
  transform: rotateX(360deg);
  transition: height 0.3s ease;
  z-index: -1;
}

.icon:hover::before {
  height: 100%;
  z-index: 1;
}
.icon:hover {
  box-shadow: 5px 5px 10px #181717ce;
}

.icon.tube::before {
  z-index: -1;
  background: red;
}

.icon.insta::before {
  z-index: -1;
  background: linear-gradient(40deg, #0000ff, #f56040);
}

.icon.link::before {
  z-index: -1;
  background: #0274b3;
}

.icon.whats::before {
  z-index: -1;
  background: #25d366;
}


.tblcontainer {
  position: relative;
  width: 90%;
  max-width: 900px;

  margin-top: 12px;
  position: relative;
  background: #fff;
  margin-bottom: 80px;

  /*The background extends to the outside edge of the padding. No background is drawn beneath the border.*/
  background-clip: padding-box;

  border: solid 8px transparent;
  border-radius: 0.8rem;

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px; /* same as border width */
  border-radius: inherit; /* inherit container box's radius */
     /* background: linear-gradient(to left, turquoise, greenyellow);*/
     background: linear-gradient(to left, #e81cff,  #40c9ff);

  }
}



table {
  width: 100%;
  border-spacing: 0;
  background-color: #FFFFFF;
  font-size: 18px;

}

thead th {
  color: #7A7A7A;
  text-align: left;
  background-color: #F9FAFC;
}

thead th, tbody td {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid #E7E7E7;
}

tbody td:first-child {
  border-left: 6px solid transparent;
  transition: all ease 0.3s;
}

tbody tr:last-child td {
  border-bottom: 0;
}

tbody tr:hover {
  background-color: #F7F9FC;
}

tbody tr:hover td:first-child {
  border-left-color: #000;
}



td {
  font-weight: bold;
  text-align: center;
}

td span {
  font-size: 16px;
  border-radius: 5px;
  padding: 4px 8px;
    color: #FFFFFF;
  background-color: #000;
  margin: 0 5px;
}





 @media (max-width: 768px) {
      .content-wrapper{
        width: 100%;
        max-width: none;
      }
.columns2 {

  margin-left: 0px;

}


}
