@charset "UTF-8";

/*
Theme Name: Feeda GPT Site
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the Feeda team
Author URI: 
Description: 
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: feedagptsite
Tags: 
 
*/
 
@font-face {
    font-family: manropelight;
    src: url(fonts/manrope-light.ttf);
}
@font-face {
    font-family: manroperegular;
    src: url(fonts/manrope-regular.ttf);
}
@font-face {
    font-family: manropemedium;
    src: url(fonts/manrope-medium.ttf);
}
@font-face {
    font-family: manropesemibold;
    src: url(fonts/manrope-semibold.ttf);
}
@font-face {
    font-family: manropebold;
    src: url(fonts/manrope-bold.ttf);
}
@font-face {
    font-family: manropeextrabold;
    src: url(fonts/manrope-extrabold.ttf);
}
*{

    box-sizing: border-box;
}
.clear{
  clear: both;
}     

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}
 

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
 
html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #fff;
  background:  #0b0b0b;
 position: relative;
 font-family: manroperegular;
  margin: 0; 
  font-size: 14px;
  line-height: 20px;
}
body:after {
	    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url(images/feeda-gpt-footer.png) no-repeat #0b0b0b;
    background-position: bottom center;
    background-size: 100%;
    display: inline-block;
    height: 60%;
    z-index: -1;
    left: 0px;

}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}
.container{
	 width: 90%;
  margin: 0 auto;
}
 
header .header-inner {
      
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 750px;
    margin: 0 auto;
}
 header .header-inner .header-nav ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

header .header-inner .header-nav{
	width: 40%;
}
header .header-inner .header-nav.header-nav-left ul{
	float: right;
}
header .header-inner .header-nav ul li{
  display: inline-block;
  padding: 10px 30px; 
  position: relative;
}

header .header-inner .header-nav ul li a{
  color: #FFFFFF;
  font-size: 16px; 
  text-decoration: none;
 
}


header .header-inner .header-nav .sub-menu-toggle{
  display: none;
}
header .header-inner .header-nav .sub-menu{
  display: none;
  position: absolute;
  top: 30px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  width: 240px;
  z-index: 9;
}
header .header-inner .header-nav .sub-menu:hover{
  display: block;
  }


header .header-inner .header-nav ul li:hover  .sub-menu{
  display: block;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 8px;
  }

header .header-inner .header-nav ul li  .sub-menu li{
    width: 100%;
    display: inline-block;    padding: 10px;

  }
header .header-inner .header-nav ul li  .sub-menu li a{
    color: #000;
  }
header .header-inner .header-logo{
	text-align: center;
}

header .header-inner .header-logo img{
width: 70px;
} 

.feedagpt-home-banner{
	text-align: center;
	padding-top: 80px;
}

.feedagpt-home-banner h2{
	background: -webkit-linear-gradient(#fff, #fff, #C3C3C3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
    line-height: 85px;
    margin: 0px;
    font-family: manropebold;
}

.feedagpt-home-banner p{
	font-size: 18px;
	line-height: 1.5;
	width: 50%;
	margin: 10px auto;
}
.mobile-banner{
display: none;
}
.feedagpt-home-banner a{
	 background: linear-gradient(to bottom,  rgba(255,222,89,1) 0%,rgba(255,218,66,1) 100%); 
	 padding: 15px 25px;
	 color: #000;
	 font-size: 16px;
	 margin: 15px 0px;
   margin-bottom: 40px;
	  font-family: manropemedium;
	 border-radius: 8px;
display: inline-block;
}
.feeda-gpt-template .feeda-gpt-template-banner{
  padding: 40px 0px;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content{
  float: left;
  width: 50%;
  padding: 50px 0px;
  padding-right: 60px;

}

.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-img{
  float: left;
  width: 50%;
  
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-img img{
  width: 100%;
}

 

.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content h2{
 color:#fff;
    font-size: 34px;
    line-height: 44px;
    margin: 0px;
    font-family: manropebold;
}

.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content p{
  font-size: 18px;
  line-height: 1.5;
   
  margin: 10px auto;
}

.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content a{
   background: linear-gradient(to bottom,  rgba(255,222,89,1) 0%,rgba(255,218,66,1) 100%); 
   padding: 15px 25px;
   color: #000;
   font-size: 16px;
   margin: 15px 0px;
    font-family: manropemedium;
   border-radius: 8px;
display: inline-block;
}

.feeda-gpt-template-listing{
  padding: 60px 0px;
}

.feeda-gpt-template-listing .feeda-gpt-template-box{
  float: left;
  padding: 10px;
  width: 33.33%;
  text-align: center;
}

.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner{
      background: #232222;
    border-radius:12px;
}

.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content{
  padding: 20px;
}

.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-img{
  padding: 30px; 
  position: relative;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-img img{
/*  border:#fff solid 1px;*/
  border-radius: 8px;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content h3{
  font-size: 28px;
  line-height: 38px;
    font-family: manropebold;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content p{
  font-size: 14px;
  line-height: 24px;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-img .logo-ft-l{
    position: absolute;
    text-align: center;
    top: 5px;
    width: 84%;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-img .logo-ft-l img{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border:0px !important;

 }
 .feeda-gpt-template-listing .feeda-gpt-template-box a{
  color: #fff;
  text-decoration: none;
 }
 .feeda-gpt-template{
  padding-bottom: 60px;
 }

 .menu-burger {
    display: none;
}



.main-navigation-mobile {
  background:#0b0b0b;
  width:100%;
  height:100%;
  right:-100vw;
  position: fixed;
  padding-top:0px;
  top: 0;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  z-index: 9999;
  overflow:auto;
  

}

.main-navigation-mobile .close-nav {
  padding:30px 30px 10px 30px;
  text-align:right;
}
.main-navigation-mobile .close-nav img {
  width:22px;
}
.main-navigation-mobile ul {
  margin:0px 40px 0px 50px;
  padding:0px;
}
.main-navigation-mobile ul li {
  display: block!important;
  padding: 6px 0px;
  text-align:center;
  border:0px;
  margin:0px;
  border-right:none;
  font-size:16px;
  position: relative;
  width: 100%;
}
.main-navigation-mobile ul li span{
  color: #fff;
  position: absolute;
  right: -15px;
  top: 10px;
}
.main-navigation-mobile ul li a {
  color:#fff;
  text-decoration:none;

  padding:6px 0px;
  display:block;
  outline:none;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.main-navigation-mobile ul li a:hover {
  color:#fff;
}
 

.main-navigation-mobile ul li ul{
  display: none;
  padding: 0px !important;
  margin-left: 20px;
  color: #fff;
}
.main-navigation-mobile.active {

  right:0px;
}

.contact-page  .contact-page-inner{
    margin: 0 auto;
    padding: 80px 0px;
    width: 50%;
  }

  .contact-page  .contact-page-inner .contact-page-content{
    text-align: center;
    padding-bottom: 40px;
  }

  .contact-page  .contact-page-inner .contact-page-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    margin: 0px;
    font-family: manropebold;
}
  .contact-page  .contact-page-inner .contact-page-content p{
    font-size: 18px;
    line-height: 1.5;
    margin: 10px auto;
  }

  .contact-page .contact-page-form .contact-form-col{
    float: left;
    width: 50%;
    padding: 10px;
  }
  .contact-page .contact-page-form .contact-form-col.full{
    width: 100%;
  }
  .contact-page .contact-page-form .contact-form-col .formfield{
    background: #fff;
    color: #000;
    padding: 20px 15px; 
    width: 100%;
    border:0px;
    display: inline-block;
    font-size: 16px;
    outline: none !important;
    border-radius: 6px;
  }

   .contact-page .contact-page-form .contact-form-col  textarea.formfield{
    height: 140px;
   }

  .contact-page .contact-page-form .contact-form-col .formsubmitbtn{
        background: linear-gradient(to bottom, rgba(255, 222, 89, 1) 0%, rgba(255, 218, 66, 1) 100%);
    padding: 15px 25px;
    color: #000;
    font-size: 16px;
    margin: 15px 0px;
    font-family: manropemedium;
    border-radius: 8px;
    display: inline-block;
    border:0px;
    cursor: pointer;
  }
@media only screen and (min-width:1440px) {
  }
@media only screen and (min-width:1580px) {
  .contact-page .contact-page-inner .contact-page-content p {
  font-size: 21px;
}
  .contact-page .contact-page-inner .contact-page-content h2 {
   font-size: 52px;
  line-height: 62px;
}
  .contact-page .contact-page-form .contact-form-col .formsubmitbtn {
   padding: 20px 35px; 
  font-size: 18px;
}
  .contact-page .contact-page-form .contact-form-col .formfield{
  
    padding: 20px 15px; 
    
    font-size: 18px;
  }
  header .header-inner .header-nav ul li a {
   
  font-size: 18px;
  text-decoration: none;
}
header .header-inner .header-logo img {
  width: 82px;
}
element {
}
header .header-inner {
  padding: 15px 16px;
  width: 950px;
 }
 .feedagpt-home-banner h2 { 
  font-size: 90px;
  line-height: 100px; 
}
.feedagpt-home-banner p {
  font-size: 23px;
  line-height: 1.5;
  }
  .feedagpt-home-banner a { 
  padding: 18px 45px; 
  font-size: 20px;
  margin: 25px 0px;
  margin-bottom: 60px; 
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content h2 {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  }
  .feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content p {
  font-size: 21px;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content a {
   font-size: 18px;
  }
  .feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content h3 {
  font-size: 32px;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content p {
  font-size: 16px;
  line-height: 26px;
  padding: 0px 40px;
}
  }
 @media only screen and (min-width: 651px) and (max-width:992px) {
  .contact-page .contact-page-inner {
  margin: 0 auto;
  padding: 80px 0px;
  width: 86%;
}


  header .header-inner {
  padding: 15px 0px; 
  width: 100%;
  margin: 0 auto;
}
header .header-inner .header-nav ul li a {
  font-size: 14px;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content h2 {
    font-size: 26px;
  line-height: 34px;

  }
  .feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content {
 
  padding: 0px;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content p {
  font-size: 16px;
  }
  .feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content p {
  font-size: 13px;
  line-height: 20px;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content {
  padding: 10px;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-img {
  padding: 15px;
  position: relative;
}
.feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-img .logo-ft-l img {
   width: 30px;
  height: 30px;
  }
  .feeda-gpt-template-listing .feeda-gpt-template-box .feeda-gpt-template-box-inner .feeda-gpt-template-box-content h3 {
  font-size: 24px;
}
 }
@media only screen and (max-width: 650px) {
  .sub-menu-toggle{
    display: none;
  }
  .main-navigation-mobile ul ul li a{
    font-size: 16px!important;
  }
.main-navigation-mobile ul li ul {
  display: block !important;
  padding: 0px !important;
  margin: 10px;
  color: #fff;
}

  .contact-page .contact-page-form .contact-form-col {
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.contact-page .contact-page-form .contact-form-col .formfield {
   
  padding: 15px;  
  font-size: 16px;
}
  .contact-page .contact-page-inner {
  margin: 0 auto;
  padding: 40px 0px;
  width: 90%;
}
  .feedagpt-home-banner-image{
   /* position: absolute;
    bottom: 0px;
    left:0px;*/
    width: 100%; 
    opacity: 1 !important;
padding-bottom:15px;
  }
  .desktop-banner{
 display: none;
}
.feedagpt-home-banner {
  text-align: center;
  padding-top: 60px;
}
.mobile-banner{
    display: block; 
    width: 80%;
    margin: 0 auto;
}
.menu-main-navigation-left-container{
  padding-top: 90px;
}
header .header-inner .header-nav{
  display: none;
}
header .header-inner {
  padding: 10px 0px;
  
  width: 100%; 
}
header .header-inner .header-logo img {
  width: 65px;
}
.feedagpt-home-banner h2 {
 
  font-size: 34px;
  line-height: 42px;
  }
  .feedagpt-home-banner p {
  font-size: 14px;
  line-height: 1.5;
  width: 90%;
}
.feedagpt-home-banner a { 
  padding: 10px 15px; 
  font-size: 14px;
  }
  .menu-burger {
  display: block;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content {
  float: left;
  width: 100%;
  padding: 30px 0px; 
  text-align: center;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content h2 {
  
  font-size: 26px;
  line-height: 37px;
  }
  .feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content p {
  font-size: 15px;
  line-height: 1.5;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-img {
  float: left;
  width: 100%;
}
.feeda-gpt-template .feeda-gpt-template-banner .feeda-gpt-template-banner-content a {
   padding: 8px 25px;
 
  font-size: 12px;
  margin: 15px 0px; 
}
.feeda-gpt-template-listing .feeda-gpt-template-box {
  float: left;
  padding: 10px;
  width: 100%;
  text-align: center;
}
}