@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-Regular.woff2') format('woff2'),
    url('../fonts/PPEditorialNew-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #579DCF;
  --green: #60A846;
  --heading: #000;
  --para: #6E6E6E;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
}

html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

img {
  width: 100%;
  display: inline-block;
}

/* flex */
.flex-area {
  display: flex;
  flex-wrap: wrap;
}

.align-item-start {
  align-items: start;
}

.align-item-strech {
  align-items: stretch;
}

.align-item-end {
  align-items: end;
}

.align-item-center {
  align-items: center;
}

.justify-content-sb {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

/* flex-end */
/* columns */
.coll-85 {
  width: 85%;
  flex: 0 0 85%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
}

.coll-80 {
  width: 80%;
  flex: 0 0 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
}

.coll-70 {
  width: 70%;
  flex: 0 0 70%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
}

.coll-60 {
  width: 60%;
  flex: 0 0 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
}
.coll-65 {
  width: 65%;
  flex: 0 0 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
}
.coll-66 {
  width: 66%;
  flex: 0 0 66%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
}
.coll-55 {
  width: 55%;
  flex: 0 0 55%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
}

.coll-50 {
  width: 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}

.coll-45 {
  width: 45%;
  flex: 0 0 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
}

.coll-40 {
  width: 40%;
  flex: 0 0 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
}

.coll-35 {
  width: 35%;
  flex: 0 0 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
}

.coll-33 {
  width: 33.33%;
  flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
}

.coll-33 {
  width: 33%;
  flex: 0 0 33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
}

.coll-30 {
  width: 30%;
  flex: 0 0 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
}

.coll-25 {
  width: 25%;
  flex: 0 0 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
}

.coll-20 {
  width: 20%;
  flex: 0 0 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
}

/* columns-end */
/* container start */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-property {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* container end */
/* button-styling-start */
.sh-button{
  margin-top: clamp(30px ,4.167vw ,60px);
}
.shhh-button{
  margin-top: clamp(45px, 3.472vw ,50px);
}
section.ab-form.bg-property {
  padding: clamp(64px, 5.208vw,75px) 0px clamp(64px , 5.556vw ,80px) 0;
}
.btn-wrapper {
  text-align: center;
  box-sizing: border-box;
}

.btn {
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 175%;
  font-weight: normal;
  display: inline-block;
  letter-spacing: .3px;
  padding: 13px 40px;
  background-color: var(--light-blue);
  color: #fff;
  border: 1px solid var(--light-blue);
  border-radius: 100px;
  transition: all .3s ease-in-out;
}
.btn:hover{
  color:var(--light-blue);
  background-color: #fff;
  border-color: var(--light-blue);
}

/* button-styling-end */

h1 {
  font-size: clamp(48px, 4.861vw, 70px);
  line-height: 100%;
  font-weight: 400;
}

h2 {
  font-size: clamp(32px, 3.333vw, 48px);
  line-height: 100%;
  font-weight: 400;
}

h3 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 138%;
  font-weight: 400;
}

h4 {
  font-size: clamp(18px, 2.222vw, 32px);
  line-height: 100%;
  font-weight: 400;
}
h5 {
  font-size: clamp(16px, 1.667vw, 24px);
  line-height: 100%;
  font-weight: 300;
}

h6{
  font-size: clamp(18px, 1.389vw, 20px);
  line-height: 150%;
  font-weight: 400;
}

p {
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 175%;
  font-weight: 400;
  letter-spacing: .5px;
}
.pp-edit {
  font-family: 'PP Editorial New';
}

.inter {
  font-family: "Inter", sans-serif;
}
.Books-text .bblack {
  color: #2C2C2C !important;
}
.bblack {
  color: #000;
}
.cwhite {
  color: white;
}
.cgray {
  color: #6E6E6E;
}
/* ************************************** */

section.scroll-text {
  
  padding: clamp(80px, 6.944vw, 100px) 0;
}
.scroll-text h4 span{
  color:#000;
  font-style: italic;
}
.inner-text-sec {
  margin: 0 auto;
}
#header.scrolled .ab-header-logo a {
  color: white;
}
.inner-text-sec h4 {
  color: var(--para);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.7px;
}
.about-text.coll-60 h2{
    letter-spacing: 1px;
}
.round-text {
  width: 126px;
  height: 126px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.round-text img.rond-text {
  width: 126px;
  height: 126px;
  object-fit: contain;
  position: absolute;
  animation: rotate-logo 9s linear infinite;
  object-position: top;
}

.round-text img.curve-arrow {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /* transform: translatey(50%); */
  top: 18px;
  transition: all .3s ease-in-out;
  animation: translate 1s infinite;
  animation-duration: 9s;
}

@keyframes rotate-logo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes translate{
  0% {
    transform: translateY(0px);
  }
  2%{
    transform: translateY(30px);
  }
  10%{
    transform: translateY(0px);
  }
  100% {
     transform: translateY(0px);
  }
}

/* ********************************* */


section.about-scott {
  padding: clamp(64px, 6.944vw, 100px) 0;
}
.about-image img {
  max-width: 486px;
  height: 600px;
  object-fit: cover;
}

.about-text p {
  color: var(--para);
  letter-spacing: 0.3px;
  line-height: 28px;
}

.about-text p:not(:last-child) {
  margin-top: 40px;
}

.about-text a.btn-primary {
  margin-top: 60px;
}

/* ******************* */
section.Four-Freedoms {
  padding: 50px 0;
}

.Freedoms-image img {
   width: clamp(150px , 30.833vw , 444px);
  height: clamp(200px, 35.556vw ,512px);
  object-fit: cover;
}

.Freedoms-text p {
  color: var(--para);
}

.Freedoms-text h3 {
  color: #285797;
  font-style: italic;
}

.Freedoms-text {
  padding-right: clamp(21px , 4.861vw , 70px);
}

.Freedoms-text p:not(:last-child) {
  margin-top: 30px;
}

.Freedoms-text a.btn-primary {
  margin-top: 60px;
}


/* **************** */
.Books-heading {
  /* margin: 0 auto; */
  text-align: center;
  margin-bottom: clamp(48px,5.556vw ,80px);
}

.Books-image.coll-50 {
  background-color: #EEF5FA;
}

.Books-image img {
  width: clamp(150px , 30.833vw , 444px);
  height: clamp(200px, 35.556vw ,512px);
  object-fit: cover;
}
.Freedoms-image.coll-50 {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Books-text p {
  color: var(--para);
  letter-spacing: 0.3px;
}

.ab-form-header h2 {
    letter-spacing: 1px;
    line-height: 100%;
}
.Books-text h3 {
  color: var(--green);
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 50px;
}

.Books-text  {
  padding-left: clamp(21px, 4.861vw ,70px);
}
.about-text.coll-60 {
    padding-left: clamp(20px , 2.431vw,35px);
}
.Books-text p:not(:last-child) {
  margin-top: 30px;
}

.Books-text a.btn-primary {
  margin-top: 58px;
}

section.books-scot-scott {
  padding:  clamp(80px, 6.944vw ,100px) 0;
}
.about-image.coll-40 {
    aspect-ratio: 1.23045;
}


/* **************** */
.latest-blogs{
  padding: clamp(80px,7.292vw ,105px) 0;

}
.blogs-heading{
  text-align: center;
  padding-bottom: 50px;
}

.blog-btn{
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 175%;
  font-weight: 400;
  color: #579DCF;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.blog-btn:hover{
  opacity: 0.6;
}
.ab-blog-button {
    display: inline-block;
}
.blogs-content{
  padding-inline: 10px;
}
.blog-btn svg{
  margin-left: 10px;
}
.blogs-text h5.inter.bblack {
    padding-top: 10px;
    padding-bottom: 18px;
}
.blogs-text p.secnd.inter.cgray {
    padding-bottom: 21px;
    font-size: clamp(12px, 0.833vw, 12px);
    line-height: 183%;
    font-weight: 400;
}
.blog-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogs-inner-sec.flex-area.justify-content-sb {
    margin-inline: -10px;
}
.blog-img{
  aspect-ratio: 1.26490;
  margin-bottom: 10px;
}
.all-blog-button {
    text-align: center;
}

/* hover-effect */
.blogs-content-area {
  padding: 16px;
  background-color: #EEF5FA;
  transition: background-color 0.3s ease;
}

.blogs-content-area:hover {
  background-color: var(--light-blue);
}

.blog-btn {
  color: var(--light-blue);
  transition: color 0.3s ease;
}

.blogs-content-area:hover .blog-btn {
  color: white;
}
.blogs-content .blogs-text p , .blogs-content .blogs-text h6{
  transition: all .3s ease-in-out;
}
.blogs-content-area:hover .blogs-text p , .blogs-content-area:hover .blogs-text h6{
  color: #fff;
}
.blogs-content-area .blog-btn svg path{
  transition: all .3s ease-in-out;
}
.blogs-content-area:hover .blog-btn svg path{
   fill: #fff;
}
/* hover-effect-end */

/* **************** */
.form-content.coll-66 {
    background-color: white;
}
.Contact-Details.coll-33 {
    background-color: white;
}
.ab-text-part-img{
  height: clamp(125px , 18.486vw ,295px);
  width: clamp(125px , 18.486vw ,295px);
  margin-top: 28px;
  border-radius: 50%;
  position: relative;
}
.ab-text-part-img .book {
    height: clamp(90px, 13.139vw, 218px);
    width: clamp(70px ,9.764vw, 155px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ab-text-part-img img.circle {
  height: clamp(125px , 18.486vw ,295px);
  width: clamp(125px , 18.486vw ,295px);
    object-fit: cover;
    animation: rotate 3s linear infinite;
}
.ab-hero-text-part-inner h4 {
    color:var(--light-blue);
    letter-spacing: 1px;
    padding-bottom: unset;
}
.ab-hero-text-part-inner h1 {
    letter-spacing: .25px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 19px;
    font-size: clamp(32px, 4.861vw ,70px);
}
.ab-hero-text-part-inner p {
    font-family: Inter;
    line-height: 28px;
    letter-spacing: .3px;
    color: #fff;
    margin-top: clamp(24px ,2.778vw , 40px);
}
.ab-hero-image-part-inner img
 {
    height:clamp(300px, 56.458vw , 815px);
    width: clamp(200px ,36.806vw , 530px);
    object-fit: cover;
    display: block;
}
.ab-header-menus-1 ul {
    gap: clamp(20px , 2.778px ,40px);
}
.ab-header-menus-1 ul li a{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}
.ab-header-logo a {
    color: var(--light-blue);
    font-family: PP Editorial New;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: clamp(20px, 2.431vw,35px);
    cursor: pointer;
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 99;
}
header#header.scrolled {
  background-color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.ab-header-inner.flex-area.align-item-center.justify-content-sb {
    padding: 33px 0;
}
.ab-hero-section-inner {
    padding-top: 100px;
}
.ab-hero-text-part-inner {
    padding-bottom: clamp(30px, 4.792vw ,69px);
}

@keyframes rotate{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.ab-form-header{
  text-align: center;
}
.ab-form-header p{
  margin-top: 40px;
  letter-spacing: 0.3px;
  line-height: 28px;
}
.ab-form-part-1.coll-66 .input , .ab-form-part-1.coll-66 textarea {
    width: 100%;
    padding: 21px 26px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#ab-text-area{
  height: 210px;
  resize: none;
}
.ab-form-part-1.coll-66{
  background-color: #fff;
  padding: 40px;
}
.ab-form{
  padding: 1px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
input#ab-form-btn {
    padding: 20px;
    width: 135px;
    border-radius: 100px;
    background: var(--light-blue);
    color: #fff;
    border: none;
    cursor: pointer;
}
.ab-form-flex {
    display: flex;
    gap: 1%;
}
.ab-part-2-menus {
    display: flex;
    column-gap: clamp(12px,1.667vw ,24px);
}
.ab-form-part-2-inner {
    max-width: 84%;
    width: 100%;
    height: 80%;
}
.ab-part-2-flex , .ab-form-part-2-inner{
    display: flex;
    flex-direction: column;
}
.ab-form-part-2-inner {
    gap: 55px;
}
.ab-part-2-flex {
    gap: 83px;
}
.ab-form-part-2.coll-33{
  background-color: #fff;
}
.ab-form-part-2-text a {
    font-size: 14px;
}
.ab-form-header {
    text-align: center;
    max-width: 825px;
    width: 100%;
    margin: 0 auto 50px auto;
}
#footer{
  background: rgba(97, 163, 210, 1);
  padding: 30px 0;
}
.ab-footer-inner p{
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.ab-form-part-2-text a{
      color: #978985;
    font-family: Inter;
    font-size: 14px;
    line-height: 26px;
    letter-spacing:.2px;
    font-weight: 400;
}
.ab-form-part-1.coll-66 h3.pp-edit {
    margin-bottom: 34px;
}

.desktop-hide{
  display: none;
}
.ab-hamburger svg , .ab-close-arrow svg{
    cursor: pointer;
}
.ab-hamburger {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  gap: 8px;
}
.ab-drawer{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  padding: 0 20px;
  transition: all .3s ease-in-out;
  transform: translateX(100%);
}
.ab-drawer.open{
  transform: translateX(0);
  overflow: hidden;
}
.ab-drawer-inner .ab-header-logo a{
    padding: 20px 0;
    color: #fff;
}
.ab-drawer-content .ab-header-menus-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82vh;
}
.ab-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px;
    height: 10vh;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

ul.drawer-ul li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ul.drawer-ul{
    width: 100%;
    text-align: center;
}
ul.drawer-ul li:first-child , .ab-drawer-footer{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ab-drawer-footer .ab-footer-inner{
  width: 100%;
  margin: unset;
}
.ab-drawer-footer {
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Books-heading h2 {
    line-height: 100%;
    letter-spacing: 1px;
}
button#ab-form-btn {
    width: 135px;
    cursor: pointer;
}
a.ab-header-btn {
    line-height: 1.42;
    background: #fff;
    color: var(--light-blue);
    border: 1px solid #fff;
}
a.ab-header-btn:hover{
    background: var(--light-blue);
    color: #fff;
}
.blogs-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.anchor-offset {
  scroll-margin-top: 50px; 
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.ab-popup-size {
    max-width: 750px;
    width: 100%;
    max-height: 475px;
    height: 100%;
    background: #fff;
    padding: 40px;
    position: relative;
        margin: 0 15px;
}
.popup-content {
  background: #fff;
  width: 100%;
  max-width: 657px;
  max-height: 330px;
  height: 100%;
  overflow: auto;
  transform: scale(0.95);
  transition: transform 0.3s ease;
  padding-right: clamp(25px, 3.472vw ,50px);
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    padding-inline: 9px;
}
.ab-popup-size  h4.pp-edit{
  margin-bottom: 32px;
}
.popup-content h6{
    color: #6E6E6E;
    margin-bottom: 10px;
}
.popup-content p{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .2px;
  margin-bottom: 30px;
  color: #6E6E6E;
}
.popup-content p:last-child{
  margin-bottom: unset;
}
.popup-content::-webkit-scrollbar {
  width: 8px;
}
.popup-content::-webkit-scrollbar-track {
  background: rgba(87, 157, 207, 0.2);
}
.popup-content::-webkit-scrollbar-thumb {
  background-color: var(--light-blue);
  border-radius: 10px;
}
.popup-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(87, 157, 207, 0.8);
}
.ab-demo p{
    font-size: 14px;
    margin-bottom: 14px;
}
.ab-demo h6{
    margin-bottom: clamp(15px , 1.667vw ,24px );
}