﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  z-index:9999999;
  pointer-events: all;
}

.btn-primary {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--primary-color);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

#reference h4{
  font-size: 16px;
  color: var(--secondary-color);
}

p{
  font-size: 14px;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;

}
¨



.banner{

  background-color: #8597d8;
  border-radius: 10px;
  float: left;
  padding: 0px 5px;
}

canvas {
  display: block;
  position: fixed;
  z-index: -99999;
  background-color: transparent;
  margin: 0px;
}

#almost{
  transition: font-size 1s;
}
.footer {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  margin-bottom: 10px;

}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}






#jr, #sd, #service, #companies,#keywords,#lastprojects,#btngroup,#contacts-pad, #button {
  transition: all 500ms;
  transition-property: width, opacity;
}

canvas{
  transition: all 1s;
  transition-property: width, opacity;
}

#btngroup{
  width: 100%;
}


.keywords li {
  background: var(--primary-color);
  padding: 3px;
  border-radius: 5px;
  list-style: none;
  color: #000;
  display: block;
  float: left;
  margin: 5px;
  line-height: 1em;
  cursor: default;
  font-weight: bold;

}



.contacts-pad{
  margin-bottom: 10px;
  position: fixed;
  bottom: 0;
  float: right;
  
  
}

.contacts li {
background: white;
  border-color: #9f9f9f;
  padding: 10px;
  border-radius: 30px;
  list-style: none;
  color: #000;
  display: block;
  float: left;
  margin: 5px;
  line-height: 0.8em;
  cursor: default;
  font-weight: bold;

}
.contacts li:hover {
  background:  #9f9f9f;
    border-color: #fff;
    padding: 10px;
    border-radius: 30px;
    list-style: none;
    color: #000;
    display: block;
    float: left;
    margin: 5px;
    line-height: 0.8em;
    cursor: default;
    font-weight: bold;
  
  }

.keywords {
  margin: 10;
  float: left;
}

.companies {
  height: 50px;
  margin: 40px 0;
  overflow: hidden;
  position: relative;
}

.companies_top {
  height: 100%;
  margin: 0;
}

  .companies_top li {
      display: inline-block;
      width: 120px;
      height: 100%;
      text-align: center;
      vertical-align: left;
      position: relative;
      cursor: pointer;
      margin-right: 10px
  }

      .companies_top li > div {
          position: absolute;
          left: 0;
          top: 60px;
          width: 100%;
          -webkit-transition: top .3s ease;
          transition: top .3s ease
      }

          .companies_top li > div span {
              line-height: 1 em;
              width: 100%;
              display: block;
              margin-bottom: 0 auto;
              font-size: 13px;
              color: #D8F8B7;

          }
          .companies_top li > div span > label{
            margin:0px
          }

      .companies_top li > img {
          -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease
      }

      .companies_top li:hover > img {
          opacity: 0
      }

      .companies_top li:hover > div {
          top: -4px;
      }



.companies_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px
}

  .companies_bottom li {
      width: 112px;
      height: 4px;
      background: #8597d8;
      display: inline-block;
      vertical-align: top;
      margin-right: 12px
  }

.companies_top li {
  border-bottom: 5px solid #CDFFFC;
}


  li > ul > li:last-child {
      border: none;
  }

a, a:visited {
  color: var(--highlight-color);
}
.btn:hover{
 background-color: var(--background-color) !important;
}

a label{
  color: var(--primary-color);
}



a:hover  canvas{
  opacity: 0.5;
  width: 80%;
}

.lastprojects{
 line-height: 1.2em;
  list-style: none;
}
.lastprojects li{
  border:0px;
  margin: 0;

text-align: left;
}


.lastprojects li::before {
  list-style: none;
  content: "• ";
  color: var(--highlight-color );

 padding:0;
 margin:0;
}

.lastprojects li img{
  cursor: help;
}

.lastprojects li:hover::before {
  color:#D8F8B7;
}

body {
  margin: 0;
  padding: 0;
}

.cookies-eu-banner span{
  font-size: 20px;
}
.cookies-eu-banner {
  background: var(--primary-color);
  color: #0d1316;
  padding: 6px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: var(--secondary-color);
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}



.arrows {
  width: 60px;
  height: 75px;
  position: absolute;
  left: 50%;
  bottom: 60px;
}

.arrows path {
  stroke: var(--highlight-color);
  fill: transparent;
  stroke-width: 3px;  
  animation: arrow 3s infinite;
  -webkit-animation: arrow 3s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.companies_top li > img {

margin-top: 10px;
}


#sketch{

  float: right;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-bottom: 25px;

}

ol >li{
  border: 0px;
  color: #fff;
  margin-left: 15px;
  line-height: 0.5;
}



.container-fluid>.row{
  margin-top: 20px;
  background:rgba(250, 250, 250, .5) ;
  border-radius: 25px;
width: auto;
min-width: 200px;
padding: 20px;
float: left;
word-wrap: break-word;

}

.pricelist>.row{
  padding:5px 10px;
}


.col-sm{
  width: 100%;
margin:  10px 50px;
}

.pricelist .col-sm{
  width: 50%;
  margin: 0px;
}

.col-sm>p{
  word-wrap: break-word;
}

.col-sm>img{

  height:40px;
   width: 80px;
  margin: 10px;
  float: left;
}

.float-right-sm{
  float: right;
}


h2>label{

 font-weight: bolder;

  transition: width 1s;

}

input[type="text"]:focus {
  outline: none
}


.filedrop {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-color: rgb(170, 180, 199);
  border-radius: 4px;
  border-style: dashed;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding-left: 16px;
  padding-right: 16px;
}


@media (max-width: 700px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #service img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

  #contact .contact_des {
    padding-top: 3rem;
    padding:25px 40px;
  }
  


  .mainpage {
    margin:50px 15px;
  }

  
  #detail .fa ,
  #detail2 .fa,
  #reference,
  #presentation {
    font-size: 32px;
  }



  h3{
    font-size: 14px;    

  }

  #intro h3{
    margin-bottom: 15px;
    margin-top: 15px;
  }

  #reference h4{
    font-size: 14px; 
  }
  
  .keywords span .lastprojects{
    font-size: 10px !important;
  }


  body{
    font-size: 10px;
  }


  #lastprojects{
    margin-top: 30vh;
  }


}





@media (min-width: 845px) {

  .col-sm>img{
    height:120px;
    width: 180px;
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
 
   float: none;
  }
  .float-right-sm{
    float: none;
  }

  html {
      font-size: 18px;
  }

  p{
    font-size: 18px;
  }
#btngroup{
  width: auto;
}

  .companies_top li {
      width: 135px;
  }


      .companies_top li > div span {
          font-size: 12px;
          line-height: 1.2em;
      }

      .companies_top li:hover > div {
          top: -2px;
      }

  
      
     
      #sketch{
        height:350px;
        width: 300px;
        display: block;
       margin: 0px;     
       float: left;
      }
      

          
  #brandlogo{
    height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;

  }
     
} 



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 14px;}

    #brandlogo{
    height: 200px;
  }

  
  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }


  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  padding: 10rem 3rem 10rem 5rem;
}

          #brandlogo{
    height: 75px;
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: 10px;


  }
}






.uploadcontainer {
  max-width: 650px;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.drag-area {
  height: 150px;
  border: 3px dashed #e0eafc;
  display: flex;

  flex-direction: column;
  margin: 10px auto;
}


.drag-area-center{

  align-items: center;
  justify-content: center;
}
.drag-area h3 {
  margin-bottom: 20px;
  font-weight: 500;
}

.drag-area .icon {
  font-size: 35px;
  color: #1683ff;
}

.drag-area .header {
  font-size: 18px;
  font-weight: 500;
  color: #34495e;
}

.drag-area .support {
  font-size: 12px;
  color: gray;
  margin: 10px 0 15px 0;
}

.drag-area .button {
  font-size: 18px;
  font-weight: 500;
  color: #1683ff;
  cursor: pointer;
}

.drag-area.active {
  border: 2px solid #1683ff;
}

.drag-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download {
  background-color:#4CAF50;
  border: none;
  color: white;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 3px 1px;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
}

.file-name{
  overflow: hidden;
}

.svgIcon {

  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px 0px;
  border-radius: 50%;
  float: right;
}


