
*{
    font-family: "lato"; 
    list-style: none;
}

p{
    font-size: 16px;
}
li a{
    text-decoration: none;
    
}
.icon-social i{
    background-color: rgb(22, 22, 22);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 8px;
    color: gray;
}
header{
    z-index: 1000;
}
 .logo {
     cursor: pointer;
    color: var(--prymiry-color);
    font-size: 24px;
    font-weight: 800;
}
.navbar-toggler {
    margin-right: 0;
  position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    top: 0;
    right: 0;
    display: block;
}
.navbar-toggler{
 color: #F1F1F1;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
   box-shadow: none; 

}

@media (max-width: 767px) {
    .navbar-collapse {
        padding-right: 0;
        width: 100%;
       
        top: 30px;
        overflow: hidden;
    }
}

 @media (max-width: 767px) {
    ul.navbar-nav {
        background: #333333 none repeat scroll 0 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 576px) {
    .col-sm-9 {
        position: absolute;
       
    }
}

.navbar-nav li {

    cursor: pointer;
}

.navbar-nav li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}
.navbar-nav .nav-link.active {
    color:var(--prymiry-color);
}
.navbar-nav li a:hover{
    color:var(--prymiry-color);
}
/*start home-page*/
#home {
    background:linear-gradient(rgba(0, 0, 0, 0.781)0% 100%), url(../images/agency-1.jpg);
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
}
.home-content {
    margin: auto;
    text-align: center;
    position: relative;
    top: 30%;
}
.home-content h1 {
   
    color: #FFFFFF;
    line-height: 1.7;
font-size: 50px;
   
    
}

.home-content p {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.7;
    font-weight: 300;
}
.bt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    z-index: 4;


}

.bt button {
    position: relative;
    width: 30px;
    height: 50px;
    border: 1px solid white;
    border-radius: 24px;
    background-color: transparent;
    cursor: pointer;

}
.bt span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: white;
    left: 11px;
    top: 2px;
    text-align: center;
    animation: move 2.5s infinite linear;
    transition: .3s;

}
@keyframes move {
    from{
       top:0px;
    }
    to{
        top:20px;
         opacity:0;
         background-color : rgba(255, 255, 255, 0.9);
}
}


/*end home-page*/

 .carousel-indicators [data-bs-target]{
    background-color: rgb(94, 94, 94);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-bottom: 5px;
   
}
/*start contact*/

.contact {
    background-color: #F8F8F8;
}
  .card-body a.card-link:hover{
color: #007BB5;
}

/*end contact*/
