@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;1,500;1,600;1,700;1,800&display=swap");

@font-face {
  font-family: "franklin_gothic_mediumregular";
  src: url("/fonts/franklin-font/franklin-gothic-medium-webfont.woff2")
      format("woff2"),
    url("/fonts/franklin-font/franklin-gothic-medium-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------------------------------
	1. General Styles
-------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  /* font-family: 'Sarabun', sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  overflow-x: hidden;
  margin: 0;
  padding-right: 0px !important;
}

* {
  box-sizing: border-box;
  /* -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */
  font-display: swap;
  margin: 0;
}

/* *:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

/* New  root css Ruben */
:root {
  --blue: #1b66ff;
  --blue-white-contrast: #134fc7;
  --blue-dark-contrast: #2970ff;
  --white: #ffffff;
  --lightgray: #f0f5fb;
  --darkgray: #010c1c;
  --bluegray: #ebf0ff;
  --deepgray: #141f2f;
  --gray: rgba(0, 0, 0, 0.718);
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.fa {
  color: var(--blue);
}

.plans-fut .col-md-3,
.plans-fut .col-md-4 {
  flex-basis: 150px;
  flex-grow: 1;
  max-width: unset;
  border-radius: 10px;
}

ul,
li {
  list-style: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  z-index: 100;

  font-weight: 600;
}

.dropdown .dropbtn {
  color: #fff;
  font-size: 16px;
  position: relative;
}

.dropdown {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.dropdown-content {
  z-index: 1;
  font-size: 14px;
  display: none;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding-top: 20px;
}
.dropdown-content a {
  float: none;
  color: white;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 4px;
}

.dropdown-content a:hover {
  background-color: var(--deepgray);
  border-radius: 5px;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 100%;
  transition: cubic-bezier(0.77, -0.03, 1, 1) 0.2s;
}

@media (min-width: 1200px) {
  .dropdown {
    margin-bottom: -20px;
  }
  .dropdown .dropbtn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 25px;
    position: relative;
    padding-bottom: 20px;
    z-index: 1000;
  }
  .dropbtn:after {
    content: "";
    height: 2px;
    width: calc(100% - 50px);
    background: #fff;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: scaleX(0);
  }

  .dropbtn:hover:after {
    content: "";
    height: 2px;
    width: calc(100% - 50px);
    background: #fff;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .dropdown-content:hover ~ .dropbtn:after {
    content: "";
    height: 2px;
    width: calc(100% - 50px);
    background: #fff;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .dropbtn > svg {
    transition: ease-in-out 0.2s;
  }
  .dropdown-content:hover + .dropbtn > svg {
    transform: rotate(180deg);
    transition: ease-in-out 0.2s;
  }
  .dropbtn:hover > svg {
    transform: rotate(180deg);
    transition: ease-in-out 0.2s;
  }

  .dropdown-content {
    visibility: hidden;
    opacity: 0%;
    position: absolute;
    min-width: 160px;
    background: rgba(1, 12, 28, 0.82);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 40px;
    z-index: 1000;
    padding: 12px 6px;
    font-size: 14px;
    transition: ease-out 0.2s;
  }

  .dropdown-content a {
    padding: 12px 18px;
  }
  .dropdown {
    flex-direction: column;
    align-items: unset;
  }
}

/*------------------------------------------------------------------
	2. loeader Styles
-------------------------------------------------------------------*/

/* 
.no-js #loader { display: none;  } */

/* .js #loader { display: none; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #082031;
    background: -moz-linear-gradient(top, #082031 0%, #0e2c40 100%);
    background: -webkit-linear-gradient(top, #082031 0%,#0e2c40 100%);
    background: linear-gradient(to bottom, #082031 0%,#0e2c40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082031', endColorstr='#0e2c40',GradientType=0 );
    -webkit-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
    box-shadow: inset 2px 82px 178px 21px 
	} */
/* 
.timer{
    width: 70px;
    height: 70px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
 }
 
 
.timer span{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 85px;  
 }
 
 
.timer:after, .timer:before{
    position: absolute;
    content:"";
    background-color: #fff;
}
.timer:after{
    width: 27px;
    height: 2px;
    top: 33px;
    left: 33px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
    -moz-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite;
}

.timer:before{
    width: 30px;
    height: 2px;
    top: 33px;
    left: 33px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
    -moz-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite;
}

@-webkit-keyframes minhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

@-webkit-keyframes hrhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
} */

/*------------------------------------------------------------------
	3. megamenu Styles
-------------------------------------------------------------------*/

/* .megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.megamenu .container {
  position: relative;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.megamenu .dropdown-menu {
  left: auto;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.megamenu .megamenu-content {
  padding: 15px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.megamenu .megamenu-content h3 {
  margin-top: 0;
  color: #428bca;
  font-size: 18px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.megamenucontainpadding {
  padding: 40px 80px;
}

.megamenucontainpadding .megamenu-hosting {
  display: block;
  float: left;
  width: 100%;
}

.megamenucontainpadding .megamenu-hosting a > i {
  float: left;
  margin-right: 16px;
}

.megamenucontainpadding .megamenu-hosting a > i:before {
  margin-left: 0;
  font-size: 55px;
  color: #d1d7da;
}

.megamenucontainpadding .megamenu-hosting .tittlespan {
  display: block;
  padding-top: 20px;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  color: #3a7196;
  margin-bottom: 3px;
}

.megamenucontainpadding .megamenu-hosting .subtittlespan {
  display: block;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: 20px;
  color: #7b868e;
  font-size: 13px;
}



/*------------------------------------------------------------------
	5. header Styles
-------------------------------------------------------------------*/

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: auto;
  }

  .navbar-right .login-areadwn {
    right: 0 !important;
  }
}

header {
  position: relative;
  max-height: 750px;
  min-height: min-content;
  background: #082031;
  background: -moz-linear-gradient(top, #082031 0%, #0e2c40 100%);
  background: -webkit-linear-gradient(top, #082031 0%, #0e2c40 100%);
  background: linear-gradient(to bottom, #082031 0%, #0e2c40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082031', endColorstr='#0e2c40',GradientType=0 );
  -webkit-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
  box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
}

@media (max-width: 500px) {
  header {
    max-height: 650px;
  }
}

.not-index-header {
  height: auto;
  min-height: 300px;
}

.not-index-header:after {
  display: none;
}
.not-index-header .navbar {
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

/*------------------------------------------------------------------
	6. header animation Styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	7. logo Styles
-------------------------------------------------------------------*/

.logo-simple:hover,
.logo-simple:focus {
  color: #fff;
}

.logo-simple span {
  font-weight: 300;
  font-size: 25px;
  text-transform: none;
}

.logo-simple span {
  font-weight: 300;
  font-size: 25px;
  text-transform: none;
}

/*------------------------------------------------------------------
	9. btn Styles
-------------------------------------------------------------------*/

.panel-btn {
  display: flex;
  padding-bottom: 100px;
  width: 100%;
}
.klanten-btn {
  font-weight: 600;
  padding: 8px 30px !important;
  border-radius: 5px;
  text-decoration: none;
  color: var(--darkgray);
  background: var(--lightgray);
  font-size: 17px;
  white-space: initial;
  margin-left: 0px;
  position: relative;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
}

.klanten-btn span,
.klanten-btn svg {
  z-index: 10;
  position: relative;
  transition: 0.35s ease-in-out !important;
}

.klanten-btn:hover span,
.klanten-btn:hover svg {
  color: var(--bluegray);
  transition: 0.3s ease-in-out !important;
  transition-delay: 0.25s;
}

.klanten-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--blue);
  transform: translateX(0%);
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
}
.klanten-btn:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--blue);

  transform: translateX(0%);
}

@media (min-width: 1200px) {
  .klanten-btn {
    margin-right: 15px;
    margin-left: 30px;
  }
}
/* discord nav btn */
.discord-btn {
  background: var(--darkgray);
  color: var(--lightgray) !important;
  padding: 8px 5px 3px 5px !important;
  border-radius: 5px;
  margin: 33px 0px;
  margin-left: 17px;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  height: 34px;
}

.discord-btn svg {
  height: 18px !important;
}

.klanten-btn,
.discord-btn a:hover:after {
  height: unset !important;
}

.main-nav .navbar-right > li > a.klanten-btn:after {
  height: unset;
}

.main-nav .navbar-right > li > a.discord-btn:after {
  height: unset;
}

.login-btn {
  background: var(--blue);
  color: #ffffff;
  padding: 10px 32px !important;
  border-radius: 5px;
  margin: 34px 0px;
  margin-left: 17px;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.95);
}

.login-btn:after {
  display: none;
}

.login-btn:hover,
.login-btn:focus {
  background: #294dcb !important;
}

@media (min-width: 1200px) {
  .panel-btn {
    display: none !important;
  }
}

.secondary-btn {
  font-weight: bold;
  border: 2px solid var(--blue);
  padding: 7px 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff !important;
  background: var(--blue);
  font-size: 17px;
  margin-top: 5px;
  white-space: initial;
  margin-left: 0px;
}
/*------------------------------------------------------------------
	8. nav Styles
-------------------------------------------------------------------*/

.main-nav .navbar-right > li > a {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .logo-mobile-container {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-nav .navbar-right > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 25px;
    position: relative;
  }
  .main-nav .navbar-right > li > a:after {
    content: "";
    height: 2px;
    width: calc(100% - 50px);
    background: #fff;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: scaleX(0);
  }
  .main-nav .navbar-right > li > a:hover:after {
    content: "";
    height: 2px;
    width: calc(100% - 50px);
    background: #fff;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .main-nav .navbar-right > li > a:hover,
  .main-nav .navbar-right > li > a:focus,
  .main-nav .navbar-right > li > a:active {
    color: #fff;
  }

  .main-nav:after {
    content: "";
    /* background: url(../img/under-header.png) no-repeat top center; */
    height: px;
    width: 100%;
    opacity: 0.1;
  }
}

/*------------------------------------------------------------------
	. hero section styles
-------------------------------------------------------------------*/

.hero-section {
  margin-top: 30px;
  text-align: center;
  z-index: 99;
  position: relative;
}

.hero-section .big-title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 200;
}

.hero-section .head-light-title {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-section .head-light-title > span {
  font-weight: 300;
}

.hero-section .big-title > span {
  font-weight: 400;
}

.hero-container {
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
  margin-top: 64px;
}

/*------------------------------------------------------------------
	15. footer Styles
-------------------------------------------------------------------*/

#footer-area {
  background: #020e1ffa !important;
  position: relative;
}

#footer-area .msj-send-area .head-tittle {
  color: #e5e8ea;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

#footer-area .msj-send-area #ajax-contact {
  margin-top: 20px;
}

#footer-area .msj-send-area #ajax-contact .col-md-5 {
  padding-left: 0;
}

#footer-area .msj-send-area #ajax-contact input[type="text"] {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;

  border: 0;
  padding: 11px;
  font-size: 13px;
  margin-bottom: 6px;
  border-radius: 3px;
}

#footer-area .msj-send-area #ajax-contact input[type="email"] {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;

  border: 0;
  padding: 11px;
  font-size: 13px;
  margin-bottom: 6px;
  border-radius: 3px;
}

#footer-area .msj-send-area #ajax-contact .col-md-7 {
  padding-left: 0;
}

#footer-area .msj-send-area #ajax-contact .col-md-7 textarea {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;

  border: 0;
  padding: 11px;
  font-size: 13px;
  margin-bottom: 6px;
  border-radius: 3px;
  min-height: 86px;
}

#footer-area .msj-send-area #ajax-contact button {
  background: #c092dc;
  display: block;
  color: #fff;
  border: 0;
  padding: 10px 60px;
  float: right;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50px;
}

#footer-area .msj-send-area #ajax-contact button:hover {
  background: #9e72b9;
}

#footer-area .msj-send-area .success {
  padding: 1em;
  color: #ffffff;
  background-color: #8bc34a;
  border: 1px solid rgb(124, 175, 65);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 14px;
}

#footer-area .msj-send-area .error {
  padding: 1em;
  color: #ffffff;
  background-color: #f44336;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 14px;
}

#footer-area .spacing {
  display: block;
  width: 100%;
  margin-top: 30px;
}

#footer-area .footer-links h3 {
  color: #fff;
  font-weight: bold;
  margin-top: 27px;
}

#footer-area .footer-links ul {
  padding-left: 0;
  margin-top: 20px;
}

#footer-area .footer-links ul > li > a {
  font-size: 16px;
  color: #8b969e;

  display: block;
  margin: 5px 0;
  text-decoration: none;
  text-shadow: 1px 2px 3px rgba(27, 36, 43, 0.48);
}

#footer-area .footer-links ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-area .footer-cntct-info {
  padding: 20px 0px;
  text-align: right;
}

#footer-area .footer-cntct-info .footer-logo {
  font-size: 35px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

#footer-area .footer-cntct-info .footer-logo span {
  font-weight: 100;
}

#footer-area .address {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #8b969e;
  margin: 12px 0;
}

#footer-area .address span {
  display: block;
}

#footer-area .mobandmail {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a7b0b7;
  margin: 19px 0;
}

#footer-area .mobandmail span {
  display: block;
}
#footer-area .mobandmail span > b {
  color: #d2d8dc;
}

/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

/* .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
} */

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }

  #kh-card .product-btn {
    margin-top: 25px !important;
  }
}

.why-tittle {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #05253a;
}

.why-tittle span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 15px;
  margin-top: 5px;

  color: rgba(5, 37, 58, 0.67);
}

#page-helf-photo {
  float: none;
  width: 100%;
  border-bottom: 1px solid #edeeef;
  padding-bottom: 0;
  max-width: 1400px;
  margin: auto 0;
  text-align: center;
}

#page-helf-photo .left-helf-of-page {
  background: url(../img/demo/back.jpg) no-repeat top right;
  min-height: 437px;
  width: 50%;
  float: left;
  display: block;
  background-size: 900px;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.1);
}

#page-helf-photo .right-helf-of-page {
  float: left;
  width: 50%;
  padding: 60px;
  padding-bottom: 0;
}

#page-helf-photo .right-helf-of-page h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #05253a;
}

#page-helf-photo .right-helf-of-page p {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 14px;

  color: rgba(5, 37, 58, 0.67);
  margin-top: 20px;
  line-height: 25px;
}

#page-helf-photo .right-helf-of-page .featurest-of-helf {
  padding: 30px;
}

#page-helf-photo .right-helf-of-page .featurest-of-helf span {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 15px;
  text-align: left;
  color: #05253a;
}

#page-helf-photo .right-helf-of-page .featurest-of-helf span > i {
  color: #8bc34a;
  font-size: 18px;
  margin-right: 6px;
}

.info-sec-serv-fet p > i {
  color: var(--blue);
  font-size: 14px;
}

/*------------------------------------------------------------------
	THE END
-------------------------------------------------------------------*/

.cntct-footer {
  background: var(--lightgray);
  display: block;
  float: left;
  width: 100%;
  border-radius: 6px 6px;
  margin-right: 40px;
  margin-top: -30px;
}

#footer-area .phone-support {
  padding: 16px 33px;
  border-radius: 6px;
  margin-right: 0;
  margin-top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.01);
}

#footer-area .msj-send-area .head-tittle {
  color: #87939c;
  font-family: "Roboto", sans-serif;
  font-weight: 100;

  font-size: 13px;
}

#footer-area .msj-send-area #ajax-contact {
  margin-top: 10px;
  float: left;
  width: 100%;
}

#footer-area .msj-send-area #ajax-contact button:focus {
  outline: 0;
}

.hosing-pakages {
  position: relative;
}

.hosing-pakages:before {
  font-family: Flaticon;
  font-style: normal;
  content: "\f13b";
  color: var(--blue);
  margin-left: 0;
  position: absolute;
  font-size: 128px;
  left: -20px;
  top: 40px;
}

#footer-area .footer-links h3,
#footer-area .footer-links ul {
  position: relative;
}

#footer-area .footer-links h3,
#footer-area .footer-links ul > li {
  list-style: none;
}

.footer-links h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.services-pakages {
  position: relative;
}

.services-pakages:before {
  font-family: Flaticon;
  font-style: normal;
  content: "\f1bb";
  color: var(--blue);
  margin-left: 0;
  position: absolute;
  font-size: 128px;
  left: -40px;
  top: 40px;
}

.company-pakages {
  position: relative;
}

.company-pakages:before {
  font-family: Flaticon;
  font-style: normal;
  content: "\f17e";
  color: var(--blue);
  margin-left: 0;
  position: absolute;
  font-size: 128px;
  left: -60px;
  top: 40px;
}

.faqcontainerspacing {
  justify-content: space-between;
  margin-top: 40px;
  flex-direction: row;
}
@media (max-width: 992px) {
  .faqcontainerspacing {
    justify-content: space-between;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
}

.faqcolumn {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 992px) {
  .faqcolumn {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .faqrow {
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .margin-top-card {
    margin-top: 24px;
  }
  .padbot {
    padding-bottom: 10px;
  }

  .nav-btns {
    margin-top: 88px;
    flex-direction: row !important;
  }
  /* .login-btn{
    display:none  !important;
} */

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  /* .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 41px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} */

  .satellite {
    display: none;
  }
  .space-ship {
    display: none;
  }

  #footer-area .phone-support:after {
    display: none;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .hero-section .big-title {
    font-size: 20px;
  }

  .hero-section .head-light-title {
    font-size: 35px;
  }

  .hero-section .head-light-title > span {
    line-height: 0;
    margin-top: 14px;
    display: block;
  }

  #features-section .col-md-3 {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 5px;
  }

  #hosting-plans .plan {
    margin-bottom: 30px;
  }

  #hosting-plans .plans-fut .col-md-4 {
    width: 50%;
    float: left;
  }

  #hosting-plans .plans-fut .phone-no-last .col-md-4:last-child {
    display: none;
  }

  #hosting-plans .techologhie-on-host .col-md-2 {
    width: 16.66666667%;
    float: left;
  }

  #hosting-plans .techologhie-on-host img {
    width: 100%;
  }

  #hosting-plans .pricing-container .plan .planone,
  #hosting-plans .pricing-container .plan .plantwo,
  #hosting-plans .pricing-container .plan .plantree {
    background-size: cover;
  }

  .col-md-full-cos {
    width: 100% !important;
  }

  #footer-area .phone-support {
    margin-right: 0;
  }

  ul.social-links {
    text-align: center;
  }

  ul.social-links .social-icon {
    float: none;
    display: -webkit-inline-box;
  }

  #footer-area .msj-send-area {
    margin-left: 0;
  }

  #footer-area .spacing {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-links .col-md-3 {
    float: left;
    width: 50%;
  }
  .footer-links .col-md-3 a > img {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  #footer-area .footer-cntct-info {
    text-align: left;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .side-bar-quastions {
    width: 280px;
  }

  .plans-non {
    max-width: 230px;
  }
}

@media (max-width: 1200px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }

  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8;
  }

  .navbar-inverse .navbar-offcanvas {
    background-color: #222;
  }
  .navbar-right {
    margin-top: 40px;
  }

  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -251px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in;
    overflow: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding-top: 62px;
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: var(--darkgray);
    overflow: auto;
  }

  .navbar-offcanvas.in ul > li > a {
    color: #fff;

    padding: initial;
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas.dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas.dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas.dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }

  .offcanvas-toggle {
    display: block;
    color: var(--white);
  }

  .navbar-header {
    width: 100%;
    margin: 0 !important;
    display: flex;

    justify-content: space-between;
  }

  .navbar-form {
    float: none !important;
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-form .form-group {
    width: 100%;
    margin-bottom: 5px;
  }
  .navbar-form .form-group input {
    width: 100%;
  }

  .navbar-nav li {
    float: none;
  }
  .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px !important;
    color: white;
  }
  .navbar-nav li.dropdown.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.offcanvas-toggle .icon-bar {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.offcanvas-toggle.is-open .btmone {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}
.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}
.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(1px, 1px);
  -ms-transform: rotate(45deg) translate(1px, 1px);
  transform: rotate(45deg) translate(1px, 1px);
}

@media (min-width: 991px) and (max-width: 1024px) {
  .megamenucontainpadding .megamenu-hosting .tittlespan {
    display: block;
    padding-top: 20px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #3a7196;
    margin-bottom: 3px;
  }

  .megamenucontainpadding .megamenu-hosting .subtittlespan {
    display: block;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    line-height: 20px;
    color: #7b868e;
    font-size: 12px;
  }
}

.shadow {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
}

.rounded {
  border-radius: 10px;
}

.mcpanel.lazy {
  background-image: none !important;
}

.webp .mcpanel {
  background-image: url("/img/mcpanel.webp");
  box-shadow: 0px 0px 10px 3px rgba(22, 23, 24, 0.432);
}
.no-webp .mcpanel {
  background-image: url("/img/mcpanel.png");
}

.faqHeader {
  font-size: 27px;
  margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
  float: right;
  color: #f58723;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}

.panel-body {
  color: black;
}

.featurelist ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
}

.featurelist ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  width: 100%;
}

.CTA {
  box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.45);
  font-weight: 500;
  display: flex;
}

.CTA:hover {
  color: white;
}

#hosting-plans {
  overflow: hidden;
}

.phone-no-last .col-md-3:hover {
  box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
#hosting-plans .ftr-host {
  border: 0 !important;
}

#hosting-plans .whyus {
  padding: 0px 15px;
  text-align: center;
}

#hosting-plans .whyus h5 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: rgba(7, 38, 59, 0.75);
}

#hosting-plans .whyus h4 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #05253a;
}

#hosting-plans .whyus h4 > span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 15px;
  margin-top: 5px;

  color: rgba(5, 37, 58, 0.67);
}

#hosting-plans .plans-fut {
  padding: 40px 0;
  text-align: center;
}

#hosting-plans .plans-fut .col-md-4 {
  padding: 0;
}

#hosting-plans .ftr-host {
  padding: 36px 40px;
  border-right: 1px solid #eff2f3;
  border-bottom: 1px solid #eff2f3;
  cursor: pointer;
}

#hosting-plans .no-bottm {
  border-bottom: 0;
}

#hosting-plans .no-right {
  border-right: 0;
}

#hosting-plans .ftr-host img {
  max-width: 40px;
  filter: invert(34%) sepia(38%) saturate(3761%) hue-rotate(218deg)
    brightness(96%) contrast(111%);
}

#hosting-plans .ftr-host h5 {
  font-weight: bold;
  font-size: 17px;

  letter-spacing: 1px;
  margin-top: 18px;
  color: #647a88;
}

#hosting-plans .ftr-host p {
  display: block;

  font-size: 13px;
}

#hosting-plans .ftr-host {
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.fut-icon {
  /* position: relative; */
  padding: 8px;
  background-color: var(--lightgray);
  display: flex;
  align-self: flex-start;
  margin-bottom: 16px;
  border-radius: 10px;
}

.fut-icon img {
  transform: rotate(0deg);
  transition: ease-in-out 0.11s !important;
}
.shadow-on-hover:hover .fut-icon img {
  transform: rotate(8deg);
}

#hosting-plans .ftr-host h3 {
  margin-bottom: 8px;
}

.fut-desc {
  text-align: left;
}

/* custom css ruben */

.z-900 {
  z-index: 900;
}

.korting {
  display: flex;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
  position: relative;
  margin-top: -40px;
  align-items: unset;
  justify-content: unset;
}

.korting a {
  z-index: 20;
  font-size: 16px;
  margin-top: 3px;
  margin-left: 12px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.korting svg {
  width: 270px;
  height: 2.2em;
  margin-left: 1px;
}

.panel-showcase svg {
  height: 1em;
}

.CTA svg {
  height: 1.3em;
  margin-left: 6px;
}

.panel-btn {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .panel-btn {
    display: block !important;
  }
}

.centerimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-tittle {
  text-align: center;
}

.trustpilot-cards {
  padding: 20px 15px;
  width: 80%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.tp-logo {
  height: 40px;
}
.trustpilot-cards p {
  margin: unset;
}

.trustpilot-rating {
  display: flex;

  margin-top: auto !important;
}

.trustpilot-title {
  display: flex;
}
@media (max-width: 992px) {
  .trustpilot-title {
    margin-bottom: unset;
  }
}

.stretched {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.align-bot {
  margin-top: 10px !important;
}

.blue-border {
  border-color: #3562ff;
  border-left-style: solid;
  padding-left: 10px;
  border-width: medium;
}

.panel-showcase {
  background: var(--blue);
  flex-direction: row-reverse;
  border-radius: 10px;
  box-shadow: 5px 19px 25px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 992px) {
  .panel-showcase {
    flex-direction: column;
    padding: 50px 0px;
  }
}

.panel-desc {
  max-width: 100%;
  padding: 15px;
}

@media (min-width: 992px) {
  .panel-desc {
    max-width: 50%;
    padding: 45px;
  }
}

.panel-img {
  margin: 0px;
  background-size: cover;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .panel-img {
    margin: 50px;
  }
}

#info .responsivelayout svg {
  height: 1.2em;
}

#textsection1 {
  padding-top: 80px;
}

.textsectionspacing {
  padding: 100px 0px;
}

@media (min-width: 1200px) {
  .head-light-title {
    white-space: nowrap;
  }
}

.secondary-btn {
  font-weight: bold;
  border: 2px solid var(--blue);
  padding: 7px 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff !important;
  background: var(--blue);
  font-size: 17px;
  margin-top: 5px;
  white-space: initial;
  margin-left: 0px;
}

.secondary-btn:hover {
  color: var(--blue) !important;
  background: var(--bluegray) !important;
  text-decoration: none;
}

.faq-heading {
  color: #333;
  border-color: var(--lightgray) !important;
  border-bottom: 3px solid;
}

.blog-post {
  background-color: var(--lightgray);
  box-shadow: 0 6px 20px -10px rgb(0 0 0 / 20%);
  display: flex;
  border-radius: 10px;
  flex-direction: column;
}
.blog-image {
  border-radius: 10px;
  background-size: cover;
  height: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .faqhide {
    margin-top: 50px;
    display: block;
    margin-bottom: 40px;
  }

  /* .hero-container h1 {
    margin-top: 48px;
  } */
}

@media (min-width: 992px) {
  .faqhide {
    display: none;
  }
}

.blog-post .desc {
  padding: 24px;
}
.blog-list {
  gap: 28px;
  display: flex;

  margin-top: 10px;
}

@media (max-width: 500px) {
  .blog-list {
    flex-direction: column;
  }
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin: 8px 0px 5px 0px;
  padding-top: 5px;
}

.faq-title svg {
  height: 2em;
  min-width: 2em;
  fill: var(--deepgray);
}

.panel-body {
  background-color: var(--lightgray);
  font-weight: 500;
  text-align: left;
  padding: 24px;
  border-radius: 0px 0px 10px 10px;
}

.transform {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(-90deg);
}

.transform-active {
  transform: rotate(0deg);
}

@media (max-width: 756px) {
  .spacingmobile {
    padding: 0px 15px;
  }
}
.splide__pagination {
  bottom: unset !important;
}

@media (min-width: 992px) {
  .carrousel-hide {
    display: none;
  }
}

@media (max-width: 992px) {
  .trustpilotrow-hide {
    display: none;
  }
}

.wrmkiesjijspacing {
  padding: 80px 0px;
}

/* .wrmkiesjijspacing p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
} */

@media (max-width: 757px) {
  .wrmkiesjijspacing {
    padding: 100px 15px;
  }
}

.textnumber1:before {
  font-family: "franklin_gothic_mediumregular", "Arial Narrow", Arial,
    sans-serif;
  font-style: normal;
  content: "1";
  color: rgba(23, 45, 247, 0.068);
  margin-left: 0;
  position: absolute;
  font-size: 100px;
  left: -10px;
  top: -30px;
}

.textnumber2:before {
  font-family: "franklin_gothic_mediumregular", "Arial Narrow", Arial,
    sans-serif;
  font-style: normal;
  content: "2";
  color: rgba(23, 45, 247, 0.068);
  margin-left: 0;
  position: absolute;
  font-size: 100px;
  left: -10px;
  top: -30px;
}

.textnumber3:before {
  font-family: "franklin_gothic_mediumregular", "Arial Narrow", Arial,
    sans-serif;
  font-style: normal;
  content: "3";
  color: rgba(23, 45, 247, 0.068);
  margin-left: 0;
  position: absolute;
  font-size: 100px;
  left: -10px;
  top: -30px;
}

.textnumber4::before {
  font-family: "franklin_gothic_mediumregular", "Arial Narrow", Arial,
    sans-serif;
  font-style: normal;
  content: "4";
  color: rgba(23, 45, 247, 0.068);
  margin-left: 0;
  position: absolute;
  font-size: 100px;
  left: -10px;
  top: -30px;
}

.groencontainer {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .groencontainer {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.responsiveimg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.responsivelayout {
  width: 48%;
}

@media (max-width: 992px) {
  .responsivelayout {
    width: 100%;
  }
}

/* .angled-asset {
    position: absolute;
    background-color: var(--darkgray);
    transform: rotate(15deg);
    width: 100%;
    height: 600px;
    z-index: -1;
    left: -200px;
} */

/* .angled-asset2 {
    position: absolute;
    background-color: var(--lightgray);
    transform: rotate(-2deg);
    width: 120%;
    height: 800px;
    z-index: -1;
    
    padding-top: 100px;
    margin-top: -250px;
    overflow: hidden;
    margin-left: -100px;
   border-radius: 100% 0% 100% 5% / 13% 81% 19% 87% ;
}

 .stars svg {
    height: 300px !important;
    opacity: 0.3;
    position: absolute;
    right: 10%;
}

 */
.white-text {
  color: var(--lightgray);
}

.accordion-toggle[aria-expanded="true"] .transform {
  transform: rotate(0deg);
}

/* From uiverse.io by @alexmaracinaru */
.passive-btn {
  border: none;
  background: none;
}

.passive-btn span {
  padding-bottom: 7px;
  letter-spacing: 3px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.passive-btn svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  color: var(--blue) !important;
}

.passive-btn:hover svg {
  transform: translateX(0);
}

.passive-btn:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: var(--blue-white-contrast);
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.8px;
  bottom: 0;
  left: 0;
  background-color: var(--blue-white-contrast);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.passive-btn:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.rect1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  background: #29323e;
  mix-blend-mode: luminosity;
  opacity: 0.16;
  -webkit-transform: translate(-40%, -60%) rotate(13.85deg);
  -ms-transform: translate(-40%, -60%) rotate(13.85deg);
  transform: translate(-40%, -60%) rotate(140.85deg);
  border-radius: 30px;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1f6ff),
    to(rgba(245, 245, 245, 0))
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    #f1f6ff 0,
    rgba(245, 245, 245, 0) 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1f6ff),
    to(rgba(245, 245, 245, 0))
  );
  mask-image: linear-gradient(180deg, #f1f6ff 0, rgba(245, 245, 245, 0) 100%);
}

.rect2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20%;
  top: 30%;
  z-index: -1;
  background: #fff;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  -webkit-transform: translate(-40%, -60%) rotate(13.85deg);
  -ms-transform: translate(-40%, -60%) rotate(13.85deg);
  transform: translate(-40%, -60%) rotate(20.85deg);
  border-radius: 30px;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1f6ff),
    to(rgba(245, 245, 245, 0))
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    #f1f6ff 0,
    rgba(245, 245, 245, 0) 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1f6ff),
    to(rgba(245, 245, 245, 0))
  );
  mask-image: linear-gradient(180deg, #f1f6ff 0, rgba(245, 245, 245, 0) 100%);
}

.grow-on-hover {
  transition: 0.2s ease-in-out;
}
.grow-on-hover:hover {
  transform: scale(1.02);
}

a.remove-link-style {
  text-decoration: none;
  color: inherit;
}

/* Ruben edits */
@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

/* nav */
.navcontainer {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.max-w {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 40px);
}

.max-w-wide {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 40px);
}

.navbar-right {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .navbar-right {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .max-w {
    max-width: 1300px;
  }

  .max-w-wide {
    max-width: 1350px;
  }

  .navbar-right {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

.nav-logo {
  vertical-align: middle;
  width: 190px;
}

.container {
  display: flex;
}

.col-md-3,
.col-md-4 {
  flex-basis: 307px;
  flex-grow: 1;
  max-width: 380px;
}
@media screen and (min-width: 1024px) {
  .col-md-3,
  .col-md-4 {
    max-width: 307px;
  }
}

a {
  text-decoration: none;
  color: var(--blue-white-contrast);
}

ul.nav.navbar-nav.navbar-right {
  list-style-type: none;
}

@media (max-width: 1200px) {
  ul.nav.navbar-nav.navbar-right {
    gap: 32px;
    align-items: flex-start;
    border-left: var(--blue) 2px solid;
    padding-left: 20px;

    min-width: 180px;
  }
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.featurelist {
  max-width: 61%;
  height: auto;
}

.max-half {
  flex: 1;
}

.collapse {
  display: NONE;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: unset;
  line-height: 125%;
}

/* modal css */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-body {
  padding: 28px 0px 16px 0px;
  display: flex;
  flex-direction: column;
}
.modal-content {
  padding: 32px;
  position: relative;
  background-color: var(--lightgray);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--darkgray);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header .close {
  right: 40px;
  position: absolute;
  font-size: 24px;
}
.modal-title {
  margin: 0;
}

.modal-content .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-btn {
  padding: 10px 12px;
  margin-left: -5px;
  border-radius: 0px 5px 5px 0px;
  background: var(--deepgray);
  color: var(--bluegray);
  font-weight: 500;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--blue);
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
}

.modal-content .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}

.modal-content input[type="radio"] {
  width: 1.2em;
  height: 1.2em;
}

.modal-content input:checked {
  accent-color: var(--blue);
}
.modal-footer {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 16px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 50%;
    margin: 40px auto;
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.primary-btn span,
.primary-btn svg {
  z-index: 10;
  position: relative;
  transition: 0.4s ease-in-out !important;
}

.primary-btn:hover span,
.primary-btn:hover svg {
  color: var(--blue);
  transition: 0.3s ease-in-out !important;
  transition-delay: 0.3s;
}

.primary-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--bluegray);
  transform: translateX(0%);
  transition: all 0.4s ease-in-out;
}
.primary-btn:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--bluegray);

  transform: translateX(0%);
}

@media (max-width: 1200px) {
  .hero-section .primary-btn {
    margin-bottom: 100px;
  }
}

.wrap {
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 38px;
}

@media (max-width: 1050px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

h2,
.h2 {
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: unset;
  font-size: 36px;

  color: var(--darkgray);
  line-height: 1.25;
}

h3,
.h3 {
  margin-top: unset;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

h5 {
  margin-bottom: 8px;
  /* margin-top: 20px; */
}

p {
  font-size: 18px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #484848;
  font-display: swap;
  letter-spacing: 0.2px;
  line-height: 1.43;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}

.tooltiptext {
  visibility: hidden;
  width: 128px;
  background-color: var(--white);
  color: var(--darkgray);
  text-align: center;
  border-radius: 5px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.3s;
  margin-left: -64px;
  box-shadow: rgba(22, 17, 48, 0.04) 0px 12px 24px 0px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltiptext::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: var(--blue) transparent transparent transparent;
}

.tooltip:hover + .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}

.hero-titel {
  text-align: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

@media (max-width: 1050px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.primary-btn {
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff !important;
  background: var(--blue);
  font-size: 17px;
  margin-top: 5px;
  white-space: initial;
  margin-left: 0px;
  position: relative;
  cursor: pointer;
}

.primary-btn span,
.primary-btn svg {
  z-index: 10;
  position: relative;
  transition: 0.3s ease-in-out !important;
}

.primary-btn:hover span,
.primary-btn:hover svg {
  color: var(--blue);
  transition: 0.2s ease-in-out !important;
  transition-delay: 0.2s;
}

.primary-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--bluegray);
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.primary-btn:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--bluegray);
  border-radius: 5px;

  transform: translateX(0%);
}

.product-card {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  box-shadow: rgba(22, 17, 48, 0.04) 0px 12px 20px 1px;
}
.product-card img {
  max-width: 50%;
}

.prembungee .product-card img {
  max-width: 50%;
}
@media (min-width: 1048px) {
  .prembungee .product-card img {
    max-width: 58%;
  }

  #premium .prembungee .product-card img {
    max-width: 68%;
  }
}
.product-btn {
  padding-top: 25px;
  border-top: 2px solid #e6e7eb;
  margin-top: 25px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodgrid .product-btn,
.grid-4 .product-btn {
  padding-top: 25px;
  border-top: 2px solid #e6e7eb;
  margin-top: 25px;
  margin-top: auto;
}

.product-prijs {
  padding: 0px !important;
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

/* .product-prijs::after {
  z-index: -1;
  content: "";
  background: url(/img/productcardpriceblob.svg) no-repeat;
  height: 70px;
  width: 150px;
  position: absolute;
  left: 0;
  margin-top: -5px;
} */

.product-prijs span {
  font-size: 18px;
}

.productnaam {
  font-weight: 600;
  font-size: 22px;
}

.product-card .prijscontainer {
  display: flex;
  justify-content: center;
}

.clouds-content {
  margin-bottom: 10px;
}
.benedenruimte {
  margin-bottom: 10px !important;
}

.cloud-section {
  background-color: var(--lightgray);
}
.footer-links {
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}

@media (max-width: 1200px) {
  .hide-mobile {
    display: none !important;
  }

  .blog-post .desc h3 {
    font-size: 18px;
  }
  .panel-btn .primary-btn {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 16px;
  }
}

.text-left {
  text-align: left;
}

.centerimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.darkbgp {
  color: #f1f1f1 !important;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.cloud-tittle {
  padding-top: 40px;
}
.cloud-tittle h5 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.inforow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.infoblock {
  flex: 1;
  margin-bottom: 20px;
}

p {
  font-family: "Open Sans", "Sans";
}
.row {
  display: flex;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .row-flex {
    gap: 20px;
  }
}

.row-flex {
  gap: 18px;
}
@media (min-width: 768px) {
  .row-flex {
    gap: 64px;
  }
}

.wh-features {
  flex: 1;
  padding: 24px;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-group {
  display: flex;
}

.accent-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.banner {
  position: absolute;

  left: 8px;
  top: 8px;
  color: var(--blue);
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.banner svg {
  color: var(--blue);
  fill: var(--blue);
}

.banner span {
  margin-top: 4px;
}

.windows-supported {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 28px;
  width: 28px;
  fill: var(--gray);
}

.alert {
  padding: 16px;
}

.alert-warning {
  background-color: #e0ca00c4;
  color: var(--deepgray);
}

.alert-success {
  background-color: #009e5cd0;
  color: var(--white);
}

.alert-danger {
  background-color: #ee1c00c1;
  color: var(--white);
}

.dedicated-plans-sse thead > tr {
  background-color: var(--deepgray);
  color: white;
}

.dedicated-plans-sse tbody > tr > td {
  border: 0;
  padding: 12px 24px;
  border-bottom: 2px solid var(--lightgray);
  color: #203b4c;
  position: relative;
  height: 60px;

  text-align: center;
}

.modal-row {
  text-align: left;
  flex-direction: column;
  gap: 42px;
}

option:hover {
  background-color: #009e5cd0 !important;
}

.medw-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 6px 20px -10px rgb(0 0 0 / 20%);
}

.medw-card h4 {
  margin-top: 8px;
}

.grass-block {
  position: absolute;
  left: 10%;
  top: -40px;
  transform: rotate(-15deg);
}

.crafting-table {
  position: absolute;
  left: 25%;
  bottom: -60px;
  transform: rotate(5deg) scale(0.9);
}

@media (min-width: 1024px) {
  .grass-block {
    left: 10%;
    top: -20px;
  }

  .crafting-table {
    left: 25%;
    bottom: -40px;
  }
}

/*  dedi styles */
.xeon {
  color: var(--white);
  background-color: #0068b5;
  padding: 8px 16px;
  border-radius: 5px;
}

.amd {
  color: var(--white);
  background-color: #d51218;
  padding: 8px 16px;
  border-radius: 5px;
  display: flex;
}
.dedi-row {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dedi-btn {
  border-top: 2px solid var(--light);
  padding-top: 24px;
  margin-top: 24px;
}

.netniet {
  text-align: center;
}
.dedi-wrap {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  gap: 24px;
  justify-content: center;
}

.dedi-card {
  background-color: var(--white);
  padding: 24px;
  border-radius: 10px;
  flex-grow: 1;
  max-width: 100%;
  box-shadow: rgba(22, 17, 48, 0.04) 0px 12px 24px 0px;
}

.dedi-card h3 {
  margin-bottom: unset !important;
}

@media (min-width: 768px) {
  .netniet {
    text-align: left;
  }

  .dedi-card {
    max-width: 48%;
  }
}

@media (min-width: 1024px) {
  .dedi-card {
    /* grid-template-columns: repeat(3, minmax(250px, 1fr)); */

    width: 100%;
    max-width: 32%;
  }
}

/*  */

.chooser {
  padding: 6px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #e6e9ee;
  border-radius: 30px;
  margin: 40px 0px;
  list-style-type: none;
}

.chooserbutton {
  display: inline-block;
  padding: 15px 28px;
  cursor: pointer;
  color: var(--blue);
  font-weight: bold;
  text-transform: uppercase;
  transition: ease-in-out color 0.2s, background-color 0.4s;
}

#budgetbutton,
#premiumbutton {
  border-radius: 22px;
  background-color: var(--white);
  color: var(--blue);
}

.budgetbutton.chosen {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.premiumbutton.chosen {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.gridwrmkjij {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

@media (max-width: 768px) {
  .gridwrmkjij {
    grid-template-columns: 1fr;
  }
}

#test1:after,
#mcpanelshowcase:after {
  content: "";
  background: url(/img/Vector33v2.svg) no-repeat left;
  position: absolute;
  background-size: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  z-index: 0;
}

#test2:after {
  content: "";
  background: url(/img/Vector33.svg) no-repeat left;
  position: absolute;
  background-size: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  z-index: 0;
}

@media (max-width: 768px) {
  #mcpanelshowcase:after {
    top: -560px;
  }
}
.ouder-banner {
  gap: 16px;
  align-items: center;
  background-color: var(--lightgray);
  padding: 24px;
  border-radius: 10px;
  box-shadow: rgba(22, 17, 48, 0.04) 0px 12px 24px 0px;
}

#minecraftfeatures .col-md-4 {
  max-width: 500px;
}

#vacatures .col-md-4 {
  box-shadow: rgba(22, 17, 48, 0.04) 0px 12px 24px 0px;
}

.col-md-3,
.col-md-4 {
  flex-basis: 307px;
  flex-grow: 1;
  max-width: 380px;
}

@media (min-width: 1024px) {
  .col-md-3,
  .col-md-4 {
    max-width: 307px;
  }
}

#minecraftfeatures p {
  font-size: 16px;
}

#minecraftfeatures {
  padding: 100px 0px;
}

.modal-btn {
  border-radius: 5px !important;
}

/*  Keuzehulp */
.khbox {
  display: flex;
  background-color: var(--white);
  padding: 30px 60px;
  justify-content: center;
  margin-top: -60px;
  z-index: 100;
  border-radius: 10px;
  align-items: center;
  gap: 40px;
}

.keuzehulp-text {
  text-align: start;
  border-right: 2px solid var(--lightgray);
  padding-right: 25px;
}

@media (max-width: 768px) {
  .keuzehulp-text {
    text-align: center;
    border-right: unset;
    padding-right: unset;
  }
}

.kh-selector-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: var(--darkgray) !important;
}
/*  */
#whhavps .ftr-host {
  background-color: var(--lightgray) !important;
  box-shadow: 5px 8px 15px -3px rgba(0, 0, 0, 0.07);
}
#whhavps .ftr-host .fut-icon {
  background-color: var(--white);
}

.vpspanelshowcase {
  align-items: center;
  gap: 48px;
  background: var(--blue);
  padding: 100px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: -360px;
}

@media (max-width: 992px) {
  .mc .row {
    flex-direction: column-reverse;
  }

  .vpspanelshowcase {
    flex-direction: column !important;
  }
}
@media (min-width: 992px) {
  .vpspanelshowcase {
    padding: 100px 48px;
  }
}

.OS {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  border-radius: 10px;
  background-color: var(--white);
  max-width: 45%;
}

.blue {
  color: var(--blue);
}

#selector .modal-btn {
  margin-left: unset;
}

#domain-search {
  margin: 105px auto;
  max-width: 790px;
  position: relative;
}

#domain-search:hover {
  max-width: 820px;
}

#domain-search input[type="text"] {
  height: 53px;
  width: 100%;
  border: 0;
  border-radius: 58px;
  padding: 5px 30px;
  font-size: 14px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.7);
  z-index: 2;
  position: relative;
}

#domain-search select {
  z-index: 5;
  position: absolute;
  top: 4px;
  height: 45px;
  right: 57px;
  padding: 0 25px;
  font-size: 15px;
  border: 0;
  background: rgba(207, 211, 212, 0.47);
  color: #8f9a9c;
  border-radius: 60px;
}

#domain-search select:focus {
  outline: none;
}

#domain-search:after {
  content: "";
  width: 81px;
  height: 79px;
  background: url(../img/spacer.png) no-repeat top center;
  position: absolute;
  left: 28px;
  top: -76px;
  z-index: 1;
}

#domain-search input[type="text"]:focus {
  outline: none;
}

#domain-search button {
  position: absolute;
  right: 5px;
  top: 3.5px;
  background: rgb(38, 182, 223);
  background: -moz-linear-gradient(
    top,
    rgba(38, 182, 223, 1) 0%,
    rgba(0, 173, 221, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(38, 182, 223, 1) 0%,
    rgba(0, 173, 221, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(38, 182, 223, 1) 0%,
    rgba(0, 173, 221, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b6df', endColorstr='#00addd',GradientType=0 );
  border: 0;
  color: #fff;
  height: 46px;
  border-radius: 90px;
  width: 46px;
  opacity: 0.7;
  z-index: 3;
}

#domain-search button:focus {
  outline: none;
}

#domain-search button:hover {
  opacity: 1;
}

#domain-search button > img {
  width: 30px;
}

.footer-links .col-md-3 {
  flex-basis: 240px !important;
}

.mc-panel1 {
  /* content: url(/img/light.webp);
  transition: all 0.3s ease-in-out; */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.hvr:hover .mc-panel1 {
  opacity: 1;
}

.mc-panel:hover {
  background-image: url(/img/light.webp) !important;
}

.dc-btn {
  background: #29323e;
  transition: ease-in-out 0.08s;
}

.dc-btn:hover {
  background: #3a4047;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: var(--darkgray) !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggle {
  background-color: white;
  padding: 10px;
  border-radius: 100px;
}

#kooplink:has(button:disabled) {
  pointer-events: none;
  cursor: default;
}

#koopbtn:disabled {
  background: gray;
}
