@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.masks {
    background: linear-gradient(90deg, #021048, #1e38a3) !important;
    border-radius: 0 !important;
    color: #fff;
   
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline;
    }
}

.bg-white {
    background-color: #EAF2FF !important;
}

@media screen and (max-width: 600px) {
    #contactUs {
        display: block;

        /* border-radius: 4px;
    border-color: #b1bacb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); */
    }

    .hosting_plan_box {
        border: 1px solid #d5d1ef;
        border-radius: 15px;
        background-color: #fff;
        box-shadow: 10px 10px 20px rgb(0 0 0 / .2);
        transition: all ease-in-out .5s;

    }

    .boxes {
        border: 1px solid #9fb2c3;
        color: #516f8f;
        box-shadow: 10px 10px 15px rgb(0 0 0 / .1);
    }

    #title_message {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        color: #60656F;
        display: none;
    }
}

.box {
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    /* border: 1px solid #cccccc; */
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

h2,
h1,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", serif !important;
    text-transform: capitalize;
    color: #000 !important;
}




body,
label,
p {
    user-select: none;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.8em !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
}


.headingTitle {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900 !important;
    font-family: "Roboto", serif !important;
}

.salamaTitle {
    font-family: "Roboto", serif !important;
    text-transform: capitalize;
    color: #0A78C3 !important;

}


.domain-table {
    background-color: #fff;
    border: 1px solid rgba(54, 57, 60, 0.1);
    font-family: "Product Sans", serif !important;
}

.domain-table tr th {
    color: #003164 !important;
    font-weight: 700;
    text-align: left;
    padding: 1em 1em 0.5em !important;
    border: 0;
    font-family: "Roboto", serif !important;
    border-bottom: 12px solid #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.domain-table tr td {
    padding: 1.6rem 1rem;
    font-family: "Product Sans", serif !important;
    font-weight: 500;
    border-bottom: 10px solid #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    /* box-shadow: 5px 5px 10px rgb(0 0 0 / .1) !important; */
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1), inset 0 1px rgba(0, 0, 0, 0.1);
}

.domain-table tr td:first-child {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.domain-table tr td:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.title,

.display-4 {
    font-family: "Roboto", serif !important;
    text-transform: capitalize;
    font-weight: 900 !important;
}

.a,
.button {
    font-family: 'Roboto', sans-serif !important;
}

.plans {
    background: #ffffff !important;
    background-size: cover;
}

.homeBanner {
    background: url('../../../static/frontend/images/head.png') !important;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover !important;

}


.footerTwo {
    background: url('https://salamahosting.com/static/frontend/images/tera.png') !important;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;

}

.footerOne {
    background: linear-gradient(45deg, #202124, #202124), url('https://salamahosting.com/static/frontend/images/baks.jpg') !important;
    background-blend-mode: multiply;
    background-size: cover;
}

.rocket {
    background: url('https://salamahosting.com/static/frontend/images/baks.jpg') !important;
    border-top: 1px solid #ccc;
    background-size: cover;
}


.mask {
    background: #061a40 !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #4285F4 25%, #000 75%) 5;
}

.anotherMask {
    background: #003c6b;
    background: -moz-linear-gradient(-45deg, #003c6b 0%, #5ba7d7 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #003c6b), color-stop(100%, #5ba7d7));
    background: -webkit-linear-gradient(-45deg, #003c6b 0%, #5ba7d7 100%);
    background: -o-linear-gradient(-45deg, #003c6b 0%, #5ba7d7 100%);
    background: -ms-linear-gradient(-45deg, #003c6b 0%, #5ba7d7 100%);
    background: linear-gradient(135deg, #003c6b 0%, #5ba7d7 100%);
    opacity: 0.9;
}






#footer {
    background: #232734;
    background-size: cover;
}

#footer h3 {
    color: #fff !important;
}


.footer-overlay {
    background: #111;
    opacity: 0.4;
}



#footer li a {
    padding-bottom: 1.05em;
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 15px;
    line-height: 30px;
}




select,
a,
.text-5,
.form-control {
    font-family: 'Roboto', sans-serif;
}




.dropdown-menu a {
    color: #3f3f46;
    text-transform: capitalize !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: "Roboto", serif !important;
}




.primary-menu ul.navbar-nav>li>a,
ul.navbar-nav>li>a {
    color: #3f3f46 !important;
    text-transform: capitalize !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: "Roboto", serif !important;

}

::placeholder {
    font-family: "Product Sans", serif !important;
}


ul.navbar-nav>li>a:hover {
    color: #3f3f46 !important;
    text-transform: capitalize !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700 !important;
    font-family: "Roboto", serif !important;

}

/* .segment .icon {
    color: white;
} */

.button {
    text-transform: uppercase !important;
}

.card,
.button {
    border-radius: 0px !important;
}

.bd {
    background: linear-gradient(0deg, rgba(43, 135, 188, 0.9), rgba(34, 33, 35, 0.9)), url('https://salamahosting.com/static/frontend/images/leto.jpg') !important;
    object-fit: fill;
    background-size: cover;
    border: none !important;
}


.domainsServers {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://salamahosting.com/static/frontend/images/leto.jpg') !important;
    object-fit: fill;
    background-size: cover;
    border: none !important;
}



.homeBannerSectionRevived {
    background: linear-gradient(0deg, rgba(45, 40, 48, 0.9), rgba(255, 255, 255, 0.9)), url(../../../static/frontend/images/original.png);
    object-fit: fill;
    background-size: cover;
    border: none !important;
}

.homebackground {
    background: linear-gradient(-90deg, #1568c9 20%, #000 70%, #043b56 10%);
}

.bsd {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://salamahosting.com/static/frontend/images/servers.jpg) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: none !important;
}

.footer-background {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://salamahosting.com/static/frontend/images/leto.jpg) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: none !important;
}




.ui .button {
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase !important;
}



.aboutUs {
    background: url('https://salamahosting.com/static/frontend/images/today.png') no-repeat !important;
    background-size: cover;
    background-position: top center;
    border: none !important;
}


.domainsbg {
    background-color: transparent;
    position: relative;
    background: radial-gradient(ellipse at bottom, #005b96 0%, #000 100%);
    background-attachment: fixed;

}






.dropdown-menu {
    border-radius: 0 !important
}

.form-control,
.input-group-prepend {
    display: block;
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    height: 2.8375rem !important;
    margin: 0 0 1rem !important;
    padding: 0.5rem !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #fefefe;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2) !important;

    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section {
    background: #f2f3f4
}

.quote {
    border-radius: 0;
    padding: .25rem 2.4rem;
    border: 2px solid #024774;
    color: #024774;
    font-weight: 700;
    text-align: center;
    transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s !important
}

.bgheader {
    z-index: 999 !important;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .21);
    border-radius: 0 !important;
    position: relative
}

.package {
    background-color: #fff;
    border-radius: 10px !important;
    border: 1px solid #2185D0 !important;
    /* box-shadow: 0 1px 2px 0 #0000004d !important; */
}

.todo {
    border-radius: 30px 30px 0 0;
    box-shadow: 1px 2px 20px 1px rgb(0 0 0 / 19%);
    box-sizing: border-box;
    border: 2px solid #ffb278;
    background-color: #fcf0e7 !important;
    box-shadow: 0 .5px 1px 0 rgba(51, 77, 114, .1), 0 1.6px 3.6px 0 rgba(51, 77, 114, .15);
    transition: all .3s ease-out
}

.domains img {
    width: 100px !important
}



.homeColor {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(135deg, #45bbff, rgba(0, 0, 0, .86)), url(https://salamahosting.com/static/frontend/images/leto.jpg);
    mix-blend-mode: multiply
}

.homeColor2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(120deg, #45bbff, rgba(0, 0, 0, .86)), url(https://salamahosting.com/static/frontend/images/leto.jpg);
    mix-blend-mode: multiply
}

.homeColor3 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(120deg, #45bbff, rgba(0, 0, 0, .86)), url(https://salamahosting.com/static/frontend/images/leto.jpg);
    mix-blend-mode: multiply
}

.packagem {
    color: #e55399;
    border-bottom: 1px solid #e55399
}

.whyChooseUsSections {
    background: url(https://salamahosting.com/static/frontend/images/cc.png);
    background-size: cover;
    background-repeat: no-repeat
}

.whyChooseUsSection {
    background: linear-gradient(45deg, #179bd7, #006195) !important
}

.hero1 {
    background: #45bbff
}

.domainArea {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background: url(https://salamahosting.com/static/frontend/images/cpi.jpg); */
    background-color: #082a5e !important;
    opacity: .8;
    mix-blend-mode: multiply
}

.footter {
    background: url(https://salamahosting.com/static/frontend/images/server.jpg);
    object-fit: fill;
    background-repeat: no-repeat
}

.design {
    background: url(https://salamahosting.com/static/frontend/images/salama.png);
    background-size: cover;
    object-fit: fill;
    background-repeat: no-repeat
}

.bgcontact {
    background: url(https://salamahosting.com/static/frontend/images/cpi.jpg);
    background-size: cover;
    object-fit: fill;
    background-position: center center;
    background-repeat: no-repeat
}

.bgpattern {
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(255, 110, 150, .3)), url(https://salamahosting.com/static/frontend/images/servers.jpg) !important;
    background-size: cover;
    object-fit: fill;
    background-position: center center;
    background-repeat: no-repeat
}

.board {
    background: url(https://salamahosting.com/static/frontend/images/board.png)
}

.boardtwo {
    background: url(https://salamahosting.com/static/frontend/images/pattern.png)
}

.testclass {
    background: linear-gradient(180deg, #f0f0f8, rgba(255, 255, 255, 0) 100%) !important
}

.price_plan {
    font-weight: 900 !important;
    font-size: 36px !important;
    color: #00003e !important
}

.choose i {
    color: #F19620
}

.everything i {
    background-color: #e9f6fc;
    background-image: linear-gradient(315deg, #006fc9 0%, #09c6f9 74%);
    text-shadow: 0 10px 10px rgba(39, 29, 96, .4)
}

.why {
    margin-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1) !important
}

.them {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1) !important;
    height: 100%
}

.navbar-toggler {
    padding: 10px !important;
    border-radius: 0;
    cursor: pointer
}

.whytext {
    color: red;
    text-transform: uppercase !important
}

.bg-dark {
    background: #3dbeeb !important
}

.gg {
    background-color: #eaf6fb !important;
    border: 1px solid #00a9de !important
}

.card:hover {
    transform: scale(1.00);
    transition: all 1s ease;
    z-index: 999
}

.itemcard {
    background-color: rgba(200, 200, 200, .15);
    backdrop-filter: blur(20px);
    max-width: 576px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1) !important;
    padding: 50px;
    text-align: center;
    border-radius: 24px;
    box-sizing: border-box;
    border: solid 2px #ccc
}