/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');


/* font-famaly-hear-end */

/* root */
:root{
    --mont: 'Montserrat', sans-serif;

    --white-color: #fff;
    --black-color: #000;

    --primary: #362EBB;
    --secondary: #FCCC4D;

    --hover-colo: #000;

    --body-color: #212121B2;
    --heading-color: #212121;
}
/* root */



/* defaults-css-start */
html{
    font-size: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: var(--mont);
    font-size: 16px;
    font-weight: 400;
}
a,
button{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus{
    outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mont);
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 br {
  display: block;
  content: "";
  margin-top: 8px;
}
h2{
    font-size: 44px;
    line-height: 1.3;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    list-style: none
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--body-color);
    margin-bottom: 15px;
}
label {
    color: var(--body-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
*::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
*::-moz-placeholder {
    color: #212121;
    font-size: 18px;
    opacity: 0.6;
    font-weight: 500;
}
*::placeholder {
    color: #212121;
    font-size: 18px;
    opacity: 0.6;
    font-weight: 500;
}
/* defaults-css--end */


/* theme-css */

.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) !important;
}

.bg-primary{
    background-color: var(--primary) !important;
}
.bg-secondary{
    background-color: var(--secondary) !important;
}
.bg-body{
    background-color: #B1E8E6 !important;
}


.btn-primary{
    background-color: var(--primary);
    color: var(--white-color);
}



/* theme-css-end */


.apple-btn {
  width: 120px;
  height: 40px;
}

.apple-btn-lg {
  width: 206px;
  height: 69px;

}


/* ======== header style start ============ */

.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 30px;
}
.header-left {
  gap: 19px;
}
.header-lang .dropdown button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #212121;
}
.header-lang .dropdown button img {
  border-radius: 3px;
  border: 1px solid #B9D9D8;
}
.header-menu ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #212121;
  text-decoration: none;
  font-weight: 600;
}
.header-right {
  gap: 30px;
}
.header-menu ul {
  gap: 68px;
}
.header-btns a {
  display: block;
  text-decoration: none;
}
.header {
  padding: 23px 0px;
  background: #D0F1F0;
}
.header-menu ul li a:hover {
  color: var(--primary);
}


.header-lang .dropdown-menu li a.active{
  background: var(--primary);
  color: #fff;
}
.header-lang .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 14px 12px 14px;
  font-size: 14px;
  font-weight: 500;
}
.header-lang .dropdown-menu {
  padding: 0px;
  border: none;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  min-width: 136px;
  width: 100%;
  background: #fff;
}

/* ======== header style end ============ */


/* ======== hero style start ============ */


.section.hero {
  padding-top: 118px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-bottom: 95px;
}
.hero-wrapper {
  max-width: 965px;
  margin: 0 auto;
}
.hero-content h1 {
  font-size: 44px;
  line-height: 57px;
  font-weight: 800;
  color: #000;
  margin-bottom: 21px;
}
.hero-content {
  text-align: center;
}
.hero-content h1 span.repText::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 15px);
  content: "";
  background: #FCCC4D;
  z-index: -1;
  clip-path: polygon(0 1%, 100% 12%, 100% 100%, 0 90%);
  transform: translate(-50%, -50%);
}
.hero-content h1 span.text-blue {
  color: var(--primary);
}


.hero-cuntrys .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
  justify-content: center;
}

.countryItem {
  border: 0.674px solid #FFF;
  background: #D0F1F0;
  padding: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 3px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: max-content;
  white-space: nowrap;
}
.hero-imgs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hero-img {
  flex: 0 0 auto;
  width: 33.33%;
  padding-top: 50px;
  text-align: center;
}
.hero-video {
  flex: 0 0 auto;
  width: 33.33%;
}
.hero-features {
  padding-top: 84px;
}
.heroFeature {
  text-align: center;
}
.heroFeature .icon span {
  height: 71px;
  width: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  border-radius: 50%;
  margin: 0 auto;
}
.heroFeature .icon {
  margin-bottom: 16px;
}
.heroFeature .content h3 {
  line-height: 1.4;
  margin-bottom: 10px;
}
.heroFeature .content p {
  color: rgba(33, 33, 33, 0.70);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0px;
}

.hero-bird {
  width: 132px;
  height: 151px;
}

.phone-frame {
	position: relative;
	z-index: 2;
  display: block;
  width: 300px;
  height: 575px;
}
.video-wrapp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapp video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	max-width: 240px;
	top: 30px;
	transform: translateX(-50%);
	border-radius: 38px;
}

.hero-content h1 span.repText {
	display: inline-block;
	position: relative;
	min-width: 265px;
	height: 60px;
	top: 0;
	transform: translateY(27%);
	max-width: 265px;
	width: 100%;
	text-align: center;
}

.word {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}



/* video-play-btn */
.play-gif {
	position: absolute;
	left: 50%;
	z-index: 111;
	top: 50%;
	transform: translate(-50%, -50%);
  width: 240px;
  height: 515px;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.play-gif svg {
	width: 55px;
	cursor: pointer;
}
.play-gif svg path{
 /* fill: #d50027; */
}



/* ======== hero style end ============ */


/* ======== cta-area style start ============ */



.section.cta {
  background: var(--primary);
}
.cta-wrapper {
  position: relative;
  padding: 59px 0px 51px;
}
.cta-wrapper img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.cta-content {
  max-width: 810px;
  margin-bottom: 15px;
}
.cta-content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.cta-content h4 {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0px;
}
.btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 10px;
}
.btn.btn-light {
  color: var(--primary);
}

/* ======== cta-area style end ============ */


/* ======== testimonial style start ============ */

.section.textimonial {
  padding: 89px 0px 60px;
}
.main-title h2 {
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.main-title {
  margin-bottom: 50px;
}
.testimonial-item {
  max-width: 405px;
  background: #D0F1F0;
  padding: 24px 24px;
  border-radius: 15px;
}
.testimonial-header h5 {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  line-height: 1.5;
  gap: 10px;
  font-family: var(--sf);
}
.testimonial-header h5 img {
  border-radius: 5px;
  width: 47px;
}
.rattings {
  display: flex;
  align-items: center;
  gap: 1px;
}
.testimonial-header {
  margin-bottom: 13px;
}
.testimonial-desc p {
  color: #212121;
  line-height: 1.5;
  margin-bottom: 0px;
  font-family: var(--sf);
}

.testimonial-active .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
}

.testimonial-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.testimonial-navs{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 53px;
  margin-top: 35px;
}
.testimonial-navs div {
	width: 43px;
	height: 43px;
  background-image: url('../img/angle-left.svg');
}
.testimonial-navs div {
	width: 43px;
	height: 43px;
  background-image: url('../img/angle-left.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-navs div.swiper-button-next {
  background-image: url('../img/angle-right.svg');
}


/* ======== testimonial style end ============ */


/* ======== sections style start ============ */

.section.textBlock {
  padding: 70px 0px 230px;
}
.main-title h2 {
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 0px;
}
.main-title {
  margin-bottom: 10px;
}
.textBlock-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.textBlock-desc p {
  color: rgba(33, 33, 33, 0.70);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0px;
}
.textBlock-desc {
  padding-right: 50px;
}
.row.textBlock-item {
  padding-top: 40px;
  padding-bottom: 40px;
}


/* ======== sections style end ============ */


/* ======== conversation style start ============ */

.conversation-wrapper {
  padding: 82px 0px 67px;
}
.section.conversation {
  background: #FCCC4D;
}
.conversation-content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 52px;
}
.download-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 520px;
}

/* ======== conversation style end ============ */


/* ======== features style start ============ */
.section.features {
  padding: 100px 0px 80px;
}
.main-title {
  text-align: center;
  margin-bottom: 50px;
}
.main-title h2 {
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 0px;
}
.features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 160px;
}
.feature-item .icon {
  margin-bottom: 15px;
}
.feature-item .icon span {
  height: 81px;
  width: 81px;
  border-radius: 50%;
  background: #FCCC4D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item .content h3 {
  color: #212121;
  line-height: 1.4;
  margin-bottom: 10px;
}
.feature-item .content p {
  line-height: 1.6;
  color: rgba(33, 33, 33, 0.70);
  font-weight: 500;
  margin-bottom: 0px;
}

/* ======== features style end ============ */


/* ======== sections style start ============ */



.accordion-item {
	background: transparent;
	border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.accordion-button {
	background: transparent !important;
	border: none;
	box-shadow: none !important;
	color: #212121 !important;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	padding: 20px 0px 24px;
}
.accordion-button::after{
    height: 50px;
    width: 50px;
    background-color: rgba(54, 46, 187, 0.16);
    border-radius: 50%;
    background-position: center;
    background-image: url('../img/plus.svg');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../img/minus.svg');
}

.accordion-body {
	padding: 0px 0px 29px;
}
.accordion-body p{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(33, 33, 33, 0.70);
}

.main-title h2 {
	margin-bottom: 0px;
	text-align: center;
	font-size: 44px;
	line-height: 1.3;
}
.main-title {
	margin-bottom: 55px;
}
.section.faq {
	padding: 100px 0px 70px;
}

/* ======== sections style end ============ */


/* ======== contact style start ============ */

.contact-formTitle h2 {
  margin-bottom: 0px;
}
.contact-formTitle {
  margin-bottom: 16px;
}
.single-box span.error-text {
  display: flex;
  align-items: center;
  color: #E44A3C;
  gap: 4px;
  margin-bottom: 0px;
}
.single-box input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid rgba(33, 33, 33, 0.10);
  background: transparent;
  padding: 0px 15px 5px;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}
.single-box textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(33, 33, 33, 0.10);
  width: 100%;
  resize: none;
  height: 100px;
  padding: 0px 15px 10px;
  font-size: 18px;
  font-weight: 500;
}
.single-box.error input{
    border-color: rgba(255, 82, 82, 0.66);
}
.single-box.error textarea{
  border-color: rgba(255, 82, 82, 0.66);
}
.single-box {
  margin-bottom: 20px;
}
.section.contact {
  padding: 100px 0px 162px;
}


/* ======== contact style end ============ */


/* ======== sections style start ============ */
/* ======== sections style end ============ */


/* ======== sections style start ============ */
/* ======== sections style end ============ */


/* ======== footer style start ============ */


.footer-top {
  padding: 64px 0px 35px;
}
.footer-left {
  width: 50%;
  flex: 0 0 auto;
}
.footer-right {
  width: 50%;
  flex: 0 0 auto;
}
.footer-left a {
  display: block;
  margin-bottom: 10px;
}
.footer-left p {
  color: #417270;
  font-weight: 500;
  margin-bottom: 0px;
}
.footer-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 41px;
  background: var(--primary);
  border-radius: 50%;
  margin: 0px 4px;
}
.footer-right a:hover {
  opacity: 0.8;
}
.footer-bottom {
  background: #8FD9D6;
  padding: 22px 0px;
}
.footer-copy {
  flex: 0 0 auto;
  width: 50%;
}
.footer-menu {
  flex: 0 0 auto;
  width: 50%;
}
.footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
}
.footer-menu ul li a {
  color: #417270;
  font-size: 14px;
  font-weight: 600;
}
.footer-copy p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #417270;
  line-height: 1;
}
.footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* ======== footer style end ============ */
