
* {
    margin-top: 0px;
    padding: 0px;
     /* border: 1px solid red;  */

}

/* -----------------------fonts------------------------------ */

@font-face{
    
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-style:normal; 
   
}

@font-face{
    
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
    font-style:normal; 
    font-weight:100
   
}

@font-face{
    
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
    font-style:normal; 
    font-weight:100
    
}

@font-face{
    
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
    font-style:normal; 
    font-weight:100
    
}

@font-face{
    
    font-family: 'Merriweather-Bold';
    src: url('../fonts/Merriweather-Bold.ttf');
    font-style:normal; 
    font-weight:100
   
}

@font-face{
    
    font-family: 'Merriweather-Light';
    src: url('../fonts/Merriweather-Light.ttf');
    font-style:normal; 
    font-weight:100
   
}

@font-face{
    
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular.ttf');
    font-style:normal; 
    font-weight:100
    
}

@font-face{
    
    font-family: 'Merriweather-Black';
    src: url('../fonts/Merriweather-Black.ttf');
    font-style:normal; 
    font-weight:100
    
}



/*------------------------------navbar------------------------------------- */


.myG {
    background-color: white!important;
    box-shadow: 0 .1rem 0.7rem rgba(0,0,0,.15)!important;
}


.navbar {
    padding: 25px 65px 25px 89px!important;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color:black !important;
}

.navbar-light .navbar-brand img {
    width: 53px;
    margin-bottom: 11px;
}


.navbar-nav .nav-item .nav-link{
    border-bottom: 2px solid transparent;
}  

.navbar-nav .nav-item .nav-link:hover{
    border-bottom: 2px solid black;
}  


.head1{
    box-shadow: 0 .1rem 0.7rem rgba(0,0,0,.15)!important;
        position: fixed;
        top: 0px;
        width: 100%;
        background-color: white;
        z-index: 1030;
    
}

.heading1{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: transparent;
    z-index: 1030;
}

.main_head{
    background-image: linear-gradient(320deg, #FFE7A2, #FFFFFF);
    height:100vh;
}

.BTN-GRP1 button{
    border:1px solid #FFA600;
    padding: 6px 19px;
    color:#FFA600;
}

.BTN-GRP1 button:hover{
    background-color:#FFA600;
    color:white;
}

.main_head1{
    background-image: linear-gradient(320deg, #FFE7A2, #FFFFFF);
    /* height: 131vh !important; */
}

.myvisitedlink1 {
    text-decoration: none;
    position: relative;
}

.myvisitedlink1:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 90%;
    background-color: black;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -2px;
}

/* ----------checkbox--------------------------------------------------- */

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #eee;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #FFA600;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  

/* -----------------------home page-------------------------------- */

.apy1{
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.girlboy{
    width:80%;
}

.bb1{
    margin-right: 30px;
}

.girls14{
    width: 80%;
}

.top-devs{
    margin-top:12%;
    /* background-image: linear-gradient(320deg, #FFFCF3,#FFFCF3); */
    position:relative;
    padding-top: 53px;
}

.pay1{
    margin-top: 75px;
    margin-bottom: 0px;
}

.pay_inner{
    padding-top: 24px !important;
}

.zig-zag{
    position:absolute;
    top:0px;
    right:0px;
    width: 31%;
    z-index: -1000;
}

.div_first{
    padding: 129px 0px 1px 100px !important;
    margin-top: 8%;
}

.side-imgo{
    margin-top: 7%;
}

.side-imgo img{
    width:80%;
}


.BTN-GRP button{
    border:1px solid #FFA600;
    padding: 12px 34px;
    color:#FFA600;
}

.BTN-GRP button:hover{
    background-color:#FFA600;
    color:white;
}

.card-footers p:nth-child(2){
    color:#504E4E;
    line-height: 1.9rem;
}

.feature{
    justify-content: space-evenly;
    margin: 71px 85px;
}

.border-line1{
    border:2px solid #FFA600;
    width:17%;
    margin: 10px auto;
   
}

.form-control:focus {
    /* border:1px solid #FFA600; */
    box-shadow: 0.2rem .18rem 0.1rem #FFA600!important;
    background-color: #F6F4F4 !important;
}

.cards{
    background-color: white;
    width: 30%;
    padding: 29px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 9%;
}

.cards:hover {
    color: #FFA600;
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px #FFA600);
    background-color: cornsilk;
}



.bg-icon{
    background-color: #FFF7E9;
   width:59px;
   height:59px;
   border-radius:50%;
    
}

.bg-icon img{
    margin-top: 17px;
}

.card-head{
    padding: 44px 0px 14px 0px;
}

.plat2 .carx{
    box-shadow: 0 .45rem 2.7rem #F8F4E8!important;
    border-radius: 18%;
    width: 123px;
    height: 110px;
    text-align: center;
    position: relative;
}

.platform{
    margin: 17% 0px 11% 0px;
}


.plat2 .carx img{
    margin-top: 33%;
    width:72%;
}

.develop1{
    width: 80% !important;
}

.develop1 .rect{
    height: 668px;
    /* margin-top: 24px; */
}

.main_carx{
    justify-content: space-evenly;
}

.main_carx2{
    justify-content: space-between;
    margin: 51px 136px 0px 0px;
}


.devs {
    line-height: 1.9em;
     /* border-left:10px solid #FFA600;  */
     border-radius: 18px; 
     padding: 34px 47px 0px 47px!important;
     box-shadow: 0 0.45rem 2.8rem #F8F4E8!important;
}

/* .border-left{
    border-left:10px solid #FFA600 !important;
} */

.plat1{
    padding: 8px 84px !important;
}

.sec2{
    margin: 49px;
    margin-bottom: 81px;
}

.right_point{
    padding: 37px 49px 10px 99px !important;
}

/* -------------------------------- */

.inner_box{
    width: 100%;
    padding: 61px 37px;
    border-radius:19px;
    position: relative;
}

.plus1{
    position: absolute;
    right:-25px;
    bottom:-48px;
}

.work_section{
    padding: 49px 60px 0px 60px !important;
}

.work_section1{
    padding: 208px 60px 0px 60px !important;
}

.work_section2{
    padding: 305px 60px 62px 60px !important;
}

.work_k{
    margin: 52px 0px;
    /* margin-bottom: 118px; */
}

.how1{
    padding-top:70px;
    margin-bottom: 0px;
}

.works{
    position: relative;
}

.tri1{
    position: absolute;
    left: 104px;
    top: 117px;
}

.full-tri{
    position: absolute;
    right: 103px;
    top: 20%;
}

.circle{
    position: absolute;
    right: 32%;
    top: 35%;
}

.bg-tri{
    position:absolute;
    bottom:0px ;
    right:0px;

}

.app1{
    margin-top: 37px;
    margin-bottom: 53px;
}

.feat1{
    position:relative;
    padding-top: 2px;
}

.half-circle{
    position:absolute;
    top:0px;
    left:0px;
    width:7%;
}

.cards22{
    position:relative;
}

.dot-tri{
    position:absolute;
    left: -61px;
    bottom: -49px;
}

.last-card{
    position: relative;
}   

.sticks{
    position: absolute;
    right: 35px;
    bottom: -76px;
    z-index: -100;
    width: 14%;
   
}

.toppy-dev{
    position: absolute;
    top: -90px;
    left: 0px;
    background-color: #FFFCF3;
    clip-path: polygon(100% 0, 100% 81%, 0 100%, 0 17%);
    width: 100%;
    height: 774px;
    z-index: -100;
}

.trii34{
    position: absolute;
    top: -78px;
    left: 0px;
    clip-path: polygon(0 36%, 0% 100%, 100% 88%);
    background-color: #FFA600;
    width: 9%;
    height: 118px;

}

.shape1{
    position: absolute;
    bottom: -104px;
    right: 89px;
    z-index: -100;
    width: 17%;
}

.capture1{
    position:absolute;
    right:0px;
    top:20px;
    /* clip-path: circle(50.1% at 4% 50%); */
}

.path23{
    position:absolute;
    top:10px;
    right:0px;
    z-index:-100;
    width:88%;
}
/* ------------------------slider-------------------------- */

.carousel{
    width: 53%;
    margin: auto;
}

.carousel-inner{
    margin-bottom: 50px;
}

.arrow-left{
    position: absolute;
    bottom: 3px;
    /* right: 64%; */
    right: -202%;
    /* margin-top: 10px; */
}

.arrow-right{
    position: absolute;
    bottom: 3px;
    left: -217px;
}

.slide_div{
    position:relative;
    margin-top:20px;

}

.slide_img{
    margin-right: 16px;
    margin-bottom: 55px;
    width: 40px;

}

.slide_img1{
    margin-left: 16px;
    margin-bottom: 55px;
    width: 40px;
}

.caro1{
    padding: 20px 49px;
}
/* -----------------------footer----------------------------------- */

.orange-div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #FFA600;
     clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60%);
    width: 100%;
    height: 126px;
}



.fb{
    background-image: linear-gradient(45deg, #6362D7,#FF8FE2);
    width: 25px;
    height: 25px;
    border-radius: 12px;
    text-align: center;
    margin-right:8px;
   
}

.ld{
    background-image: linear-gradient(23deg, #00B56C,#1DBE75,#68D58C,#9EE69D);
    width: 27px;
    height: 27px;
    border-radius: 15px;
    text-align: center;
    margin-right:8px;
}

.sp{
    background-image: linear-gradient(90deg, #FF9AB6,#F03295,#F03295);
    width: 27px;
    height: 27px;
    border-radius: 16px;
    text-align: center;
    margin-right:8px;
}

.orange-div p{
    margin-top: 76px;
}

/*  polygon(0 85%, 100% 61%, 100% 100%, 0% 100%); */
.footer a{
    color:#BDBBBB;
    text-decoration: none;
    font-size: 15px ;
    font-family: 'Montserrat-Medium';
    display: block;
    margin-bottom: 3px;
}

.footer a:hover{
    text-decoration: none;
    color:black;
}

.footer{
    padding: 47px 0px 118px 0px;
    position:relative;
}

.bg-square1{
    position:absolute;
    bottom:0px;
    left:0px;
    z-index: 1030;
    height: 152px;
}

.foot1{
    padding: 0px 79px !important;
}

.foot4{
    padding: 0px 34px !important;
}

.foot3{
    padding: 0px 34px !important;
}

.icon .fb:hover{
    filter: drop-shadow(1px 2px 4px grey);
}

.icon .ld:hover{
    filter: drop-shadow(1px 2px 4px grey);
}

.icon .sp:hover{
    filter: drop-shadow(1px 2px 4px grey);
}


/* --------------------------------------register------------------------------------ */
.btns{
    background-color:#FFA600 !important;
    color: white !important;
    padding: 12px 34px !important;
}

.btns:hover{
    background-color:white!important;
    color: #FFA600 !important;
    border:1px solid #FFA600 !important;
}


.button-color1{
    background-color:#FFA600 !important;
    color: white !important;
    padding: 12px 103px !important;
}

.button-color1:hover{
    color:#FFA600 !important;
    background-color: transparent !important;
    border:1px solid #FFA600 !important;
}

.button-color2{
    background-color:#FFA600 !important;
    color: white !important;
    padding: 12px 116px !important;
}

.button-color2:hover{
    color:#FFA600 !important;
    background-color: transparent !important;
    border:1px solid #FFA600 !important;
}

.button-color23:hover{
    color:#FFA600 !important;
    background-color: transparent !important;
    border:1px solid #FFA600 !important;
}

.button-color23{
    background-color:#FFA600 !important;
    color: white !important;
    padding: 12px 114px !important;
}

.login_box input{
    margin: 19px 0px !important;
    padding: 25px 20px !important;
    background-color: #F6F4F4 !important;
    border:none !important;
}

.login_box .dropdown {
    background-color: #F6F4F4 !important;
    color: #C5C5C5;
    border:none !important;
    padding: 5px 10px !important;
    margin-bottom: 19px !important;
    outline: none !important;
}

.btn-light {
    background-color: #F6F4F4 !important;
    outline: none !important;
    border: none !important;
}

.login_box  .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

/* .btn-light:hover {
    background : none !important;
    border: none !important;
}

.btn-light:focus,.btn-light:active {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
} */

.onSelectOption {
    border-radius: .25rem;
    color: black !important;
    outline: none !important;
    padding: 10px !important;
    margin-bottom: 19px !important;
    width: 100%;
}


.boycom{
    width:80%;
}

.logs {
    padding-top: 8%;
    padding-bottom: 40px;
}

.logs1 {
    padding-top: 8%;
    padding-bottom: 40px;
}

.login_box input::placeholder{
    color:#C5C5C5;
}


.login_box{
    padding: 37px 33px !important; 
    box-shadow:0 0.154rem 1.3rem #F6E7BE!important;
    border-radius: 23px;
}

.register{
    padding: 61px 0px;
    margin: 0px auto;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15)!important;
    background-color:white;
}

.log_link{
    color:black;
    text-decoration: none;
}

.log_link:hover{
    color: black;
    
}
/* ------------------------f&a------------------------------------------------- */

.f1{
    margin-top: 11%;
    margin-bottom: 4%;
}
.panel-title a::after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size: 26px;
    margin-top: 0px;
    font-weight: 300;
    /* font-family: 'Montserrat-Medium'; */
    /* color:black; */
}
.panel-title a.collapsed::after {
    font-family:Fontawesome;
    content:'\f078';
    font-size: 26px;
    /* margin-top: 3px; */
}

.shopy{
    width:80%;
}

.p1{
    border: 2px solid black !important;
}

.linkname{
    color:black !important;
}

.panel-heading a{
    text-decoration: none;
    color:black;
}

.panel-heading a:hover{
    text-decoration: none;
    color:black;
}

.panel{
    border: 1px solid black;
    padding: 16px 27px;
    border-radius: 14px;
    margin: 40px auto;
}

.panel-body{
    padding-top:16px;
}



/* ---------------------------------------------privacy-------------------------- */

.bg-square{
    
        position: absolute;
        top: 32px;
        /* right: 0px; */
        z-index: -100;
    
}

.privacy {
    margin-top: 145px;
}



/* -----------------------------------contact us----------------------------------------------- */

.contact-div-right input{
   
        margin: 19px 0px;
        padding: 25px 20px;
        background-color: #F6F4F4;
        border:none !important;
    
    }
    
    .contact-div-right input::placeholder{
        color:#C5C5C5;
    }
    


    .contact-div-right textarea{
   
        margin: 19px 0px;
        padding: 25px 20px;
        background-color: #F6F4F4;
        border:none !important;
    
    }

    .contact-div-right{
        padding-top: 61px !important;
        margin-left: 177px;
    }

    .contact-div-right textarea::placeholder{
        color:#C5C5C5;
    }

    .button-color12{
        background-color:#FFA600 !important;
        color: white !important;
        padding: 12px 140px !important;
    }
    
    .contact-div-left{
        padding-left: 68px !important;
    }
     
    .contact-us1{
        margin: 124px auto;
    }

    .cc2{
        display:none;
    }

    .client{
        margin-top:50px;
    }


/* -----------about us--------------------------------------------- */

.about1{
    margin-top: 10%;
}

.aboutus-inner{
    margin-top: 7%;
}

.three{
    width: 76%;
}

.about-text{
    padding-left: 110px !important; 
}

/* .aboutus-inner1{
    margin-top: 68px;
} */

.three2{
    width: 70%;
}

.about-text1{
    padding-top: 15%;
    padding-right: 9% !important;
}


/* -------------------------------forgot--------------------------------------- */

.forgot-box{
    padding-top:68px !important;
}

.loggy1{
    padding: 50px 35px !important;
}





















/* .....................................media queries........................................... */


@media screen and (max-width: 500px){


    /* ----------------home page-------------------------- */
    .navbar-collapse{
        background-color: white;
        /* box-shadow: rgba(0, 0, 0, 0.75) 3px 6px 25px -4px; */
       padding-left:10px;
    } 

    .devs {
        line-height: 1.8em;
        /* border-left: 10px solid #FFA600; */
        border-radius: 18px;
        padding: 0px 47px !important;
    }

    .bb22{
        padding: 12px 9px !important;
        color: #FFA600;
        font-size: 13px !important;
    }

    .btns{
        padding:12px 0px !important;
        width:40%;
    }

    .platform {
        flex-wrap: wrap;
    }
    .side-imgo {
        margin-top: 0% !important;
    }

    .bg-tri {
        width: 262% !important;
    }

    .bb1{
        margin-right: 0px !important;
    }
    .girlboy {
        width: 80% !important;
    }

    footer{
        flex-wrap: wrap;
    }

    .work_k {
        flex-wrap: wrap;
    }

    .main_head {
        background-image: linear-gradient(320deg, #FFE7A2, #FFFFFF);
        height: auto;
    }

    .home-first-section{
        flex-wrap:wrap;
    }

    .navbar {
        padding: 22px 24px!important;
    }

    .div_first {
        padding: 87px 0px 1px 10px !important;
        margin-top: 25%;
    }

    .BTN-GRP{
        margin-bottom: 10px;
        justify-content: space-evenly;
    }

    .button-color {
        background-color: #FFA600 !important;
        color: white !important;
        padding: 12px 0px !important;
        width:50%;
        font-size:15px !important;
    }

    .BTN-GRP button {
        margin-bottom: 20px;
    }

    .side-imgo img {
        width: 100%;
    }

    .pay1 {
        margin-top: 43px;
        margin-bottom: 0px;
    }

    .sec2 {
        flex-wrap: wrap;
    }
    .shopy{
        width:80% !important;
    }

    .how1 {
        padding-top: 31px;
    }

    .sec2 {
        margin: 49px 0px;
        margin-bottom: 28px;
    }

    .app1{
        flex-wrap: wrap-reverse;
        margin-bottom: 0px;
    }

    .right_point {
        padding: 15px !important;
        
    }

    .tri1 {
        display: none;
    }

    .work_k {
        margin: 24px 0px;
    }

    .work_section {
        padding: 49px 20px !important;
    }

    .full-tri {
        display: none;
    }

    .plus1 {
        /* position: absolute; */
        right: -12px;
        bottom: -48px;
    }

    .work_section1 {
        padding: 80px 20px 10px 20px !important;
    }

    .plus1 {
        position: absolute;
        right: -9px;
        bottom: -39px;
    }

    .circle {
        right: 47% !important;
        top: 36% !important;
        width: 44% !important;
    }

    .work_section2 {
        padding: 88px 20px 30px 20px !important;
    }

    .feature{
        flex-direction: column;
        margin: 45px 18px 0px 18px !important;
    }

    .cards {
        width: 100% !important;
        margin-bottom: 41px;
    }

    .develop1 .rect {
        height: 615px;
        margin-top: 26px;
    }


    .dot-tri {
        /* position: absolute; */
        left: -10px;
        bottom: -73px;
        z-index:-100;
    }

    .half-circle {
        z-index: -100;
        /* position: absolute; */
        top: 17px;
        left: 0px;
        width: 21%;
    }

    .last-card {
        /* position: relative; */
        margin: 0px 18px 30px 18px !important;
    }

    .zig-zag {
        display:none;
    }

    .sticks {
        display:none;
    }

    .toppy-dev {
        position: absolute;
        top: -68px;
        left: 0px;
    }

    .trii34 {
        top: -57px;
        left: 0px;
        width: 12%;
        height: 118px;
        z-index: -100;
    }

    .top-devs {
        margin-top: 0%;
        padding-top: 0px;
    }

    .capture1 {
        right: 0px;
        top: 20px;
        width: 20%;
        z-index: -100;
    }

    .develop1 {
        width: 100% !important;
    }

    .shape1 {
        bottom: -59px;
        right: 12px;
        z-index: -100;
        width: 35%;
    }

    .plat1 {
        padding: 8px 15px !important;
    }

    .path23 {
        display: none;
    }

    .cc2{
        display:block;
    }

    .v12{
        display:none;
    }

    .main_carx {
        flex-wrap: wrap;
    }

    .plat2 .carx {
        margin-bottom: 23px;
        width: 133px !important;
    height: 113px !important;
    }

    .client{
        margin-top:0px;
    }

    .platform {
        margin: 17% 0px 0% 0px;
    }

    .carousel {
        width: 100%;
        margin: auto;
    }

    .caro1 {
        padding: 0px 0px;
    }

    .slide_img1 {
        margin-left: 16px;
        margin-bottom: -205px;
        width: 29px;
    }

    .slide_img {
        margin-right: 18px;
        margin-bottom: 216px;
        width: 28px;
    }

    .arrow-right {
        bottom: -4px;
        left: -83px;
    }

    .arrow-left {
        bottom: -4px;
        /* right: 64%; */
        right: -169%;
    }

    .footer {
        padding: 37px 0px 80px 0px;
        flex-wrap: wrap;
    }

    .foot2{
        padding-left: 21px !important;
    }

    .foot3 {
        padding: 0px 15px 0px 21px !important;
    }

    .foot4 {
        padding: 19px 15px 10px 15px !important;
    }

    .foot1 {
        padding: 0px 21px !important;
    }

    .icon{
        margin-bottom: 18px;
    }



    /* -------------------f&a------------------------- */

    .f1 {
        margin-top: 36% !important;
        margin-bottom: 19% !important;
    }

    .bg-square {
        display: none;
    }

    .panel {
        border: 1px solid black;
        padding: 11px 8px;
        border-radius: 14px;
        margin: 29px auto;
    }

    .panel-title{
        font-size: 14px !important;
    }

    .panel-title a.collapsed::after {
        font-size: 14px;
        margin-top: 1px;
    }

    .panel-title a::after {
        font-size: 14px;
        margin-top: 3px;
    }

    .panel-body{
        font-size: 13px;
    }

    /* -------------contact us------------------------------------ */

    .contact-us1 {
        margin: 107px auto 40px auto;
    }

    .contact-div-left {
        padding-left: 15px !important;
    }

    .contac1{
        flex-wrap: wrap;
    }

    .contact-div-right {
        padding-top: 14px !important;
        margin-left: 0px;
    }

    .button-color12 {
        padding: 8px 0px !important;
        width: 100%;
    }

    /* ---------------------privacy------------------------------ */

    .privacy {
        margin-top: 127px;
        margin-bottom: 40px;
    }

    /* ------login-------------------------------------------------- */

    .main_head1 {
        background-image: linear-gradient(320deg, #FFE7A2, #FFFFFF);
        height: auto !important;
    }

    .logs {
        padding-top: 37% !important;
    }

    .logs1 {
        padding-top: 37% !important;
    }

    .register {
        flex-wrap: wrap-reverse;
    }

    .boycom{
        width:100%;
    }

    .login_box {
        margin-top: 4px;
        margin-bottom:20px
    }

    .login_box {
        padding: 37px 19px !important;
    }


    /* ------------------------about us----------------------------- */
    

    .three23{
        margin-top: 45px;
    }
    .about1 {
        margin-top: 35% !important;
    }

    .aboutus-inner {
        margin-top: 13%;
        flex-wrap: wrap;
    }

    .about-text {
        padding-left: 15px !important;
    }

    .three {
        width: 100%;
    }

    .aboutus-inner1{
        flex-wrap: wrap-reverse;
    }

    .three2 {
        width: 93%;
    }

    /* ------------------------------register----------------------------------------- */

    .button-color1 {
       
        padding: 12px 0px !important;
        width: 100%;
    }
    

    /* ------------forgot------------------------------ */

    .forgot-box {
        padding-top: 0px !important;
    }

    .button-color23 {
        padding: 12px 0px !important;
        width: 99%;
    }
}

@media(min-width: 411px) and (max-width: 425px){
    .arrow-right {
        bottom: -4px;
        left: -111px;
    }
}

@media screen and (max-width: 800px){

    .navbar-collapse{
        background-color: white;
        /* box-shadow: rgba(0, 0, 0, 0.75) 3px 6px 25px -4px; */
       padding-left:10px;
    } 

    .bb22{
        padding: 12px 9px !important;
        color: #FFA600;
        font-size: 13px !important;
    }
/* ----------------f&a---------------------------- */

.f1 {
    margin-top: 17%;
    margin-bottom: 4%;
}
/* ---------------------forgot---------------- */
.main_head1 {
    background-image: linear-gradient(320deg, #FFE7A2, #FFFFFF);
    height: 99vh;
}

.forgot-box {
    padding-top: 23px !important;
}

.button-color23 {
   
    padding: 12px 0px !important;
    width: 100%;
}

.boydiv {
    padding-top: 64px;
}
/* =-------------------------home page------------ */

    .main_head {
        background-image: linear-gradient(320deg, #FFE7A2, #FFFFFF);
        height: auto;
    }

    .navbar {
        padding: 0px 52px ;
    }

    .div_first {
        padding: 44px 0px 0px 27px !important;
        margin-top: 16%;
    }

    .side-imgo {
        margin-top: 17%;
    }

    .bb1 {
        margin-right: 0px !important;
    }

    .side-imgo {
        margin-top: 15%;
    }

    .side-imgo img {
        width: 100%;
    }

    .btns{
       font-size: 12px !important;
        width: 37%;
        padding: 14px 5px !important;
        margin-bottom: 55px;
    }

    .BTN-GRP{
        justify-content: space-evenly;
    }

    .button-color {
        padding: 13px 19px !important;
    }

    .pay_inner {
        padding-top: 0px !important;
    }

    .shopy {
        width: 100%;
    }

    .sec2 {
        margin: 43px 0px;
        margin-bottom: 81px;
    }

    .right_point {
        padding: 7px 0px 10px 30px !important;
    }

    .girlboy{
        width:100%;
    }

    .work_section {
        padding: 18px 15px !important;
    }

    .inner_box {
        width: 100%;
        padding: 29px 16px;
    }

    .work_section1 {
        padding: 170px 15px 10px 15px ;
    }

    .work_section2 {
        padding: 270px 15px 10px 15px ;
    }

   

    .full-tri {
        /* position: absolute; */
        right: 34px;
        top: 20%;
        width: 12%;
    }

    .circle {
        /* position: absolute; */
        right: 32%;
        top: 39%;
        width: 20%;
    }
    
    .tri1 {
        /* position: absolute; */
        left: 57px;
        top: 117px;
        width: 16%;
    }

    .bg-tri {
        width: 101%;
    }

    .feature {
        justify-content: space-evenly;
        margin: 50px 0px;
    }

    .cards {
        width: 30%;
        padding: 16px 15px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        border-radius: 7%;
    }

    .dot-tri {
        /* position: absolute; */
        left: -9px;
        bottom: -59px;
    }

    .zig-zag {
        display: none;
    }

    .sticks {
        right: 35px;
        bottom: -52px;
        z-index: -100;
        width: 16%;
    }

    .capture1 {
        width:12%;
    }

    .top-devs {
        margin-top: 18%;
        /* background-image: linear-gradient(320deg, #FFFCF3,#FFFCF3); */
        position: relative;
        padding-top: 5px;
    }

    .shape1 {
        bottom: -68px;
        right: 52px;
    }

    .platform {
        margin: 16% 0px 6% 0px;
    }

    .plat2 .carx {
        box-shadow: 0 .45rem 2.7rem #F8F4E8!important;
        border-radius: 18%;
        width: 107px;
        height: 82px;
    }

    .main_carx2 {
        justify-content: space-evenly;
        margin: 51px 0px 0px 0px;
    }

    .plat1 p:nth-child(1){
        font-size: 26px;
    }

    .plat1 {
        padding: 8px 22px !important;
    }

    .main_carx {
        justify-content: space-between;
    }

    .path23 {
        top: 44px;
        right: 10px;
        z-index: -100;
        width: 88%;
    }
    .carousel {
        width: 100%;
        margin: auto;
    }

    .footer {
        padding: 35px 0px 98px 0px;
        position: relative;
    }

    .foot1 {
        padding: 0px 20px !important;
    }

    .foot2{
        padding-left: 12px ;
    }

    .orange-div {
        height: 117px;
    }
   

    /* -----------------------contact--------------------------- */

    .button-color12 {
     
        padding: 12px 0px !important;
        width: 100%;
    }
    
    .contact-div-right {
        padding-top: 42px !important;
        margin-left: 0px;
    }

    .contact-us1 {
        margin: 106px auto 40px auto;
    }

    /* -------------------------privacy---------------------------------- */

    .privacy {
        margin-top: 127px;
        margin-bottom: 40px;
    }

    /* ----------------login------------------------------------------- */

    .register {
        padding: 28px 0px;
    }

    .button-color2 {
        padding: 12px 0px !important;
        width: 99%;
    }

    .boycom {
        width: 100%;
    }

    .logs {
        padding-top: 15%;
    }

    .logs1 {
        padding-top: 15%;
    }
    /* --------------------------------about us----------------------------- */

    .about1 {
        margin-top: 15%;
    }

    .about-text {
        padding-left: 15px !important;
    }

    .three {
        width: 100%;
    }

    .three2 {
        width: 100%;
    }

    .about-text1 {
        padding-top: 9%;
        padding-right: 2% !important;
    }

      /* ------------------------------register----------------------------------------- */

      .button-color1 {
       
        padding: 12px 0px !important;
        width: 100%;
    }


   
}



@media(min-width: 810px) and (max-width: 1024px){


/* --------------------forgot--------------------------------- */

.button-color23 {
    padding: 12px 0px !important;
    width: 100%;
}

.logs {
    padding-top: 13%;
}
/* ............................home page........................ */

.side-imgo {
    margin-top: 18%;
}

.girls14{
    width:100%;
}

.shopy {
    width: 100%;
}

.girlboy {
    width: 100%;
}

.work_section {
    padding: 23px 30px !important;
}

.work_section1 {
    padding: 180px 30px 10px 30px ;
}

.work_section2 {
    padding: 280px 30px 10px 30px !important;
}

.feature {
    justify-content: space-evenly;
    margin: 50px 0px;
}

.plat1 {
    padding: 8px 20px !important;
}

.platform {
    margin: 17% 0px 6% 0px;
}

.carousel {
    width: 71%;
    margin: auto;
}

.foot1 {
    padding: 0px 42px !important;
}


/* ----------------contact---------------------------------------- */

.contact-us1 {
    margin: 115px auto 40px auto;
}

.button-color12 {
    padding: 12px 0px !important;
    width: 100%;
}



/* -----privacy-------- */

.privacy {
    margin-top: 121px;
}


/* =--------------------------login------------------------ */

.login_box {
    padding: 37px 12px !important;
}

.button-color2 {
    padding: 12px 0px !important;
    width: 100%;
}

.button-color1 {
    padding: 12px 0px !important;
    width: 100%;
}
}

.error {
    font-size: 12px;
    color: red;
}