@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: myFont1;
  src: url("../font/font1/myFont1.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primaryColor: #7b3ec0;
  --secondaryColor: #009DAE;
  --secondaryTextColor: rgb(141, 141, 141);
  --thirdColor: #f9fafc;
  --fourthColor: #f96464;
  --fifthColor: #f19f24;
}

body {
  font-family: "Montserrat", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.048);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D4F6CC;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

.container {
  width: 90%;
  margin: 0 auto;
}

a, button, div, span, i, b, h1, h2, h3, h4, h5, h6, p, input, ul, li, select, label, textarea {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Montserrat", sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

textarea {
  resize: none;
  font-family: "Montserrat", sans-serif;
}

::-moz-selection {
  color: var(--primaryColor);
  background: transparent;
}

::selection {
  color: var(--primaryColor);
  background: transparent;
}

main {
  overflow: hidden;
}

.shimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 105;
  background: rgba(0, 0, 0, 0.486);
  display: none;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
nav .navMain {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width:768px){
	nav .navMain{
		height: 70px;
	}
}
nav .navMain .navLogo {
  height: 100%;
  text-decoration: none;
}
nav .navMain .navLogo img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
nav .navMain .navContact {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .navMain .navContact a {
  text-decoration: none;
  background: white;
  color: var(--primaryColor);
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  transition: 0.3s;
}
nav .navMain .navContact a:hover {
  transition: 0.3s;
  background: var(--secondaryColor);
  color: white;
}

#banner {
  width: 100%;
  overflow: hidden;
}
#banner .banerMain {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
	position:relative;
}
@media (max-width: 1024px) {
  #banner .banerMain {
    height: auto;
  }
}
#banner .banerMain .banerContent {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0px 50px 5%;
	position: relative;
}
@media (max-width: 1024px) {
  #banner .banerMain .banerContent {
    width: 100%;
    order: 2;
    padding: 100px 5%;
  }
}
@media (max-width: 768px) {
  #banner .banerMain .banerContent {
    padding: 50px 5%;
  }
}
#banner .banerMain .banerContent h1 {
  font-size: 3.5em;
  font-weight: 600;
}
@media (max-width: 1800px) {
  #banner .banerMain .banerContent h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #banner .banerMain .banerContent h1 {
    font-size: 2em;
  }
}
#banner .banerMain .banerContent h1 span {
  color: var(--primaryColor);
}
#banner .banerMain .banerContent p {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.7;
  width: 60%;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #banner .banerMain .banerContent p {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #banner .banerMain .banerContent p {
    width: 100%;
  }
}
#banner .banerMain .banerContent a {
  text-decoration: none;
  width: 200px;
  background: var(--primaryColor);
  color: white;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  padding: 17px;
  border-radius: 15px;
  transition: 0.3s;
  cursor: pointer;
}
#banner .banerMain .banerContent a:hover {
  transition: 0.3s;
  background: var(--secondaryColor);
}
#banner .banerMain .bannerTestimonial{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 25px;
	padding: 0 4rem;
}
@media(max-width:1024px){
	#banner .banerMain .bannerTestimonial{
		margin-top: 50px;
		padding: 0px 3rem;
		bottom:46%;
	}
}
@media(max-width:768px){
	#banner .banerMain .bannerTestimonial{
		margin-top: 50px;
		padding: 0px 3rem;
		bottom:43.5%;
	}
}
@media(max-width:480px){
	#banner .banerMain .bannerTestimonial{
		position: inherit;
		padding: inherit;
		bottom:inherit;
		left:inherit;
		order:3;
	}
}

#banner .banerMain .bannerTestimonial .bannerTestimonialBox{
	width: 100%;
	border-radius: 10px;
	display: flex;
	align-items:center;
	background: #e1d9fe;
	padding:10px 20px;
}
@media (max-width:480px){
	#banner.banerMain .bannerTestimonial .bannerTestimonialBox{
	padding-right:0;
	}
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxHead{
	width: 100%;
	display :flex;
	justify-content: space-between;
	align-items: center;
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxHeadProfileImg{
    height: 6.5rem;
    width: 11rem;
    overflow: hidden;
    padding: 0.2rem;
    border-radius: 1.4rem;
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxHeadProfileImg img{
}

#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxHeadProfileImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxHeadProfileName{
	width: calc(100% - 50px);
	display: flex;
	flex-direction: column;
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxHead .bannerTestimonialBoxHeadProfileName h3{
	font-size: 18px;
	font-weight: 500;
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxBody{width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxBody p{
	font-size: 14px;
	margin-top: 0.5rem;
	width: 100%;
    opacity: 1;
	padding:0 10px 10px 0;
}
@media (max-width: 1024px){
	#banner .banerMain .bannerTestimonial .bannerTestimonialBox .bannerTestimonialBoxBody p{
	padding-right:0;
	padding-bottom:0;
		margin-top:0.4rem;
	}
}
#banner .banerMain .bannerTestimonial .owl-nav{
	display: none;
}
#banner .banerMain .bannerTestimonial .owl-dots{
	display: none;
}
#banner .banerMain .banerThumbnail {
  width: 50%;
  height: 100%;
  background: var(--primaryColor);
  padding: 0px 5%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  #banner .banerMain .banerThumbnail {
    width: 100%;
    order: 1;
    height: 600px;
  }
}
@media (max-width: 480px) {
  #banner .banerMain .banerThumbnail {
    height: 480px;
    padding-top: 60px;
  }
}
#banner .banerMain .banerThumbnail .banerThumbnailBox {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#banner .banerMain .banerThumbnail .banerThumbnailBox img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
#banner .banerMain .banerThumbnail .bannerElement1 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(175, 182, 245, 0.9607843137);
  opacity: 0.2;
  top: 10%;
  z-index: -1;
  animation: flashUp 1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes flashUp {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
  }
}
#banner .banerMain .banerThumbnail .bannerElement2 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(175, 182, 245, 0.9607843137);
  opacity: 0.2;
  bottom: 15%;
  right: 18%;
  z-index: -1;
  animation: flashUp2 1.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes flashUp2 {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
  }
}
#banner .banerMain .banerThumbnail .bannerElement3 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(175, 182, 245, 0.9607843137);
  opacity: 0.2;
  top: 25%;
  right: 28%;
  z-index: -1;
  animation: flashUp3 1.3s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes flashUp3 {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
  }
}
#banner .banerMain .banerThumbnail .bannerElement4 {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(175, 182, 245, 0.9607843137);
  opacity: 0.2;
  bottom: 25%;
  left: 20%;
  z-index: -1;
  animation: flashUp4 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes flashUp4 {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
  }
}
#banner .banerMain .banerThumbnail .bannerElementBox1 {
  position: absolute;
  padding: 15px;
  background: white;
  width: 300px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  left: -100px;
  bottom: 35%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.151);
}
@media (max-width: 1024px) {
  #banner .banerMain .banerThumbnail .bannerElementBox1 {
    left: 0px;
  }
}
@media (max-width: 768px) {
  #banner .banerMain .banerThumbnail .bannerElementBox1 {
    left: 20px;
  }
}
@media (max-width: 480px) {
  #banner .banerMain .banerThumbnail .bannerElementBox1 {
    transform: scale(0.5) !important;
    left: -15%;
  }
}
#banner .banerMain .banerThumbnail .bannerElementBox1 h2 {
  font-size: 18px;
  color: rgb(3, 108, 245);
  font-weight: 600;
}
#banner .banerMain .banerThumbnail .bannerElementBox1 p {
  font-size: 16px;
  opacity: 0.7;
  margin-top: 10px;
}
#banner .banerMain .banerThumbnail .bannerElementBox2 {
  position: absolute;
  padding: 15px;
  background: white;
  width: 250px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  right: 150px;
  top: 15%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.151);
}
@media (max-width: 1440px) {
  #banner .banerMain .banerThumbnail .bannerElementBox2 {
    right: 50px;
  }
}
@media (max-width: 480px) {
  #banner .banerMain .banerThumbnail .bannerElementBox2 {
    transform: scale(0.5) !important;
    right: -15%;
  }
}
#banner .banerMain .banerThumbnail .bannerElementBox2 h2 {
  font-size: 18px;
  color: rgb(245, 160, 3);
  font-weight: 600;
}
#banner .banerMain .banerThumbnail .bannerElementBox2 p {
  font-size: 16px;
  opacity: 0.7;
  margin-top: 10px;
}
#banner .banerMain .banerThumbnail .bannerElementBox3 {
  position: absolute;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  right: 150px;
  bottom: 5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.151);
}
@media (max-width: 1024px) {
  #banner .banerMain .banerThumbnail .bannerElementBox3 {
    right: 300px;
  }
}
@media (max-width: 768px) {
  #banner .banerMain .banerThumbnail .bannerElementBox3 {
    right: 150px;
  }
}
@media (max-width: 480px) {
  #banner .banerMain .banerThumbnail .bannerElementBox3 {
    transform: scale(0.5) !important;
    right: 5%;
  }
}
#banner .banerMain .banerThumbnail .bannerElementBox3 h2 {
  font-size: 18px;
  color: rgb(4, 187, 4);
  font-weight: 600;
}
#banner .banerMain .banerThumbnail .bannerElementBox3 .bannerElementBoxImg {
  width: 150px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  #banner .banerMain .banerThumbnail .bannerElementBox3 .bannerElementBoxImg {
    width: 100px;
  }
}
#banner .banerMain .banerThumbnail .bannerElementBox3 .bannerElementBoxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */