a{
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
}
p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
h1{
    font-family: 'Patrick Hand', cursive;
    font-size: 45px;
}
h2{
    font-family: 'Mali', cursive;
    font-size: 35px;
}
h3{
    font-family: 'Crete Round', serif;
    font-size: 30px;
}


/* heder */
.navbar-brand img{
    height: 45px;
}
.navbar{
    background-color: rgb(26, 26, 90);
}
.navbar-collapse{
    flex-grow: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
    margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(35, 35, 215);
}
.navbar-light .navbar-nav .nav-item.ticket{
    background-color: rgb(35, 35, 215);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.navbar-light .navbar-nav .nav-item.ticket:hover{
   background-color: rgb(17, 243, 239);
}
/* end heder */
.hero{
    background-image: url(../images/diversity-people-seminar-learning-cityscape-concept.jpg);
    padding-top: 200px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(35, 35, 215);
}
.hero h1{
    font-weight: 700;
    text-transform: uppercase;
}
.hero h1 span{
    text-decoration: underline;
    color: rgb(17, 243, 239);
}
.hero i{
    background-color: rgb(17, 243, 239);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 20px;
}
.hero table{
    width: 25%;
    margin: 70px auto;
}
.hero table tr th{
    border: 2px solid rgb(35, 35, 215);
    padding: 10px;
}
.jul, .time{
    width: 200px;
}
.hig{
    position: relative;
}
.hig h3{
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.higlight{
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero{
    position: relative;
}
/* end hero */
.speak h2 span{
    color: rgb(35, 35, 215);
    text-decoration: underline;
}
.speak a:first-of-type{
    color: rgb(17, 243, 239);
    border: 1px solid rgb(17, 243, 239);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 10px;
    font-weight: 600;
}
.speak a:first-of-type:hover{
    background-color: rgb(17, 243, 239);
    color: white;
}
.speak a:last-of-type{
    color: white;
    background-color: rgb(26, 26, 90);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 10px;
    font-weight: 600;
}
.speak a:last-of-type:hover{
    background-color: rgb(17, 243, 239);
}
.roun h2{
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
}
.avatar img {
    border: 2px solid var(--white-color);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.avatar .col-3{
    margin-right: -25px;
}
/* end about */
.our{
    background-color: rgb(168, 235, 212);
    padding: 80px 0;
}
.our h2 span{
    font-weight: 600;
    color: rgb(26, 26, 90);
    text-decoration: underline;
}
.logan{
    position: relative;
}
.featured{
    position: absolute;
    right: 5%;
    top: 5%;
    color: white;
    background-color: rgb(35, 35, 215);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 2px 12px;
}
.wilson{
    position: absolute;
    background-color: antiquewhite;
    left: 5%;
    right: 5%;
    bottom: 2%;
    padding: 0 10px;
}
.wilson p{
    color: gray
}
.wilson h3{
    position: relative;
}
.wilson h3::after{
    content: "";
    position: absolute;
    left: -2%;
    top: 0;
    height: 250%;
    width: 5px;
    background-color: blue;
}
#avatar .wilson h3::after{
    left: -4%;
}
.owl-nav{
    width: 110%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    font-size: 90px;
    color: rgb(35, 35, 215);
}
.owl-carousel .owl-nav button.owl-prev{
    float: left;
}
.owl-carousel .owl-nav button.owl-next{
    float: right;
}
/* end speakers */
.sche h2 span{
    color: rgb(35, 35, 215);
    text-decoration: underline;
    font-weight: 600;
}
.day div{
    border-right: 1px solid gray;
}
.day div:last-child{
    border-right: none;
}
.day div:hover{
    border-right: 3px solid rgb(35, 35, 215);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
}
.isabela h4{
    font-size: 15px;
  
}
.isabela p{
    font-size: 10px;
    color: gray; 
}
.time p{
    font-size: 15px;
    color: gray;
    margin-top: 10px;
}
.pretty img{
    margin-bottom: 30px;
}
/* end schedule */
.event{
    background: url(../images/terren-hurst-blgOFmPIlr0-unsplash.jpg) fixed top no-repeat;
    color: white;
    padding: 60px 0;
    background-size: cover;
}
.event h2{
    font-weight: 700;
}
.event h2 span{
    text-decoration: underline;
    color: rgb(17, 243, 239);
}
.event a{
    background-color: antiquewhite;
    color: rgb(35, 35, 215);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 15px;
}
.event a:hover{
    color: white;
    background: rgb(35, 35, 215);
}
/* end event */
.pacet{
    display: flex;
    justify-content: space-between;
    background-color: rgb(2, 2, 70);
    padding: 15px 10px;
    color: white;
}
.get{
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 32%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 30px;
}
.karta{
    display: flex;
    justify-content: space-between;
}
.get ul li{
    line-height: 3;
}
.lista{
    position: relative;
}
.lista::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 5%;
    right: 5%;
    background-color: darkseagreen;
    height: 1px;
}
.get a{
    background-color: rgb(2, 2, 70);
    margin-left: 20px;
    color: white;
    padding: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid rgb(2, 2, 70);
}
.get a:hover{
    background-color: transparent;
    color: rgb(2, 2, 70);;
}
/* end pricing */
iframe{
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.square{
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0;
    overflow: hidden;
    background-color: white;
}
.title{
    background-color: rgb(2, 2, 70);
    padding:10px;
    color: white;
}
.icons{
    padding: 0 10px;
}
.icons p a{
    color: gray;
}
.map{
    padding: 60px 0;
    background-color: rgb(94, 235, 233);
}
.map h2{
    font-weight: 700;
}
.map h2 span{
    text-decoration: underline;
    color: rgb(2, 2, 70);
}
/* end venue */
.hi{
    width: 60%;
    margin: auto;
}
.say{
    background: url(../images/maria-stewart-p4tj0g-_aMM-unsplash.jpg) no-repeat fixed center;
    padding: 80px 0;
}
.hi h2{
    background-color: rgb(2, 2, 70);
    color: white;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.hi form{
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 22px;
}
.say input, .say textarea, .say button{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: rgb(179, 199, 193);
}
.say button{
    background-color: rgb(84, 238, 186);
    color: white;
}
.say button:hover{
    background-color: rgb(2, 2, 70);
}
/* ene contact */
.futer img{
    height: 55px;
}
.social{
    text-align: right;
}
.social a{
    color: rgb(40, 37, 37);
    font-size: 20px;
}
.bor{
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
}
.futer{
    background-color: rgb(185, 197, 197);
    padding: 40px 0;
}
.futer a{
    color: rgb(40, 37, 37);
    margin-right: 20px;
}
.futer a:hover{
    color: rgb(2, 2, 70);
}
/* end fuger */


/* start media */
@media(max-width:992px){
    .karta{
        flex-direction: column;
    }
    .get{
        width: 90%;
        margin: 20px auto;
    }
}

