@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Reset CSS */
* {padding:0rem; margin:0rem;}
*:focus {outline: 0;}
html{ font-size: 16px;}
html, body{ overflow-x:hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body{ margin:0; padding:0; font-family: "Montserrat", sans-serif; font-size: 1.125rem; color: var(--body-color);}
ol, ul {list-style: none; margin:0; padding:0;}
:focus {outline: 0;}
a, a:link {text-decoration: none; outline:none;}
p { padding:0 0 0 0; margin:0;}
.clear {clear:both;}
a { text-decoration:none; color: var(--primary-color);}
a:hover {text-decoration:none;}
a:focus{outline:none !important;}
:hover{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:700; font-family: "Montserrat", sans-serif;}
img {border:0; max-width:100%; height:auto;}
::-webkit-input-placeholder {opacity:1; color: #A4A4A4;}
:-moz-placeholder{opacity:1; color: #A4A4A4;}
::-moz-placeholder{opacity:1; color: #A4A4A4;}
:-ms-input-placeholder{opacity:1; color: #A4A4A4;} 
/* Reset CSS */


:root {
  --primary-color: #F07721;
  --secondary-color: #2D60AC;
  --body-color: #475467;
  --text-gray: #737373;
  --white: #ffffff;
  --black: #000000;
}


.container{ max-width: 75rem !important;}


.link{ display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 2.1875rem; border-radius: 0.5rem; font-size: 1.125rem; font-weight: 600; color: var(--white); background: var(--primary-color); border: 0.0625rem solid var(--primary-color); }
.link.bdr{ background: var(--white); color: var(--primary-color);}

.link.full{ display: flex; width: 100%;}

.bdr.white{ background: none; border: 0.0625rem solid var(--white); color: var(--white);}

h2{ font-size: 2.8125rem; font-weight: 900; text-transform: uppercase; color: var(--secondary-color);}
.title-tag{ display: block; font-size: 1.5625rem; font-weight: 700; color: var(--primary-color); padding-bottom: 0.625rem;}

.site-header{ position: fixed; width: 100%; left: 0; top: 0; background: var(--white); box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.09); z-index: 99; }
.header{ height: 6.25rem; display: flex; align-items: center; justify-content: space-between;}
.site-nav ul{ display: flex; align-items: center; gap: 1.875rem;}
.site-nav ul li a{ font-size: 1.125rem; font-weight: 500; color: var(--body-color); position: relative; padding: 0.375rem 0;} 
.site-nav ul li a:hover{ color: var(--primary-color);}

.logo img{ max-width: 6.5rem;}

.site-nav ul li a.active{ color: var(--primary-color);}
.site-nav ul li a.active::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.125rem; background: var(--primary-color);}

.main{ padding-top: 6.25rem;}
/* .hero-banner-wrap{ background: url('../images/hero-banner.png') bottom right 30% no-repeat; background-size: 79.875rem auto;} */
.hero-banner{height: 36.25rem; display: flex; align-items: center; position: relative;}
.hero-banner-in{ max-width: 35.9375rem;}
.hero-banner p{ font-size: 1.25rem; color: var(--text-gray);}
.btnGroup{ display: flex; align-items: center; gap: 0.9375rem;}

.hero-banner-img{ position: absolute; right: -6.875rem; bottom: 0; width: 79.875rem; height: 32.1875rem;}

.services-wrap{ padding: 0 0 5rem 0;}
.services ul{ display: flex; flex-wrap: wrap; margin: 0 -0.375rem;}
.services ul li{ padding: 0 0.375rem; width: 20%;}
.service-single{ background: var(--white); box-shadow: 0rem 0.8125rem 1.1875rem 0rem rgba(0, 0, 0, 0.07); padding: 1.875rem 1.25rem; height: 100%; }
.service-single h3{ font-size: 1.25rem; color: var(--secondary-color); position: relative; margin: 1.25rem 0 0 0; padding: 0 0 1.25rem 0;}
.service-single h3::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 3.125rem; height: 0.125rem; background: var(--primary-color);}
.service-single p{ font-weight: 600; color: var(--text-gray); padding: 1.25rem 1.25rem 0 0; font-size: 1rem;}
.service-img img{ max-width: 3.75rem;}

.section{ padding: 6.25rem 0;}
.statement-left h3{ font-size: 1.25rem; padding: 1.875rem 0 0 0; }
.statement-left p{ padding: 1.25rem 0 0 0; }

.statement-right{ display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
.image-style-first{ max-width: 23.875rem;}
.image-style-first img{ border-radius: 0.625rem;}
.image-style-second{ max-width: 26.1875rem; border-radius: 0.5rem; border: 0.75rem solid var(--white); margin: -2.5rem 3.75rem 0 0; background: var(--white); }
.image-style-second img{ border-radius: 0.5rem; }

.tech{ background: #F9FAFB;}
.tech-list [class*='col-']{ margin-top: 4.375rem;}
.tech-list-single{ height: 100%;}
.tech-list-single h3{ font-size: 1.125rem; color: #101828; font-family: "Inter", sans-serif; padding-top: 1.25rem; font-weight: 600; }
.tech-list-single p{ font-size: 0.9375rem; padding: 0.625rem 0 0 0; }

.info-img{ max-width: 28rem;}
.info-img img{ border-radius: 0.5rem;}
.info-image-second{ max-width: 18.3125rem; border-radius: 0.5rem; border: 0.75rem solid var(--white); background: var(--white); margin: -6.25rem 0 0 13.75rem; position: relative;}
.info-image-second img{ border-radius: 0.5rem; }

.features{ padding: 3.125rem 0;}
.features-single{ border-radius: 0.5rem; border: 0.25rem solid #EAECF0; background: var(--white); padding: 1.875rem; height: 100%; }
.features-single h3{ font-size: 1.25rem; color: #101828; text-transform: uppercase; padding-top: 1.5625rem; }
.features-single ul{ padding-top: 0.625rem;}
.features-single ul li{ position: relative; font-size: 1rem; font-family: "Inter", sans-serif; margin-top: 0.9375rem; padding: 0 0 0 1.75rem; }
.features-single ul li::after{ content: ''; width: 1.125rem; height: 1.125rem; position: absolute; left: 0; top: 0.25rem; background: url('../images/check.svg') no-repeat; background-size: 100% auto;}
.features-img{ height: 5rem;}
.features-img img{ max-width: 5rem;}

.trends-title{ max-width: 45.625rem;}
.trends-list .features-single{ padding-left: 1.25rem; padding-right: 1.25rem;}
.trends-list .features-single p{ font-size: 1rem; font-family: "Inter", sans-serif; padding-top: 0.9375rem;}
.trends-list [class*='col-']{ margin-top: 3.125rem;}
.trends-list .features-img{ height: 4rem;}
.trends-list .features-img img{ max-width: 4rem;}

.about{ padding: 0;}
.about-title{ background: var(--secondary-color); color: var(--white); text-align: center; padding: 5.625rem 0;}
.about-title h2{ color: var(--white); padding: 2.5rem 0;}
.about-title .title-tag{ color: var(--white); opacity: 0.8; }

.about-banner{ height: 35.5rem;}
.about-banner img{ width: 100%; height: 100%; object-fit: cover;}
.about-info-container{ background: var(--white); padding: 5rem 4.375rem; border-radius: 0.5rem;}
.about-info{ position: relative; margin-top: -6.25rem;}

.contact-left h6{ font-size: 1.875rem; font-weight: 400; }
.contact-left h6 a{ display: inline-flex; color: #101828; border-bottom: 0.0625rem solid #101828;}
.phone{ display: inline-flex; align-items: center; gap: 0.625rem; font-size: 1.875rem; }

.input-wrap{ margin-bottom: 1.4375rem;}
.label{ display: block; font-size: 0.875rem; font-weight: 600; color: #101828; padding-bottom: 0.3125rem; }
.input{ width: 100%; border-radius: 0.5rem; border: 0.0625rem solid #D1D5DB; box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.05); font-size: 1rem; padding: 0.75rem 1.25rem;}
.input:focus{ border: 0.0625rem solid var(--primary-color);}
textarea.input{ height: 7.625rem; }

.footer-top{ display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.footer-left{ max-width: 24.375rem;}

.footer-social ul{ display: flex; align-items: center; gap: 1.875rem;}
.footer-social ul li a{ color: #98A2B3;}
.footer-social ul li a:hover{ color: var(--primary-color);}

.copyright{ border-top: 0.0625rem solid #F3F4F6; padding: 2.5rem 0; text-align: center; margin-top: 2.5rem; font-size: 1rem; color: #98A2B3; }
.mobile-banner{ display: none;}


.mobClick { display: none; width: 24px; height: 16px; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; left: 15px; top: 18px; z-index: 999;}
.mobClick span { position: absolute; opacity: 1; left: 0; width: 24px; height: 3px; background: var(--primary-color); display: block; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.mobClick span:nth-child(2) { top: 7px;}
.mobClick span:nth-child(3) { top: 14px;}
.mobClick.open span:nth-child(1) { top: 7px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
.mobClick.open span:nth-child(2) { opacity: 0; left: -20px;}
.mobClick.open span:nth-child(3) { top: 7px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.mobClick.open{ position: fixed; z-index: 9999999999; left: unset; right: 15px; margin: 0 !important;}


.back-to-top {
  text-align: center;
  line-height: 3.125rem;
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 99;
  color: var(--white);
  background: var(--primary-color);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  display: none;
}



@media (max-width: 1699px) {
  html{ font-size: 15px;}
}
@media (max-width: 1599px) {
  html{ font-size: 14px;}
}
@media (max-width: 1300px) {
  html{ font-size: 13px;}
}


@media (max-width: 1199px) {
  html{ font-size: 12px;}
  .hero-banner-img{ right: 0;}
}

@media (max-width: 991px) {
  h2{ font-size: 2.5rem;}
  .services ul{ justify-content: center;}
  .services ul li{ width: 33.33%; margin-top: 30px;}
  .container{ max-width: 720px !important;}
  .hero-banner-in{ max-width: 34.9375rem;}
  .tech-title p{ padding-top: 30px;}
  .features [class*='col-'], .trends-list [class*='col-']{ margin-top: 30px;}

  .mobClick{ display: block;}
  .logo{ display: flex; align-items: center; gap: 15px;}
  .site-nav{ position: fixed; left: -100%; top: 0; width: 100%; height: 100dvh; background: var(--white); display: flex; align-items: center; justify-content: center; transition: all 0.5s ease;}
  .site-nav.act{ left: 0;}
  .site-nav ul{ flex-direction: column;}
  .site-nav ul li a{ font-size: 1.5rem;}
}

@media (max-width: 767px) {
  body{ font-size: 1.25rem;}
  .services ul li{ width: 50%; margin-top: 15px;}
  .services ul li:last-child{ width: 100%;}
  .service-single{ border: 1px solid #f1f1f1; border-radius: 10px; text-align: center;}
  .service-single h3::after{ left: 50%; transform: translateX(-50%);}
  .section{ padding: 50px 0;}
  .services-wrap{ padding: 15px 0;}

  .hero-banner-img{ display: none;}

  .statement .row{ flex-direction: column-reverse;} 
  .statement-left{ padding-top: 25px;}
  .statement-left h3, .service-single h3, .features-single h3{ font-size: 1.5rem;}
  .service-single p{ padding-right: 0; font-size: 1.2rem;}
  .tech-list-single p{ font-size: 1rem;}
  .tech-list-single{ border: 1px solid #e3e3e3; border-radius: 10px; padding: 15px; text-align: center; background: #FFF;}
  .tech-list .row{ margin: 0 -4px;}
  .tech-list [class*='col-']{ margin-top: 8px; padding: 0 4px;}
  .tech-list{ padding-top: 30px;}
  .info-block-right{ padding-top: 30px;}

  .features-single ul li{ font-size: 1.2rem; padding-left: 25px;}
  .features-single ul li::after{ width: 18px; height: 18px;}
  .features, .section.contact{ background: #f9f9f9;}

  .features [class*='col-'], .trends-list [class*='col-'] { margin-top: 10px;}
  .section.about{ padding-top: 0; padding-bottom: 0;}
  .about-info-container{ padding: 3rem;}
  .about-info-container h2{ padding-bottom: 20px;}
  .label{ font-size: 1.2rem;}
  .input{ font-size: 1.2rem;}
  .contact-right{ padding-top: 50px;}
  .contact-left{ text-align: center;}
  .footer{ padding-top: 50px;}
  .footer-left{ max-width: 100%; text-align: center;}
  .footer-right{ width: 100%; padding-top: 30px;}
  .footer-social ul{ justify-content: center;}
  .about-banner{ height: 250px;}

  .hero-banner-wrap{ background: none;}
  .hero-banner{ height: auto; padding: 15px 0 30px 0; text-align: center;}
  .btnGroup{ justify-content: center;}
  .hero-banner-in{ margin: -40px 0 0 0; padding: 20px 0 0 0; border-radius: 30px; background: rgba(255,255,255,0.8); backdrop-filter: blur(0.5rem);}
  .mobile-banner{ display: block;}

  .back-to-top{ right: 8px; bottom: 8px;}
}



