@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body {
    overflow-x: hidden;
    /* background-attachment: fixed; */
    background-size: cover;
    font-family: 'Cairo', sans-serif !important;
}
nav {
    margin: 2px;
    font-weight:700;
}

@media (min-width: 990px) {

    #logo {
        position: absolute;
        left: 83%;
        top: 6%;

    }

    .navbar-expand-lg .navbar-collapse {
      
        border: 2px transparent;
    }


}
.navbar-toggler {
    background-color: transparent;
    border: 0;


}
.navbar-light .navbar-toggler {
    color: transparent !important;
}

span.navbar-toggler-icon {
    background-color: transparent;
border: 0;
}

h5 {
    color: gainsboro;
}
.heading{
    font-size: 3em;
    font-weight: 600;
    padding: 15px;
         
    color: white;
    text-shadow: 0 0 20px #48C8FF;
             display: flex;
             justify-content: center;
         
}

/* footer */


footer {
    position: relative;
    background: rgba(253,253,253,0.1);
    color: white;
    margin-top: 100px;
    z-index: 3;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #FA944B;
    text-decoration: none;
}

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle {
    padding-top: 2em;
    color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-network a.icoInstagram:hover {
    background-color: #8a3ab9;
}

.social-network a.icoYoutube:hover {
    background-color: red;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

/* button */
button {

    border: none;
    background:#6fd4ff;
    color:black;
    border: transparent solid 1px;
  
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px !important;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
  
  }
  
  button:hover {
    color:#6fd4ff;
    border: #6fd4ff solid 1px;
    background: transparent;
  
  }
  
  @media(max-width:500px){
    .heading{
        font-size: 2em;}
}