@charset "utf-8";
/*
Theme Name: Ray Final
Theme URI: https://thecodingbeats.com
Author: The Coding Beats
Author URI: https://thecodingbeats.com
Description: Ray Official Theme
Version: 1.0.0
License: GNU General Public License
Tags: Ray
*/
body {
  font-family: 'GTAmericaRegular', sans-serif;
  background-color: #e3e3e3;
}

@font-face {
font-family: "GTAmericaRegular";
src: url("fonts/GTAmericaRegular.otf") format("opentype")
}

.index2 {
  z-index: 2;
}
.row {

    margin-right: 0px;
    margin-left: 0px;
  }

  .justify_content_end{
    justify-content: flex-end;
  }
.flex{
  display: flex;
}
.text-align-right{
  text-align: right;
}

.insta_btn{
  color: #282728;
  text-decoration: underline;
}

.press_kit_btn {
  background-color: #282728;
  border: none;
  color: #e3e3e3;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 50px;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #ffffff;
  color: #262627;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.hero_section{

  border-bottom: 1px solid #282728;
}
.hero_section .call_to-btn {}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  transform: translateY(-7px);
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}

/*header section*/

.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
  }


button[aria-expanded="true"] span{
  background-image: url(images/menu_open.png) !important;
}
button[aria-expanded="false"] span{
  background-image: url(images/menu_close.png);
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-size: 100%;
}

.header_section {
  padding-top: 10px;
  font-family: 'GTAmericaRegular', sans-serif;

}

nav{
  /* flex-direction: row-reverse; */
  align-items: flex-start !important;
}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.navbar-nav{
  flex-direction: row;
}
.navbar-toggler {
    padding: 0px 0.75rem;
}

.navbar-collapse {
    flex-basis: auto;
  }

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  color: #282728;
  text-align: center;
  letter-spacing: -1px
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  position: relative;
}

.show_on_mobile{
  display: none;
}
.hide_on_mobile{
  display: block;
}



.top_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/hero-bg1.png);
  background-size: 100% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.sub_page .top_container::before {
  background-color: #fdd31d;
  background-image: none;
}

/* .top_container::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 20%;
  left: 6%;
  background-color: #fdd31d;
} */


.sub_page .top_container::after {
  display: none;
}


.navbar-brand img {
  width: 25px;
  margin-right: 7px;
}
.navbar-toggler-icon{
  width: 60px;
  height: 60px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {

  font-size: 150px;
  color: #282728;
  text-align: left;
  line-height: 130px;
  letter-spacing: -10px
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}



/*end header section*/

/* hero section */
.hero-container {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
}
.hero-container.container {
    padding-top: 0px;
    margin-top: 0px;
}

.hero_posts_container {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.flex_on_mobile{
  display: flex;
  padding: 0px
}

.hero_img-container {
  width: 68%;
  margin-right: 0;
  margin-top: 0;
}
.hero_img-container span {
  font-family: 'GTAmericaRegular', sans-serif;
  font-size: 25px;
  letter-spacing: -2px;
}

.hero_img-container img {
  width: 100%;
}

.hero_detail-box {
  width: 100%;
  font-size: 14px;
  color: #282728;
  margin-top: 25px;
}
.hero_detail-box h5 {
  font-size: 17px;
  text-align: left;
  letter-spacing: -1px;
  line-height: 24px;
  font-weight: 300;
}


.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}



.about_section {
  padding: 0px 0;
  border-bottom: 1px solid #282728;
}

.about_section-box{
  padding-top:20px
}
/* end hero section */

/* common style for some sections */
.common_style>section {
  padding: 50px 0;
  border-bottom: 1px solid #282728;
  min-height: 80vh;
}

.common_style .row {
  align-items: flex-start;
}

.common_style h1 {
  font-size: 60px;
  color: #151516;
  line-height: 64px;
  letter-spacing: -4px;
}


.common_style img {
  width: 100%;
}


/* end common style */

/* about section */
.width50{
  width:50%;
}
.post-76{
  align-items: stretch !important;
}
.post-76 .col-md-8 {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.margin-btn0{
  margin-bottom: 0px !important;
}
.margin-right20{
  margin-right: 20px
}
.padding-right20{
  padding-right:20px;
}
.section_title_right{
  width: 100vw;
  font-size: 150px;
  text-align: right;
  padding: 20px;
  letter-spacing: -13px;
  padding-right: 30px
}
.section_title_left{
  width: 100vw;
  font-size: 150px;
  text-align: left;
  padding: 20px;
  letter-spacing: -13px;
}
.posts_section {
  text-align: left;
}
.post_body_text{
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 24px;
  width: 100%;
  font-weight: 300;
  }

.aboutflex {
  display: flex;
  width: 100%;
}
.aboutflex p {
  margin: 20px 20px 20px 0px;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 24px;
  width: 100%;
  font-weight: 300;
}
.aboutflex span {
  letter-spacing: -1px;
  padding-left: 5px
}

.posts_section a {
  color: #282728;
  text-decoration: underline;
}

/* end about section */

/* client section */
.client_section h2,
.client_section h5,
.client_section p {
  font-weight: 600;
}

.client_section h2 {
  text-align: center;
}


.client_section h5 {
  font-size: 24px;
  color: #fdd31d;
}

.client_section .row {
  align-items: center;
  padding: 75px 0;
  margin: 0 15px;
}

.client_section img {
  width: 100%;
}

.client_img-box::before,
.client_img-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  background-color: #fdd31d;
}

.client_img-box::before {
  top: -15px;
  transform: rotate(139deg);
  left: -15px;
  animation: beforeanimate 1s;
  animation-delay: .1s;
}

.client_img-box::after {
  bottom: -15px;
  transform: rotate(142deg);
  right: -15px;
  animation: afteranimate 1s;
  animation-delay: .1s;
}


@keyframes beforeanimate {
  0% {
    top: 43%;
    transform: rotate(142deg);
    left: 31%;

  }

  100% {
    top: -15px;
    transform: rotate(139deg);
    left: -15px;
  }
}

@keyframes afteranimate {
  0% {
    bottom: 46%;
    transform: rotate(142deg);
    right: 35%;
  }

  100% {
    bottom: -15px;
    transform: rotate(142deg);
    right: -15px;
  }
}

.client_section .carousel-indicators {
  margin: 0;
  justify-content: flex-end;
  padding-right: 15px;
  bottom: 20px;
}

.client_section .carousel-indicators li {
  width: 25px;
  height: 25px;
  background-color: #6bd1bd;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #fdd31d;
}

/* end client section */

/* contact section */

.contact_section {
  padding: 75px 45px;
  font-family: 'GTAmericaRegular', sans-serif;
}

.contact_section .row {
  align-items: flex-start;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
}



.contact_form-container button {
  border: none;
  background-color: #6bd1bd;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_img-box {

  display: flex;
  align-items: center;

}

.contact_img-box img {
  width: 100%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: 600;
  font-family: 'GTAmericaRegular', sans-serif;
  margin-bottom: 35px;
}


/* end contact section */


/* info section */
.info_section {
  background-color: #363636;
  color: #ffffff;
  font-family: 'GTAmericaRegular', sans-serif;
}

.info_logo-box {
  display: flex;
  justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 7px;
  border-bottom: 1.5px solid #fdd31d;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #ffffff;
}

.info_section ul li a:hover {
  color: #fdd31d;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}



.info_section .form_container input {
  width: 225px;
  height: 40px;
  padding: 10px;
}

.info_section .form_container input::placeholder {
  color: #ccc8c8;
}

.info_section .form_container button {
  background-color: #fdd31d;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.social_container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  width: 400px;
  display: flex;
  justify-content: center;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #e3e3e3 ;
  padding: 20px 15px;
  font-family: 'GTAmericaRegular', sans-serif;

}

.footer_section p {
  color: #282728;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #282728;
}


.contact_section {
  border-bottom: 0px !important;
  min-height: auto !important;
}

/* end footer section*/
