@-ms-viewport{
  width: device-width;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



BODY  {

		margin:0px;padding:0px;
    width: 100%;
	  	font-style:normal;  font-family:Noto Sans; color:#292828; font-size:12pt;
      background-image: linear-gradient(to left,#E9F4FF,#FFFFFF);

a:link, a:visited { color:#1d2a9e;text-decoration: none; }
a:active, a:hover { color:#E25D04;}

a.menu:link, a.menu:visited { color:#1d2a9e;text-decoration: none; padding:3px 12px 3px 12px;border-width:0px;margin:0px;
border-left-width:1px;border-color:#CCC2C2;
border-style:solid;} 
a.menu:active, a.menu:hover { color:white; background-color:red;border-width:0px;margin:0px;}

a.menu2:link, a.menu2:visited { color:white;text-decoration: none; padding:3px 6px 3px 6px;line-height: 150%;} 
a.menu2:active, a.menu2:hover { color:#1d2a9e;padding:3px 6px 3px 6px; background-color:lavender;}

a.menu1:link, a.menu1:visited { color:white;text-decoration: none;} 
a.menu1:active, a.menu1:hover { color:red;}

a.menu4:link, a.menu4:visited { color:#1d2a9e;text-decoration: none;} 
a.menu4:active, a.menu4:hover { color:orange;}


#head-main
{
width: 100%;
background-color:red;
text-align: center;
  margin: auto;
  padding: 5px;

}

.center {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;

}

ul  {
  list-style: none;
  padding: 0px;
}

#bg-topic-1  {

    width: 100%;
    height: auto;
      background-image: linear-gradient(to right,#FFFFFF, #ffecfd);
}

#bg-topic-2 {

    width: 100%;
    height: auto;
      background-image: linear-gradient(to right,#ccfbff,#FFFFFF);
}


#bg-topic-3  {

    width: 100%;
    height: auto;
      background-image: linear-gradient(to right,#FFFFFF,#fff6da);
}

#bg-topic-4  {

    width: 100%;
    height: auto;
      background-image: linear-gradient(to right,#fcfff6,#FFFFFF);
}


#bg-topic-5  {

    width: 100%;
    height: auto;
      background-image: linear-gradient(to right,#FFFFFF,#e4e0ff);
}

#bg-topic-6  {

    width: 100%;
    height: auto;
      background-image: linear-gradient(to left,#FFFFFF,#fde9e2);
}


#bg-bottom  {

    width: 100%;
    height:fit-content;
      background-image: linear-gradient(to bottom,#FFFFFF,#f0f0f0);
}


.logo
{
  margin-top: 20px;
    border: 1px solid lightgrey;
    border-radius: 45px;
background-color:#F6F6F5;
background-image: linear-gradient(#FFFFFF, #eefffc );
padding:10px;
padding-left:5%; 
padding-right: 5%;
position:fixed;
z-index:200;
height: auto;
text-align: center;
width: fit-content;
font-weight: bold;
opacity: .85;
filter: alpha(opacity=85); /* For IE8 and earlier */
  box-shadow: 4px 2px 8px lightgray;
}

#mainmenu
{
  
  align-content: center;
  border: 1px solid lightgrey;
  border-radius: 35px;
background-color:#FFFFFF;
display:inline-block;
padding: 2px; padding-left: 15px; padding-right: 15px;
}


.banner-box
{
  display: inline-block;
  margin: 20px;
    border: 1px solid lightgrey;
    border-radius: 45px;
background-color:#F6F6F5;
background-image: linear-gradient(to bottom,#FFFFFF, #e1f9f8 );
padding:2px;
height: 250px;
text-align: center;
width: 220px;
font-weight: bold;
opacity: .85;
filter: alpha(opacity=85); /* For IE8 and earlier */
  box-shadow: 4px 2px 8px lightgray;
}

.host-box
{
  display: inline-block;
  margin: 20px;
    border: 1px solid lightgrey;
    border-radius: 45px;
background-color:#F6F6F5;
background-image: linear-gradient(to bottom,#FFFFFF, #f3def2 );
padding:2px;
height: 400px;
text-align: center;
vertical-align: top;
width: 300px;
font-weight: bold;
opacity: .85;
filter: alpha(opacity=85); /* For IE8 and earlier */
  box-shadow: 4px 2px 8px lightgray;
}

.vm-box
{
  display: inline-block;
  margin: 20px;
    border: 1px solid lightgrey;
    border-radius: 45px;
background-color:#F6F6F5;
background-image: linear-gradient(to bottom,#FFFFFF, #ccefff );
padding:2px;
height: 400px;
text-align: center;
vertical-align: top;
width: 300px;
font-weight: bold;
opacity: .85;
filter: alpha(opacity=85); /* For IE8 and earlier */
  box-shadow: 4px 2px 8px lightgray;
}

.f-box
{
  display: inline-block;
  margin: 20px;
    border: 1px solid lightgrey;
    border-radius: 45px;
background-color:#F6F6F5;
background-image: linear-gradient(to bottom,#FFFFFF, #e3e3e3 );
padding:2px;
height: 400px;
text-align: center;
vertical-align: top;
width: 300px;
font-weight: bold;
opacity: .85;
filter: alpha(opacity=85); /* For IE8 and earlier */
  box-shadow: 4px 2px 8px lightgray;
}

.topbody
{
max-width: 1200px;
padding:20px 8% 60px 8%;
margin:auto;
font-size: 12pt;
z-index: -100;
}


.mainbody
{
max-width: 1260px;
padding:20px 8% 50px 8%;
margin:auto;
font-size: 12pt;

}

#myVideo {
  right: 0;
  object-fit: cover;
  width: 100%;
}

.button, input[type=button], input[type=submit], input[type=reset] 
{
  background-color: #1c40ef;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 50px;
  text-decoration: none;
  margin: 15px 2px;
  cursor: pointer;
      border-radius: 45px;
}

#bg-box-budget
{
  padding:60px 15% 60px 15%;
background-image:url('img/good-investment.png');
background-size: 100% auto;
background-repeat:no-repeat;
height: auto;
color:whitesmoke;
font-size:  24pt;
text-shadow: -1px 2px 2px black;
}


#bg-box-home
{
  padding:60px 15% 60px 15%;
background-image:url('img/homy.jpg');
background-size: 100% auto;
background-repeat:no-repeat;
height: auto;
color: black;
font-size:  24pt;
text-shadow: 0px 1px 2px white;
}

#bulb
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/advantage.png');
background-size: 180px 170px;
background-repeat:no-repeat;
background-position: center bottom;

}

#international
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/international.png');
background-size: 180px 170px;
background-repeat:no-repeat;
background-position: center bottom;

}

#ip
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/public-ip.png');
background-size: 120px 140px;
background-repeat:no-repeat;
background-position: center bottom;

}

#performance
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/performance.png');
background-size: 120px 120px;
background-repeat:no-repeat;
background-position: center bottom;

}

#guarantee
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/guarantee.png');
background-size: 180px 180px;
background-repeat:no-repeat;
background-position: center bottom;

}

#server
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/server.png');
background-size: 120px 100px;
background-repeat:no-repeat;
background-position: center bottom;

}

#vps
{
  text-align: center;
  padding:180px 5% 10px 5%;
background-image:url('img/vps.png');
background-size: 150px 120px;
background-repeat:no-repeat;
background-position: center bottom;

}

#brand , #brand2
{
font-family:'Arial';
font-size:22pt;
color:white;
text-align:center;
border-radius: 45px;
width:100px;
height: 35px;
background-color:rgb(228, 5, 5);
margin:-8px 25% 0px;
padding: 5px 20px 5px 20px;
}

#invisible-box
{
height: auto;
width: auto;
padding: 40px;
padding-left: 15%;
background-image: linear-gradient(to bottom,#FFFFFF, #f0f0f0 );
font-weight: bold;
}
#img-float-left
{
float: left;
padding: 20px;
padding-top:0px;
  }

#bottom-box
{
  background-color:#F6F6F5;
    display: inline-block;
  margin: 50px;
  padding:20px;
  padding-right: 40px;
  padding-left: 40px;
height: 300px;
text-align: left;
width: 300px;
font-weight: bold;
}



}