/**
 * Pure Comparison order form style sheet
 *
 * Contains styling specific to the Pure Comparison order template.
 *
 * @project   WHMCS
 * @version   1.0
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */

 /* Fix Scrolling */
 html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

 .hero-bg{
     background-color: #FED9B4;
     background-image: url('../img/hero-bg.webp');
     background-position: center center;
     background-size: cover;
 }

 .content-padding{
    padding-inline-start: 4vw;
    padding-inline-end: 4vw;
 }

 .hero .eyebrow{
    margin-top: 1.5rem;
    font-family: gdsherpa,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem;
 }

 .hero .heading {
    font-size: clamp(2.0rem,calc(0.5rem + 2.9vw),3.2rem);
    letter-spacing: -.01em;
    line-height: 1.3;
    font-weight: 800;
    font-family: hostkurdweb, cgkurdweb, serif;
}

.hero .btn-outline-dark, .package .btn-outline-dark{
    border-width: 2px;
    border-color: #343a40;
}

.hero .btn-outline-dark.focus, .btn-outline-dark:focus ,.package .btn-outline-dark:focus{
    box-shadow: none;
}

.s-nav{
    font-weight: 200;
}
ul.list-marker-checkmark {
    padding-right: 1.375rem;
    list-style-image: url("data:image/svg+xml;utf8,<svg width='14' height='11' viewBox='0 0 23 17' xmlns='http://www.w3.org/2000/svg' fill='%23111'><path d='M0.453125 9.33301L2.1402 7.70036L7.90891 13.4691L20.698 0.734375L22.3307 2.36703L7.90891 16.7344L0.453125 9.33301Z' /></svg>");
}

p.disclaimer, .disclaimer {
    margin: 0 0 1rem;
    font-weight: 200;
    font-size: .80rem;
}
.package .plan-price sub{
    top: -20px;
    margin-right: 4px;
    font-size: 0.50em;
    font-weight: 500;
}
.package .recommended{
    position: absolute;
    background: rgb(255 193 7 / 95%);
    width: 100%;
    text-align: center;
    padding: 7px;
    font-weight: 700;
}
.recommended::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    border-top: solid 10px transparent;
    border-left: solid 10px #0e77d2;
    border-right: solid 10px #0e77d2;
}
.plan-price .period{
    margin-right: -15px;
    font-size: 0.32em;
    font-weight: 300;
}
.package .plan-price{
    position: relative;
    font-size: 4em;
    margin-left: -15px;
    font-weight: 700;
    text-align: center;
}
.package .feature-list{
    padding: 0;
    padding-inline-start: 15px;
}   
.package .feature{
    padding-inline-start: 10px;
    margin-bottom: 15px;
    font-weight: 300;
}
.package .feature::marker{
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-weight: 200;
    margin: 0 3px;
    color: #00782E;
}

.main-features{
    background-color: #09757A;
    padding-top: 5vh;
    padding-bottom: 10vh;
    color: #fff;
}
.main-features ul{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    display: block;
    width: 100%;
    position: relative;
    list-style-type: none;
    column-gap:4vw;
    padding-left: 12vw;
    padding-right: 15vw;
}

.main-features ul li{
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.8rem;
    font-family: 'HostKurdWeb';
    padding-bottom: 25px;
}
.main-features ul li::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-weight: 200;
    margin: 0 3px;
    margin-right: -25px;
}
.main-features .note{
    padding-left: 12vw;
    padding-right: 13vw;
    margin-top: 15px;
    font-size: 1rem;
    font-weight: 200;
    font-family: 'HostKurdWeb';
}
.main-features .heading{
    font-size: clamp(2.027rem,calc(.6366rem + 2.9004vw),3.247rem);
    letter-spacing: -.01em;
    line-height: 1.2;
    font-weight: 800;
}
#anywhere-office{
    margin-top: 8vh;
    margin-left: 10vw;
    margin-right:10vw;
}
#anywhere-office .head{
    font-size: 2.5rem;
    font-weight: 800;
    font-family: HostKurdWeb, CGKurdWeb;
    margin-bottom: 4vh;
}
#anywhere-office .text{
    font-size: 1rem;
    font-weight: 300;
    text-align: right;
}
@media (min-width: 992px){
    .section-header {max-width: 60vw;margin-left: auto;margin-right: auto;}
    
}

@media (max-width: 768px){
    .hero-bg{background-image: none;}
    .main-features ul{columns: 1;-webkit-columns: 1;-moz-columns: 1;padding-left: 5vw;}
    .main-features .note{padding-left: 5vw;}
}

@media (min-width: 768px){
    .hero .heading {margin-bottom: 2rem;}
}





.plan li {font-size: 15px;margin: 0;padding: 0;list-style: none;text-align: right;font-weight: 300;}

.tier-desc br {display: none;}

.sub-nav {margin-top: 20px;padding: 10px 0;text-align: center; width: 100%;}
.sub-nav a{text-decoration:none;}

.sub-nav .button{background-color: #fff;color: #000; padding:10px;width: 200px;display: inline-block;margin: 5px;border-radius: 4px;border: 1px solid lightgrey;}
.sub-nav .button:hover{background-color: #f3f3f3;}

.sub-nav .active{background-color: #24a8ff;color: #fff;border: 1px solid #2599e6;}
.sub-nav .active:hover{background-color: #178cdb;}

.sub-nav .icon{float: right;font-size: 30px;}
.sub-nav span.text {line-height: 35px;}

@media (max-width: 768px){
.sub-nav .button{width:100%;margin: 5px 0;}
}



h6, .h6 {
    font-size: 1.75rem;
}
.lt-weight {
    font-weight: 200 !important;
}
.plan{
    padding:10px;
}
.justify-content-center {
    justify-content: center !important;
}
.plan .tier-4, .metal .tier-4 {
   background: linear-gradient(45deg, #6ea9f7, #1a73e8);
}
.plan .tier-color, .metal .tier-color {
    height: 15px;
    width: 100%;
}
.bg-white {
    background-color: #fff !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pt-1, nav#SecondaryNav, nav#ProductNav, .py-1 {
    padding-top: .25rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.text-orange {
    color: #2278ea;
    font-weight: 200;
}
.tier .tier-level h3 {
    font-size: 1.75em;
}
.plan-xl {
    margin-top: -25px;
}
.plan-xl .tier {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
}
.tier .tier-level h3 {
    font-size: 1.75em;
}
.tier .tier-level .acct {
    font-size: .75em;
    margin-top: -10px;
    display: block;
} 
.gray-600 {
    color: #868e96;
}
.tier .tier-info .tier-price {
    position: relative;
    font-size: 5em;
    margin-left: -15px;
    font-weight: 700;
}
.tier .tier-info .monthly {
    display: block;
    margin-top: -15px;
    margin-right: -5px;
}
.tier .tier-info .tier-price sup {
    top: -30px;
    margin-right: 4px;
    font-size: 0.35em;
}

.tier-desc .mt-0{
    border-bottom: 1px dashed#dfdfdf;
    padding-bottom: 10px;
}

.tier .tier-desc p {
    font-size: 0.9em !important;
    line-height: 22px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.btn-outline-primary, a.btn-outline-primary {
    color: #ff6c2c;
    color: #1c74e8;
    border-color: #6da8f7;
}
.d-block {
    display: block !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
button.btn-outline-primary:hover, a.btn-outline-primary:hover {
    background: rgba(255,255,255,0.25);
    border-color: #333333;
    color: #333333;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6aa7f6;
    border-color: #5096f4;
}
@media (min-width: 768px){
.tier .tier-level h3 {font-size: 2.25em;}
}
@media (max-width: 768px){
.plan-xl {margin-top: 0;}
}


