/***************************************
========================================

	Author Name   : Themeplaza
	This is HTML5 template
	Template Name : Home Page Header Design Template
	Version: 1.0
	
****************************************
=======================================/

/* ----------------------------------------------------------------
    [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333333;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #333333;
	font-weight: 600;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding: 0;
	list-style: none;
}
p {
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
}
a:hover{
	text-decoration: none;
	outline: none;
}
.text_white{
	color: #fff;
}
.padding_0{
	padding: 0;
}
.dark_bg{
	background: #1F2235;
}
/* START PRELOADER DESIGN */
.preloader {
	background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff4a57   ;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dark_preloader .double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* END PRELOADER DESIGN */

/* Start Section-Padding */
.section_padding{
	padding: 100px 0;
}
/* End Section-Padding */

/* Start Section-Heading */
.section_heading{
    padding-bottom: 100px;
}
.section_heading h2{
    font-size: 35px;
    font-weight: 600;
    color: #222;
    margin-top: 5px;
    margin-bottom: 10px;
}
.section_heading h2 span{
	font-size: 35px;
    font-weight: 600;
	color: #ff4a57  ;
}
.dark_bg .section_heading h2{
	color: #fff;
}
.dark_bg .section_heading h2 span{
	font-size: 35px;
    font-weight: 600;
	color: #ff4a57  ;
}
.section_heading .sm_border {
    display: block;
    height: 2px;
    width: 70px;
    margin-bottom: 15px;
    bottom: -15px;
    position: relative;
    left: 50%;
    background-color: #ff4a57  ;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section_heading span{
	font-weight: 400;
	color: #ff4a57  ;
}
.section_heading p {
    margin-bottom: 20px;
    margin: 0 auto;  
}
.dark_bg .section_heading p{
	color: #fff;
}
/* End Section-Heading */

/* ----------------------------------------------------------------
    [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 02 Start Buttons ]
-----------------------------------------------------------------*/
/* Start Btn-Style */
.banner_btn {
	background: #ff4a57;
    border-color: #ff4a57;
	color: #fff;
    text-transform: capitalize;
    margin-top: 30px;
	padding: 12px 32px;
	border-radius: 30px;
}
.banner_btn:hover {
	color: #fff;
    box-shadow: 1px 5px 12px rgba(0,0,0, 0.15);
}
/* ----------------------------------------------------------------
    [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 03 Start Header ]
-----------------------------------------------------------------*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: fixed !important;
    top: 0 !important ;
}
.navbar-brand p{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff4a57;
	font-family: 'Poppins', sans-serif;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.menu-top { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 }
.navbar-default .navbar-nav>li>a{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default.dark_bg_menu .navbar-nav>li>a{
	color: #fff !important;
}
.navbar-default.dark_bg_menu .navbar-nav>li>a:hover{
	color: #ff4a57   !important;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color: #ff4a57  ;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
    color: #333333;
    background-color: transparent;
}
.navbar-default.dark_bg_menu .navbar-nav>.active>a,
.navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
	color: #ff4a57   !important;
}
.mobile-nav{
	display:none;
}
.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    padding: 10px 0;
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}
.navbar-default.dark_bg_menu.menu-shrink{
	background-color: #000;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    padding: 10px 0;
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}
.navbar-default.menu-shrink .navbar-brand p{
    color: #ff4a57  ;
}
.navbar-default.menu-shrink li a { 
	color: #333333; 
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default.dark_bg_menu.menu-shrink li a{
	color: #fff !important; 
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default.menu-shrink li a:hover { color: #ff4a57   !important }
.navbar-default.menu-shrink .navbar-nav>.active>a, 
.navbar-default.menu-shrink .navbar-nav>.active>a:hover,
.navbar-default.menu-shrink .navbar-nav>.active>a:focus{
    color: #ff4a57   !important;
    background-color: transparent;
}
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #ff4a57   }
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Banner ]
-----------------------------------------------------------------*/
#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}
.main_banner{
	height: 700px;	
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_content{
	margin-top: 170px;
}
.banner_content strong {
	text-transform: uppercase;
    color: #ff4a57  ;
    font-size: 20px;
}
.banner_content h1 {
    color: #222;
    font-size: 50px;
    margin: 15px 0 10px;
}
.dark_bg .banner_content h1{
	color: #fff;
}
.banner_content h1 span .fw_600{
	font-weight: 700;
}
.banner_content h1 span .fw_300{
	font-weight: 700;
}
.banner_social_link{
	margin-top: 25px;
}
.banner_social_link li {
    display: inline-block;
    margin-right: 12px;
}
.banner_social_link li a{
	color: #ff4a57;
	border: 1px solid #ff4a57;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	transition: .5s;
}
.dark_bg .banner_social_link li a{
	color: #ff4a57;
	border: 1px solid #ff4a57;
}
.banner_social_link li a:hover{
	background: #ff4a57 ;
	border-color: #ff4a57;
	color: #fff;
}
.dark_bg .banner_social_link li a:hover{
	background: #ff4a57 ;
	border-color: #ff4a57;
	color: #fff;
}
.banner_content p{
    color: #333333;
	font-size: 14px;
    padding-bottom: 0;
    max-width: 100%;
}
.dark_bg .banner_content p{
	color: #fff;
}
#round {
    position: absolute;
    top: 75px;
    bottom: 0;
	z-index: 9;
}
/* ----------------------------------------------------------------
    [ End Banner ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 15 Start Top-control ]
-----------------------------------------------------------------*/
.topcontrol {
    background: #ff4a57   none repeat scroll 0 0;
    border-radius: 0;
    bottom: 5px;
    margin-bottom: 80px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 9px;
    position: fixed;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 35px;
    z-index: 99;
}
.topcontrol:hover {
    background: #fff;
    color: #ff4a57  ;
}
/* ----------------------------------------------------------------
    [ End Top-control ]
-----------------------------------------------------------------*/
/* .styled-div {
    border: 2px solid #000; 
     
    
    border-radius: 10px; 
    display: flex;
    flex-direction: column;
    align-items: center;
} 
*/
body {
    background-color: #1f2235; /* Set your desired background color */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}
 


/* ----------------------------------------------------------------
    [ Button ]
-----------------------------------------------------------------*/
.custom-button {
    background-color: #1f2235; /* Grey background */
    
    color: white; /* Black text */
    border-radius: 5px; /* Rounded border */
    border: 2;
    padding: 10px 10px; /* Padding for the button */
    margin-top: 8px;
    border-color: #ff4a57; /* Remove default border */
    cursor: auto; /* Pointer cursor on hover */
    font-size: 16px; /* Font size of the text */
}
/* ----------------------------------------------------------------
    [ Screen Shots Images ]
-----------------------------------------------------------------*/
.image-row {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 15px; /* Optional: adds space between images */
    padding: 10px; /* Optional: adds padding around the image row */
}

.image-row img {
    width: 15%; /* Adjust the width as needed to fit your layout */
    height: 15%; /* Maintains the aspect ratio of the images */
    border-radius: 8px; /* Optional: adds rounded corners to the images */
    margin-top: 5px;
}
.screenshot {
    cursor: pointer;
}

.circle-background {
    width: 100px; /* Adjust to the old image's width */
    height: 100px; /* Adjust to the old image's height */
    background-color: white; /* Circle background color */
    border-radius: 50%; /* Makes the div a circle */
    display: flex;
    align-items: center; /* Center image vertically */
    justify-content: center; /* Center image horizontally */
    overflow: hidden; /* Ensures image fits within the circle */
}

.circle-background img {
    width: 100%; /* Adjust image size */
    height: auto; /* Keep aspect ratio */
    border-radius: 50%; /* Make image circular */
}
.center-about-images {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure it takes the full height of the parent */
}

/* Ensure the image-container maintains aspect ratio */
.image-container {
    border: 2px solid whitesmoke;
    border-radius: 10px;
    height: 250px;
    padding: 2px;
    overflow: hidden;
}

.image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.image-title {
    margin: 5px;
    border: 2px solid whitesmoke;
    border-radius: 10px;
    text-align: center;
}

.image-title h2 {
    color: white;
}

/* Responsive margin for small screens */
@media (max-width: 767px) {
    .mb-4 {
        margin-bottom: 1.5rem !important;
    }
}
/* navbar not show when scroll  */
