/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');

body
{
	font-family: "Google Sans Code", monospace;
}

a:hover, a:focus{
	outline:0!important;
}
p:last-child
{
	margin-bottom:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}
.header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	background:transparent !important;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc
{
	margin-top:80px !important;
}
.head_1 .elementor-widget-container
{
   position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #830c2f;
    border-radius: 100%;
    display: inline-block;
    left: -34px;
    top: -39px;
}
.head_1 .elementor-widget-container h2
{
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.circle_1
{
	
    text-align: center;
}
.circle_1 .elementor-widget-container
{
	      width: 185px;
    height: 185px;
    margin: 0% auto;
}
.circle_1 .elementor-widget-container h2
{
	position: absolute;
    text-align: center;
    line-height: 172px;
    width: 185px;
    font-size: 50px;
    color: #830c2f;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.swiper-container-wrap .swiper-pagination-bullet
{
	width:28px !important;
}
.pp-info-box .pp-info-box-icon
{
	overflow:hidden;
}
.pp-info-box .pp-info-box-icon img
{
	transition:500ms ease all;
	overflow:hidden;
}
.pp-info-box:hover .pp-info-box-icon img
{
	transform:scale(1.1);
}

.fm-1 input[type="text"]:focus {
  outline: none;
  border: 3px solid transparent !important;
  background-image: linear-gradient(white, white), linear-gradient(315deg, rgb(236, 160, 255), rgb(170, 178, 255), rgb(132, 255, 201)) !important;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: bg-hue 2s linear infinite;
}

/* @keyframes for the gradient animation */
@keyframes bg-hue {
  100% {
    filter: hue-rotate(360deg);
  }
}

.fm-1 input[type=text] {
  display: block;
  width: 500px;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  border: 3px solid #000;
}

/* .sec-main {
position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(59%); 
    height: 450px;
	
} */

.sec-111 {
	position: sticky;
	top: 50px;
}

.sec2main {
	position: relative;
}
.sec-main {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sec-main {
    height: 450px;
    transform: translateY(0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sec-main {
    height: auto;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {
  .sec-main {
    height: auto;
    transform: translateY(5%);
  }
}
@media (min-width: 1400px) {
  .sec-main {
    transform: translateY(8%);
  }
}
@media (min-width: 1600px) {
  .sec-main {
    transform: translateY(14%);
  }
}
.sec2mob {
position: absolute; 
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.sec-mob {
	position: relative;
}