﻿@charset "UTF-8";

.mokrica-item-hosting-home{
    border-radius: 22px; position: relative;
    background: #FFF;
    box-shadow: 0px 0px 10px 0 rgb(228, 239, 254);
}
.mokrica-item-hosting-home .hosting-bonus{ 
    position: absolute; left: 30px; top: 0px; padding: 5px 6px; width: 50px; height: 170px; cursor: pointer;
    border-radius: 0 0 50px 50px;color: #fff; background: #697aed; display: flex; flex-direction: column; justify-content: space-between;
}
.mokrica-item-hosting-home .hosting-bonus > div{transform: rotate(90deg);}
.mokrica-item-hosting-home .hosting-bonus img{width: 37px; height: auto;}
.mokrica-item-hosting-home .hosting-bonus .txt{
    font-size: 14px; line-height: 17px;
    white-space: nowrap;
    text-align: center;
    width: 128px;
    
}
.mokrica-item-hosting-home .mokrica-title-hosting{
    display: flex; justify-content: center; padding-top: 10px;
}
.mokrica-item-hosting-home .mokrica-title-hosting .wrap{
    background: #3187d3; width: 140px; height: 140px; border-radius: 50%; position: relative;
    display: flex; justify-content: center; align-items: center; z-index: 2; flex-direction: column;
    color: #222;
    font-size: 20px; line-height: 10px;
    font-style: normal;
}
.mokrica-item-hosting-home .mokrica-title-hosting .wrap::before{
    content: ''; width: calc(100% - 10px); height: calc(100% - 10px); position: absolute; bottom: 0px; left: 50%; transform: translate(-50%,0);
    background:linear-gradient(180deg, #e8e7f7 66.92%, rgba(255, 234, 213, 0.00) 100%); border-radius: 50%; z-index: 1;
}
.mokrica-item-hosting-home .mokrica-title-hosting .wrap p{position: relative; z-index: 2;margin-top: 17px;}
.mokrica-item-hosting-home .mokrica-title-hosting .wrap h3{position: relative; z-index: 2;
    font-family: var(--font-Poppins-Bold);
    font-size: 30px; line-height: normal;
    font-style: normal;
}
.mokrica-item-hosting-home .mokrica-price-hosting{
    display: flex; flex-direction: column; gap: 0px; align-items: center; 
}
.mokrica-item-hosting-home .mokrica-text-price2{
    color: #BD1042;
    text-align: center;
    
    font-size: clamp(2.2vw,2.5vw,36px);
    font-style: normal;
    line-height: 48px; 
}
.mokrica-item-hosting-home .mokrica-body-hosting{color: #222;}
.mokrica-item-hosting-home .mokrica-info-parameter-last{ font-size: 16px;}

a.btnGraHome{
    transition: all .3s; overflow: hidden;
    padding: 1px; border-radius: 50px; width: 100%; max-width: 250px; margin: 0px auto;
    color: #222; 
    text-align: center;
    font-size: 14px;
    font-style: normal;

}
a.btnGraHome2{color: #007bff;  max-width: 310px;}
a.btnGraHome > span{border:1px solid #007bff;position: relative; background: #fff; border-radius: 50px; padding: 12px 20px; width: 100%; transition: all .3s;}
a.btnGraHome:hover > span{
    background: #FC9E21; border-radius: 50px; color: #fff;
    background: linear-gradient(90deg, rgb(90 180 242) 0%, rgb(17 40 214) 100%);
}

.host-bonus{
    display: inline-block;
    position: absolute !important;
    width: 95px;
    height: 80px;
    background: url('../images/icon_support.png') no-repeat;
    background-size: 100% 100%;
    right: 62px;
    top: -27px;
    cursor: pointer;
}
#mokrica-hosting-page .host-bonus{
        right: 2px;
        top: -7px;
}
.slide-animate{
    z-index:0;
    position: relative;
}
.slide-animate:after {
    content:'';
    top:0;
    transform:translateX(100%);
    width:100%;
    height:220px;
    position: absolute;
    z-index:1;
    -webkit-animation: slide 3s infinite;
            animation: slide 3s infinite; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
@-webkit-keyframes slide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
}
@keyframes slide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

.pack {
        background-color: #f9f9f9;
        font-family: Arial, sans-serif;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        
        margin: 0px auto;
        width: 100%;
        max-width: 1024px;
        background-color: white;
        border: 2px #018AD8 solid;
        /* overflow: hidden; */
        padding: 0
    }

    .container-pack { 
        padding: 0 20px;
        padding-top:20px;
         
    }
    .bottom-ft { 
        padding: 20px;
         
    }

    .header {
        background: linear-gradient(135deg, #018AD8, #018AD8);
        color: white;
        padding: 20px;
        text-align: center;
        border-radius: 13px 13px 0 0;
        margin-bottom: 70px;
        position: relative;
    }

    .header h2 {
        margin: 0;
        font-size: 24px;
        font-weight:600;
    }
    .header h3 {
        color: #018AD8;
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 10px solid #018AD8;
    background: #fff;
    display: flex;
    align-items: center;
    font-weight:600;
    font-size: 19px;
    flex-direction: column;
    line-height: 1.9em;
    /* justify-content: center; */
    top: 5px;
    left: 10px;
        padding-top: 12px;
    }
    .header h3 i{
        font-style: normal;
            font-size: 34px;
    }

    .description {
        color: #333;
        font-size: 16px;
        margin-bottom: 3px;
        text-indent: 20px;  
    }

    .price {
        margin-top: 20px;
        font-size: 20px;
        font-weight:600;
        color: #018AD8;
        margin-bottom: 10px;
    }

    .price-sub {
        color: #888;
        font-size: 14px;
    }

    .features-list {
        list-style: none;
        padding: 0;
        margin-top: 0px;
    }
    .features-list li:nth-child(odd) {
        background-color:#fcefef;
    }

    .features-list li:nth-child(even) {
        background-color:#f1faff;
    }

    .features-list li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 8px 20px;
    }

    .features-list li span.icon {
        background-color: #018AD8;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .features-list li .text {
        color: #555;
        font-size: 16px;
        width: calc(100% - 70px);
    }

    .signup-btn {
        background: linear-gradient(135deg, #018AD8, #a044ff);
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 20px;
        transition: background 0.3s ease;
    }
    .notes{display: flex;font-style: italic;color: #018AD8;}
    .signup-btn:hover {
        opacity: 0.9;
    }
    .bottom-ft{
        margin-bottom: 20px;
    }
@media(max-width:1024px) {
    .pack{
        width: 80%;
        margin: 40px;
    }
}
@media(max-width:769px) {
  .host-bonus{
    right: -16px;
    width: 70px;
    height: 56px;
  }
  .pack{
    width: 95%;
            margin: 40px;
  }
  .header{
    margin-bottom: 50px;
  }
  .header h3{
    top: 50px;
    width: 80px;
    height: 80px;
    border: 5px solid #018AD8;
    font-size: 13px;
    line-height: 1.5em;
  }
  .header h3 i{
    font-size: 18px;
  }
}

#noidungxemtruoc_goi{display:none}

