* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background: #1F1F23;
    scroll-behavior: auto;
    overflow-x: hidden;
}




a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    font-family: poppins;
}

.active, .target:hover {
    color: #219476 !important;
    font-size: 16px;
    font-weight: 300;
    font-family: poppins;
}



.flip-mobile-img {
    position: relative;
    object-fit: contain;
    height: unset;
    width: 50%;
    max-width: 300px;
}

.bg-color {
    background: #F2F6FF;
}

.footer-web-name {
    display: flex;
    justify-content: center;
    margin-left: 92px;
    margin-top: 20px;
}

.custom-img-width {
    width: 70px;
    height: 66px;
}

.custom-border-top {
    border-top: 4px solid black;
    padding-top: 13px;
    border-radius: 4px;
}

.para {
    color: #7F8DA0;
}

.custom-footer-data {
    color: #4E597C;
}

.feature-background {
    background-image: url('../assets/images/buble\ background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130% 93%;
    background-origin: border-box;
}


.custom--mobile-img-width {
    position: relative;
    object-fit: contain;
    height: unset;
}

.btn-color {
    background: #6CC57C;
    border: none;
    color: #ffffff;
    border-radius: 5px;
}

.side-large-heading {
    color: #6CC57C;
}

.btn-dark {
    background-color: #23233C;
}

.style-send-btn {
    width: 12%;
    height: 54px;
    background: transparent;
    border: 1px soid white;
    outline: none;
    color: white;
    border: none;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.style-send-btn:hover {
    font-size: 20px;
    height: 58px;
    width: 15%;
    opacity: 1;
    transition: 500ms linear;
}

.contact-footer {
    padding: 50px 99px;
}

.btn-color:hover {
    background-color: green;
}

.btn-dark:hover {
    background-color: #000100 !important;
}

.desish-img-width {
    height: 400px;
}

.custom-position {
    position: relative;
    top: 35%;
    right: 8%;

}

.custom-background {
    background: #ffffff;
}

.custom-width-icon {
    width: 200px;
    height: 70px;
}

.custom-background-img {
    background-image: url('assets/images/background.png')
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    margin: 20px auto;
    border-top: 25px solid #fff;
}

.form-control {
    width: 60%;
    margin: auto;
}

.custom-style-input {
    display: flex;
    width: 60%;
    margin: 15px auto;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AFAFAF;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF;
}

.bi-instagram {
    color: rgb(255, 78, 78);
    font-size: 45px;
}

.bi-instagram:hover {
    color: rgb(255, 78, 78);
    font-size: 45px;
    transition: 500ms linear;
}

.bi-facebook {
    color: rgb(49, 49, 255);
    font-size: 45px;
}

.bi-facebook:hover {
    color: rgb(49, 49, 255);
    font-size: 45px;
    transition: 500ms linear;
}

.bi-twitter {
    color: rgb(47, 103, 255);
    font-size: 45px;
}

.custom--mobile-img-width-left {
    position: relative;
    object-fit: contain;
    height: 87%;

}

.custom--mobile-img-width-right {
    position: relative;
    object-fit: contain;
    height: 87%;
    top: -35px;
}

@media screen and (max-width: 1198px) {

    .custom--mobile-img-width-left {
        position: relative;
        object-fit: contain;
        height: 40% !important;

    }

    .custom--mobile-img-width-right {
        position: relative;
        object-fit: contain;
        height: 40% !important;
        top: 0px !important;
    }

    .desish-img-width {
        width: 47%;
        height: auto;
        padding-top: 10px;
    }

    .btn-color {
        padding: 5px 10px;
    }

    .form-control {
        width: 80%;
    }

    .custom-style-input {
        display: block;
        width: 80%;
        margin: 15px auto;
    }

    .style-send-btn {
        width: 100px;
        height: 39px;
        background: transparent;
        border: 1px soid white;
        outline: none;
        color: white;
        border: none;
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 15px;
        border: 1px solid #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

    .custom-img-width {
        width: 53px;
        height: 40px;
    }

    .custom-align-icons {
        margin-top: 10px;
        display: flex;
        justify-content: center !important;
    }

    .footer-web-name {
        display: flex;
        justify-content: center;
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 750px) {
    .custom--mobile-img-width-left {
        position: relative;
        object-fit: contain;
        height: unset !important;
        width: 29%;

    }

    .text-color {
        color: blacK !important;
    }

    .english-btn {
        border: 1px solid #888888;
        width: 90px !important;
        height: 40px !important;
        border-radius: 5px;
        gap: 5px !important;
    }

    .sign-up-btn {
        background-color: #219476;
        width: 200px !important;
        height: 60px !important;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
    }

    .feature-background {
        background-image: none !important;
    }

    .custom--mobile-img-width-right {
        position: relative;
        object-fit: contain;
        height: unset !important;
        top: 0px !important;
        width: 50%;
    }
}

.loading {
    opacity: .5;
}

.loading span {
    display: none;
}


.text-color {
    color: white;
}

.english-btn {
    border: 1px solid ;
    width: 120px;
    height: 50px;
    border-radius: 5px;
    gap: 10px;
}

.sign-up-btn {
    background-color: #219476;
    width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
}



.nav {

    width: 100%;
    background-color: #1F1F23;
    position: relative;
  }

  .nav > .nav-header {
    display: inline;
  }

  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
  }

  .nav > .nav-btn {
    display: none;
  }

  .nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }

  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
  }

  .nav > .nav-links > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .nav > #nav-check {
    display: none;
  }

  @media (max-width: 575px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
      margin-right: 10px;
    }
    .nav > .nav-btn > label:hover,
    .nav #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #333;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: 123px;
      overflow-y: auto;
    }
  }



/* responsive */


@media screen and (max-width: 500px) {
    .responsive-btn {
        position: absolute;
        top: 55px;
        left: 39%;
        right: 38%;
    }
    .custome-margin
{
    margin-left: 10px;
}
}


