* {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    scroll-behavior: smooth;
    overflow-y: auto;
    overflow-x: hidden !important;
}

:root {
    --blue: #232d50;
    --l_blue: #2087d6;
}

.max-width {
    max-width: 1200px;
    margin: auto;
}

@font-face {
    font-family: myFont;
    src: url('../../bmp-public/assets/G-font/EKLG-41 Rinesh.ttf') format('truetype');
}


/* header */

.main {
    height: 100vh;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    z-index: 9999;
    max-height: 140px;
}

.header-contact-wp {
    background-color: var(--blue);
}

.header-contact-wp>div p {
    color: #edf6f9;
    font-size: 15px;
    padding: 6px 0;
}

.mobile-menu-bar {
    display: none;
}

.front-logo img {
    width: 80px;
}

.front-logo h5 {
    font-weight: 600;
    color: var(--blue);
}

.menu ul li {
    float: left;
}

.menu ul li a {
    font-weight: 400;
    color: black;
    padding: 5px;
    transition-duration: 0.3s;
}

.menu ul li:not(:last-child) a{
    margin-right: 25px;
}

.menu ul li a:hover {
    color: var(--l_blue);
}

.active {
    color: #2087d6 !important;
}


/* section-carasoul */

.smart-dobby-front {
    background-image: url('../../image/back-graound-image/lining-bg.svg');
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-color: #edf6f9;
}

.smart-dobby-front1 {
    background-image: url('../../image/back-graound-image/Vector2.svg');
    background-repeat: no-repeat;
    background-position: left 0 bottom 60px;
    height: 100%;
}

.smart-dobby-front2 {
    background-image: url('../../image/back-graound-image/Vector1.svg');
    background-repeat: no-repeat;
    background-position: left 0 bottom 0px;
    height: 100%;
}

.welcome-text h1 {
    font-weight: 700;
    font-size: 64px;
    color: #c4e0f2;
    line-height: 54px;
    text-shadow: -1px -1px 0 #2087d6, 1px -1px 0 #2087d6, -1px 1px 0 #2087d6, 1px 1px 0 #2087d6;
}

.welcome-text h1:nth-child(2) {
    transform: matrix(1, 0, 0, -1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient( rgba(213, 233, 245, 0), rgb(213, 233, 245));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
}

.front-main {
    padding-top: 135px;
}

.front-right-section {
    padding: 0 0 0 20px;
}

.electronic-design h3 {
    color: var(--l_blue);
    font-weight: 600;
    font-size: 40px;
    white-space: nowrap;
}

.electronic-design p {
    color: var(--blue);
    font-size: 30px;
    padding: 20px 0 20px 0;
}

.electronic-design span {
    font-family: myFont;
}

.electronic-design a {
    background-color: var(--blue);
    padding: 14px 32px 14px 20px;
    transition-duration: 0.3s;
}

.electronic-design a p {
    color: white;
    font-size: 17px;
    padding: 0;
}

.electronic-design a:hover {
    background-color: #414b74;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto;
    height: auto;
    z-index: 2;
}

.swiper-button-next {
    right: 15px;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next::after {
    content: url(../../image/side-button/next.svg);
}

.swiper-button-prev::after {
    content: url(../../image/side-button/prev.svg);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 1px;
    vertical-align: middle;
}

.swiper-pagination {
    z-index: 2;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition-duration: 0.4s;
}

.swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 40%;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    -ms-border-radius: 40%;
    -o-border-radius: 40%;
}

.section-second,
.w-p-comparison,
.about-us,
.mission {
    padding: 100px 0;
}


/* section_why-us	 */

.section-second {
    background-image: url(../../image/back-graound-image/second-sec-bg.svg);
    background-size: cover;
}

.why-us-text h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    position: relative;
    text-align: center;
}

.why-us-text h3::after,
.footer-contact>div:nth-child(1) h4::after {
    content: '';
    display: block;
    height: 6px;
    width: 60px;
    position: absolute;
    background-color: #8b9caf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.why-inner-text p {
    font-size: 17px;
    padding: 30px 0;
}

.why-qu-part {
    padding: 20px 7px;
}

.why-qu-part-inner {
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 50px 22px 41px;
    transition-duration: 0.3s;
    overflow: hidden;
}

.why-qu-part-inner svg,
.why-qu-part-inner>div:nth-child(2) h4,
.why-qu-part-inner>div:nth-child(3) p {
    z-index: 11;
    position: relative;
}

.why-qu-part-inner>div:nth-child(2) h4 {
    padding: 30px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.why-qu-part-inner>div:nth-child(3) p {
    font-size: 14px;
}

.overlay {
    overflow: hidden;
    height: 0;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.why-qu-part .why-qu-part-inner:hover .overlay {
    bottom: 0;
    height: 100%;
}

.why-qu-part:nth-child(1) .why-qu-part-inner {
    background-color: #fde4cf;
    border: 1px solid #bc7336;
}

.why-qu-part:nth-child(1) .why-qu-part-inner .overlay {
    background-color: #bc7336;
}

.why-qu-part:nth-child(1) .why-qu-part-inner:hover {
    color: #fde4cf;
}

.why-qu-part:nth-child(1) .why-qu-part-inner:hover svg path {
    fill: #fde4cf;
}

.why-qu-part:nth-child(2) .why-qu-part-inner {
    background-color: #ccdbfd;
    border: 1px solid #36569d;
}

.why-qu-part:nth-child(2) .why-qu-part-inner .overlay {
    background-color: #36569d;
}

.why-qu-part:nth-child(2) .why-qu-part-inner:hover {
    color: #ccdbfd;
}

.why-qu-part:nth-child(2) .why-qu-part-inner:hover svg path {
    fill: #ccdbfd;
}

.why-qu-part:nth-child(3) .why-qu-part-inner {
    background-color: #cce3de;
    border: 1px solid #14967a;
}

.why-qu-part:nth-child(3) .why-qu-part-inner .overlay {
    background-color: #14967a;
}

.why-qu-part:nth-child(3) .why-qu-part-inner:hover {
    /* box-shadow: 0 4px 8px 0 #14967a3b, 0 6px 20px 0 #14967a3b; */
    color: #cce3de;
}

.why-qu-part:nth-child(3) .why-qu-part-inner:hover svg path {
    fill: #cce3de;
}

.why-qu-part:nth-child(4) .why-qu-part-inner {
    background-color: #cae9ff;
    border: 1px solid #3684bc;
}

.why-qu-part:nth-child(4) .why-qu-part-inner .overlay {
    background-color: #3684bc;
}

.why-qu-part:nth-child(4) .why-qu-part-inner:hover {
    color: #cae9ff;
}

.why-qu-part:nth-child(4) .why-qu-part-inner:hover svg path {
    fill: #cae9ff;
}


/* section_work-progress */

.w-p-div {
    max-width: 942px;
    margin: auto;
    padding: 20px 0;
}

.design p {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 19px;
    padding: 11px 10px;
    text-align: center;
    transition-duration: 0.3s;
    border: 1px solid transparent;
    z-index: 100;
    position: relative;
}

.responsive-screen {
    display: none;
}

.old-new .design p {
    min-width: none;
    max-width: 300px;
}

.wp-4 {
    padding-top: 2%;
    align-self: center;
}

.elips {
    padding: 6px;
}

.design-absolute {
    left: -156px;
    top: -40px;
}

.error {
    padding: 50px 20px 0 20px;
}

.recorrect {
    top: -80px;
    left: -155px;
}

.blue1 {
    width: 30%;
}

.blue1 p {
    background-color: #d1e6f7;
    border: 1px solid #2087d6;
    width: 100%;
    height: 100%;
}

.tomato {
    padding: 0 20px;
}

.tomato p {
    background-color: #ffc8c8;
    width: 300px;
}

.sky p {
    background-color: #c6e6ff;
    width: 300px;
}

.blue p {
    background-color: #232d50;
    width: 320px;
}

.sky1 p {
    background-color: #c6e6ff;
}

.saff p {
    background-color: #fde4cf;
}

.purple p {
    background-color: #ccdbfd;
}

.l_yellow p {
    background-color: #e5d7b1;
}

.green p {
    background-color: #cce3de;
}


/* hover */

.saff p:hover {
    border: 1px solid #ba6924;
    color: #ba6924;
}

.purple p:hover {
    border: 1px solid #20459a;
    color: #20459a;
}

.l_yellow p:hover {
    border: 1px solid #95751c;
    color: #95751c;
}

.green p:hover {
    border: 1px solid #208972;
    color: #208972;
}

.sky p:hover,
.sky1 p:hover {
    border: 1px solid #1e537e;
    color: #1e537e;
}

.tomato p:hover {
    border: 1px solid #b12a2a;
    color: #b12a2a;
}


/* about us */

.about-us {
    background-image: url(../../image/back-graound-image/third-sec-bg7.png);
    background-size: cover;
}

.about-us .why-inner-text p {
    padding: 15px 0 60px;
}

.about-demo {
    padding: 10px;
}

.about-demo img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.3);
}

.about-demo::after {
    content: url(../../image/aboutus/ic_play.svg);
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.about-demo::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 1px;
    left: 1px;
    background-color: transparent;
    border: 3px dashed #8b9caf;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/* vision-mission */

.vision:nth-child(1) {
    padding: 0 50px 0 0;
}

.vision:nth-child(2) {
    padding: 0 0 0 50px;
}

.vission-inner {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 30px 10px;
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 2px #080808, 1px 1px 5px #ffffff;
}

.vission-inner>div:nth-child(1) img {
    padding: 0 0 30px 0;
}

.vission-inner>div:nth-child(3) p {
    padding: 40px 0 0 0;
    font-size: 17px;
    color: #8b9caf;
}

.vission-inner:hover {
    border-left: 10px solid var(--l_blue);
    border-right: 10px solid var(--l_blue);
    box-shadow: none;
}

.vission-inner:hover div:nth-child(3) p {
    color: black;
}


/* footer */

footer {
    background-color: var(--blue);
    padding: 30px 0;
}

footer>div {
    align-items: center;
}

.footer-logo,
.footer-contact {
    max-width: 400px;
}

.footer-logo p,
.footer-rights {
    font-size: 16px;
    padding: 10px 0 0 0;
}

.footer-contact div {
    padding: 17px 0 0 0;
}

.footer-contact p {
    font-size: 16px;
    margin-left: 10px !important;
}

.footer-contact>div:nth-child(1) h4::after {
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    height: 2px;
    bottom: -10px;
}

.footer-rights {
    background-color: var(--l_blue);
    padding: 15px 0;
}

.custom_url{
    color: white;
    text-decoration: none;
}
.custom_url:hover{
    color: #aaa;
}
.mail_us{
    margin-left: 10px !important; 
}

.footer_last a{
    color: white;
}

@media (min-width:768px){
    .footer_last{
        display: flex;
        justify-content: space-between;
    }   
}