/* Page layout */
html {
    scroll-behavior: smooth;
  }

body {
    background-color:white;
}



/* loading */

.landing { position: fixed; z-index: 9999999; visibility: visible;}
.pageContent { visibility: hidden;}
.landing {
    height: 100vh;
    width: 100vw;
  }
  
  .loadingContainer {
    width: 100%;
    height: 100%;
    min-height: 250px;
    position: relative;
  }
  
  .loadingImg {
    max-height: 25%;
    max-width: 25%;
      width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
    padding-left: 50px;
    padding-bottom: 25px;
  }
  
  .loader {
    border: 16px solid white;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 4s linear infinite; /* Safari */
    animation: spin 4s linear infinite;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
  }
  
  .crop {
      height:200px;
      width: 200px;
      background-color:white;
        display: block;
    position: absolute;
    top: 127px;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.divBreak {
    margin: auto;
    height: 1px;
    width: 25%;
    background-color: gray;
    margin-top: 70px;
    margin-bottom: 70px;
}

.divSpace {
    height: 35px;
}
.bgVideo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1; /* Put it behind the first div */
    object-fit: cover; /* Make it fill the div without stretching or cropping */
    background: linear-gradient(
      -45deg,
          #ffffff,
          #ffe4e9,
          #fcc8e2,
          #f6baed,
          #efb0ff,
          #d3a2ff,
          #8eb8ff,
          #91efff,
          #d5f9ff
      );
      background-size: 400% 400%;
    animation: gradient 9s ease infinite;
  }

.mobileVideo {
    display: none;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio : 1 / 1;
    width:100%;
    background: linear-gradient(
		-45deg,
        #ffffff,
        #ffe4e9,
        #fcc8e2,
        #f6baed,
        #efb0ff,
        #d3a2ff,
        #8eb8ff,
        #91efff,
        #d5f9ff
    );
    background-size: 400% 400%;
	animation: gradient 9s ease infinite;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
        background-size: 400%;

	}
	50% {
		background-position: 100% 50%;
        background-size: 100%;
	}
	100% {
		background-position: 0% 50%;
                background-size: 400%;
	}
}


.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    height: 100vh; /* full height of the page */
  }

#divRight {
    display: flex;
    justify-content: center;
}

.divContent {
    max-width: 700px;
    padding: 70px;
}

/* Text */

p.right {
    text-align: right;
  }

  p.center {
    text-align: center;
  }

  p.left {
    text-align: left;
  }

  body, p, h1, h2 {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    color: black
}

p {
    font-size: 16pt;
}

li {
    font-size: 16pt;
}

h1 {
    font-size: 48pt;
    font-weight: normal;
    font-style: italic;
}

h2 {
    font-size: 24pt;
font-weight: normal;
}

a {
    font-size: 16pt;
    color: black;
    text-decoration-color: blue;
}

.active, .collapsible:hover {
  background-color: #c2c2c2;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}

.pProjectIcons {
    font-size: 12pt;
}


/* Image */

img {
    max-width: 100%;
    height: auto;
    background-color: #c2c2c2;
}

.imgProfiles
{
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio : 1 / 1;
    width:100%;
    background-color: #c2c2c2;  
}

.imgBanner
{
  border-radius: 100%;
  object-fit: cover;
}

.seviceImgContainer {
  /* background: linear-gradient(
		-45deg,
        #ffffff,
        #c5c5c5
            );
    background-size: 400% 400%;
	animation: gradient 2s ease infinite; */
}

.serviceImg {
  min-height: 100px;
  background: linear-gradient(
		-45deg,
        #ffffff,
        #c5c5c5
            );
    background-size: 400% 400%;
	animation: gradient 2s ease infinite;
}

* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8 {display: none}
.imgSlide {vertical-align: middle; border-radius: 10px;}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Video */

div iframe {
width: 700px;
max-width: 100%;
height: 525px;
max-height: 100%;
border-radius: 10px;
}



/* ticker */


.news-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
    background-color: white;
}

.news-container .title {
    position: absolute;
    background: steelblue;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: white;
    font-weight: bold;
    z-index: 200;
}

.news-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    animation: scroll 25s infinite linear;
    background-color: white;
}

.news-container ul li {
    white-space: nowrap;
    padding: 10px 24px;
    color: #494949;
    position: relative;
    background-color: white;
}

.news-container ul li::after {
    content:"";
    width: 1px;
    height: 100%;
    background: #b8b8b8;
    position: absolute;
    top: 0;
    right: 0;
}

.news-container ul li:last-child::after {
    display: none;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-2083px);

    }

}

/* Scroll up to top */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: steelblue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }


/* Navigation */

.navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    background-color: white;
    z-index: 999;
}

.divHeader {
display: none;
}

.imgLogo {
    height: 85px;
    background-color: white;
}

.divLogo{
    display: flex;
    justify-content: right;
}

.divNavButtons {
    display: flex;
    justify-content: right;
    padding-right: 5px;
}

.aNav {
    padding-left: 12px;
    color: black;
    /* font-weight: bolder; */
    /* font-family: Arial, Helvetica, sans-serif; */
    /* text-decoration: solid; */
    /* text-transform: uppercase; */
    font-size: 20px;
    padding-bottom: 20px
}

/* menu buttons */

.menuContainer {
    display: inline-block;
    cursor: pointer;
    padding-right: 10px;
    
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    cursor: pointer;

  }
  
  .change .bar1 {
    transform: translate(0, 5.5px) rotate(-45deg);
  }
  
  .change .bar2 {
    transform: translate(0, -5.5px) rotate(45deg);
    }
  
  .change .bar3 {
    transform: translate(0, 5.5px);
  }

  .change .main-navigation {
    transform: translate(0, -5.5px) rotate(45deg);
  }

  /* dropdown  */

  .main-navigation * {
    margin-left: auto; 
    margin-right: 0;
	width: max-content;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
    cursor: pointer;

}


.main-navigation li,
.main-navigation a {
	list-style-type: none;
	text-align: right;
	text-decoration: none;
	color: black;
	padding: 1%;
}

.main-navigation a:hover,
.main-navigation .activef {
	color: gray !important;
}

/* button */

.btn-group .button {
    background-color: white;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
    float: none;
  }
  
  .btn-group .button:hover {
    background-color: steelblue;
  }

/* Projects */

.divProjects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.imgProjectIcons {
    min-height: 100px;
    min-width: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio : 1 / 1;
    background-color: #c2c2c2;

}

.pProjectIcons {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-bottom: 35px;
}

.aProjectIcons {
    padding-bottom: 35px;
}

/* Clients */

.divClients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  align-items: center; /* Center the images vertically if needed */
}

.imgClientIcons {
  min-height: 100px;
  min-width: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio : 1 / 1;
  /* background-color: #c2c2c2; */
  background: linear-gradient(
		-45deg,
        #ffffff,
        #d5f9ff
    );
    background-size: 400% 400%;
	animation: gradient 9s ease infinite;
  margin: 5px;
}

.imgClientIcons:hover {
  animation: gradient 1s ease infinite;
}

.pClientIcons {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding-bottom: 35px;
}

.aClientIcons {
  padding-bottom: 35px;
}

/* Slideshow container */
.textslide-container {
  position: relative;
  background: #f1f1f1f1;
}



/* Slides */
.textSlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}


/* BUTTONS */

.filterDiv {
  display: none;
  text-align: center;
}

.filterDiv img {
  width: 100%;
  height: auto;
}

.show {
  display: block;
}


/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: rgb(239, 239, 239);
  cursor: pointer;
  border-radius: 25px;
  margin: 5px;

}

.btn p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  /* font-style: italic; */
/* text-transform:lowercase; */
}

.btn:hover {
    background: linear-gradient(
		-45deg,
        #ffffff,
        #c0c0c0
    );
    background-size: 400% 400%;
	animation: gradient 2s ease infinite;
  color: black;
}

.btn.active {
    background: linear-gradient(
		-45deg,
        #ffffff,
        #ffe4e9,
        #fcc8e2,
        #f6baed,
        #efb0ff,
        #d3a2ff,
        #8eb8ff,
        #91efff,
        #d5f9ff
    );
    background-size: 400% 400%;
	animation: gradient 9s ease infinite;
  color: black;
}

/* Catalog */

.divCatalog {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.divProjectDesciption > * {
    margin-left: 35px;
    color: black;
}


#headerColor {
  height: 36pt; 
  display: none;
 }

 
/* Mobile */
@media screen and (max-width: 700px) {
    #divLeft
    {
      display: none;
    }
    #headerColor {
      display: block;
    }

/* loading */
.loadingImg {
  max-height: 50%;
  max-width: 50%;
}


    /* Layout */
    .grid-container {
        display: block;

      }

    .divContent {
        max-width: 700px;
        padding: 35px;
    }

    .divBreak {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    
    .divSpace {
        height: 35px;
    }

    .mobileVideo {
        display: block;
    }

    /* Navigation */

    .divHeader {
        display: none;
        }

    .imgLogo {
        height: auto;
        width: 50%;
        padding-top: 20px;
    }
    
    .divLogo{
        justify-content: right;
    }
    
    .divNavButtons {
        justify-content: right;
    }
    
    .aNav {
        padding-right: 10px;
        padding-bottom: 10px
    }
    
    /* Text */
    p {
        font-size: 14pt;
    }
    
    li {
        font-size: 14pt;
    }
    
    h1 {
        font-size: 32pt;
    font-weight: normal;
    }
    
    h2 {
        font-size: 20pt;
    font-weight: normal;
    }
    
    a {
        font-size: 13pt;
    }
    
    .pProjectIcons {
        font-size: 10pt;
    }
  }

  .color-wipe {
    
    animation: colorWipe 10s linear infinite;
    font-style: normal;    
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.162);

}


@keyframes colorWipe {
50% { color: black}
}



  