@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-med;
    src: url(../fonts/Montserrat/static/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-bold;
    src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
}



* {
    font-family: Montserrat;
    color: #282A39 !important;
}
html {
    scroll-behavior: smooth;
}

.navbar {
    padding-top: 28px !important;
}
.navbar-nav {
    display: flex;
    align-items: center !important;
}
.bg-light-cyan {
    background-color: #e8f7f7;
}

.bg-dark-cyan {
    background-color: #11AFAB;
    color: #fff !important;
    letter-spacing: 0.5px;
    font-family: Montserrat-bold;
}
.bg-dark-black {
    background-color: #231F20;
    color: #fff !important;
    width: 179px;
    height: 52px;
    font-family: Montserrat-bold;
    line-height: 35px !important;
    border-radius: 5px !important;
    padding: 7px !important;
}
.bg-green-btn {
    background-color: #11AFAB;
    color: #fff !important;
    width: 179px;
    height: 52px;
    font-family: Montserrat-bold;
    line-height: 35px !important;
    border-radius: 5px !important;
    padding: 8px !important;
}
.col-black {
    color: #282A39;
}


/* Navbar */
.navbar ul li {
    margin: 5px 10px;
}
.navbar ul li a {
    font-size: 16px;
    font-weight: bold;
}
.nav-link {
    color: #282A39 !important; 
}
.nav-item .btn {
    width: 179px;
    height: 52px; 
    padding-top: 12px;
}
.navbar ul .active-menu a {
    color: #00AEA9 !important;
}

.block-left, .block-right, .footer-container, .container-f  {
    padding: 0 !important;
}

/* Home Main */
.main-block {
    background-repeat: no-repeat; 
    background-size: cover; 
    min-height: calc(100vh - 80px);     
    background-position: bottom;
    background-image: url('../img/main-img.png');
}
.main-block h1 {
    font-size: 54px;
    padding: 8% 20% 15px;
}
.main-block p {
    font-size: 18px;
    padding: 0 20% 15px;
}



/* Discover Zangezor */
.m-120 {
    margin: 120px 0;
}
.discover h1 {
    font-size: 48px;
    margin-bottom: 90px;
}
.discover h3, .discover p {
    margin-bottom: 20px;
}
.discover ul {
    line-height: 35px;
}
.discover ul li {
    list-style: none;
    list-style-image: url(../img/Checked_checkbox.png);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.btn-yellow {
    background-color: #FFCC29;
    color: #272A3D;
    border-radius: 22px !important;
    padding: 8px 22px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #272A3D;
}
.btn-yellow:hover {
    color: #01ada8;
}
.image-container {
    position: relative;
    display: inline-block;
  }


/* Contact Center */
.p-lr {
    padding: 0px 28%;
}

.blocks-5 .col-12 {
    border-radius: 10px;
    min-height: 342px;
    padding-left: 10px;
    padding-right: 10px;
}

.features {
    max-width: 1210px !important;
}

.features p {
    margin-bottom: 0;
}

.bg-azure {
    background-color: #E8F7F7;
    padding: 40px 32px;
    border-radius: 16px;
    min-height: 350px;
}

/* Testimonials */
.testimonial {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    height: auto;
    border-radius: 20px;
    padding: 85px 108px;
}
.ml-14 {
    margin-left: -14px;
}
.testimonial img {
    float: right;
}
.testimonial i {
    color: #00AEA9 !important;
    position: relative;
    right: 30px;
    bottom: 14px;
    font-size: 28px;
}
.testimonial-person {
    color: #666E75 !important;
    margin-top: 20px;
    font-size: 16px;

}
#carouselExampleControls {
    width: 1300px;
    margin: 0 auto;
}
.testimonial-person span {
    font-family: Montserrat-bold;
    color: #666E75 !important;
}
.size-20 {
    font-size: 20px;
}
.testimonial-block {
    /* min-height: 520px; */
    background-color: #F7F7F8;
    margin: auto;
    padding: 120px 0;

}

/* Action form */
.action-form {
    width: 100%;
    background-color: #11AFAB;
    color: #fff;
    padding: 150px 20px;
}
.action-form h2 {
    font-size: 48px;
}
.action-form p {
    font-size: 18px;
}
.action-form form {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 10px;
}
.action-form input {
    margin: 10px;
    width: 250px;
    height: 40px;   
    box-sizing: border-box;
    border: 1px solid #D5D7DA;
    border-radius: 5px;
    /* padding: 5px 10px; */
    font-size: 14px;
}
.action-form input:focus {
    border: 1px solid #00AEA9;
    outline: none;
}
.action-form button {
    width: 522px;
    height: 52px;
    margin-top: 20px;
}
.mb-32 {
    margin-bottom: 32px;
}
.action-form .input-mess {
    width: 522px;
    height: 36px;
    padding-left: 10px;
}
.action-form p.small-txt {
    font-size: 12px;
    color: #666E75;
    margin: 30px 0 0 0;
}
.action-form .font-weight-bold {
    font-family: Montserrat-bold;
}
.fontAwesome {
    font-family: 'Helvetica', FontAwesome, sans-serif;
}
.thankyou {
    color: #11AFAB;
    display: none;
}

.carousel-control-prev-icon {
    background-image: url('../img/icons/chevron-left.svg') !important;
}
.carousel-control-next-icon {
    background-image: url('../img/icons/chevron-right.svg') !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.text-underline {
    text-decoration: underline;
}
/* Footer */
footer {
  padding: 90px 0 50px 0;
  background-color: #E8F7F7;
}
footer p, footer a {
  font-size: 14px;
  color: #282A39;
}
footer a:hover {
    text-decoration: none;
    color: #11AFAB;
}

.container-f {
    max-width: 1200px !important;
}

.footer-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 1200px !important;
}

/* Top icon */
.top-icon {
    display: none;
}
.top-icon a {
    position: fixed;
    right: 15px;
    bottom: 30px;
    color: #11AFAB;
    font-size: 35px;
    height: 35px;
    width: 35px;
    z-index: 100;
}
.top-icon a:hover {
    color: #11AFAB;
}
.top-icon i {
    background-color: #fff;
    border-radius: 100%;
}


/* Pop up */
.success-popup {
    width: 540px;
    height: 300px;
    background-color: rgb(195 255 254);
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 55px;
    border-radius: 9px;
    box-shadow: 0 0 5px #919191;
}

.modal-window {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.329);
    position: fixed;
    top: 0;
    z-index: 100;
}
.home-main {
    background-color: #e8f7f7;
    width: 100%;
    padding: 95px 0 120px;
    background-image: url('../img/main-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-main h1 {
    font-family: Montserrat-bold;
    font-size: 54px;
}
.home-main p {
    margin: 26px 0 33px;
}
p {
    font-size: 18px;
}

/*  */
.h3-bold {
    font-family: Montserrat-bold;
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 50px;
}
.h3-bold-32 {
    font-size: 32px;
    font-family: Montserrat-bold;
    text-align: center;
    margin-bottom: 40px;

}
.lists {
    margin: 170px auto;
}
.lists ul {
    margin-top: 60px;
}
.lists ul li {
    font-family: Montserrat-med;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
h5.font-weight-bold, h3.font-weight-bold {
    font-family: Montserrat-bold;
}
.font-bold-18 {
    font-family: Montserrat-bold;
}
.bg-light-azure {
    background-color: #e8f7f7;
    padding: 120px auto;
}

.azure-content {
    padding: 120px 0;
}
.azure-content h3.font-weight-bold {
    font-size: 32px;
}
.certificates {
    background-color: #F4FBFB;
    padding: 48px 0;
}
.certificates img {
    margin: 0 80px;
}
.partners {
    padding: 88px 0;
    max-width: 1300px !important;
}
.partners img {
    height: 60px;
    /* margin-right: 15px; */
    margin-right: 0;
}
.p-bold p {
    font-size: 16px;
    font-family: Montserrat-bold;
    margin-top: 24px;
}
.e-vat-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.e-vat-list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 30px; 
  color: var(--lightGrey);
  font-weight: 500;
}

.e-vat-list li::before {
  content: url('../img/icons/check.svg');
  position: absolute;
  left: 0;
  top: 0;
}
.my-120 {
  margin: 120px 0;
}
.integrations div {
  margin: 0 10px;
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-8 {
    padding: 8px 10px !important;
}
.product-block {
    max-width: 1300px !important;
}
.product-block h2 {
  font-family: Montserrat-bold;
  margin-bottom: 100px;
}

.fs-24 {
    font-size: 24px;
}
.product-block h3 {
    margin-bottom: 32px;
}
.product-block p {
    font-size: 16px;
    font-family: Montserrat-med;
    line-height: 28px;
    margin-bottom: 40px;
}
.more-btn {
    background-color: #11AFAB;
    color: #fff !important;
    padding: 12px 27.5px !important;
    font-family: Montserrat-bold;
    border-radius: 6px;
}
.more-btn:hover {
    color: #fff;
}
.text-white h2, .text-white p {
    color: #fff !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-72 {
    margin-bottom: 72px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-38 {
    margin-bottom: 38px;
}
.azure-content .mb-4 {
    margin-bottom: 0;
}
.custom-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-col {
    width: 48%; /* Adjust as needed */
}

.container-1250 {
    max-width: 1250px !important;
}

.icon-input {
    background-repeat: no-repeat;
    background-size: 20px; 
    background-position: 10px center;
    padding-left: 35px; 
}

.icon-input1 {
    background-image: url('../img/icons/person.svg');
}
.icon-input2 {
    background-image: url('../img/icons/suitcase-alt.svg');
}
.icon-input3 {
    background-image: url('../img/icons/envelope.svg');
}
.icon-input4 {
    background-image: url('../img/icons/phone.svg');
}

/* language */
.lang span {
    font-size: 12px;
    color: #A7A8AF !important;
    font-weight: 600;
}
.lang span.selected {
    color: #282A39 !important;
}
.lang {
    display: flex;
    margin-right: 32px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 14px;
    margin: 0 9px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #11AFAB;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: 0.4s transform;
}

  input:checked + .slider {
    background-color: #11AFAB;
  }
  
  /* input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  } */
  
  input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

