* {
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Rubik', sans-serif;
	font-size:1rem;
    margin: 0;
    background: #f5f5f5;
    overflow-x: hidden;
    color: #223651;
}


input, textarea, button {
  font-family: 'Rubik', sans-serif;
  font-size:1rem;
  color: #223651;
  border: none;
}

/*Setting for shadows*/

:root {
  --color-primary: #223651b5;
  --color-secondary: #22365196;
  --color-tertiary: #2236518a;
  --color-quaternary: #22365157;
  --color-quinary: #22365105;
  --initial-skew: skewX(353deg);
  /*rotateX(334deg) rotateZ(6deg) rotateY(3deg);*/
}


.wrapper{
    width: 100%;
    max-width: 1180px;
   padding: 0px 0px 0px 0px;
    margin: 0 auto;
    

}


/*HERO Section*/
.hero li {
  float: left;
  width: 46%;

  margin: 3% 1% 3% 3%;
 list-style-type: none;
   
    
}

.hero a:link, .hero a:visited {

  text-decoration: none;
    font-weight: 500;
    color: #223651;
}


#heroimg{


  width: 85%;
  
  box-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary),
    9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
 
  animation: shadows 2s ease-in infinite;
  transform: skewX(353deg);
  border-radius: 5px;
  border: 2px solid #d49dde;
}




@keyframes shadows {
  0% {
    box-shadow: none;
    transform: var(--initial-skew);
  }
  10% {

    transform: var(--initial-skew) translate(-2px, -2px);
    box-shadow: 3px 3px 0 var(--color-secondary);
  }
  20% {
    transform: var(--initial-skew) translate(-3px, -3px);
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary);
  }
  30% {
    transform: var(--initial-skew) translate(-4px, -4px);
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  40% {
    transform: var(--initial-skew) translate(-5px, -5px);
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }
  50% {
   
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }
  60% {
   
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }
  70% {
    
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  80% {
    
    box-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary);
  }
  90% {
    
    box-shadow: 3px 3px 0 var(--color-secondary);
  }
  100% {

    box-shadow: none;
    
  }
}



/*Grid for images*/



.item2 { grid-area: screen1;
}
.item3 { grid-area: screen2; }
.item4 { grid-area: screen3; }

.item2 #heroimg{
  animation-delay: 0s;
}

.item3 #heroimg{
  animation-delay: -200ms;
}

.item4 #heroimg{
  animation-delay: -900ms;
}

.grid-container{
  display: grid;
  grid-template-areas: 
  '. screen1 screen1 .'
  'screen2 screen2 . .'
  'screen2 screen2 screen3 screen3';
  gap: 10px;
  grid-row-gap: 25px;
  margin-left: 1rem;
  margin-bottom: 2rem;
}




.hero {

  background: linear-gradient(0.27turn, rgb(0 0 0 / 0%) 50%, #ffffff08 50%, rgb(0 0 0 / 0%) 99%), linear-gradient(0.27turn, #3f87a6 37%, #d49dde 70%);

  
 
  margin-bottom: 12px;
float:none;
}




/*-----Start of Navigation-------*/

header nav li ul{
    
  display: none; 
   z-index: 9999;
   backdrop-filter: blur(3rem);
 }

header nav li :hover{
   cursor: pointer;
 
display: block;
 
}

header nav li:hover ul, header nav li:active ul{
   
   display: block;   
   position: absolute;
  
 }

header nav li:hover li{
   
   float: none;

 }

 .language ul li {
   padding: 1.5em 0em 0em 0em;
   float: none;
 }

.language ul{
  box-shadow: 0px 5px 10px #f5f5f529;
}




.flex{
 display: flex;
gap: var(--gap, 1.3rem);
align-items: center;
justify-content: flex-start;
}

.logo{

 margin:1rem;
 width: 70%;
 opacity: 80%;
}

.primary-header {
 align-items: center;
 justify-content: space-between;
}

.primary-navigation {
 list-style: none;
 padding: 0;
 margin: 0;
 white-space: nowrap;
 color: #223651;
 text-decoration: none;
 
    font-weight: 500;
   
}

#primary-navigation li {
 margin: 0;
}


.mobile-nav-toggle {
 display: none;
}

/*--end of Navigation-------------*/


.hero h1{

 font-size:2.5rem;
 
  
color:#f5f5f5;
font-style: italic;
font-weight: 500;
line-height: 1.3;
margin:1% 0 1% 0; 
}





.hero h2{
margin: 1% 0 1% 0; 
   
font-weight: 500;
line-height: 1.3;
font-size:2.2rem;
 color:#223651;
 font-style: italic;
 }






/*------END of HERO Section*-----------*/




/*4 tabs start*/
.staggered-animation-container7 li {
  width: 20%;
  text-align: center;
  margin: 1%;
  list-style-type: none;
  padding: 1%;
  border: 1px solid #d49dde;
  border-radius: 5px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis:auto;
 box-shadow: 3px 3px 0 #d49dde;
}

.staggered-animation-container7 li p {
  color: #223651;
  text-decoration: none;
  

text-align: center;
  margin: 10px 0px 5px 0px;

line-height:150%;
  
  
}

.staggered-animation-container7 ul{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}

.staggered-animation-container7 h4 {
  
  font-size:2rem;
  margin:30px 0px 5px 0px;
     text-align:center;
    color: #223651;
    display: block;
    font-weight: normal;
}


.staggered-animation-container7 h4 {
  
  font-size:22px;
  margin:10px 0px 1px 0px;
     text-align:center;
    color: #223651;
    display: block;
    font-weight: normal;
  }
  


  #noborder{
    border: none;
    box-shadow: none;
  }
/*4 tabs end*/







.staggered-animation-container a:link, .staggered-animation-container a:visited, footer a:link, footer a:visited, .staggered-animation-container1 a:link, .staggered-animation-container1 a:visited, .staggered-animation-container2 a:link, .staggered-animation-container2 a:visited, .staggered-animation-container3 a:link, .staggered-animation-container3 a:visited, .staggered-animation-container4 a:link, .staggered-animation-container4 a:visited, .staggered-animation-container5 a:link, .staggered-animation-container5 a:visited, .yout a:link, .yout a:visited, .product1 a:link, .product1 a:visited, .modern a:link, .modern a:visited, .staggered-animation-container8 a:link, .staggered-animation-container8 a:visited, .contact-container a:link, .contact-container a:visited, .cook a:link, .cook a:visited {
 text-decoration:none;
    font-weight: 600;
    color: #3f87a6;
     
}




#wrappercontact, #wrapperfooter,  #wrappercontact1 {
    width: 100%;
    max-width: 1180px;
   padding: 0px 0px 0px 0px;
    margin: 0 auto;
    

}

#centeredguy h1 {
  text-align: center;
margin-bottom: 2rem;
font-weight: 600;
font-size: 2.3rem;
}


#centeredguy {
  text-align: center;
margin-bottom: 2rem;

}







.staggered-animation-container a:hover, footer a:hover, .staggered-animation-container1 a:hover, .staggered-animation-container2 a:hover, .staggered-animation-container3 a:hover, .staggered-animation-container4 a:hover, .staggered-animation-container5 a:hover, .staggered-animation-container7 a:hover, .yout a:hover, .modern a:hover, .staggered-animation-container8 a:hover, .hero a:hover, .cook a:hover, .contact-container a:hover {
   text-decoration: underline;
    
}


.staggered-animation-container7 a:link, .staggered-animation-container7 a:visited {
 text-decoration:none;
color: #3f87a6;
 
     
}
 .staggered-animation-container7 ul li:hover {
   text-decoration: underline;
background-color: #d49dde26;
     cursor: pointer;
}






.button, .g-recaptcha {
  background-color: #d49dde;
  border: 1px solid #ffffff;
  color: #223651;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin: 15px 5px 15px 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  transform: skewX(353deg);
  box-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  font-weight: 500;
}

.g-recaptcha {
  animation: shadows 2s ease-in infinite;

}

.button:hover, .g-recaptcha:hover {
  transform: skewX(353deg);
  animation: shadows 2s ease-in infinite;
  text-decoration: underline;
}


#forbutton a:link, #forbutton a:visited {

  font-weight: 500;
  color: #223651;
}


.buttonsimple, .buttoncook {
  background-color: #d49dde;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  transition: 1s;
 
}

.buttonsimple:hover, .buttoncook:hover {
  background-color: #223651;
  

}


.free a:link, .free a:visited{
  text-decoration:none;
  color: #ffffff;
}


.buttonfaq {
  background-color: #ffffff;
   
  border: 1px solid #cc3333;
   color: #cc3333;
   padding: 15px 20px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   border-radius: 5px;
   margin: 50px 5px 15px 5px;
   cursor: pointer;
   transition: 1s;

}


#footers {
 
  
   background: #cfcfcf;
    
 
 
    

    text-align: center;
    
    list-style-type: none;
   

}

#footers p{

	   text-align:center;
	   
    line-height:150%;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 999;
 
  outline: none;
 
 
  cursor: pointer;
  padding: 12px;
  border-radius: 5px;

  background-color: #d49dde;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    
    border-radius: 5px;
    margin: 0;
    
  
}


#myBtn:hover{
  background-color: #223651;
} 












.os-animation, .staggered-animation-container, .staggered-animation-container1, .staggered-animation-container2, .staggered-animation-container3, .staggered-animation-container4, .staggered-animation-container5, .product1, .staggered-animation-container7, .yout, .contact-container  {
    margin-top: 3rem;
    margin-bottom: 3rem;
	float:none;
	
}




/* for the footer */
.staggered-animation-container8   {
  margin-top: 12px;
  margin-bottom: 0px;
float:none;

}


.os-animation ul, .staggered-animation-container ul,  .staggered-animation-container1 ul, .staggered-animation-container2 ul, .staggered-animation-container3 ul, .staggered-animation-container4 ul, .staggered-animation-container5 ul, .product ul, .product1 ul, .yout ul, .hero ul, .modern ul, .staggered-animation-container8 ul, .contact-container ul {

 

    padding: 0;
    margin: 0;
   
}

#gobe {
  /* 1. Use Flexbox */
    display: flex;
    
    /* 2. Vertically center the items */
    align-items: center; 
    
    /* 3. Wrap items if the screen is too narrow (e.g., mobile) */
    flex-wrap: wrap; 
    
    /* Optional: Remove default list padding/margins */
    list-style: none;
    padding: 0;
    margin: 0;
}

.yout ul{

  display:flex;
  flex-wrap: wrap;
  align-items:center;
} 

.staggered-animation-container7  h3, .yout ul h6, .yout ul h7, .staggered-animation-container3 h9,  .staggered-animation-container3  h10, .staggered-animation-container7 h8, .yout ul h1, .yout ul h2, .yout ul h3, .yout ul h4, .yout ul h5, .yout ul h7 {
  font-size: 2rem;
  font-weight: 400;
}





.yout li{
  flex-grow: 1;

}


.iframe-container{
  position: relative;
display: flex;
background-color: #031731;
border: none;
border-radius: 5px;


}
.iframe-container iframe{
  flex: 1;
  border-radius: 5px;
 
}

.os-animation ul:after, .staggered-animation-container ul:after,  .staggered-animation-container1 ul:after, .staggered-animation-container2 ul:after, .staggered-animation-container3 ul:after, .staggered-animation-container4 ul:after, .staggered-animation-container5 ul:after, .product ul:after, .product1 ul:after, .staggered-animation-container7 ul:after, .yout ul:after, .hero ul:after, .modern ul:after, .staggered-animation-container8 ul:after, .contact-container ul:after {
    content: "";
    clear: both;
    display: block;
    
}

.os-animation li, .staggered-animation-container li, .staggered-animation-container1 li, .staggered-animation-container2 li, .staggered-animation-container3 li, .staggered-animation-container4 li, .staggered-animation-container5 li, .yout li, .staggered-animation-container8 li {
    float: left;
    width: 46%;
  
    margin: 3% 1% 3% 1%;
   list-style-type: none;
    /* box-shadow: 5px -5px 8px 0 rgba(0, 0, 0, 0.2); */
    
      
}



#seventyfive {
  float: left;
  width: 61%;
 
  margin: 1%;
 
  list-style-type: none; 
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}


#twentyfive {
  float: left;
  width: 29%;
  padding: 3%;
  margin: 1%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  list-style-type: none; 
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}




#reasons {
  font-size: 1.5rem;
  color: #3f87a6;
  
}






.product1 li  {
    float: left;
    width: 94%;
    height: 98%;
    margin: 2%;
  
    list-style-type: none; 
    display: flex;
    flex-direction: column;

}





.staggered-animation-container2 ul li ul li {
    float: left;
    width: 98%;
    height: 98%;
    margin: 2%;
     list-style-position: inside;
    list-style-type:square;
    margin: 0;
  padding: 0;
line-height:150%;
    
    
        color: #333;
    text-decoration: none;
    
   
 text-align: left;
    
  

 
}




.bullets li  {
  background: url(/img/check-mark-bullets.png) no-repeat 0px 2px;;
  list-style-type: none;
  margin: 0;
  padding: 0px 22px 7px 22px;
  vertical-align: middle;
  width: 90%;
height: 98%;
line-height:150%;
color: #223651;


} 


#bulletz li
{
    background: url(/img/check-mark-bullets.png) no-repeat 0px 4px;;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 7px 28px;
    vertical-align: middle;
    width: 90%;
  height: 98%;
  line-height: 150%;
  color: #333;
  font-size: 20px;
}

#bulletz {

padding-top: 3%;


}





/*check box start*/
   /* The container */
.checkboxcontainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
   padding-top: 5px;
  margin: 5px 0px 22px 13px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    text-align: center;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
 
  border: 2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #cc3333;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #cc3333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------------------check box end-----------------------------*/
    







#small{
    font-size: 10px;
    line-height: normal;
    width: 90%;
    color:#ffffff;
}


.error {
    
    line-height: normal;
    width: 90%;
    color:#b61e1e;
}

.status {
   
    color:#ffffff;
}


/* if you choose to hide the badge, please use*/
.grecaptcha-badge { visibility: hidden; }

/*separate pages end*/


















.os-animation li img, .staggered-animation-container li img, .staggered-animation-container1 li img, .staggered-animation-container2 li img, .staggered-animation-container3 li img, .product li img,  .staggered-animation-container7 img {
    width: auto;
    height: 80px;
    margin: 5% 0 5% 0;
    
}

#logoandicon img {

width: auto;
height: 80px;
margin: 0px 0px 5px 0px;
opacity: 1;

}

 .product1 img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  
}

/*icon images*/

.staggered-animation-container5 li img {
    width: auto;
    height: 55px;
    margin: 0px 10px 5px 0px;
    /*float: left;*/
    display:inline-block;
    border-radius: 85%;
    
}
/*iconsforproducst*/

.staggered-animation-container7 img {
    width: auto;
    height: 90px;
    margin: 0px 0px 5px 0px;
    
}


.nameforquote{
  font-weight:500;
  
  
}

/*majority of img*/


#General_images, #youtubeoverlay {
    
   height: auto;
   width:100%;
    border-radius: 5px;
    box-shadow: 3px 3px 15px var(--color-secondary);
    border: 2px solid #ffffff;
    background-color: #223651;
    cursor: pointer;
}



.os-animation li p, .staggered-animation-container li p, .staggered-animation-container1 li p, .staggered-animation-container2 li p, .staggered-animation-container3 li p,  .staggered-animation-container5 li p, .product1 li p, .yout li p, .hero li p, .modern li p, .staggered-animation-container8 p {
    
    text-decoration: none;
    

 text-align: left;
    margin: 10px 0px 5px 0px;

  line-height:150%;
    
    
}


.sec {
  
      color: #cc3333;
    
  }


.os-animation h3, .staggered-animation-container h3, .staggered-animation-container1 h3, .staggered-animation-container2 h3, .staggered-animation-container3 h3, .staggered-animation-container4 h3, .staggered-animation-container5 h3, .yout h3, .hero h3,  .product1 h3 {
  font-size: 2rem;
  margin: 0px 0px 20px 0px;
  text-align: left;
  color: #223651;
  display: block;
  font-weight: normal;
  }

 









/*start slider*/

.ism-slider {
  box-sizing: border-box}
 .mySlides1, .mySlides2, .mySlides3 {display: none}
img {vertical-align: middle;
 }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  
}

#sld {
  opacity: 1;
  
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  font-size: 18px;
  
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 150;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}







/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/*end slider*/



/*faq start*/
.accordion {


  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
 
 font-weight: 500;
  transition: 0.4s;
 /* margin: 0% 20% 0% 20%;*/
}

.active, .accordion:hover {
  background-color: #d49dde;
}

.accordion:after {
  content: '\002B';
 
  font-weight: 600;
  float: right;
  margin-left: 10px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*margin: 0% 2% 1% 2%;*/
}

.panel p{
 /* padding: 55px 18px;*/

  margin: 1% 2% 1% 2%;
  line-height:150%;
}

/*faq end*/









/*jobs video*/

video {
  object-fit: cover;
  object-position: 0 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 95%;
  position:relative;
    z-index:0;
    border-radius: 5px;
    box-shadow: 3px 3px 15px var(--color-secondary);
   
}

.overlay {
  position:absolute;
  top:0;
  left:0;
  height: 300px;
  width: 170px;
  z-index:999;
  background-color: #fff;
  opacity: 75%;
  text-align: center;
  line-height: 150%;
  border-radius: 5px 0 0 5px;
}

.overlay img {

  height: 80px;
  
}

.overlay p {

  margin: 3%;
}

.container{
  
  margin: 1%;
  display: flex;
  
  position: relative;
}

#playVid img{
  height: 40px;
  border: 2px solid #d49dde;
  margin:1rem;

cursor:pointer;
border-radius: 5px;
}


/*jobs video end*/













/*---contact --------*/




.contact-container ul{
 
  display: flex;
 

}

.contact-container p{
margin: 0.5rem 0 1rem 0;
font-weight: 500;
font-style: italic;
text-align: center;
color: #f5f5f5;
}

.staggered-animation-container3 span{
  
  color: #d49dde;
  font-weight: 500;
  }

.contact-container li{
  float: left;
  width: 98%;
  height: 98%;
  margin: 2% 2% 0 2%;

  list-style-type: none; 
  display: flex;
  flex-direction: column;
  align-items: center;
position: relative;
}



.contact-container {
 
  background-image: linear-gradient(0turn, #d49dde 7%, #3f87a6 70%);


}





.staggered-animation-container5{
  background: linear-gradient(0.27turn, rgb(0 0 0 / 0%) 50%, #ffffff08 50%, rgb(0 0 0 / 0%) 99%), linear-gradient(0.27turn, #3f87a6 37%, #d49dde 70%);
}


#imagecontact{
  display: flex;
  background-image: url(/img/contactimage.jpg);
  width: 40%;
  border-width: 5px 5px 0px 5px;
  border-style: solid;
  border-image: linear-gradient(to top, #a0416e 30%, #3f87a6) 1;
  margin: 1.5rem 0 0 0;
  opacity: 80%;
  background-repeat: no-repeat;
  min-height: 130px;
  background-size: cover;
  background-position: 10% 5%;
}

.contact-container h11{
  font-size: 2.5rem;
    color: #f5f5f5;
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    margin: 1% 0 1% 0;
    text-align: center;
}


/*---------------contact form*--------------------------------*/
.contactform{
  text-align: left;
  width: 90%;

  margin: 0% 0% 0% 0%;
 
  display: inline-block;

}


.contactform input{
  padding: 2%;
  width: 94%;
  border-radius: 5px;
  margin: 2% 0% 2% 0%;
 
  

}






#foot p {
  text-align: center;

}



#hiddenblog{
  display:none;
}

#likelink{
  text-decoration:none;
     font-weight: 600;
     color: #3f87a6;
      
 }

 #likelink:hover {
  text-decoration:underline;
  cursor: pointer;
  display: block;
 }

/*cookies*/
.cook{
position:fixed;
width:100%;
bottom:-400px;
padding: 10px 0 10px 0;
background:#f5f5f5;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap:1rem;
transition: bottom 0.5s ease;
}

.cook.show {
  bottom:0px;
}

.cook .data p{
  line-height: 150%;

}

.cook .buttons{

  display: flex;

  gap:1rem;
}




/*media queries-------------------------------------------------------------------*/

/*tablet*/
@media screen and (max-width: 1120px){
    
.primary-navigation{
  position:fixed;
  z-index: 1000;
  inset: 0 0 0 30%;
  -webkit-backdrop-filter: blur(5px); /* Add this line first, it fixes blur for Safari*/
  background: hsl(0 0% 100% / 0.5);
  backdrop-filter: blur(1rem);
  flex-direction: column;
  padding:2em;
  /*--gap: 2em;*/
  transform: translateX(100%);
  transition: transform 350ms ease-out;
}


#primary-navigation{
text-align: left;
  padding:2em;
}
.primary-navigation[data-visible="true"] {
  transform: translateX(0%);
}

.mobile-nav-toggle {
  display: block;
  position: absolute;
  z-index: 9999;
  background:url("/img/burger2.png");
  background-repeat: no-repeat;
  width: 2rem;
  border: 0;
  aspect-ratio: 1;
  top:1.2rem;
  right:2rem;

}

.mobile-nav-toggle[aria-expanded="true"] {
  background: url("/img/burgerclose.png");
}

header nav li:hover ul, header nav li:active ul{
    
  display: block;   
  position: relative;
 
}



.staggered-animation-container7 li {
  width: 40%;
  
  margin: 1%;
  
}

}
    
  

/*------------telefon------------------*/

    @media screen and (max-width: 875px){
    
      #primary-navigation li{
        text-align: left;
        overflow: auto;
          }
        
      .grid-container{
         
            margin-left: 0rem;
          }
       

        .staggered-animation-container7 li {
            width: 90%;
            
            margin: 3%;
            
          }
          .container {
            margin: 3%;
          }
        
  .os-animation li, .staggered-animation-container li, .staggered-animation-container1 li, .staggered-animation-container2 li, .staggered-animation-container3 li, .staggered-animation-container4 li, .staggered-animation-container5 li,   .yout li, .hero li, .modern li, .staggered-animation-container8 li {
      float: left;
      width: 98%;
      margin: 5% 1% 1% 1%;
      margin-bottom: 5px;

  }     

           
.hero li {
  text-align: center;
}

  .yout li li {
  
    margin: 0% 1% 0% 1%;
    
  }     
          
          
  #seventyfive {
    float: left;
    width: 98%;
    margin: 4% 1% 1% 1%;
  
    list-style-type: none; 

  }


  #twentyfive {
    float: left;
    width: 98%;
    margin: 1% 1% 4% 1%;
  
    list-style-type: none; 

  }      
          




    #reasons {
      
  flex:1;
      text-align: center;
      
    }

    .bullets li  {
     
      width: 90%;
  
    
    
    } 

    .contactform {
      text-align: center;
     margin-bottom: 5%;
  
  }
  
  #small{
    text-align: center;
    width: 100%;
}


          .cover{
              width:50%;
              height: 50%;
          }
          
  
          

          #imagecontact{
          
            width: 70%;
          }




  .contact h7 {
    font-size:27px;
  }

  
          
  
  video {
    
    object-position: 25% 0%;

  }


/*end of telefon*/

 
    }