/********** Template CSS **********/
:root {
    --primary: #500eb0;
    --secondary: #FFC448;
    --light: #FAFAFB;
    --dark: #12141D;
    --danger: #ff0000d6;
}
body{
    font-family: "Roboto", sans-serif!important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** user signup modal start***/
.custom-width{
    width: 88%;
    display: inline;
    margin-right: 3px;
    background: #0000001a;
    border: none;
    padding: 12px;
}

.d-inln{
    display: block;
}
.brdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brdiv span{
    width: 40%;
    height: 1px;
    background-color: #00000042;
}
.brdiv button{
    background-color: #fff;
    border: navajowhite;
    padding: 14px 4px;
}
.formIcon{
    width: 10%;
     margin-bottom: 3px;
     padding: 12px;
}
/*** user signup modal end***/


/*** Navbar ***/
.navbar.fixed-top {
    display: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}


/*** home page css ***/
#home {
    margin-bottom: 6rem;
    background: url(../img/bg-header.png) no-repeat left top,linear-gradient(#fff,#fff);
}
.topzero{
    margin-top: 0;
}
.signupBtn{
    position: absolute;
  right: 9%;
  top: 5%;
}

.homeService{
    width: 70%;
}
.homeService img{
    width: 45%;
}
.homeService h3{
    color: red;
    font-size: 1.5rem;
    text-align: center;
}
.playbtn{

  width: 30%;
 
}
.resizefont{
    font-size: 0.9rem;
  margin-top: 22px;
}



.typed-cursor {
    font-size: 30px;
    color: var(--dark);
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** About ***/
#about .years .display-1 {
    font-size: 4rem;
  line-height: 3rem;
}

#about .years h5 {
    letter-spacing: 3px;
  margin-right: 0px;
}
.about_h3{
    font-size: 1.6rem;
}
.about_p{
    font-size: 1rem;
    color: black;
    text-align: justify;
}
.about_arrow{
    margin-left: 69px;
  margin-top: 21px;

}
.about_right{
    font-size: 1.25rem;
}
.about_right_p{
    color: #000000e8;
    font-size: 0.95rem;

}
/*** Skills ***/
#skill .progress {
    height: 5px;
    border-radius: 5px;
}

#skill .progress .progress-bar {
    width: 0px;
    border-radius: 5px;
    transition: 3s;
}

#skill .nav-pills .nav-link {
    color: var(--dark);
}

#skill .nav-pills .nav-link.active {
    color: #FFFFFF;
}

#skill .tab-content hr {
    width: 30px;
}


.borderBottom{
  width: 46px;
  height: 1px;
  background-color: #0000005e;
  display: block;
  margin: 13px 0px 20px 0px;
}




/*** Service ***/
/* .service-item .bg-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/bg-icon.png) center center no-repeat;
    background-size: cover;
} */

.service-item .bg-icon img{
    width: 160px;
    height: auto;
}




/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--danger);
    border-color: var(--danger);
}

.portfolio-img {
    position: relative;
}

.portfolio-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 68, 197, .9);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    padding-bottom: 30px !important;
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    opacity: .7;
}

.team-item .team-text {
    position: absolute;
    left: 0;
    right: 60px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    right: 30px;
    opacity: 1;
}

.team-item .team-text div {
    transition: .5s;
}

.team-item:hover .team-text div {
    margin-left: 30px;
}


/*** Testimonial ***/
.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px solid var(--secondary);
    border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.testimonial-carousel .testimonial-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid var(--secondary);
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 2px solid var(--secondary);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
    border-radius: 16px;
    background: var(--secondary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}
.iconController{
    display: block;
    overflow: hidden;
    margin: 10px 0px;
}

.iconController a{
    float: left;
}

.icondiv{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
}
.footerText span{
    margin: 0px 50px;
}
.footerText span a{
    color: #fff;
}

/* varification page css */
.varification-container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftimg{
    display: flex;
    justify-content: center;
}
.leftimg img{
    width: 129px;
}

.inputright{
    padding: 150px 35px;  
    border-radius: 12px;
    background: #0000000d;
    margin-top: 12px;
    box-shadow: 4px 16px 27px -1px #0000004d;
}
.inputright h1{
    color: red;
  padding: 20px 0px;
  font-size: 2rem;
}
.varifyInput label{
    font-size: 30px;
    margin: 0px 11px;
}
.varifyInput .formInput{
    padding: 12px 30px;
    font-size: 18px;
    border: 1px solid #00000091;
    outline: none;
    width: 361px;
}

.btndiv{
    display: flex;
    justify-content: end;
}

.submitBtn{
    padding: 7px 17px;
    margin: 14px 0px 0px 0px;
    border: navajowhite;
    outline: none;
}
.canclebtn{
    margin-right: 14px;
}

/* TERMS OF SERVICE pages css */

.service{
    text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.terms div p span{
    font-weight: 500;
  color: black;
}
.terms div p{
    text-align: justify;
}
.terms div h1{
    font-size: 1.5rem;
}
.terms div{
    margin-bottom: 50px;
}

/* PRIVACY POLICY css */
.privacy{
    text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.privacymain div p span{
    font-weight: 500;
  color: black;
}
.privacymain div p{
    text-align: justify;
}
.privacymain div h1{

    font-size: 1.5rem;
}
.privacymain div{
    margin-bottom: 50px;
}

.width-btn-1{
    width: 50%;
}

.width-btn-2{
    width: 50%;
}

@media screen and (max-width: 575px) {
    .width-btn-1{
        width: 65%;
    }

    .width-btn-2{
        width: 35%;
    }    
}
