/* 

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');

:root{
    --ctw-font-family: 'Inter', sans-serif;
    --ctw-font-size: 1rem;
    --ctw-color-primary: #1a1a1a;
    --ctw-color-link: "";
}

.text-xsm{
    font-size: 10px;
    line-height: 1.5;
}

.text-sm{
    font-size: 12px;
    line-height: 1.5;
}

.text-md{
    font-size: 14px;
    line-height: 1.5;
}

.text-lg{
    font-size: 16px;
    line-height: 1.5;
}

.lead{
    font-size: 17px !important;
    font-weight: 400;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-text{
    font-size: 16px;
    font-weight: 600;
}


.card{
    border-radius: 0;
}

.list-unstyled li{
    margin-bottom: 20px;
}


body{
font-family: var(--ctw-font-family) !important;
font-size: var(--ctw-font-size) !important;
overflow-x: hidden;
line-height: 1.5;
color: #000 !important;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    font-weight: 600;
}

::selection {
    background: rgb(241, 236, 227);
    color: rgb(38, 38, 39);
    text-shadow: none;
}

.header{
    background-color: #fff !important;
    color: #000;
    height: 70px;
}

.header-scrolled{
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

.nav-item > a.nav-link{
    font-weight: 500;
    font-size: 15px;
    color: var(--ctw-color-primary);
}



.dropdown-menu{
    width: max-content;
    right: 0%;
    left: inherit !important;
    z-index: 9999;
}

.hero-list{
    display: flex;
    justify-self: start;
    align-items: start;
    flex-direction: column;
    padding-left: 0 !important;
}

.hero-list > li{
margin-bottom: 10px;
text-decoration: dashed;
display: flex;
gap: 5px;
align-items: center;
cursor: pointer;
}

.hero-list > li > span.hero-list-desc{
    border-bottom: 1px dotted #000;
    text-decoration: none;
    }

.domain-checker-cw-homepage{
    background-color: #000000;
    padding: 20px 0px;
}

.searchInput-domain{
    display: block;
    width: 100%;
    height: calc(1.88em + 1.5rem + 2px);
    padding: 0.75rem 1.5625rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.88;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.domain-checker-cw-homepage .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.domain-checker-cw-homepage-ltds a {
    margin-right: 25px;
}

.domain-checker-cw-homepage-ltds a img {
    filter: brightness(0) invert(1);
    height: 16px;
    opacity: .6;
    transition: .4s cubic-bezier(.39,.575,.565,1);
}

.domain-checker-cw-homepage-ltds a .tld-price {
    font-weight: 100;
    margin-left: 4px;
    color: #d4dade;
    font-size: 14px;
}

.accordion-item{
    background-color: transparent;
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #dee2e6;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0px solid #dee2e6;
}




.accordion-button{
background-color: transparent;
height: 100px;
font-size: 18px;
font-weight: 500;
}


.accordion-body{
    text-align: start;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.footer-headers{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.nav-footer li.nav-item a.nav-link{
    font-size: 14px;
}

.nav-footer li.nav-item a.nav-link:hover{
    text-decoration: underline;
}

.hosting-payment-methods{
    display: flex;
    flex-wrap: wrap;
}

.hosting-payment-icon{
    height: 40px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 60px;
}

 .aws-domains-ltds-prices-item{
    padding: 60px 10px 35px;
    position: relative;
    text-align: left;
    height: 100%;
}

.aws-domains-ltds-prices-item:nth-child(1)
{
    border-right: 1px solid #d4dbe0 !important;
}

.aws-domains-ltds-prices-item img{
    height: 40px;
    margin-bottom: 40px;
    width: fit-content !important;
}

.aws-domains-ltds-price-item span{
    font-weight: 600;
    font-size: 35px;
    line-height: 33px;
    display: inline-block;
    color: inherit;
    margin-bottom: 30px;
}

 .aws-domains-ltds-price-item > small{
    font-size: 20px;
    margin-bottom: 30px;
}

span.circle-highlight{
  position: relative;
  background-color: #fff;
margin: 0 20px;
padding: 8px;
}

span.circle-highlight:after{
  border: .25em solid #0d6efd;
  border-top: none;
  border-radius: 1.5em 1em 2em 1.5em;
  bottom: -.3em;
  content: '';
  left: -.3em;
  position: absolute;
  right: -.3em;
  top: -.1em;
}

span.circle-highlight:before{
  border-top: .25em solid #0d6efd;
  border-radius: .5em;
  content: '';
  height: 1em;
  left: 0;
  position: absolute;
  top: -.3em;
  transform: rotate(-10deg);
  width: 2em;
}

@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px !important;
    }
}

@media (max-width: 990px){
.aws-domains-ltds-prices-item img{
    width: 20% !important;
    height: auto !important;
}

.cw-navbar-nav .nav-item > a.nav-link{
    font-size: 18px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px)
{
     .aws-domains-ltds-prices-item{
        border: 1px solid #d4dbe0 !important;
    }
}