* {
    margin: 0;
    padding: 0;
    font-family:"Roboto", sans-serif; 
    font-weight: 400;
    box-sizing: border-box;
}
:root{
   --main-transition:0.3s;
   --prymiry-color:#FF305B;
}

ul {
    list-style: none;
    text-decoration: none;
}
i{
    list-style: none;
    text-decoration: none;
}
/*start nav*/

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);
}
/*end nav*/
/*start home-page*/
#home {
    background:linear-gradient(rgba(0, 0, 0, 0.781)0% 100%), url(../images/slider-02.jpg);
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;

}
.home-content {
    margin: auto;
    text-align: center;
    position: relative;
    top: 30%;
}
.home-content h3 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.7;
    font-weight: 600;
    font-style: normal;
    
}

.home-content p {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.7;
    font-weight: 300;
}

.home-content h1 {
    font-size: 70px;
    color:var(--prymiry-color);
    font-weight: 700;

}


/*end home-page*/
/*start about*/


.about {
   
    padding-top: 5%;
    margin: auto;
}
.about .border-img{
    border: 10px solid #555555;
    border-radius: 10px;
    width: 380px;
    height: 400px; 
}
@media (max-width: 767px){
.about .border-img{
border: 0;
 width: 100%
}
}


@media (max-width: 576px){
.about img{
width: 100%;
}
}
.about.border-img img {
    width: 385px;
    margin: 20px;
    padding: 10%px;
    position: relative;
    
}
.about img::after{
    content: "";
    background:linear-gradient(rgba(0, 0, 0, 0.781)0% 100%);
    display: none;
    width: 100%;
    position: relative;
   height: 0;
   
    
}
.border-img:hover .about img::after{
display: block;
height: 100%;
}
.about-content{
   /*  width: 150%;*/
}
.about-content h3 {
   font-size: 34px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
}
.about-content h3::before{
    content: "";
    left: 0;
    position: absolute;
    top: -2px;
    border-left: 5px solid var(--prymiry-color);
    height:113%;   
}
.about-content p {
    font-size: 17px;
    color: #686868;
    line-height: 31px;
    border-bottom: 1px dashed ;
    margin-bottom: 25px;
    padding-bottom: 25px;
   
}
.about-btn{
    display: flex;
    margin-left: 10px;
    align-items: center;
    padding-left: 10px;
}
.about-btn a{
    display: flex;
    background-color:var(--prymiry-color) ;
    color: white;
    cursor: pointer;
    transition: var(main-transiton);
    margin: 8px;
    text-decoration: none;
    width: 150px;
    height: 50px;
    align-items: center;
    border-radius: 10px;
   justify-content: center;
   
    
}
.about-btn a i{
    text-decoration: none;
    list-style: none;
    padding-left: 8px;
}
.about-btn a:hover{
    background-color: red;
   
}


.list-about{
    line-height: 2.5;
}
.list-about span{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.list-about li{
  color:  rgb(85, 85, 85)
}

/*end about*/
.portfolio-section {
    position: relative;
    width: 100%;
    padding-top: 5%;
    padding: 20px;
    overflow: hidden;
   

}
.nav-pills .nav-link{
    color: black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--prymiry-color);
    background-color: transparent;
   
}
.portfolio a img{
    max-width: 50%;
    height: auto;
    
}
.portfolio a img::before{
    content: "";
   background: #000000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio a img:hover::before {
    opacity: .5;
    visibility: visible;
}

.portfolio-view{
    color:var(--prymiry-color)
}
.counter {
    position: relative;
    width: 100%;
    background-color:#F1F1F1;

}
.counter h5{
    font-size: 16px;
    color: #555555;
}
/*start services*/

.services {
    position: relative;
    width: 100%;
    padding-top: 5%;
    background-color:#F1F1F1;

}
.service-content{
    transition: var(--main-transition);
}
 .service:hover
 {
 background-color: #FFFFFF;
  
}
.service-content i {
   
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.service:hover .service-content i
 
 {
    transform: scale(1.2);
 }


.service-content h3{
    font-size: 24px;
    color: #333333;
        margin-bottom: 15px;
        font-family: "Source Sans Pro", sans-serif;
        
        
}
.service-content p{
     font-size: 16px;
    color: #555555;
}

/*end location*/
.feadback{
    position: relative;
    width: 100%;
    padding-top: 5%;
}
.carousel-caption h3{
    color: #333333;
    font-size: 26px;
    padding-top: 20px;
}
.carousel-caption h4 a{
    list-style: none;
    text-decoration: none;
    font-size: 15px;
    color:#555555;
}

.carousel-indicators .dot.active {
background: #ff305b none repeat scroll 0 0;
    padding: 4px 12px;
      border: 1px solid #ff305b;
    border-radius: 10px;
    display: inline-block;
    height: 2px;
    margin: 0 3px;
    width: 10px
}
.carousel-indicators .dot{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ff305b;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}
/*start articls*/
.blogs {
   position: relative;
    width: 100%;
    padding-top: 5%;
    background-color: #F8F8F8;
}
/*end articls*/
/*start contact*/
.contact {
    position: relative;
    width: 100%;
    padding-top: 5%;
    background-color: #F8F8F8;
   
}
 h2{
    position: relative;
    padding-bottom: 25px;
}
 h2::before{
   border-color:var(--prymiry-color);
    border-style: solid;
    border-width: 1px 0;
    padding: 4px 0 5px;
    width: 70px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
top:83%;
}
 h2::after{
content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    background-color:var(--prymiry-color);
    height: 1px;
    width: 160px;
    top:90%;
}
.contact-btn .btn{
    background-color:var(--prymiry-color) ;
    color: white;
    font-size: 14px;
}
/*end contact*/
/*start footer*/



/*end footer*/
/*start right*/
.copy-right{
    background-color: #333333;
}
.copy-right .icon-social{
    color: white;
    font-size: 18px;
}

.copy-right span{
color:var(--prymiry-color) ;
}
