
body {
    background-color: #F4F4F4;

}

/*navbar*/


.navbaritems {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    left: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus .dropdown-menu {
    display: block;
    margin-top: -1px;
    margin-left: -1px;
    min-height: 100%;
}

.dropdown-menu {
    min-height: 200%;
}

.glass {
    background-color: rgba(0, 0, 0, 0.8);
}

/*----------------------------------------slideshow---------------------------------------------*/
.imagescontainer {
    height: 700px;
}

.cont {
    margin-top: -100px;
}

.bg-image {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    border: 1px solid rgba(93, 100, 115, 0.75);
    position: relative;
    margin: auto;
    margin-top: -8%;
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

.bg-text2 {
    border: 1px solid rgba(93, 100, 115, 0.75);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.bg-text5 {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    border: 1px solid rgba(93, 100, 115, 0.75);
    position: relative;
    margin: auto;
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

.buttondiv {
    width: 500px;
}

.domaininput {
    width: 75%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #FAFAFA;
}

.domaininput:active, domaininput:hover, domaininput:focus {
    border: none;
    border-bottom: 1px solid #FAFAFA;
    text-align: left;
}


/*----------------------footer------------------*/
.footer {
    position: relative;
    width: 100vw;
    height: 50%;

}

.footerbg {
    background-color: rgba(93, 100, 115, 0.65);
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.footercontainer {
    box-shadow: 5px 5px 25px 25px rgba(0, 0, 0, 0.39);
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-6%, 0);
    border-radius: 15px;
    width: 90%;
    height: 90%;
}

.line {
    width: 70%;
    border-bottom: 1px solid #555555;
}

.line3 {
    width: 15%;
    border-bottom: 1px solid rgba(86, 85, 85, 0.63);
}

.line2 {
    width: 30%;
    border-bottom: 1px solid rgba(86, 85, 85, 0.63);
}

.line4 {
    width: 350px;
    border-bottom: 1px solid #abb1b4;
}

.fcaption {
    position: absolute;
    top: 20%;

}

.scaption {
    position: absolute;
    top: 20%;
}

.tcaption {
    position: absolute;
    top: 20%;
}

/*---------------footer------------------*/

/*---------------body--------------------*/
/*---------------------------------------------------index.php-------------------------*/
.bodycontainer {
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
}

.pricetables {
    background-color: rgba(168, 168, 168, 0.6);
}


.basic {
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.bg1 {
    background-color: #EEEEEE;
}

.show {
    display: flex;
    visibility: visible;
}

.hide {
    display: none;
    visibility: hidden;
}

#buttondiv {
    margin: 5px;
    background-color: #D1D1D1;
    border-radius: 50%;
    position: relative;
    z-index: 2;

}

#monthbutton {
    width: 70px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: 0px;
}


#yearbutton {
    width: 70px;

    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: 0px;
}


.changebg {
    position: absolute;
    background-color: #212529;
    border-radius: 50%;
    width: 50%;
    height: 100%;
    z-index: -1;
}

#monthbuttondiv {
    padding: 10px;
}

#yearbuttondiv {
    padding: 10px;
}

/*---------------------------------------------------index.php-------------------------*/
/*---------------------------------------------------contactus.php-------------------------*/
.bodycontainercontact {
    width: 100%;
    height: 100%;
    margin: 50px 0;
    background-color: #F4F4F4;
}

.callnumber {
    color: #FF4342;
    font-size: 30px;
    font-weight: 800;
}

.fontcolor {
    color: #FF4342;

}

.callnumber2 {
    font-size: 20px;
    font-weight: 800;
}

.forminput {
    border: none;
    border-bottom: 1px solid #abb1b4;
    width: 50%;
    padding: 5px;
    margin-bottom: 15px;
}

.forminput:focus {
    border: none;
    border-bottom: 1px solid #abb1b4;
}

.sendmsg {
    padding: 10px 25px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

/*---------------------------------------------------contactus.php-------------------------*/