@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    padding: 0;
    margin: 0 !important;
    box-sizing: border-box;
    font-family: "Istok Web", sans-serif;
    text-decoration: none !important;
    scroll-behavior: smooth;
    list-style: none;
}

li {
    font-size: 18px;
}

p {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 25px;
}

.headingOne {
    color: white;
    font-weight: 600;
}

.headingTwo {
    color: #3E3E3E;
    font-weight: 600;
}

.navbar-toggler {
    box-shadow: none !important;
}

.logo-set {
    width: 200px;
}

.heroBg {
    background: url('./Images/hero-bg-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.inputStyle:focus-visible {
    outline: none !important;
}

.btnBefore {
    border-left: 2px solid #3E3E3E !important;
}

.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(-50%, 0%);
    background: white !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    color: black !important;
    font-size: 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, 0%);
    background: white !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    color: black !important;
    font-size: 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.homeCard {
    padding: 45px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: 14px;
    align-items: start;
    text-align: justify;
    border-radius: 5px 5px 40px 5px;
    box-shadow: 5px 5px 0px #34A5DA, -2px -2px 0px #f9f9f9;
    transition: background-color 0.3s ease;
}

.homeCard:hover {
    background: transparent;
    background: linear-gradient(180deg, rgba(43, 184, 194, 1) 39%, rgba(51, 166, 216, 1) 76%);
}

.homeCard h5,
.homeCard p,
.homeCard a {
    color: black;
    transition: color 0.3s ease;
}

.homeCard h5 {
    font-weight: 600;
}

.homeCard:hover h5,
.homeCard:hover p,
.homeCard:hover a {
    color: white;
}

.homeCard:hover h5 {
    font-weight: 600;
}

.learnBtn {
    color: #212529;
    font-weight: 600;
    width: 100%;
}

.learnBtn::after {
    content: '>';
    font-weight: 900;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
}

.registerBtn {
    display: inline-block;
    padding: 8px 24px;
    border: none;
    border-radius: 50px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    cursor: pointer;
    color: black;
    z-index: 1;
}

.registerBtn:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.registerBtn:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #39bda7;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.registerBtn:hover {
    color: #ffffff;
    border: none;
}

.registerBtn:hover:before {
    top: -35%;
    background-color: #39bda7;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.registerBtn:hover:after {
    top: -45%;
    background-color: #39bda7;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.accordion {
    width: 100%;
}

.accordion-button {
    box-shadow: none !important;
    /* T-R-B-L */
    padding: 10px 0px 10px 0px;
    background: transparent !important;
}

.accordion-button:focus-visible {
    outline: none;
}

.accordion-button::after {
    content: "" !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
}

.accordion-button::before {
    content: url(Images/plus.svg);
    margin-right: 10px;
}

.accordion-item {
    border: none;
}

.form-control,
.form-select {
    box-shadow: none !important;
}

.sendBtn {
    background: #2e9cc6;
    padding: 10px 32px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
}

.sendBtn:hover {
    background: #2b8eb5;
    color: white;

}

#progressBar1,
#progressBar2,
#progressBar3,
#progressBar4 {
    margin: 20px;
    width: 100px;
    position: relative;
}

.progressbar-text {
    position: absolute;
    left: 35% !important;
    top: 35% !important;
    transform: translate(0%, 0%) !important;
    padding: 0px;
    margin: 0px;
    color: rgb(170, 170, 170);
    font-size: 1.2rem !important;
    font-weight: 600;
    color: white !important;

}

.registerBtn2 {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: transparent;
    background-size: 400%;
    color: #fff;
    border: 1.3px solid white;
    cursor: pointer;
}

.registerBtn2:hover::before {
    transform: scaleX(1);
}

.registerBtn2-content {
    position: relative;
    z-index: 1;
}

.registerBtn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: #2E9CC6;
    transition: all 0.475s;
}

.footerHeading {
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.footerAfter {
    position: relative;
}

.footerAfter::after {
    content: 'Free consultancy';
    position: absolute;
    font-size: 16px;
    font-weight: 100;
    bottom: 0;
    left: 0;
    transform: translate(0%, 70%);
}

.footer_icons{
    padding:4px;
    border:1.3px solid white;
    border-radius:100%;
    background:transparent;
}

.footer_icons svg{
    width:24px;
    height:24px;
    color:white;
}

.whiteCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 12px;
    border-radius: 50px;
    background: transparent;
}

.icon1 i,.icon2 i,.icon3 i{
    color:white;
    transition:0.3s ease-in-out;
}

.icon1:hover i,.icon2:hover i,.icon3:hover i{
    color:black;
}

.icon1:hover {
    background: white;
}

.icon2:hover {
    background:  white;
}

.icon3:hover {
    background:  white;
}

.icon4:hover {
    background: #43C253;
}

.aboutImgSize2 {
    border-radius: 12px;
}

.whiteParent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 80px;
}
.whiteParentinside{
    width: 70%;
}

.whiteCircleOne {
    height: 250px;
    background: white;
    width: 250px;
    box-shadow: 5px 5px 5px #cecece,
        -5px -5px 5px #f2f2f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    
}
.circleImg{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:220px;
}
.dashBorder{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}
.dashborderImg{
    width:250px;
    /*height:265px;*/
    animation:rotating 5s infinite linear;
}
@keyframes rotating {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;
    margin:0;
}

  .formWidth{
        min-width:300px;
        max-width:700px;
        overflow:hidden;
        padding:30px 20px;
        
    }
    .input-group-prepend{
        width:15%;
    }
    #country-code{
        width:30%;
    }
    
.select2-results__option span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  animation: scroll-text 8s linear infinite;
}

@keyframes scroll-text {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}