/* 

Theme Name:Theon
Description:Blog,Agency
Author:Kuldeep
*/
@import url('https://fonts.googleapis.com/css2?family=Damion&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {  font-family: quinn;  src: url(http://ryvoken.com/wp-content/themes/CustomTheme/assets/fonts/Quinn-Bold.otf); font-display:swap;  }
*{
box-sizing:border-box;
}
html, body{
width:100%;
height:100%;
min-height: 100vh !important;
margin: 0px !important;
max-width: 100vw;

overflow-x: hidden;
font-family: System-ui, sans-serif;
}

a
{
    text-decoration: none;
    color: inherit;
    font-family: 'Roboto', sans-serif;
}
:root
{
    --purple:#BEA7E5;
    --dpurple:#7800e5;
    --orange:#FB5607;
    --green1:#7DCFB6;
    --green2:#33CA7F;
    --lyellow:#FCE8BD;
    --yellow:#FFB119;
    --white:white;
    --blue:#2330a0;
    --gold:#D6B46D;

    --t-cardbg-green:#b2ecd7;
    --t-cardbg-yellow:#e2e67a;
    --t-cardbg-purple:#b5e8f6;
    --t-cardbg-pink:#f6bcc8;
    --t-cardbg-cyan:#bef7eb;
    --t-cardbg-lime:#b2ecb7;
    --border-color:#dee2e6;
}

main    
{
 
   
}
body
{
    position: relative;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5 {
    /* font-family: roboto; */
    font-style: normal;
}
/* @font-face
{
    font-family: nohemi;
    src:url(/assets/font/Nohemi-ExtraBold.woff2);
} */
/* @font-face {
    font-family: 'parsan';
    src: url('/assets/font/parsan/Parson-Bold-BF6675c651067bf.otf') format('opentype');
} */
.bg-blue
{
    background-color: #2330a0;
}

h1{
    /* font-size: 100px; */
}

h2
{

  font-weight: 700;
  
  
    letter-spacing: -.025em;
    font-size: clamp(2.25rem, 0.8571rem + 3.4286vw, 4.5rem);
    /* padding-bottom:40px;
    text-align: center;  */
}

h2.heading2
{
text-align:center; width:70%;
}


p
{
    font-size: 18px;
}
.default-section
{
    padding:70px 0px;
    color:#b1dfcf;
}
.btn-section-center
{
	padding:30px 0;
	display:flex;
	justify-content:center;
}
.container-2
{
    width:100% !important;
    padding:0px 160px !important;
    max-width: 100% !important;
}


.product-card
{
    width:100%;
    border: 2px solid black;
}
.product-card h2{
    font-size: 30px;
}
/* section
{
    padding-top:10rem;
    padding-bottom: 10rem;
} */

.quotes
{
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    width:70%;
}
.p-sub-text
{
        font-size: 1.5rem;
    line-height: 2rem;
    width:70%;
    color:#333333;
}


.center-container-column
{
    display:flex; flex-flow:column; justify-content:center; align-items:center; gap:20px;
    padding-block: 60px;
}


.hero-section
{
    display: flex;
    flex-flow: column;
padding: 200px 16px;
    justify-content: center;
    align-items: center;
    background-color: black;
    color:white
}
.hero-text {
    font-size: 8rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: uppercase;
}
.hero-text:nth-child(2)
{
    color:#ffffff;
}
.hero-secondary-text {
  font-size: 4.5rem;
  font-weight: 800;
  /* font-family: Roboto; */
}
.hero-section p{
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 200;
    width:35%;
    text-align: center;
}

.hero-banner-btn
{
    position:relative;
    border:2px solid white;
    color:white;
    font-size: 1.5rem;
    font-weight: 500;
        padding: 10px 25px;
    margin-top: 50px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 2;
}
.hero-banner-btn:hover
{
    color:#C80511;
}
.hero-banner-btn::before
{
    content:'';
    background: white;
    height:100%;
    width:100%;
    position: absolute;
    top:100%;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    left:0;
    z-index: -1;
    
}

.hero-banner-btn:hover::before
{
    top:0px;
    left:0;
}

.banner-move-img
{
    height:223px;
    width:auto;
}
section li
{
   list-style-type: none  !important;
}

/* background-image:linear-gradient(45deg, #89010D, #D40512, #89010D,rgb(117, 13, 22)) */

@media (max-width: 768px) 
{

    .banner-move-img
{
    height:110px;
}
    h2.heading2, .quotes, .p-sub-text
{
text-align:center; width:100%;
padding:5px}

.container-2 {
    width: 100% !important;
    padding: 0px 5px !important;
}

.hero-section p{
 
    width:100%;
    padding:5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: normal;
}
.hero-text {
    font-size: 3.75rem;
}
.hero-secondary-text {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 95%;
  text-align: center;
  /* font-family: Roboto; */
}

.mob-p-5
{
    padding:2px !important;
}

.center-container-column
{
    padding-inline:5px;
}

}