/* latin */
@font-face {
  font-family: 'Montserrat-r';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 3p00;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*{
  scroll-behavior: smooth;
  box-sizing: border-box;

}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f8f8f8;
  overflow-x: hidden;
}
p , span{
    cursor: default;
}
/* *****start navbar****** */
header {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: Montserrat-r;
}
div.navbar {
  width: 100%;
  height: 70px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #000;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
div.logo {
  width: 400px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  overflow: hidden;
}
div.logo > img {
  width: 150px;
  height: 50px;
}
div.menubar {
  width: calc(100% - 700px);
  height: 100%;
}
ul.menubar {
  width: 500px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  padding-left: 30px;
  font-size: 18px;
  overflow: hidden;
  margin: 0;
}
ul.menubar>a{
  color: #fff;
  text-decoration: none;
}
ul.menubar>a:visited{
  color: #fff;
  text-decoration: none;
}
ul.menubar  li {
  width: 100px;
  height: 40px;
  margin-left: 50px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  transition: 200ms;
  cursor: pointer;
}
li.home {
  border-bottom: 1px solid #fff;
}
ul.menubar  li:hover {
  background-color: rgba(37, 37, 37, 0.419);
}
div.typo {
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
div.typo > img {
  width: 250px;
  height: 25px;
  opacity: 0.5;
  transition: 300ms;
}
div.typo > img:hover {
  opacity: 1;
}
/* ******end navbar******* */
/* *****start hero-section****** */
div.hero-section {
  width: 100%;
  height: 500px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  font-family: Montserrat-r;
}
.hero-section > img {
  width: inherit;
  height: 100%;
  object-fit: cover;
}
.hero-section > span.slogan {
  font-size:40px;
  font-family: Montserrat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  color: #000000;
  
  text-align: center;
  cursor: default;
  white-space: wrap;
  backdrop-filter:blur(4px);
}
/* *****end hero-section****** */
/* start main */
/* *******start first articles****** */
main {
  padding: 50px 150px 0 150px;
  overflow: hidden;
  position: relative;
}
p.title {
  font-size: 32px;
  line-height: 70px;
  font-family: Montserrat;
}
p.text1 {
  margin-top: 25px;
  font-size: 22px;
  line-height: 30px;
  color: #000000ad;
  font-family: Montserrat-r;
}
div.services-ov {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
p.service-title {
  font-size: 32px;
  line-height: 70px;
  word-spacing: 4px;
  text-align: center;
  margin-bottom: 10px;
  font-family:Montserrat ;
}
div.line {
  width: 98%;
  height: 2.5px;
  background-color: #4352a3;
  margin: 0 auto;
}
div.triple-titles {
  width: 100%;
  height: 60px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  margin: 10px 0;
}
div.triple-titles img {
  width: 40px;
  height: 40px;
  margin: 0 20px;
}
div.triple-titles > span {
  font-size: 22px;
  text-align: center;
  display: flex;
  flex-flow: row;
  align-items: center;
  font-family: Montserrat-r;
}
div.service-text{
    width: 90%;
    margin: 0 auto;
    text-align:center;
    color: #000000ad;
}
div.service-text>span{
    font-size: 20px;
    font-family: Montserrat-r;
}
button.CTA{
  width: 60%;
  height: 50px;
  background-color: #4352a3;
  border-radius: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  margin: 60px auto 0 auto;
  position: relative;
  left: 20%;
  transition: linear 300ms;
  border: none;
  font-family: Montserrat;
}
button.CTA:hover{
  background-color: #4351a3ec;
  transform: scale(1.02);

}
div.main-image{
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 100px;
}
div.main-image>img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
div.why-choose {
  width: 100%;
  height: 280px;
  position: relative;
}
p.why-title {
  font-size: 32px;
  line-height: 70px;
  word-spacing: 4px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat;
}
div.why-text{
    width: 90%;
    margin: 0 auto;
    text-align:center;
    color: #000000ad;
}
div.why-text>span{
    font-size: 20px;
    font-family: Montserrat-r;
}

/* ***************start footer************ */
footer {
    background-color: #000000;
    padding: 40px 150px 0 150px;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

div.contact-us{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
div.contents{
    width: 300px;
    height: inherit;
    color: #86898E;
    padding: 0 30px 0 0 ;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-size: 16px;
}
div.contents>img{
    width: 200px;
    height: 90px;
    margin-bottom: 20px;
}
p.sub-logo{
  font-size: 18px;
  margin-top: 8px;
  font-family: Montserrat-r;
}
img.whatsapp{
  width: 35px;
  height: 35px;
  filter: invert(100%);
  margin-top: 20px;
  transition: 300ms;
}
img.whatsapp:hover{
  width: 35px;
  height: 35px;
  filter: invert(50%);
}
div.contents>p.get-services{
  color: #86898E;
  font-size: 30px;
  margin: 50px 0 15px 0;
  font-family: Montserrat;
}
div.contents>a{
  margin: 10px 0;
  color: #f3f3f3;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  font-family: Montserrat-r;
}
div.contents>p.services-detail{
    margin: 10px 0;
    color: #86898E;
    font-size: 16px;
}
div.contents:nth-last-child(1){
    width: 350px;
    justify-content: space-around;
    align-items: center;
    padding:30px 0 70px 0;
}
iframe{
    border-radius: 10px;
    filter: grayscale(50%);
    transition: 300ms;
}
iframe:hover{
    filter: grayscale(0);
}
p.copy-right{
    font-size: 14px;
  font-family: Montserrat-r;
}
/*********************** shapes ******************** */
img.shape1{
  position: absolute;
  z-index: -10;
  width: 700px;
  height: 600px;
  filter: blur(30px);
  right: -250px;
  top: -200px;
  animation: scale 4s infinite;
}
img.shape2{
  position: absolute;
  z-index: -10;
  width: 700px;
  height: 600px;
  filter: blur(30px);
  left: -250px;
  top: 400px;
  animation: scale 4s infinite;
}
@keyframes scale {
  0%   {scale: 1; }
  50% {scale: 1.8; }
  100% { scale: 1;}
}
img.shape3{
  position: absolute;
  z-index: -10;
  width: 900px;
  height: 600px;
  filter: blur(30px);
  left: -300px;
}

img.shape4{
  position: absolute;
  z-index: -10;
  width: 900px;
  height: 600px;
  filter: blur(30px);
  right: -300px;
}





.swiper {
  width:90%;
  height: 550px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.341);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}