@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,700&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.darkContainer {background: #f8f9f97a}
.darkContainer {background: #ff000008}
.darkContainer {background: #ff060603}



.btn-buynow-header{font-size: 120%;margin-top: 20px;}

body {
    font-family: 'Poppins',
        sans-serif;
    color: #3F3844;
}


h1,
h2,
h3,
h4,
p,
a,
button,
span,
li {
    font-family: 'Poppins',
    sans-serif;
}

ol,
ul {
    list-style-type: none; padding:0px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #dc3545;
}




/* NAV MENU   */

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dc3545;
}



.mini-header {
    background-color: #fff;
    color: #333;
    font-size: 90%;
    font-weight: 500;
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #ededed;
}

.mini-header a {
    color: #333;
    font-size: 90%;

}

.mini-header a:hover {
    color: #dc3545;
}



.btn-reddt,
.btn-reddt:hover,
.btn-reddt:active {
    background-color: #dc143c !important;
    border: 1px solid #dc143c !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.btn-reddt:focus {
    box-shadow: none !important;
}

.btn-reddt:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 195, 0, .5) !important;

}

.select-wrapper{
    border-radius:10px;
    display:inline;
    overflow:hidden;
    border:1px solid #e5e7e9;
    padding: 7px 12px;
}
select {
    background-color: #fff;
    border:0;
}


.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}


.dropdown-menu {
    border: 0;
}

.dropdown-menu li {
    border-bottom: 1px solid #f3f3f3;
    
}

.dropdown-menu li a {
    
    padding: 15px 10px;
}


.dropdown-item:focus, .dropdown-item:hover {
  color: #dc143c;
  background-color: #f9f9f9;
}


    
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link { 
    
    color: #3f3844; font-weight: 500; font-size: 1.1rem;

}

@media (max-width: 991px) {

    .navbar-nav { margin-top:30px }   

    .nav-item {padding : 10px 0px;}

    .navbar-light .navbar-toggler { border-color: #fff; color: #fff; }


   
}


@media (min-width: 991px) {

    .dropdown-menu.show {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
        border: 1px solid #f2f2f2;
    }

   
}


/* GENERAL */

.table thead th {
    border-bottom: 2px solid #dee2e6;
    padding:15px 0px;
}

.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.accordion-button:not(.collapsed){
    background-color: #fff;;
    color: #3F3844;
    box-shadow:none;
}

.accordion-button{
    padding: .50rem .25rem;
}

.item-group-container h2>a {
    font-size:15px;
    font-weight: 600;
    margin:10px 0px;
}

.item-group-container .accordion-body {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 5px;
    
}

.item-group-container  .accordion-body li {
    margin-bottom:15px;
    font-size:93%;
    font-weight: 500;
}

.item-group-container  .accordion-body i {
    margin-right: 5px;
}

.item-group-container  .accordion-body .fa-solid {
    color:#dc143c;
}


/* HOMEPAGE - PROMO DOMAIN  */

.homepage-domain {
    background-color: #fff;
}

.homepage-domain input,
.homepage-domain input:focus {
    font-size: 20px;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ededed;
}


.domain-promo-container .domain-promo-item {
    
    /* border: 1px solid #f5f4f4; */
    border-radius: 15px;
    padding: 30px 10px 5px 10px;
}

.domain-promo-container h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 35px 0px;
}


.domain-promo-item .domain-name {
    font-size:40px;font-weight: 500;

}

.domain-promo-item .price-old {
    text-decoration: line-through;
    color: #c0c2c6;
    font-weight: 500;


}


.domain-promo-item .discount-value {

    color: #dc143c;
    background-color: #ffee63b2;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 5px;

}



.domain-promo-item .price-new {
    font-weight: 600;
    font-size: 26px;
    color: #dc143c;
    margin-top: 10px;



}

.domain-promo-item .domain-promo-desc {
    font-size: 80%;
    color: #3F3844;
    font-weight: 400;
}

.domain-promo-item img {
    max-height: 73px;
}


.domain-promo-wrappers {
    position: relative;
    
}

.logo-circle {
    background: white;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    
}

.logo-circle img {
    width:70%;
}

.domain-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 90px 40px 40px;
    text-align: center;
    
}

.dc-domain-name {
    font-size: 20px;
    color: #3F3844;
    font-weight: 600;
    margin-bottom: 5px;
}

.dc-domain-price {
    font-size: 30px;
    color: #dc143c;
    font-weight: 600;
}


/* HOMEPAGE - PROMO HOSTING */



.homepage-promo-hosting {
    
    padding: 30px 0px;

}


.homepage-promo-hosting .hosting-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 10px;
}


.homepage-promo-hosting .hosting-item .hosting-item-header {
    margin: 0px;
}

.homepage-promo-hosting .hosting-item .hosting-item-body {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0px;
    margin: 40px 0px;

}

.homepage-promo-hosting .hosting-item .hosting-item-footer p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.homepage-promo-hosting .hosting-item .hosting-item-footer .start-price {
    font-size: 35px;
    font-weight: 600;
    color: #dc143c;

}



.homepage-promo-hosting .hosting-item .hosting-item-footer span {
    font-size: 16px;
    font-weight: 400;
}

.homepage-promo-hosting .hosting-item .hosting-item-footer a {
    font-size: 18px;
    font-weight: 400;
    background-color: #dc143c;
    color: #fff;
    margin: 30px 0px 20px 0px;
    padding: 10px 25px;
}


/* PAGE SSL */


.ssl-item-list .body-container{
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.ssl-item-list .body-container li{
    font-size:95%;
}

.ssl-item-container .ssl-item-list .ssl-title {
    font-weight: 500;
    font-size: 110%
}


.ssl-item-container .ssl-item-list .ssl-item-price {
    font-weight: 500;
    font-size: 85%;
    color: #c0c2c6;
    text-decoration: line-through;
    
}

.ssl-item-container .ssl-item-list .discount-value {
    color: #dc143c;
    background-color: #fcdae1;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 85%;
    margin-left: 5px;
}

.ssl-item-container .ssl-item-list .ssl-item-discount {
    font-weight: 700;
    font-size: 150%;
    color: #dc143c;


}

.ssl-item-container .ssl-item-list .text-center-subtitle{
    font-size: 75%;
    color:#777;
    font-weight: 500;
   
}


.ssl-item-container .ssl-item-list .btn{
    font-size:95%;
}


/* Domain Listing */

.domain-item-container .domain-item-list .disc-price{
    font-weight: 600;
    font-size: 98%;
}

.domain-item-container .domain-item-list{
    font-size: 96%;
}

.domain-item-container .domain-item-list .domain-disc-price{
    color:#dc143c;
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 90%;
    

}

.domain-item-container .domain-item-list .btn{
    font-size: 90%;
}

/* SINGLE PAGE  */

.singlePagesAbout h1{font-size:140%; text-align: center;margin: 2rem 0;}
.singlePagesAbout h2{font-size:110%;margin: 2rem 0;}
.singlePagesAbout h3{font-size:100%;margin: 2rem 0;}

.singlePagesAbout ul{margin-left: 2rem;list-style-type: bullet;}

.singlePagesAbout ol{margin-left: 2rem;list-style-type: bullet;}

.singlePagesAbout li > p {margin-left: 0.5rem;}

.singlePagesAbout hr{margin: 2.5rem 0;}


/* footer */

.footer h4{font-size: 1.3em; margin-bottom: 20px;}

.footer ul{ margin:15px 0px; }

.footer p {
    font-size: 65%;
    font-weight: 400;
    margin: 10px 0px;
    color: #c0c2c6;

}


.footer a {
    font-size: 70%;
    font-weight: 400;
    margin:10px 0px;
    color:#c0c2c6;
    
}

footer ul li{
    font-size:1.2em;
}