
/*
16.Pricing Section
===================*/
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*--blog----*/

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.extra-feat {
  position: absolute;
  top: 75px;
  background-color: #0C048C;
  color: #fff;
  width: 51%;
  z-index: 2;
  padding: 0px;
  left: 90px;
  font-size: 12px;

  right: 0px;
  font-weight: 700;
}

.extra-feat2 {
  position: absolute;
  top: 75px;
  background-color: #DD6220;
  color: #fff;
  width: 51%;
  z-index: 2;
  padding: 0px;
  left: 90px;
  font-size: 12px;


  right: 0px;
  font-weight: 700;
}


.hot {
  position: absolute;
  top: 0px;
  background: #0C048C;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 5px 0px 0px 5px;
  right: 0px;
  font-weight: 700;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}

.pricing-section {
  position: relative;
  padding: 100px 0 0px;
  overflow: hidden;
}

.pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row {
  margin: 0 -30px;
}

.pricing-block {
  position: relative;
  padding: 0 10px;
  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #0C048C;
  border-radius: 16px;
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: #0C048C;
  text-align: center;
  border-radius: 16px;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #0C048C;
  border-radius: 50%;
  font-size: 50px;
  color: #0C048C;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #0C048C;
}


.pricing-block .features {
    position: relative;
    max-width: 300px;
    margin: 0 auto 20px;
    padding-top: 30px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #0C048C;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}

.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}



.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #0C048C;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
  color: #0C048C;
  background: none;
  border-radius: 0px;
  border-color: #0C048C;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
  border-color: #DD6220;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
  background-color: #DD6220;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
  color: #DD6220;
  background: none;
  border-radius: 0px;
  border-color: #DD6220;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
  color: #DD6220;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: #0C048C;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: #0C048C;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
  color: #0C048C;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: #0C048C;
  background: none;
  border-radius: 0px;
  border-color: #0C048C;
}

.pricing-block:nth-child(5) .icon-box i,
.pricing-block:nth-child(5) .inner-box {
  border-color: #DD6220;
}

.pricing-block:nth-child(5) .btn-box a,
.pricing-block:nth-child(5) .icon-box {
  background-color: #DD6220;
}

.pricing-block:nth-child(5) .inner-box:hover .btn-box a {
  color: #DD6220;
  background: none;
  border-radius: 0px;
  border-color: #DD6220;
}

.pricing-block:nth-child(5) .icon-box i,
.pricing-block:nth-child(5) .price {
  color: #DD6220;
}




/* domain availability starts here  */
.flip-box {
  perspective: 1000px;
  margin-bottom: 30px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 280px;
  text-align: center;
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.92);
  color: black;
}

.flip-box-front h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #000;
}

.flip-box-front .price {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #3831A1;
  margin-bottom: 5px;
}

.flip-box-front .per-year {
  font-size: 12px;
  color: #888;

}

.flip-box-front .note {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}

.flip-box-front .btn,
.flip-box-back .btn {
  background-color: transparent;
  color: #000;
  padding: 8px 16px;
  border: 1px solid #000;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
}

.flip-box-back .btn {
  color: #F46C14;
  border-color: #F46C14;
}

.flip-box-back .btn:hover {
  background-color: #3831A1;
  color: #fff;
  border-color: #3831A1;
}

.flip-box-front .btn:hover {
  background-color: #3831A1;
  color: #fff;
  border-color: #3831A1;
}

.flip-box-back {
  background-color: #29247f;
  color: #fff;
  transform: rotateY(180deg);
}

.flip-box-back p {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #fff !important;
}

.domain-tld-section {
  background-color: #fff;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.005) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.005) 75%, rgba(0, 0, 0, 0.005)),
    linear-gradient(45deg, rgba(0, 0, 0, 0.005) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.005) 75%, rgba(0, 0, 0, 0.005));
  background-size: 40px 40px;
  padding: 80px 20px;
}

.domain-logo {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}


/* domain availability ends here  */

.hero-area-emyui-aws > * {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}