/*START INDEX */
body {
    font-family: "Roboto", sans-serif;
}
.banner {
    background-color: #ff8c17;
    position: relative;
    z-index: 0;
}

.monaka-header {
    z-index: 999999999;
    position: absolute !important;
    top: 30px;
    background-color: #fff;
    width: 100%;
}

.banner-div {
    padding-top: 130px;
    display: flex;
    align-items: center;
}
.header-top{
    background-color: #ff8c17;
}
.phn-design-links{
    display: flex;
    justify-content:space-between;
}
.phn-design-links a {
    padding: 5px 20px;
    background-color: #fff;
    text-decoration: none;
    color: #ff8c17;
    margin-right: 8px;
    border-radius: 8px;
    text-transform: capitalize;
}
.design-links {
    display: flex;
    justify-content: space-between;
}

.design-links a {
    padding: 5px 20px;
    background-color: #595b2c;
    text-decoration: none;
    color: #fff;
    margin-right: 8px;
    border-radius: 8px;
    text-transform: capitalize;
}

.services-index {
    padding: 50px;
}
.services-box {
    border-radius: 20px;
    border: 4px solid #595b2c;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #595b2c;
    margin-bottom: 28px !important;
    &:hover {
        border: 4px solid #ff8c17;
        color: #ff8c17;
    }
}
.sh-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.rts-btn-1 {
    padding: 14px 65px;
    font-size: 30px;
    line-height: 19px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    min-width: max-content;
    border-radius: 30px;
}
.rts-btn-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-primary-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #595b2c;
    border: 2px solid #595b2c;
    background: transparent;
}

.btn-primary-1::before {
    background: transparent;
}

.btn-primary-1:hover {
    background: #ff8c17;
    color: #fff;
    border: 2px solid #ff8c17;
}
.btn-primary-1:hover::before {
    background: #595b2c;
    transform: scaleX(0);
}

.ser-img{
    width:193px;
}

.footer-top {
    background-color: #ff8c17;
    padding:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-mail {
    
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;
    color:#fff;
}
.footer{
    padding:50px;
}

/*END INDEX*/

/*ABOUT PAGE START */
.ab-banner {
    background-color: #ff8c17;
    position: relative;
    z-index: 0;
}


.ab-banner-div {
    padding-top: 130px;
    display: flex;
    align-items: center;
}
.about-text{
    font-weight: 500;
    font-size: 22px;
    line-height:28px;
    color:#000;
}
.org-text{
  color:#ff8c17;
  font-weight: 600;
}
.grey-text{
    color: #333333;
    font-weight: 600;
}
.ab-right{
    position: relative;
    padding-top: 300px;
    padding-bottom: 300px;
    right: 5px;
}
.ab-image{
    position: absolute;
    top: 0;
    right: -78px;
}

/*ABOUT PAGE END*/

/*START CONTACT US PAGE */
.cb-right{
    position: relative;
    padding-bottom: 309px;
    padding-top: 290px;
}
.cb-image-1{
    position: absolute;
    right: -169px;
    top: -10px;
}
.cb-image-2{
    position: absolute;
    top: -15px;
    right: 218px;
}

.login-box {
                margin: 0 auto;
                padding: 40px;
                background: #EEEEEE;
                border-radius: 10px;
            }

            .login-box h4 {
                margin: 0 0 30px;
                padding: 0;
                color: #000;
                text-align: center;
            }

            .login-box .user-box {
                position: relative;
            }

            .login-box .user-box input {
                width: 100%;
                padding: 10px 0;
                font-size: 16px;
                color: #000;
                margin-bottom: 30px;
                border: none;
                border-bottom: 1px solid #000;
                outline: none;
                background: transparent;
            }
            .login-box .user-box label {
                position: absolute;
                top: 0;
                left: 0;
                padding: 10px 0;
                font-size: 16px;
                color: #000;
                pointer-events: none;
                transition: 0.5s;
            }

            .login-box .user-box input:focus ~ label,
            .login-box .user-box input:valid ~ label {
                top: -20px;
                left: 0;
                color: #ff8c17;
                font-size: 12px;
            } 

/*END CONTACT US PAGE */

/*START SERVICES PAGE*/

.sb-right{
   position: relative;
    padding-bottom: 385px;
    padding-top: 355px;
}
.sb-image-1{
    position: absolute;
    right: 347px;
    top: 45px;
}
.sb-image-2{
    position: absolute;
    top: 167px;
    right: -39px;
}

.sp-title{
    font-size: 18px;
    font-weight:600;
    color:#ff8c17;
    text-transform: uppercase;
}
.sp-text{
   font-size: 18px;
    font-weight:400;
    color:#000;
    letter-spacing: -0.03em;
}
.all-sp-right{
   position: relative;
  padding-bottom: 318px;
}
.all-sp-1{
    position: absolute;
    top: 150px;
    left: -93px;
    width: 132px;
}
.all-sp-2{
    width: 132px;
    position: absolute;
    bottom: 160px;
    left: 60px;
}
.all-sp-3{
    width: 168px;
    position: absolute;
    bottom: -38px;
    left: 372px;
}
.all-sp-4{
    width: 135px;
    position: absolute;
    right: 68px;
    bottom: -4px;
}
.all-sp-5{
    width: 140px;
    position: absolute;
    right: -102px;
    top: 148px;
}

/*END SERVICES PAGE*/ 

@media screen and (max-width: 750px) {
    .services-index, .footer, .ab-banner {
     padding:45px 8px;
   }
   .ab-banner {
     padding:25px 30px;
   }
   .ft-mail {
    font-size:21px;
    font-weight: 500;
  }
  .sh-title {
    font-size: 17px;
    font-weight: 600;
   }
   .monaka-header {
    top: 54px;
  }
  .monaka-header.monaka-header-aligned-center .monaka-logo{
    margin-left: 69px;
  }
  .about-text {
    font-weight: 400;
    font-size: 18px;
   }

   .ser-img{
    width:142px;
   }
   .services-box{
    padding: 8px;
   }
   
  /*.ab-right{
    position: relative;
    padding-top: 176px;
    padding-bottom:135px;
    right: 0px;
   }
   .ab-image{
    position: absolute;
    top: 0;
    right: -78px;
   }*/
}
