:root{
    --main-color: #0b9da8;
    --color-dark: #1d2231;
    --text-grey:  #a1aab6;
    --bt-success:  #293241;
    --bt-succolor: #fff;
    --panel-head: #0b9da8;
    --msgbg:      #f8d3e1;
    --msgco:      #d68910;
    --bottoni:     #ee6c4d;
    touch-action: pan-x pan-y;
            height:100%; 
}
*{
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
main{
    margin-top: 10px;
    padding: 2rem 1.5rem;
    background-color: #f1f5f9;
    min-height: calc(100vh-95px);
}

.top {
    background: var(--main-color);
    overflow: hidden;
    height: 50px;
   
}


span{
    font-size: 3rem;
    color: var(--bt-succolor);
}

.row {
    margin-left: 5px;
    margin-right: 5px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 5px;
}
div h3{
    padding: 5%;
    text-align: center;
    font-size: 1.5rem;
    color: var(--bt-succolor);
    height: 48px;
}
.center{
    text-align: center;
}
.center a{
    color: var(--bt-succolor);
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.col-md-12 {
    grid-column: span 12
  }

  .col-md-11 {
    grid-column: span 11;
  }

  .col-md-10 {
    grid-column: span 10
  }

  .col-md-9 {
    grid-column: span 9
  }

  .col-md-8 {
    grid-column: span 8
  }

  .col-md-7 {
    grid-column: span 7
  }

  .col-md-6 {
    grid-column: span 6
  }

  .col-md-5 {
    grid-column: span 5
  }

  .col-md-4 {
    grid-column: span 4
  }

  .col-md-3 {
    grid-column: span 3
  }

  .col-md-2 {
    grid-column: span 2
  }

  .col-md-1 {
    grid-column: span 1
  }

.canvas-grid{
    margin-top: 3.5rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3,1fr);
}
.canvas-grids{
    margin-top: 3.0rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(4,1fr);
}
.canvas-grid-2{
    margin-top: 3.5rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2,1fr);
}
.canvas-grid-1{
    margin-top: 3.5rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(1,1fr);
}
.card{
    background: #fff;
    border-radius: 5px;
}

.card-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding:1rem ;
    border-bottom: 0px solid #f0f0f0;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--text-grey);
}
 .card-body{
    display: flex;
    padding: 1rem ;
    text-align: center;
    border-bottom: 0px solid #f0f0f0;
    font-weight: bold;
    margin-bottom: 1rem;
    height: 200px;
    justify-content: center;
   
}

.card-body >img{
    width: auto;
    height: auto;
}
.card-body > h3{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: var(--text-grey);
    height: auto;
    overflow-y: auto;
}
.card-body > p{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: var(--text-grey);
    height: auto;
    overflow-y: auto;
}

.card-header{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    background-color: var(--main-color);
    color: var(--bt-succolor);
    grid-gap: 2rem;
    height: 50px;
    justify-content: center;
    vertical-align: middle;
    
}
.card-button{
    display: flex;
    padding: 0.5rem ;
    text-align: center;
    border-bottom: 0px solid #f0f0f0;
    font-weight: bold;
    margin-bottom: 1rem;
    height: 50px;
    justify-content: center;
   
}


.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}


.itemCenter{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    height: 50px;;
}
.itemCenter-n{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 50px;;
}
.itemCenter-f{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
   
    height: 50px;;
}
.btn-1{
    padding: 10px;
    font-weight: bold;
    border: none;
    background-color: var(--bottoni);
    color: var(--bt-succolor);
    height: auto;
}
.btn-2{
    padding: 10px;
    font-weight: bold;
    border: none;
    background-color: var(--main-color);
    color: var(--bt-succolor);
    height: auto;
}



.col1{
    grid-column: span 3;
}
.col2{
 grid-column: span 6;
}

.format{
   color: var(--bt-succolor);
   font-size: 2rem; 
   padding: 5px;
}

/* footer css*/
.containerf{
	max-width: 1170px;
	margin:auto;
} 
.rowf{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
li{
    color: var(--bt-succolor);
}

.footer{
	background-color:var(--main-color); /*#24262b;*/
    padding: 10px 0;
}
.footer div  h4{
    color: #ffffff;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


/* my vcard */

.vcard {
    width: 100%;
    height: 200px;
    font-family: "Roboto", sans-serif;
    position: relative;
    
    border-radius: 8px;
  }
  
  .vcard >video {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .vcard .vcard-content {
    top: -100px;
    padding: 0px;
    padding-top: 100px;
    
    position: relative;
    
  }
  
  .vcard .vcard-content h5 {
    font-size: 18px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #000; /* Fallback for older browsers */
    background: rgba(0, 0, 0, 0.5);   
    height: 40px;
    color: var(--bt-succolor);
    
  }
 
  
 /*  .vcard .vcard-content p {
    color: #80ffdb;
  } */
  
  .vcard .vcard-content a.btnv {
    background: #fff;
    color: #222;
    text-decoration: none;
    padding: 8px 24px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    transition: all 400ms ease;
  }
  
  .vcard .vcard-content a.btnv:hover {
    background: #80ffdb;
  }

  select{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-image: none;
    border: none;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
  }
  select::after{
    border: none;
  }
 /*  option:not(:checked){
    background-color: var(--main-color);
  } */

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


@media only screen and (max-width:1500px) {
    .canvas-grids{
        grid-template-columns: repeat(3,1fr);
    }

  }
  @media only screen and (max-width:1150px) {
    .canvas-grids{
        grid-template-columns: repeat(2,1fr);
    }

  }
  @media only screen and (max-width:800px) {
    .canvas-grids{
        grid-template-columns: repeat(1,1fr);
    }

  }
 



@media only screen and (max-width:1200px) {
    .canvas-grid{
        grid-template-columns: repeat(2,1fr);
    }
    .col-md-6{
        grid-column: span 6;
    }
    .col-md-5{
        grid-column: span 6;
    }
    .col-md-4{
        grid-column: span 6;
    }
    .col-md-3{
        grid-column: span 6;
    }
    .col-md-2{
        grid-column: span 6;
    }
    .col-md-1{
        grid-column: span 6;
    }
    

}   

@media only screen and (max-width:960px) {
    .cards{
        grid-template-columns: repeat(3,1fr);
    }



}

@media only screen and (max-width:768px) {
    .cards{
        grid-template-columns: repeat(2,1fr);
    }

    .canvas-grid{
        grid-template-columns: repeat(1,1fr);
    }
    .canvas-grid-2{
        grid-template-columns: repeat(1,1fr);
    }
   
    
    .col-md-9{
        grid-column: span 12;
    }
    .col-md-10{
        grid-column: span 12;
    }
    .col-md-6{
        grid-column: span 12;
    }
    .col-md-5{
        grid-column: span 12;
    }
    .col-md-4{
        grid-column: span 12;
    }
    .col-md-3{
        grid-column: span 12;
    }
    .col-md-2{
        grid-column: span 12;
    }
    .col-md-1{
        grid-column: span 12;
    }
}