/*
------------------------------------------------------------------------
* Template Name    : Softie | SaaS & Software Html5 Landing Page      * 
* Author           : Webonzer                                         *
* Version          : 2.1                                              *
* Created          : March 2023                                       *
* File Description : Main Css file of the template                    *
*-----------------------------------------------------------------------
*/

/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5. ABOUT US        *
    6. FEATURES        *
    7. CLIENTS         *
    8. PRICING         *
    9. CONTACT/FOOTER  *
    10.RESPONSIVE      *
************************/

/*======================
        1.BASIC
========================*/

body {
  font-family: Inter;
  font-size: 3.75rem;
  color: #2f4f4f !important;
  overflow-x: hidden;
  margin: 8px;
}

p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #767676;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #ff4a45;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}

.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}

/*==========================
        2.HELPER
============================*/
.ml-auto {
  margin-left: auto !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff;
}

.container {
  position: relative;
}

.divider {
  border-bottom: thin solid #e8e8e8;
  margin: 1rem;
}
.main-title-border::after,
.main-title-border::before {
  display: inline-block;
  margin-top: -7px;
  vertical-align: middle;
  content: "";
  background-color: #d0d0d0;
  width: 30px;
  height: 1px;
}

.main-title-border i {
  font-size: 20px;
}

.sec_small_title {
  font-size: 14px;
}

.sec_subtitle {
  max-width: 550px;
  font-size: 15px;
}

.bg-dark {
  background-color: #22232f;
}

.bg-custom {
  background-color: #ff4a45;
}

.text-dark {
  color: #000 !important;
}

.text-muted {
  color: #646f79 !important;
}

.text-custom {
  color: #ff4a45 !important;
}

.text-custom-blue {
  color: #4e74d6;
}

.h-100vh {
  height: 100vh;
}

.z-index {
  z-index: 2;
}

.bg-custom {
  background-color: #000;
}

.bg-overlay-gradient {
  background: #4b6cb7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #4b6cb7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay {
  background: rgba(31, 34, 37, 0.91);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.btn {
  padding: 0.937rem 1.375rem;
  border-radius: 10px;
  line-height: 1.25rem;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-outline-custom {
  background-color: #fff;
  border: 1px solid #ff4a45;
  color: #ff4a45;
  letter-spacing: 1px;
  transition: all 0.5s;
  text-transform: capitalize;
  text-wrap: nowrap
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  background: #fff;
  border-color: #ff4a45 !important;
  color: #ff4a45 !important;
}

.btn-custom {
  background-color: #ff4a45;
  border: 1px solid #ff4a45;
  color: #fff;
  transition: all 0.5s;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #ff4a45;
  border-color: #ff4a45;
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.5s;
  text-transform: capitalize;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
  background: transparent;
  border-color: #ff4a45;
  color: white;
}
.btn-group-custom a {
  display: inline-block; /* Ensures the <a> tags are inline */
  margin-right: .5rem; /* Adds 6px of margin between them */
}
.btn-group-custom a:last-child {
  margin-right: 0; /* Removes the margin from the last item */
}
.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
  padding: 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: white;
  font-size: 1rem;
  border-bottom: thin solid #e8e8e8;
}

.custom-nav.stickyadd {
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
  color: #0b0a0a;
  font-size: 1rem;
  background-color: transparent !important;
  padding: 7px 0 !important;
  position: relative;
  margin: 0 12px;
  font-weight: 400;
  transition: all 0.4s;
}

.navbar-toggler {
  font-size: 28px;
  padding: 0;
  margin-bottom: 0px;
  color: #000;
  border: none;
}

.custom-nav.stickyadd .navbar-nav li a {
  color: #000;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a:after,
.custom-nav .navbar-nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff4a45;
  margin: auto;
  transition: all 0.5s ease;
}

.custom-nav.stickyadd .navbar-nav li a.active,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a,
.custom-nav .navbar-nav li a.active,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
  color: #ff4a45;
}

.custom-nav.stickyadd .navbar-nav li a.active:after,
.custom-nav.stickyadd .navbar-nav li:hover a:after,
.custom-nav.stickyadd .navbar-nav li:active a:after,
.custom-nav .navbar-nav li a.active:after,
.custom-nav .navbar-nav li:hover a:after,
.custom-nav .navbar-nav li:active a:after {
  width: 100%;
}

.anim-middleout:hover:after {
  width: 100%;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #ff4a45;
}

.logo .logo-light {
  display: inline-block;
}

.stickyadd .logo .logo-dark {
  display: inline-block;
}

.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}

.custom-nav .navbar-brand.logo img {
  height: 90px;
}

.custom-nav .sign_btn {
  background-color: rgba(19, 206, 103, 0.19);
  color: #ff4a45;
}

/*==========================
        4.HOME
============================*/

.home-bg-color {
  /* background-color: #22232f; */
  padding-top: 200px;
}

.home-table-center {
  display: table-cell;
  vertical-align: middle;
}

.home-table {
  display: table;
  width: 100%;
  height: 100%;
}

.header_title {
  font-size: 3.375rem;
  letter-spacing: 0.01em;
  align-self: stretch;
  line-height: 5rem;
  margin-bottom: 1rem;
  word-wrap: break-word;
}
.header_title_container {
  max-width: 78rem;
  margin: 0 auto;
}
.header_title_small {
  font-size: 3rem;
  letter-spacing: 0.01em;
  align-self: stretch;
  line-height: 5rem;
  margin-bottom: 1rem;
  word-wrap: break-word;
}
.home-desk {
  position: relative;
  top: 60px;
  z-index: 100;
  max-width: 900px;
}

.pro_condition li a {
  font-weight: 500;
  transition: all 0.5s;
}

.pro_condition li a:hover {
  color: #ff4a45 !important;
}

.pro_condition li::after {
  content: "|";
  margin: 0 8px;
  color: #777;
}

.pro_condition li:last-child:after {
  content: "";
}

.learn_more i {
  position: relative;
  font-size: 20px;
  top: 3px;
}

.header_subtitle {
  line-height: 1.8;
  max-width: 450px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.home-clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 25% 100%, 0 82%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 25% 100%, 0 82%);
}

/*---DEMO IMG---*/

.home-bg-img {
  background-image: url(../jpg/home-bg1.jpg);
  background-size: cover;
  padding-top: 200px;
  position: relative;
  background-position: center center;
}

/*---DEMO GRADIENT---*/

.home-bg-gradient {
  background: #5758bb;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #5758bb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #5758bb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-top: 200px;
}

/*---DEMO PATTERN---*/

.home-bg-pattern {
  padding-top: 200px;
  background-color: #22232f;
  background-image: url(../png/pattern.png);
  background-position: center center;
}

/*---DEMO VIDEO---*/

.bg-dark-video {
  background-color: #22232f;
  padding-top: 200px;
}

/*---DEMO SLIDE---*/

.home-slide {
  padding-top: 200px;
}

/*==========================
        5.ABOUT US
============================*/

.about_boxes {
  border: 1px dotted #e7e7e7;
}

.about_boxes .about_icon i {
  font-size: 42px;
}

.about_boxes .about_btn a {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 18px;
  line-height: 48px;
  height: 50px;
  width: 50px;
  display: inline-block;
  color: #000000 !important;
}

/*==========================
        6.FEATURES
============================*/

.features_img {
  border: 10px solid #fff;
}

.features_col .features_heading h2 {
  line-height: 1.4;
  font-size: 24px;
}

.features_col .features_list .features_list_num {
  height: 46px;
  width: 46px;
  line-height: 46px;
  display: inline-block;
  background-color: rgba(85, 132, 255, 0.15);
  color: #ff4a45;
  font-size: 22px;
  border-radius: 7px;
  text-align: center;
}

.features_list .features_icon i {
  font-size: 24px;
  height: 52px;
  border-radius: 10px;
  width: 52px;
  line-height: 52px;
  background-color: rgba(85, 132, 255, 0.15);
  color: #ff4a45;
  display: inline-block;
}

.features_list .features_heading h2 {
  line-height: 1.4;
  font-size: 24px;
}

.features_list p {
  font-size: 15px;
}

.features_desc .features_heading h2 {
  line-height: 1.4;
  font-size: 24px;
}

.features_divider {
  height: 2px;
  width: 60px;
  background-color: #ff4a45;
}

.features_desc .features {
  position: relative;
  margin-top: 32px;
}

.features_desc .features-icon {
  font-size: 18px;
  width: 26px;
  text-align: center;
  height: 26px;
  position: absolute;
  border-radius: 50%;
  top: 19%;
  transform: translateY(-50%);
  background: rgba(85, 132, 255, 0.19);
  color: #ff4a45;
  line-height: 26px;
}

.features_desc .features-desc {
  margin-left: 8%;
}

.features_desc .features-title {
  font-size: 18px;
}

.features_desc .features-sub-title {
  font-size: 15px;
  line-height: 22px;
  max-width: 430px;
}

/*===========================
        7.CLIENTS
=============================*/

.testi_boxes {
  border: 1px dashed #e4e4e4;
  padding: 15px;
}

.client_review {
  font-size: 15px;
}

.client_name {
  font-size: 16px;
}

.testi_boxes .bus_testi_icon {
  font-size: 56px;
  line-height: 0px;
}

.owl-theme .owl-controls .owl-page {
  margin: 20px 4px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 2px #ff4a45;
  border-radius: 50%;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 3px;
  height: 3px;
  margin: 0px;
  filter: Alpha(Opacity=50);
  opacity: 0.2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50%;
  transition: all 0.5s;
  background: #ff4a45 !important;
}

.client_section .owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
}

/*===========================
        8.PRICING
=============================*/

.price_box {
  border: 1px solid #e8e8e8;
}
.price_box_large {
  min-height: 600px;
}
.price_box_small {  
  height: 450px !important
}
.price_box .price_divider {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin: 30px 0px;
}

.price_box .price_name p {
  border-radius: 1rem;
  background-color: rgba(85, 132, 255, 0.13);
  padding: 1rem;
  display: inline-block;
  font-size: 2rem;
}

.price_box .plan_price h3 sup {
  font-size: 15px;
  top: -20px;
}

.price_box .plan_price h3 {
  font-size: 40px;
}

.price_box .price_desc {
  max-width: 300px;
}

.price_box .price_features p {
  margin-bottom: 10px;
}

.price_box.active {
  overflow: hidden;
}

.price_box.active .lable h6 {
  color: #fff;
  font-size: 12px;
}

.price_box.active .lable {
  background: #ff4a45;
  padding: 6px 0;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 20px;
  right: -65px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================
        9.CONTACT/FOOTER
============================*/

.bg-contact-color {
  background-color: #171721;
  padding-top: 50px;
}

.started-text h1 {
  font-size: 50px;
}

.contact_form {
  max-width: 500px;
}

.contact_form .form-control {
  box-shadow: none !important;
  height: 55px;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.06);
}

.contact_form textarea.form-control {
  height: auto;
}

.contact_form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3);
}

.contact_form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}

.contact_form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.3);
}

.footer_divider {
  background-color: rgba(255, 255, 255, 0.09);
  width: 100%;
  height: 1px;
}

.footer_about p {
  max-width: 680px;
  color: #6c757d;
}

.about_oxcer {
  font-size: 1.2rem;
  color: #6c757d;
}

ul.footer_menu_list li {
  padding: 0;
}
ul.footer_menu_list li a:hover {
  color: #ff4a45;
  transition: all 0.3s;
}

ul.footer_menu_list li a {
  color: #6c757d;
  display: inline-block;
  padding: 0;
  font-size: 15px;
  text-decoration: none !important;
}

.fot_social .social-icon {
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0.05);
  transition: all 0.5s;
  width: 42px;
  height: 42px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}

.fot_social .social-icon:hover {
  color: #ff4a45 !important;
}

.footer_logo {
  height: 34px;
}

.copy-rights {
  color: #6c757d;
  font-size: 16px;
  padding-top: 40px;
}

li {
  line-height: 1.375rem !important;
  padding: 5px 0;
}

/*==========================
        10.RESPONSIVE
============================*/

@media (max-width: 768px) {
  .container-narrow {
    padding: 0 4rem;
  }
  .custom-nav {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
  }
  .custom-nav .navbar-nav li a:before {
    content: "";
    display: none;
  }
  .custom-nav .navbar-nav li a {
    margin: 0 0px;
    padding: 6px 0;
    color: #000;
  }
  .custom-nav .navbar-nav li a.active {
    color: #ff4a45;
  }
  .custom-nav > .container {
    width: 90%;
  }
  .custom-nav .logo {
    padding-top: 0px;
  }
  .custom-nav .logo .logo-dark {
    display: inline-block;
  }
  .custom-nav .logo .logo-light {
    display: none;
  }
  .custom-nav .navbar-brand.logo img {
    height: 26px;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .header_title {
    font-size: 32px;
    line-height: 1.2;
  }
  .header_subtitle {
    font-size: 15px;
    line-height: 1.8;
  }
  .h-100vh {
    height: auto;
  }
  .vertical-content {
    display: inherit;
  }
  .home-desk {
    max-width: 100% !important;
    top: 35px;
  }
  .pro_condition li::after {
    display: none;
  }
  .pro_condition li {
    display: block;
  }
  .features_desc .features-icon {
    top: 13%;
  }
  .features_desc .features-desc {
    margin-left: 13%;
  }
  .features_desc .features-heading {
    line-height: 1.4;
    font-size: 24px;
  }
  .started-text h1 {
    font-size: 36px;
  }
  .copy-rights {
    padding-top: 10px;
  }
  .logo_img {
    margin-top: 15px;
  }
  .home-bg-color,
  .home-bg-img,
  .home-bg-gradient,
  .home-bg-pattern,
  .bg-dark-video {
    padding-top: 110px;
  }
  .frame-container {
    padding: 1rem !important
  }
  .frame-parent-highlight, .frame-parent {
    padding: 2rem !important
  }
  .features_desc .features-desc {
    margin-left: 7% !important;
  }
  .features_desc .features-icon {
    top: 20% !important;
  }
  .container-narrow {
    padding: 0 1rem;
  }
  .container-black {
    padding: 2rem !important
  }
  .container-cta, .article-content {
    padding: 2rem !important
  }
  .article-title, .article-title-small {
    font-size: 1.25rem !important
  }
  .article-text {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    /* max-width: 1140px; */
    max-width: 98%;
  }
  .container-narrow {
    padding: 0 15rem;
  }
}

.bold {
  font-weight: 800 !important;
}
.container-black {
  background-color: black;
  color: white;
  padding: 3rem;
}
.image-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8.125rem;
}
.image-icon {
  width: 100%;
}
.frame-container {
  text-align: left;
  font-size: 1.875rem;
  background-color: #f7f7f7;
  padding: 3rem;
}
.text-container {
  text-align: left;
  font-size: 1.125rem;
  padding: 3rem;
  color: #767676;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .your-class {
    padding: 1rem;
  }
}
.frame-parent {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 26.875rem;
  padding: 3rem;
  display: flex;
  margin-bottom: 1rem;
  color: #2f4f4f !important
}
.frame-parent-highlight {
  box-sizing: border-box;
  color: #fff;
  background-color: #ff6561;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 26.875rem;
  padding: 3rem;
  display: flex;
  margin-bottom: 1rem
}
.frame-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  gap: 1.25rem;
  display: flex;
}
.frame-title {
  align-self: stretch;
  font-weight: 500;
  line-height: 2.5rem;
  position: relative;
}
.frame-text {
  align-self: stretch;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
}
.frame-number {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.article-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.325rem;
  color: white;
}
.article-date {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #cdcdcd;
}
.article-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
  gap: 1.25rem;
  font-size: 2.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: -1rem;
}
.article-title-small {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: -1rem;
}
.article-text {
  align-self: stretch;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.article-parent {
  position: relative;
  display: inline-block;
}

.faq-parent {
  top: 10.625rem;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.875rem;
  text-align: left;
  font-size: 1.5rem;
  color: #767676;
}
.faq {
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.875rem;
  display: flex;
  flex-direction: row;
}
.faq-content {
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
}
.faq-question {
  align-self: stretch;
  position: relative;
  line-height: 1.75rem;
  font-weight: 500;
}
.faq-answer {
  display: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: none;
  margin: 0.5rem 0;
}

.cta {
  top: 701.375rem;
  background-color: #ff6561;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6.25rem 28.625rem;
  box-sizing: border-box;
  gap: 3.125rem;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
}
.container-cta {
  padding: 5rem;
  color: white;
  background-color: #ff6561;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.cta-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.125rem;
  padding-bottom: 1rem;
}

.frame-parent15 {
  flex: 1;
  flex-direction: column;
  gap: 1.875rem;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.comprehensive-league-managemen-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.frame-parent17,
.iconmail-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.937rem;
}
.iconlocate-fixed-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0;
}
.first-pick-labs {
  flex: 1;
  position: relative;
  line-height: 1.75rem;
}
.follow-us-parent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 0.625rem;
  font-size: 1.25rem;
  color: #767676;
}
.address {
  font-size: 1.125rem;
  color: white
}
.address-sub {
  font-size: 1.125rem;
  color: white;
  padding-left: 29px
}
.social {
  font-size: 1.125rem;
  color: white;
  display: flex;
  align-items: center;
}
.follow-us-text {
  margin-right: 10px; /* Adjust this value to control spacing */
}