@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
:root {
    scroll-behavior: initial;
}
img {
   max-width: 100%;
}
a{
    text-decoration: none;
}
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100{
    padding-top: 100px;

}
.pb-70{
  
    padding-bottom: 70px;
}
.imgw-100{
    width: 100%;
}








/* Nav Bar*/

.navbar{
    z-index: 1050;
    padding-top: 30px;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.nav-item{
    padding: 0 7px;
}
.slider .bg1{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slider .bg2{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slider .bg3{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.bg1{
    background-image: url(../img/bg1.png);
}
.bg2{
    background-image: url(../img/slider2.jpg);
}
.bg3{
    background-image: url(../img/slider3.jpg);
}
.all-text{
    text-align: center;
    position: relative;
    color: #fff;
}
.d-table{
    width: 100%;
    height: 100%;
}
.d-table-cell{
    vertical-align: middle;
}
.slider .all:before {
    content: "";
    background: #7f56fd;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.9;
    height: 100%;
}
.slider2{
    border-radius: 30px;
    padding: 15px 20px;
    font-weight: 500;
}
.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .7s;
    -webkit-transition: .7s;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #0ee9a2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0ee9a2;
} 
.menu-shrink {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* End Nav Bar*/


/*about*/

.section-title{
    max-width: 535px;
    left: 0;
    top: 0;
    margin: 0 auto 60px;
    text-align: center;  
}
.section-title h2{
    position: relative;
    color: #273f59;
    font-size: 35px;
    margin: 0 0 25px;
    padding: 20px;
}
.section-title h2::before{
    content: '';
    width: 70px;
    height: 2px;
    background-color: #7f56fd;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-title h2::after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #7f56fd;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
}
.into-text {
    padding-bottom: 30px;
}
.samebtn {
    border-radius: 30px;
    padding: 18px 35px;
    font-weight: 500;
    color: #fff;
    background-color: #7f56fd;
}
.samebtn:hover{
    background-color: #000;
    color: #fff;
}

/*end about*/


/*Skills*/

.skils-section{
    background-image: url(../img/img2.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.whitetx h2{
    color: #fff;
}
.whitetx p{
    color: #fff;
    position: relative;
}
.section-title .beforwit::before{
    content: '';
    width: 70px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-title .beforwit::after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
}
.skils-section::before{
    content: "";
    background: #7f56fd;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.9;
    height: 100%;
}
.skill-card{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding:30px ;
    margin-bottom: 30px;
}
.skill-card h3{
    padding-top: 21px;
    padding-bottom: 30px;
    font-size: 16px;
}

/*end Skills*/


/*SERVICES*/

.icon-card{
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
    padding: 30px;
    transition: all 0.6s;
    margin-bottom: 30px;;
}
.icon-card:hover{
    background-color: #7f56fd;
    color: #FFF;
}
.icon-card:hover i.micon{
    background-color: #a182fe;
    color: #fff;
}
i.micon{
    height: 50px;
    width: 50px;
    background: #7f56fd;
    display: inline-block;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
}

/*end SERVICES*/


/*fun-fact*/

.fun-fact{
    background-image: url(../img/img3.png);
    background-size: cover;
    position: relative;
    background-position:center center ;
}
.fun-fact::before{
    content: "";
    background: #7f56fd;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.9;
    height: 100%;
}
.main{
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.main .icon{
    position: absolute;
    font-size: 65px;
    left: 0;
    top: 0;
}
.numb{
    padding-left: 85px;
}
h3.numb{
    font-size: 40px;
}

/*End fun-fact*/


/* Section PORTFOLIO */

.portfilio-card{
    position: relative;
    margin-bottom: 30px; 
}
.portfilio-card img{
    border-radius: 10px;
}
.portf-hov{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #7f56fd;
    color: #fff;
    transform:scale(0) ;
    -webkit-transform:scale(0) ;
    transition: all .6s;
}
.portfilio-card:hover .portf-hov {
    border-radius: 10px;
    background-color: #7f56fd;
    transform:scale(1) ;
    -webkit-transform:scale(1) ;
}
.portf-hov a{
    text-decoration: none;
}
.portf-hov i{
    font-size: 30px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    transition: all ease .6s;
}
.portf-hov i:hover{
    background-color: #000;
    color: #fff;
}

/* End Section PORTFOLIO */


/* Section Feedback*/

.section-feedback {
    background-image: url(../img/img5.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.section-feedback::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #7f56fd;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}
.sec-fedbk{
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.in-text .fedbk-tx{
    max-width: 970px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    left:0px;
    right: 0;
    margin: auto;
    margin-bottom: 40px;
}
.fedbk-star{
    position: relative;
    list-style-type: none;
    text-align: center;
    color: #fff;
}
.fedbk-star li{
    display: inline-block;
}

/* End Section Feedback*/


/* Section My Team*/

.team-m{
    margin-bottom: 30px;
}
.team-tx{
    padding-top: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    transition: all ease .5s;
}
.team-m:hover .team-tx{
    box-shadow: 0 0 10px #ddd;
}

/* End Section My Team*/


/* Section stiker */

.stiker{
    background-image: url(../img/img13.png);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.stiker::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #7f56fd;
    position: absolute;
    opacity: .9;
    left: 0;
    top: 0;
}
.stiker-position{
    margin-right: 208px;
}
.stiker-contnt .f-c{
    margin-left: 10px;
}
.stiker-contnt .l-c{
    margin-right: 20px;
}
.stiker-position:last-child{
    margin-right: 0;
}
.stiker-contnt{
    position: relative;
}

/* End Section stiker */


/* Section BLOG POST */

.blog-show{
    margin-bottom: 30px;
}
.autr-date{
    padding-top: 35px;
}
.autr-date .blog-p{
    font-size: 18px;
    padding-right: 97px;
    padding-top: 25px;
}
.spn{
    position: relative;
    padding-left:10px ;
}
.spn::before {
    content: '/';
    position: absolute;
    right: 105px;
    margin-right: 5px;
}

/* End Section BLOG POST */


/* Section CONTACT US */

.contact-us{
    background-color: #f5f5f5;
}
.form-control{
    height: 60px;
    padding-left: 20px;
}
.form-group{
    margin-bottom: 20px;
}
.contact-mid {
    max-width: 780px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#exampleFormControlTextarea1{
    height: 200px;
    margin-bottom: 30px;
}
.msg {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

/* End Section CONTACT US */


/* Footer */
.footer-part{
    background-color: #263238;
}
.foot-sec{
    color: #fff;
    margin: 40px 0;
}
.foot-sec ul{
    text-align: right;
}
.foot-sec ul li{
    list-style-type: none;
    display: inline-block;
}
.foot-sec ul li i{
    padding-left: 35px;
    color: #fff;
}



/* End Footer */
