/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 4.22.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Header section */
.header-logo-menu .et_pb_menu__logo {
    width: 27%;
}
.header-sec .et_pb_menu__wrap {
    justify-content: end;
}
.header-sec .et_pb_menu__wrap ul#menu-top-menu {
    gap: 44px;
}
.footer-sec .Footer-menu .et_pb_menu__wrap {
    justify-content: end;
}
.footer-sec .Footer-menu ul {
    display: flex;
    gap: 44px;
    justify-content: end;
}
/* Banner-section */
.Banner-section{
  position: relative;
}

.banner-btns {
    display: flex;
    gap: 32px; 
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-btns a {
    padding: 24px 32px;
    border: 1px solid #141414;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.banner-btns a.explore-btn {
background:#141414;
color:#fff;
}
.banner-btns a.follow-btn {
background:transparent;
color:#141414;
}
.banner-btns a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

/* background layer */
.banner-btns a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #141414;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.banner-btns a.explore-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}


/* hover in → left to right */
.banner-btns a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* hover out → right side se back */
.banner-btns a:not(:hover)::before {
  transform-origin: right;
}

/* text color */
.banner-btns a:hover {
  color: #fff;
}

.banner-btns a.explore-btn:hover {
  color: #141414;
}

.banner-btns a.follow-btn::after {
  content: "\f061"; /* arrow-right icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  margin-left: 8px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.banner-btns a.follow-btn:hover::after {
  opacity: 1;
  transform: translateX(4px);
}
.Banner-section:before {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #ffffff, transparent);
    z-index: 1;
}
.Banner-section .et_pb_heading_0 {
    margin: 0 !important;
}
.margin {
    margin-bottom: 0px !important;
}
.align-items-center{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.Helps-you-to-understand-section .et_pb_row {
  counter-reset: point-counter;
}
.Helps-you-to-understand-section .points {
  position: relative;
  padding-left: 70px;
  counter-increment: point-counter;
  width: 49%;
}
.Helps-you-to-understand-section .help-us-col {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Helps-you-to-understand-section .points::before {
    content: counter(point-counter, decimal-leading-zero);
    position: absolute;
    left: 29px;
    top: 34px;
    font-size: 16px;
    font-weight: 500;
    color: #737373;
    font-family: 'Consolas';
}
.Helps-you-to-understand-section{
  position: relative;
}
.Helps-you-to-understand-section::before{
  position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #ffffff 40%, transparent);
    z-index: 1;
}
.who-rtp-builds-sec .who-rtp-build-sec-right-side .rtp-points:hover {
    box-shadow: 0px 4px 7px 2px #ccc;
    background: #fff;
}
.who-rtp-builds-sec .who-rtp-build-sec-right-side .rtp-points {
   transition: 0.2s all ease-in-out;
}
.google-btns{justify-content: center;}
.what-rtp-does-not-do-sec .not-do-points ul
 {
     display: flex;    
    align-items: center;
    flex-wrap: wrap;             
    gap: 40px;                  
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    margin-top: 60px;
}
.what-rtp-does-not-do-sec .not-do-points ul li {
    position: relative;
    padding: 0 20px;
    white-space: nowrap;
}
/* Vertical Line (Auto add between items) */
.what-rtp-does-not-do-sec .not-do-points ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #999; /* line color */
}

 .who-rtp-builds-sec .who-rtp-build-sec-right-side.left-sec{
  position: relative;
  height: 623px;
 }
 .who-rtp-builds-sec .who-rtp-build-sec-right-side.left-sec .rtp-points{
  position: absolute;
  bottom: 0;
 }
  .who-rtp-builds-sec .align-items-center{
    display: block !important;
  }
@media screen and (max-width:1024px){
  .Helps-you-to-understand-section .points {
  width: 100%;
}
 .who-rtp-builds-sec .who-rtp-build-sec-right-side.left-sec{
  position: relative;
  height: 671px;
 }
.header-sec .et_pb_menu__wrap ul#menu-top-menu {
    gap:0px;
}
.what-rtp-does-not-do-sec .not-do-points ul{
  justify-content: center !important;
}
}

@media screen and (max-width:991px){
.who-rtp-builds-sec .who-rtp-build-sec-right-side.left-sec .rtp-points {
    position: relative;
    bottom: 0;
    margin-top: 42px;
    margin-bottom: 0px !important;
}
.who-rtp-builds-sec .who-rtp-build-sec-right-side.left-sec{
  height: auto;
}
.footer-sec .Footer-menu ul{
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
}

@media screen and (max-width:767px){
  .banner-btns a {
    width: 100%;
    padding: 24px 24px;
    text-align: center;
  }
  .banner-btns{
    gap: 10px;
  }
}